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: Timo961!!! You ca reload the page or go to the next.
DATE: 14 May 2021 12:03
: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)); } }
the dark spot, located in one of the offices
Special Containment Procedures:
SCP-5XXX is currently in a structure hidden as an office building from the company "Düchting Pumpen Maschinenfabrik GmbH & Co. KG", which is a construction company. It has security guards posted 24/7, disguised as office workers who will divert the public away from the building and prevent further incidents, using force when deemed necessary. Any attempts to move or lower the effects of SCP-5XXX have been unsuccessful. If a human comes into contact with SCP-5XXX he is to be sedaded and then quarantined in a brightly lit room for at least 14 days. Class-C Amnestics are to be administered after the quarantine.
Description:
SCP-5XXX is an area in Königswinter, Germany that is roughly 3 X 3 X 2.5 cubic meters big. The area seems to be a regular space within one of the rooms on the second floor of a building belonging to the "Düchting Pumpen Maschinenfabrik GmbH & Co. KG". In this particular spot it is always night. It being night is indicated by the area being shrouded in natural looking darkness, as well as clocks turning themselves to somewhere between 22:27 - 01:56 if in the vicinity. The time of day or brightness of the rest of the room affects SCP-5XXX in no way, making it neither brighter or darker.
Being in SCP-5XXX for a prolonged time will trigger the fear response of the amygdala in the brain, amplifying the fear of the dark. This amplification starts very subtle, but will manifest and get stronger over the course of typically 3-5 hours. The fear of the dark can persist up to 11 days, leaving constant psychological damage in some individuals due to traumatic experiences with the dark during this time. Some individuals also displayed an activation of the fight or flight reflex and have sometimes hurt themselves or others while in this state.
It is yet to be determined when and how SCP-5XXX was created. The earliest record of SCP-5XXX dates back to 17/04/2021 (for more information see addendum one), and since SCP-5XXX is in an area that has been open before, it is to be expected that it isn't much older.
Addendum:
Wow! You flipped a card and got: AWAITING GREENLIGHT Home Away From Home!!! You ca reload the page or go to the next.
DATE: 14 May 2021 08:48
General idea: a house in devon that; can only be entered through the front door, other than a few key rooms changes layout every time it is completely vacated, is much bigger on the inside than it is on the outside, and contains many anomalous objects that either cannot physically be removed from the house or immediately lose all anomalous properties once removed.
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: [Paragraphs explaining the procedures]
Description: [Paragraphs explaining the description]
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: God of Myself!!! You ca reload the page or go to the next.
DATE: 14 May 2021 07:46
WELCOME TO SCiPNET DIRECT ACCESS TERMINAL
PLEASE ENTER USER AUTHORIZATION CREDENTIALS
NO CREDENTIALS REQUIRED
LEVEL 0 ACCESS GRANTED
ERROR: SCP-XXXX does not exist.
Wow! You flipped a card and got: Noobest1001!!! You ca reload the page or go to the next.
DATE: 14 May 2021 01:46
Item #: SCP-6233
Object Class: Keter
Special Containment Procedures: SCP-6233 is to be contained in a 10x10x10 meter stainless steel room where all personnel who enters must wear a hazardous environmental protection suit at all times and if the suit breaks or is dented than the personel must be quarantined for a 13 day period
Description: [Paragraphs explaining the description]
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: SCP-3379!!! You ca reload the page or go to the next.
DATE: 14 May 2021 01:45
Special Containment Procedures: SCP-3379 is currently contained by the use of a Self-Recursion method developed by SCP Foundation Researcher Alka (Lev. 4) in the Research Sections of Site-70. Currently, SCP-3379 is located within a 5x5x5 concrete containment cube, lined with a temporal base extending to all sides of the chamber.
Access to the cube requires direct O5 approval and Level (4) Clearance. Access may only be done during manual containment apparatus requirement executions. Two (2) sets of reinforced concrete Level (4) Clearance Door's are to be stationed within a hallway constructed of Class-VIII Blast-Protective material.
At least 4 SRE's (Self-Recursive-Emitters, see Addendum 3379.1.) are to be stationed at the ceiling near the farthest side of the main containment chamber. SCP-3379 is to be suspended by electromagnetic forces into the direct center. Mandatory inspections on these technical objects are required semi-hourly.
These inspections require Two Level (4) trained in ACAT (advanced containment apparatus technicality) and STDIUE (successful tactical defense in unpredictable environments) (please consult Document 3379.1 on more info). Personnel must be equipped with batrachotoxin collars to be activated during any breach in protocol.
Any breach in protocol must be reported to Site Command immediately. A TK-Class ("Reality-Time-Loop Scenario") must also be reported to Overwatch Command immediately and current emergency protocols enacted immediately.
Current emergency protocols consist of the use of a "counter" anomalous SCP object. These anomalous objects are to be activated in the case of inevitable breach of SCP-3379 containment. Unfortunately, current suggestions by the Overwatch suggest that the anomalous objects are useless in even inhibiting SCP-3379 in any way.
Due to this, no attempts are to be made to intentionally breach SCP-3379 containment for the purposes of the use of cross-neutralization. Any attempts to do so will result in immediate termination of personnel.
Description: SCP-3379 is believed to be a sentient entity that has the capability to initiate a TK-Class scenario. SCP-3379 is anatomically and genetically of baseline male humans. Observation of SCP-3379 cognition using non-invasive testing using special brain scans has revealed that the anomaly will almost always initiate the TK-Class scenario approximately 0430 hours after current containment has breached.
Wow! You flipped a card and got: FullyMetalGamer!!! You ca reload the page or go to the next.
DATE: 13 May 2021 22:06
: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)); } }
Wow! You flipped a card and got: YellLikeAJanitor!!! You ca reload the page or go to the next.
DATE: 13 May 2021 18:57
WARNING: THE FOLLOWING FILE IS LEVEL 4+ / ScD-LPD & EC CLASSIFIED
ANY ATTEMPT TO ACCESS THIS FILE WITHOUT LEVEL 4+ / ScD-LPD or EC AUTHORIZATION WILL RESULT IN IMMEDIATE DISCIPLINARY ACTION UPON ENTRY.
NOTICE FROM THE FOUNDATION SCIENTIFIC DEPARTMENT LAWFUL PRACTICES DEPARTMENT & THE ETHICS COMMITTEE
The following is an archived report. Information may not correlate with current data.
— Ion Smith, ScD-LPD Head.
— Silver big sexyboy, EC Head
On 12/4/2008 Dr. Hubert Jeffrey was apprehended under suspicion of correlation with the Group of Interest 'Lucky Gashapon.'
Wow! You flipped a card and got: The Arm!!! You ca reload the page or go to the next.
DATE: 13 May 2021 18:45
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: SCP-XXXX is optional to keep him in between 42 and 48 inches (106.88-121.92 cm). A corridor with a width of 60 inches (152.4 cm) rectangular room for less movement and less expansion. This makes SCP-XXXX not expand more than what he already is
Description: SCP-XXXX is a pair of humanoid arms of unknown length. Their origin points are unknown. It doesn't show any signs of body and only demonstrate 2 arms, SCP-XXXX has been known to materialize in seemingly random locations, most frequently being corridors or hallways. SCP-XXXX shows hostility towards any live animal it senses with it's digits. SCP-XXXX will stretch slowly managing to turn 360° degrees at any given time. SCP-XXXX uses it's digits to probe the area around it, suggesting a lack of ocular organs.
SCP-XXXX Was reported in █████(Germany) with a case of 22 missing. Bodies were found with parts of bodies coming out of the wall, connected to it.
Addendum: Only 5 tests have been done with SCP-XXXX. only 1 test is public and documented.
WIP
[[footnoteblock]]
Wow! You flipped a card and got: Zestylemons44!!! You ca reload the page or go to the next.
DATE: 13 May 2021 18:00
Item #: XXXX
Object class: Euclid.
Special Containment Procedures: A 1-Mile perimeter is to be fenced off around SCP-XXXX, under the cover of dangerous hornet infestation. This fence is to be patrolled by foundation operatives, armed with standard Biohazard US level B Biohazard suits, hunting rifles, and aerosolized antifungal dispenser hoses. Fungi spreading farther than .75 miles of the aperture are to be destroyed, as is any fauna advancing past this point.
Description: SCP-XXXX is a large cavern underneath the state of ██████████ in the United States, with an aperture in a shoreside deciduous forest, and an additional large opening connected to the adjacent atlantic ocean. The oceanic aperture prevents the spread of foreign material save for water and dissolved materials, making foundation operations within the forest aperture ideal, and aquatic operations irrelevant.
The forest opening of SCP-XXXX is heavily overgrown with fungi and slime molds. Fruiting bodies, especially of gasteroid fungi, infest the majority of the terrain in this area. It was initially thought that 6 new species of anomalous fungi were discovered here, however genetic testing has classified 3 of the species as SCPs 020, 1077, and 4984. None of these anomalous species exhibit their usual abnormal properties even when removed from SCP-XXXX’s field of influence, and so may all be considered neutralized instances. The fungi and myxomycetes rapidly regenerate up to the point of .75 miles, and are incapable of further spread naturally. The large quantity of spores in the air poses significant threat to any unprotected animal life attempting entry.
SCP-XXXX will occasionally produce an animal from its above ground cavity, which will attempt to escape into the wilderness. These animals are hybrids of 2 others, which will invariably be from two different phyla. While instances seem to have immunity to the spores present in the air, instances will perish when removed from the radius of the fungi and reintroduced to the environment. Subjects occasionally pose moderate threat to foundation personnel, but are usually easily terminated. A table of example instances is listed below:
| Animal combination | Appearance | Behavior |
| Mallard duck and tuxedo urchin | Subject took the body plan of a standard sea urchin, however the lower spines were extremely long, allowing it to move relatively quickly in large strides, and the upper spines were replaced with beaks, each of which rapidly opened and shut. The tube feet originally used for locomotion now were composed of metallic green feathers. | Subject rapidly moved towards foundation operatives, before stopping exactly 10 feet away. Target’s locomotion was observed, then terminated. |
| Velvet worm and alligator | Subject took on the body plan of a velvet worm, however was roughly 10 feet long. Subject’s skin was covered in alligator scales, and instead of the standard circular mouth of Onychophora, it possessed a large maw filled with sharp teeth. Subject possessed the ability to shoot a highly acidic, sticky substance from nozzles on the side of its head. | Subject attempted to escape, and fired liquid at foundation operatives, killing █. Subject terminated |
| Orangutan and Venus’ flower basket sponge | Subject took on the body plan of the sponge, however rather than being composed of silica it was fleshy and covered in orange fur. It possessed large muscular arms, and whenever sufficient air currents passed through it, it produced a sound similar to a male orangutan | Subject attempted escape, however was terminated immediately upon engaging with foundation personnel. |
Exploration log 3/2/2013:
In an attempt to discern the interior functions of SCP-XXXX, a foundation exploration team was dispatched to observe the interior of SCP-XXXX. D-Class 2763 and 9780 were dispatched, along with project head researcher Brand. All three were armed with standard US level A biohazard suits, flashlights, sample collection jars, and Pistols. Brand has a camera clipped onto his suit, and all three have communications devices.
Researcher Brand and the two D-Class enter the cave. The fungi thin out slightly, revealing an organic material underneath. It is wet and spongy, and secretes a red liquid on touch. A faint sound of wet thuds is heard deeper in the cave.
D-2763: Either of you hear that?
Brand: Yes. This is certainly worth observation.The group proceeds forward into the cave. The fungi cease thinning, remaining at a consistent thickness on the organic walls for the rest of the exploration.
D-9780: This seems kind of dangerous, are you sure we should-
Brand: Yes.A Number of hymenoptera insects can be observed performing small tasks on the walls of the cave, building small hives bearing abnormal construction. The insects move in unison when switching tasks and do so frequently.
Brand: Could one of you please grab a sample of one of those hives, and an insect?
D-2763: Sure.As they proceed, the thuds become much louder. The cave appears to open up into a large cavern, and the opening into it emits a dim orange light.
Brand: Through that hole.
D-2763 and Brand enter and begin descent.
Brand: 9780, get down here!
D-9780: Fuck you dude, that’s terrifying!
Brand: I don’t care, 9780, you’d better get down here or so help me-
D-2763: Just come down, it’s probably fine.D-9780 climbs down the wall. They find themselves in a large cavern, with walls coated in a greenish film, with a large tub taking up half of the area. The tub has a faint orange light emanating from it. Two large piston-like structures made of fungus can be seen, and they occasionally slam into the tub.
Brand: 9780, please view the source of that orange light and acquire samples of what is creating it if possible.
D-9780: Hell no!
Brand: Fine. 2763, you do it instead.
D-2763: Sure thing.Brand hands his camera to D-2763, who then climbs up the tub. There is a tube filled with glowing orange liquid, which pours into large, fungus-coated indentations under the pistons. The indentations have an opening which leads downwards. The pistons slam into the indentations, and the orange liquid vanishes. D-2763 collects a small vial of the orange liquid, then leaves. They proceed deeper, and find themselves in another large cavern. It possesses large transparent panels filled with cassiopeia jellyfish on the walls. Transparent material later confirmed to be chitin.
D-2763: Hey, have you guys noticed anything about these jellyfish?
Brand: No. What is it?
D-2763: They all kind of… move in rhythm. It’s not just me right?
Brand: Interesting. Perhaps we should stay here for a while to capture video, and our breath.
D-9780: Now we’re talking.The group sits there for roughly an hour. Later reviewing of footage suggests jellyfish were being used as on off switches in various complicated calculations. Total translation of the codes being used is presently deemed a waste of resources. Group proceeds through a thin tunnel, which loops back around underneath the piston room. They come across a third large cavern, which becomes flooded the farther towards the back it goes. It has many species of Animalia present, however all are in a state of stasis, and are attached to the walls with fungus, or within an chitinous aquatic tank similarly adhered. All have a date written in Physarum slime molds above them. D-2763 approaches one of the tanks closest to the flooded region. It Contains a small grape sized jellyfish within it. The date written above the tube is the present day. 3 months later, it was discovered in the wild and named Bazinga Rieki. It has been confirmed that 3 months after the inscribed date on any given animal’s tube, the animal will be discovered by humans in the wild.
D-9780: I don’t think we can go any deeper.
Brand: You are right. We should return to site 46.Agent Brand and both D-Class returned to the site. Upon leaving the .75 mile radius of SCP-XXXX’s aperture, the orange fluid disappeared from the sample tube. Brand requested D-2763 not be terminated, as he would like to keep them as an assistant for managing explorations in SCP-XXXX. As Brand is a level █ foundation employee, request was granted. D-2763 is now to be referred to as their clearance level, then assignment number.D-9780 terminated as normal.
Addendum 8/11/203█:
Due to the low threat posed by SCP-XXXX, further testing is to be suspended indefinitely, as it was deemed a waste of resources by the director of site 46. 3-2763 is to be placed in charge of management of remaining resources for containment.
Wow! You flipped a card and got: StrangeFellows!!! You ca reload the page or go to the next.
DATE: 13 May 2021 17:18
[[tabview]]
[[Security orientation draft/idea]]
"Good evening everyone, sit down, grab a cup of coffee. This is going to be a long one."
"Alright, I'm agent Brunson Assistant Security Director here at Site-19. Most of you, whether your past contractors or hell even veterans, have not seen anything yet. Yes, I know that look you all are giving me. Let me ask you this, why do you think the mortality rate is so high? It's not due to accidents, but we will get into more of that later."
"Hopefully you all have been told somewhat what we are here. No? Alright, I'll make it quick then. Congrats, you guys do not exist in the normal world anymore. According to your external records, your dead. This is all for good reason though. The things we do here would make the UN a bit… peeved."
"You might be asking now, What do we even do here anyway? Well, we keep the normalcy. Someone has a run in with a big lizard thing, people die, we clean it up. Don't get ahead of yourself, WE don't do the cleaning. We make sure that it does not kill more people."
"Each one of you will be assigned a sector, you will most likely be working in squads. Your going to need standard equipment. Radio, gun, whole setup. Your job will mostly consist of hanging out at your position. Trust me, boring is good."
[[/tab]]
[[tab Title 2]]
More text in another tab! You can add lots of tabs.
[[/tab]]
[[/tabview]]






Per 


