- 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;
}
}
Special Containment Procedures:
SCP-5626-1.
SCP-5626-1 is to be kept submerged in water, in a container made from beryllium bronze kept above freezing and below one degree Celsius. The water must be purified continuously, both thaumaturgically and physically. Low yield electrical current must be introduced into the submersion tank three times per hour.
SCP-5626-A, -B, and -C are to be condemned and boarded up; no access is to be granted to any personnel or civilians at this time. So long as the anomalous nature of these areas is poorly understood, all entry is prohibited.
Performance of SCP-5626 is to be monitored wherever possible. Foundation webcrawler I/O METATRON is to search for and delete all posts to online forums referencing the practice. Users having posted such material will be tracked, investigated, and detained if necessary.
Famed artist Hein Semke, in preparation of performing SCP-5626.
Description:
SCP-5626 is a thaumaturgical ritual, Daevite in origin, intended to reshape local reality. Performance of SCP-5626 involves the shaping of a sculpture, thematically tied to the changes the performer wishes to make. The actual practice of SCP-5626 is not well understood, as the only reference is SCP-140 which must be examined extremely carefully due to its own anomalous effects.
It is commonly understood that the sculpture must be malleable, and clay is often used in the construction. Furthermore, SCP-5626 appears to be tied to certain necromantic rites (see Discovery below).
SCP-5626-A, -B, and -C are confirmed to be areas where the ritual was performed. Each is an industrial site located in Continental Europe in close proximity to a metropolitan area. Local reality has been significantly altered in unpredictable ways within each site, and cannot be traversed safely.
SCP-5626-1 is the only recovered instance of a sculpture tied to performance of SCP-5626. The sculpture is formed out of clay, with steel nails driven into it at various angles. It resembles a human hand, clenched in anger. Despite its makeup consisting of nonanomalous clay, the sculpture is extremely resistant to damage. Extensive testing and research of the physical and ontokinetic properties of the sculpture led to the current containment procedures, but previously the anomaly had to be stored off-site. Touching the sculpture instantaneously transports an individual to a pocket dimension with physical laws that highly deviate from baseline reality. [See Addendum 5626.1]
Periodically, the anomaly will pulse with soft blue light and will draw in any individuals within three meters of its physical location, transporting them into the pocket dimension. The containment procedures interfere with this anomalous property but will not stop the effect from taking place when touched.
Discovery:
In September of 1993, company Proiskhozhdeniye Investitsii began purchasing warehouse spaces in major metropolitan areas. Routine tracking of international investments by the company was regularly performed due to its involvement in previous investigations. On 4 September, 1993, surveillance of one such property in an industrial district of Rome revealed the scene of a ritual murder – three men and one woman were eviscerated, and their organs laid out among symbols that matched records of Daevic thaumaturgy. The symbols and organs were centered around an empty space theorized to have held something of ritual importance, but the ritual had occurred several days before.
Each of the corpses had been opened from the groin to the base of the throat. The wound was caused by a dull blade and was inflicted while the victim was alive, although there were no defensive wounds present on the body. The rib cages were torn open with brute force and the hearts and lungs were removed. Inserted into each chest cavity was a totem crafted by bending the branches of a red willow sapling - each totem was of a different shape, most reminiscent of Daevic sigils but unrecognizable.
The bodies were sat upright, their arms outstretched along their spread legs, between which laid the heart and lungs. Each corpse’s eyelids had been severed and its eyes focused on the empty space at the center of the Daevic sigils.
Close File
Log of Infiltration
MTF-Beta-777 (“Hecate’s Spear”)
Personnel Present:
Captain Rashid al Hasin
Lieutenant Marcus Gibbs
Lieutenant Maria Waltham
Sergeant Mark Kenoshi
Sergeant Gabriel Merced
Objectives: Investigate and apprehend individual(s) performing SCP-5626 and put a halt to the ritual if possible.
Foreword: The other two properties were investigated, revealing two more ritual sites following a similar pattern in Manchester, England and Oslo, Norway. In Oslo, MTF personnel caught Chernoff in the middle of the ritual, having already killed the four sacrifices and in the midst of working on SCP-5626-1 with a putty knife. Subject was covered to the elbows in blood, and his knife was bloody, leaving stained marks on the sculpture.
MTF personnel engaged with Chernoff and interrupted his sculpting. Chernoff pulled a sidearm and was shot before he could aim at the MTF, firing a round in his spasm and prompting a flash of light from SCP-5626-1 when it was struck with a round. The following log represents what footage was recoverable:
Footage has been corrupted by the thaumaturgical energies present from the moment SCP-5626-1 activated.
It is unclear how much time has passed. The MTF is on a beach surrounded by fog; it is impossible to see more than a few dozen meters inland. The view out over the water is unimpeded.
First images are of a desaturated beach landscape; the colors seem significantly drained from the environment. There are numerous identical statues of a woman on the beach, though they seem insubstantial as they are semitranslucent despite being constructed of stone.
Captain al Hasin checks his team and confirms all are alive and conscious. There is no sign of the subject, Chernoff. Behind the gathered MTF forces is a wall of fog, inconspicuous as it extends from ground level into the sky. Sergeant Gibbs throws a lit flare into the fog and it disappears immediately, despite being capable of outputting 1200 lumens. Captain al Hasin orders the rest of the team away from the boundary.
Lieutenant Waltham notes footprints in the wet sand going in the opposite direction and the team begin following.
Footage is indecipherable due to corruption for approximately eight minutes.
Captain al Hasin calls a halt as he approaches train tracks that go out into the water to a breaker made of loose stones and concrete. The tracks begin somewhere beyond the boundary of the beach, shrouded in fog, and continue on past the breaker into the water towards the horizon. The tracks are worn down through erosion and decay, but are solid when al Hasin steps onto them. There is no sign of any purpose or use to the tracks.
Approximately ten minutes abridged due to corruption of the file.
An area of the beach is covered in discarded driftwood, along with three trunks set upright in the sand. A loose structure built of the wood stands on the beach. Inside the structure are four humanoid entities. They are on their knees with their hands outstretched towards the sky, their heads bowed. Each is apparently wailing, but with little more than croaking sounds being produced. There are three men and one woman and each has been disfigured in some way with pale, cracked skin. Waltham approaches the figure closest to the edge of the structure and notes that the entity’s fingers have been detached by brute force. None of them speak or acknowledge the MTF’s presence, even when personnel kneel directly in front of them. On closer inspection, it is apparent the humanoids’ mouths have been stuffed with brownish-red clay.
The footage jumps forward an indeterminate amount of time as the MTF approaches another group of four humanoid entities; these are splayed out on the beach each staring into the overcast sky. In their left hands they hold a putty knife. The humanoids murmur in tandem but indecipherably.
The camera shifts and three members of the MTF squad approach another set of four, fifteen meters down the beach. They are laying face down with their heads buried in the sand. Driftwood spikes anchor each extremity but no blood is visible from this distance. Beyond that, a rock formation stands on the beach approximately twenty meters tall, stretching out from the fog towards the ocean.
The footage is corrupted for the next ten minutes.
The reverse side of rock formation is shown, revealing a cave. In the distance beyond the formation is a large humanoid statue with its arms outstretched. This statue, like the ones seen at the beginning of the footage, is translucent and devoid of all color. In the distance, the driftwood structure is barely visible through the translucent statue.
al Hasin checks his carbine, and the others follow suit. The MTF approach the cave.
The footage is corrupted for approximately three minutes.
Captain al Hasin proceeds down a slightly sloped cavern floor, illuminated by flashlight affixed to his carbine.
Laughing can be heard echoing through the cave.
Waltham: [Yelling] Why don’t you shut up?
al Hasin: That’s enough, Lieutenant.
al Hasin turns and looks at each of his squad, gesturing silence.
al Hasin: [Loudly] Lieutenant Chernoff, we’d like to speak with you.
Chernoff: I was a Colonel by the end, you idiot!
The squad holds on al Hasin’s hand gesture, while he scans ahead down into the cavern with his light.
al Hasin: Okay, Colonel, can we talk? There doesn’t need to be more violence, we’re all stuck here.
Chernoff: [Laughing] I’m not stuck here at all, I could leave whenever I want!
al Hasin: Then why haven’t you?
Chernoff: You Foundation types are so fucking arrogant, you think you’re the ultimate authority. But my Lady will see to you.
Chernoff bounds into the light and knocks al Hasin to the stone floor. He has been transfigured; his deformed shape is nearly two meters tall with one arm significantly larger than the other. The left side of his face is drooping in an exaggerated manner, at least five centimeters beyond the length of his jaw. His skin is the same color as the reddish brown clay SCP-5626-1 is constructed of.
He then approaches the remaining MTF squad. Gibbs is the first to open fire, but the other three follow suit. Numerous rounds strike the entity in the chest, digging holes in its flesh/clay. Bloody clay splashes to the stone floor and Chernoff cries out in frustration, then retreats back down into the darkness.
Waltham helps al Hasin to his feet.
Chernoff: [Yelling] You think you can kill me? That’s all you do, isn’t it?
al Hasin: [Leaning on Waltham] That’s enough now! Come out and let’s talk before you bleed to death.
Chernoff: There is nothing to speak about. Even if I fail, this world will be changed. You’ve all been living on borrowed time for nearly two thousand years. The People will live again and be free, and all those lost years will be reclaimed. The surface of the Earth will be molded by Her will to better honor those long dead and forgotten.
Gibbs approaches the downward slope, his carbine pointed towards the echoing voice. al Hasin motions him back, just as Chernoff leaps onto Gibbs. His englarged hand engulfs Gibbs’ head and crushes it. Chernoff laughs as he runs back down the cave, receiving several more rounds as he retreats from the MTF.
Waltham: Mother fucker.
Kenoshi bends down over Gibbs but turns away quickly, gagging. Merced retrieves a cylindrical object from Gibbs’ utility vest and runs into the darkness.
Chernoff: You’re refuse! Human garbage! The Foundation are killers, nothing more! Fascists, thugs, monsters all! You deserve everything that’s com–
A loud blast and flaring of light interrupts the subject’s yelling, followed by a high pitched screaming. Waltham – still half carrying al Hasin – rushes towards the source of the bright illumination. Chernoff’s form is writhing on the cavern floor, bits of burnt clay falling from him. His entire body is wreathed in bright white flames and part of his torso is absent.
Merced: White phosphorus.
The screaming increases, while Chernoff continues to roll back and forth on the stone. Waltham pulls her sidearm and fires twice, caving in Chernoff’s burning skull. The form lays motionless and continues to burn for approximately four minutes until the footage cuts off.
Close File
SCP-5626-A, -B, and -C evidenced significantly degraded local reality and have been closed off to the public. Waltham surmised that interrupting the ritual at SCP-5626-C interfered with the linking of the sites – the condition of the pocket dimension and Chernoff’s degraded form indicated a corruption of SCP-5626. If Chernoff had completed the third ritual, the geographic area bounded by the three sites would have been altered in some way. It is unclear what would have resulted had the ritual been completed.
Command re-established contact with MTF-Beta-777 personnel when they apparated within the building where Chernoff was confronted; personnel had only minor injuries save for Captain al Hasin’s broken tibia. Despite the length of the recorded footage, only approximately ninety seconds had elapsed since Command lost contact with the team.
An empty hinged box made of beryllium bronze was recovered from the ritual site, with foam molding that indicated it had been used to carry SCP-5626-1.
Hastily scrawled instructions were also recovered, comprising a break down step-by-step of how to prepare the ritual performed. It is unclear who wrote these instructions, but it is clear that Chernoff was using them as his bloody fingerprints were found on the document.
Studying the instructions led to the first flawed containment procedures concerning SCP-5626-1, specifically the advisement to “keep the statue away from water and electrical current.” Several personnel were declared lost during the anomaly’s first few days at Site-91, until a comprehensive procedure was designed.
Chernoff’s and Gibb’s remains were not recovered.
Hecatoncheires Cycle
<< Oh So Smart or Oh So Pleasant | SCP-5626:The Farthest Shore | SCP-6520: Director's Eyes Only >>
