- Hide component code
:root {
--sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15));
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 56.25rem) {
#content-wrap {
display: flex;
position: initial;
flex-direction: row;
flex-grow: 2;
width: calc(100vw - (100vw - 100%));
max-width: inherit;
height: auto;
min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem));
margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2);
}
\#main-content {
position: initial;
width: var(--body-width-on-desktop, 45.75rem);
max-width: var(--body-width-on-desktop, 45.75rem);
max-height: 100%;
margin: 0 auto;
padding: 2rem 1rem;
}
\#page-content {
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
\#side-bar {
position: -webkit-sticky;
position: sticky;
top: 0;
left: 0;
grid-area: side-bar;
width: var(--sidebar-width-on-desktop, 13.6rem) !important;
min-width: var(--sidebar-width-on-desktop, 13.6rem) !important;
max-height: 100vh;
padding-right: 2.5rem;
padding-left: 0.5rem;
overflow-y: scroll;
transition:
translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
padding 300ms linear,
margin 300ms linear;
border: none;
border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4);
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 \- 1rem);
direction: rtl;
scrollbar-width: thin;
-ms-scroll-chaining: none;
overscroll-behavior: contain;
scrollbar-color:
rgba(var(--swatch-primary-darker), 0.1) /* Thumb */
rgba(var(--swatch-tertiary-color), 0.05); /* Track */
}
\#side-bar::-webkit-scrollbar-track {
background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8);
}
\#side-bar::-webkit-scrollbar,
\#side-bar::-webkit-scrollbar-thumb,
\#side-bar::-webkit-scrollbar-corner {
width: 0.5rem;
border-right-width: calc(100vw + 100vh);
border-right-style: inset;
border-color: inherit;
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
}
\#side-bar:is(:hover, :active, :focus-within) {
margin-right: 2.25rem;
padding-right: 0.25rem;
overflow-x: hidden;
overflow-y: auto;
border-color: rgba(var(--swatch-primary-darker), 1);
background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1);
translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0));
scrollbar-color:
rgba(170, 170, 170, 1) /* Thumb */
rgba(252, 252, 252, 1); /* Track */
scrollbar-color:
rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */
rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */
}
\#main-content::after {
content: " ";
display: flex;
position: fixed;
top: 0;
left: 1rem;
align-items: center;
justify-content: center;
width: 1rem;
height: 100%;
max-height: 100%;
transition:
left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center left 1rem;
background-size: 1rem 12.875rem;
pointer-events: none;
}
\#side-bar:is(:hover, :active, :focus-within) + \#main-content::after {
left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
width: 0rem;
transition:
left 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
opacity: 0;
background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
font-size: 0em;
}
\#main-content::before {
content: " ";
position: absolute;
z-index: 9;
top: var(--final-header-height-on-desktop, 0);
left: 0;
width: var(--sidebar-width-on-desktop, 14.5rem);
height: calc(100% \- var(--final-header-height-on-desktop, 0.688rem) - 2.313rem);
margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 \- 2.313rem);
transition:
translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
opacity: 0.5;
background-color: rgb(var(--swatch-alternate-color, 0, 0, 0));
pointer-events: none;
translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 \+ 1rem);
}
\#side-bar:is(:hover, :active, :focus-within) + \#main-content::before {
translate: 0;
opacity: 0;
}
\#side-bar .side-block {
margin-top: 1em;
padding-left: 0.25em;
border-right-width: 0rem;
border-left-width: 0rem;
border-radius: 0;
background-color: rgb(0, 0, 0, 0);
direction: ltr;
}
\#side-bar .scpnet-interwiki-wrapper {
direction: ltr;
}
/* Print Friendly Formatting by Estrella */
body.print-body {
--sidebar-width-on-desktop: 0;
}
body.print-body \#main-content::before,
body.print-body \#main-content::after {
display: none;
}
}
by Barbarous_Bread
Item#: 6252
Level2
Containment Class:
safe
Secondary Class:
none
Disruption Class:
dark
Risk Class:
critical
An example of a mature SCP-6252.
Special Containment Procedures: A 2 km perimeter is to be maintained around Niftski Castle as it is the only known area where natural SCP-6252 proliferation occurs. Regions with elevated levels of Thelxinoe spore propagation are to be routinely monitored for presence of SCP-6252.
SCP-6252 specimens may only be collected with the expressed permission of the Niftski Castle Site Director. Any person attempting to gather or consume SCP-6252 without permission is to be terminated immediately. No known methods can neutralize a person who has consumed SCP-6252 (such persons are referred to as SCP-6252-A). All current containment efforts are currently focused on threat mitigation and the development of pacification techniques in the event of SCP-6252 ingestion.
Individuals assigned to the Support Member Brigade (SMB) are to consume at least 20 kg of bananas a month in order to maintain elevated blood serum potassium levels, which are to be checked monthly.
All on-site staff are to wear Darbian 2C-rated(or higher) protective goggles at all times.
If a person is observed to consume any amount of SCP-6252, then the K-Osmic Protocol is to be initiated in order to minimize potential collateral damage. All staff assigned to the Niftski Castle Site are to be trained to operate the K-Osmic Dispenser Klaxon in the event that the automated SCP-6252-A detection system fails.
The first instance of human SCP-6252 consumption took place 13 September 1985. An incident report of this event is provided below. For access to full reports on each SCP-6252-A occurrence and up-to-date findings from the Niftski Castle Research Team, please contact the site's communications director Lewis E. Giovanni.
SCP-6252 spore print used to produce concentrate and to propagate additional specimens.
K-Osmic Protocol and Dispenser Klaxon System
This procedure consists of all known methods of minimizing damage and loss of life in the event of a person consuming SCP-6252. Dispersion arrays are installed throughout Niftski Castle and the surrounding 2 km exclusion zone. Each array is designed to draw in SCP-6252-A and to selectively inhibit several physical capabilities until the subject can be subdued following cessation of SCP-6252 effects.
Activation of the K-Osmic Dispenser Klaxon will trigger all arrays within 100 m of the activation point in order to control the activity of SCP-6252-A. Any subsequent detection of SCP-6252-A outside of the initial 100 m area will result in activation of additional dispensers.
The following items are dispensed by K-Osmic arrays and are listed in their order of dispersal:
Dispensed Item
Effect on SCP-6252-A
25 cm golden disks
Attention manipulation – SCP-6252-A have a compulsion to collect round, golden objects.
Potassium Vapor
Mobility limitation – Adheres to skin and pulmonary tissue in order to increase potassium levels resulting in decreased muscle contractility and strength.
Ommastrephidae dye
Decreased visual acuity – Specially formulated compound that bonds to ocular membranes and reduces visual capacity.
Guided Chelonoidis carbonarius shell
Daze - Capable of stunning for several seconds following direct contact.
Niftski Castle shown after restoration efforts were completed in 1988.
Description: SCP-6252 refers to a species of mushrooms that grows exclusively in the area surrounding Niftski Castle located near Mount Tsurugi in Tokushima Prefecture, Japan. Persons who consume SCP-6252 are referred to as SCP-6252-A. The active phase following ingestion of these mushrooms tends to last for 4m54s.
SCP-6252 and its byproducts have the following effects following human consumption:
Increased strength and speed exceeding any previously observed non-anomalous human capability.
Resistance to physical damage including harm from small arms fire and explosives.
Growth of 15-20% in both height and overall mass.
Bioluminescence resulting in a rapidly modulating color display which may blind people without adequate PPE.
Direct contact with other human beings results in instantaneous combustion and they are immediately rendered into ash. [Of note, all of their clothing and belongings remain intact following this process.]
The SCP-6252 research team is currently developing compounds based on the mushroom's extract for such uses as boosting mission performance of MTFs, increasing efficacy of various medical treatments, and testing with other anomalies. As well, it is being us
SCP-6252 samples are available for use during testing following submission of a research proposal as well as authorization from the overseeing Site Director.
INCIDENT REPORT
SUBMISSION BY: JR. RESEARCHER ALICE NOLMY
The biennial FAnoCom Symposium was held at the newly established Niftski Castle Site on 13-SEP-1985. In attendance were 56 Foundation mycologists and junior research assistants. Attendees presented their research on 12 Novel Ecology Submissions (NES), one of which was a report by Dr. Bowman Serafini who discovered what would later be classified as SCP-6252 — at the time he referred to this as his namesake "BowSer Cap." His presentation focused on the process of using spore prints to propagate anomalous fungi and to synthesize concentrated extract as well as the effects of SCP-6252 shown in animal studies.
Presentation topics included newly discovered or synthesized mycological substances, each of which may be potentially beneficial for the Foundation either as a research aid or for use in direct applications. Of note, Dr. Jay Scarbo’s NES was noticeably disjointed and incongruent with his personality and previous presentation style.
Following the presentations, a peer review process began in order to aggregate the research presentations into a report for submission to the Foundation Director of Mycology, Dr. S. Miyamoto. All members of the review board elected to deny inclusion of Dr. Scarbo’s research in the final report stating:
Dr. Scarbo's conducted a series of poorly managed studies which are not fit for inclusion in this report nor do they embody the research standards of the Foundation. Dr. Scarbo’s failure to utilize sufficient precautions resulted in the disfigurement of dozens of Foundation staff. These deformities include: enlarged mandibles, over growth of the lower canine teeth, ocular enlargement, darkening of skin tone, and necrosis of the upper extremities leading to auto-amputation.
A notice was submitted to Dr. Scarbo's Site Director, Dr. Elvin Gadd, requesting that he undergo a psychological evaluation prior to allowing him continued use of his research privileges.
At approximately 19:30 local time, Dr. Scarbo entered into the laboratory of Dr. Serafini where he was able to locate samples of SCP-6252 extract and ingest a large quantity of the concentrated substance. He then proceeded to break through several walls and enter into the Niftski Castle Conference Hall resulting in collapse of portions of the castle's infrastructure. Ultimately, security forces were unable to have any meaningful effect on Dr. Scarbo’s at this time.
Pin previously awarded by FAnoCom to recipients of its Award in Mycological Exploration.
After entering the Conference Hall, he proceeded to kill the 85 staff within. All causes of death were determined to be due to instantaneous disintegration upon physical contact with Dr. Scarbo. Subsequently Dr. Scarbo began to fervently search for all seven Award in Mycological Exploration (A.M.E.) pins that were present among the ashen piles.
He then proceeded further into the castle toward the dormitories. He entered into my personal room knocking over several pieces of furniture and demanded that I provide him with additional SCP-6252 concentrate. I informed him that the print's essence was in a different part of the castle.
Dr. Scarbo continued to approach me, but he misstepped and slipped on a banana peel that had fallen from my trash can causing him to spiral in place and collapse to the ground.
The effects of SCP-6252 then subsided and he was apprehended by site security.
When asked why he assaulted the FAnoCom conference and what his goal was he stated:
"It's A.M.E."
