vohzd.com
SCP-5416

The Lever

Series
6
Size
22.6 KB
Views
0

- CODE

/*
BLANKSTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD and HarryBlank
Based on:
Paperstack Theme by EstrellaYoshte
Penumbra Theme by EstrellaYoshte
*/

@import url('https://fonts.bunny.net/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');

#page-content { font-size: .9rem; }

#main-content {
top: -1.6rem;
padding: 0.2em;
}

div#container-wrap {
background-image: none;
}

div#header {
background-image: none;
}

#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
#header h2 { margin-top: 0.5rem; }
#header h1 span, #header h2 span { font-size: 0; display: none;}
#header h1 a::before, #header h2::before {
color: #000;
letter-spacing: 1px;
font-family: 'Montserrat', sans-serif !important;
text-shadow: none;
}

#header h1 a::before {
content: var(--header-title, "R\0026 C SITE-43");
font-weight: 400;
font-size: 1.3em;
}

#header h2::before {
content: var(--header-subtitle, "SUBVERTING COMMON PRACTICE");
font-weight: 700;
font-size: 1.2em;
}

@media (max-width: 707px) {
#header h1 a::before {
font-size: 1.6em;
}
}

#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;
}

#search-top-box {
top: 2.3rem!important;
right: 8px;
}

#top-bar {
display: flex;
justify-content: center;
right: 0;
top: 7.9rem;
}

#top-bar, #top-bar a {
color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
color: #000;
letter-spacing: 1px;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.45em;
}

div#extra-div-1 {
height: 160px;
width: 100%;
top: 0;
position: absolute;
background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png');
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}

@media (max-width: 707px) {
div#extra-div-1 {
top: 15px;
}
}

body {
background-image: linear-gradient(
to bottom,
#e0e0e0, #e0e0e0 90px,
#e0e0e0 90px, #ffffff 200px,
#ffffff 200px, #ffffff 100%);
background-repeat: no-repeat;
}

:root {
--timeScale: 1.5;
--timeDelay: 1.5s;
--posX: calc(50% - 358px - 13rem);
--fnLinger: 1s;
}

#page-content hr {
background-color: #000;
}

#page-content tr th {
padding: 6px;
border: #000 1px solid;
}

#page-content tr td {
padding: 12px;
border: #000 1px solid;
line-height: 1.4;
}

#page-content .sidebox tr td,
#page-content .sidebox tr th {
padding: 0.35em;
}

#side-bar {
border-right: 1px solid #333;
background: #DDD;
}

#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}

#top-bar div.open-menu a {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}

@media (max-width: 767px) {
#side-bar:target {
border: 1px black;
box-shadow: none;
}
}

#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
background-color: #FDF6D7;
}
#side-bar .side-block.media {
background-color:#D7EFE7;
}
#side-bar .side-block.resources {
background-color:#F5D8E0;
}

#page-content .creditRate{
margin: unset;
margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
background-color: #ffffff;
border: solid 1px #000;
box-shadow: none;
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: none;
border: solid 1px #000;
margin: unset;
margin-bottom: 4px;
border-radius: 0;
}

div.page-rate-widget-box .rate-points {
background-color: #ffffff;
color: #333333;
border: none;
border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #ffffff;
border-top: none;
border-bottom: none;
}

.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: none;
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-content .rate-box-with-credit-button .page-rate-widget-box { border: none; }

.anchor {
position: sticky;
height:0;
top: 0;
}
.sidebox {
padding: .14rem;
margin-top: 0;
margin-bottom: 8px;
width: calc((100vw - 870px)/2);
max-height: calc(100vh - 18rem);
position: absolute;
top: 0;
left: 103.5%;
z-index: 5;
overflow: auto;
box-sizing: border-box;
}
@media (max-width: 1290px) {
.sidebox {
display: none;
visibility: hidden;
}

\#header h2::before {
    font-size: 0.9em !important;
}

}

.scp-image-block {
box-shadow: none;
}

/* ---- 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: none;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: 1px solid #333;
box-sizing: border-box;
}

/---- SCROLLBAR ----/

::-webkit-scrollbar {
width: 10px;
}

::-webkit-scrollbar-track {
background: #FFF;
border-left: 1px solid #333;
}

::-webkit-scrollbar-thumb {
background: #CCC;
border: #333 1px solid;
}

::-webkit-scrollbar-thumb:hover {
background: #EEE;
}

/---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----/

.imagediv {
float: right;
margin: 15px
}

@media (max-width: 540px) {
.imagediv {
float: none;
text-align:center;
margin: auto;
}
}

@media only screen and (max-width: 600px) {
.scp-image-block.block-right{
float: none;
margin: 10px auto;
}
}

/---- ACS-COLORED TABLE DIVS ----/

#page-content .table1 tr th,
#page-content .table1 .scp-image-block .scp-image-caption {
background-color: #D7EFE7;
}

#page-content .table2 tr th,
#page-content .table2 .scp-image-block .scp-image-caption {
background-color: #D8ECF4;
}

#page-content .table3 tr th,
#page-content .table3 .scp-image-block .scp-image-caption {
background-color: #FDF6D7;
}

#page-content .table4 tr th,
#page-content .table4 .scp-image-block .scp-image-caption {
background-color: #FFDABF;
}

#page-content .table5 tr th,
#page-content .table5 .scp-image-block .scp-image-caption {
background-color: #F5D8E0;
}

#page-content .table6 tr th,
#page-content .table6 .scp-image-block .scp-image-caption {
background-color: rgba(146, 0, 255, 0.2);
}

.tableb .wiki-content-table {
border-collapse: separate;
border-spacing: 2px;
}

.tableb .scp-image-block {
border: none;
}

.tableb .scp-image-block img {
border: #000 1px solid;
box-sizing: border-box;
}

.tableb .scp-image-block .scp-image-caption {
margin-top: 2px;
border: #000 1px solid;
box-sizing: border-box;
}

.top-left-box > .item {
display: none;
}

/* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */
span, a { word-break: normal !important }

.avatar-hover { display: none !important; }

#breadcrumbs, .pseudocrumbs {
text-align: center;
padding-top: 10px;
}

#main-content .page-tags span {
max-width: 100%;
}

/* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */

.fancyhr hr {
border-top: 2vw solid transparent;
background-color: rgba(var(--bright-accent), 0);
height: 0;
box-sizing: border-box;
border-image-source: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/wl_hr.png');
border-image-repeat: round round;
background: none;
border-image-slice: 80 500 80 500 fill;
border-image-width: 10em 80em 10em 80em;
}

.fancyborder {
box-sizing: border-box;
border: 2vw solid rgba(0,0,0,0.5);
border-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}

Item#: SCP-5416

Level2

Containment Class:

neutralized

Secondary Class:

none

Disruption Class:

ekhi

Risk Class:

critical

link to memo


SCP-5416, pre-neutralization.

Special Containment Procedures: In the unlikely event that SCP-5416 still exists, its recontainment will not become necessary for approximately five billion years.

- Close Archived Containment Procedures

SCP-5416 must be stored in an opaque container with an electronic combination lock in Safe-Class Lockup 7 at Site-43.

Individuals chosen to operate SCP-5416 must be amnesticized of their short-term memory immediately before operation, with targets and destinations suggested to them by a third party.

SCP-5416 must not be handled by sapient beings unless immediate use is intended, and all users must score in the top twentieth percentile on the Foundation Standardized Ideation Scale..The FSIS measures one's ability to form and focus on mental images. Security Clearance Level 3+ personnel from the Quantum Supermechanics Section of Site-43 must be present for all testing of SCP-5416.

The SCP-5416 file must not depict it graphically, and individuals familiar with its appearance are forbidden to operate it.


Description: SCP-5416 was a statuette of unknown origin and material composition. An individual holding SCP-5416 in their hand was capable of translocating any object of which they were aware to any location of which they were also aware. The mechanism by which this occurred was not determined before the object's neutralization; leading theories include thaumaturgical transmission, quantum teleportation, and universal realignment.

The following hand-carved engraving appeared on the base of the statuette:

EVERYTHING IN ITS PLACE


Addendum 5416-1, Discovery: SCP-5416 abruptly appeared in an empty containment chamber at Site-43 on 06/10/2016. A single yellow Post-it Note was attached, providing only vague hints as to its origins. Forensic analysis revealed no biological evidence on either the statuette or the note; the source of the clipped text remains unidentified, as does the inked symbol.

Preliminary testing determined SCP-5416's anomalous qualities, explaining the contents of the note. No further information on its provenance has been uncovered.

Addendum 5416-2 and the appended notice below have been retained unaltered for archival and instructional purposes.


Addendum 5416-2, Usage Instructions: SCP-5416 may be utilized to translocate matter via the following process:

1. The user holds SCP-5416 in their hand.
2. The user focuses their mind on a specific object.
3. The user focuses their mind on a specific location.

The targeted object will then immediately disappear from its present position, and reappear in the specified location.

The user may abort this sequence by relinquishing SCP-5416.

NOTICE FROM THE SITE-43 QUANTUM SUPERMECHANICS SECTION

As outlined above, only this Section may authorize testing of SCP-5416. SCP-5416 will select the first item the user ideates as the target, and the first location the user ideates as the destination. Second-guessing these decisions can only be safely accomplished by resetting the entire process, and as matter translocation begins the instant a location is chosen, the user's mind therefore must be completely free of external stimuli. Only QS is equipped to provide the environment required to ensure a safe test.

— Dr. Xinyi Du, Chair, Quantum Supermechanics


Addendum 5416-3, Experiment Logs (Selected): Testing under the direction of Dr. Xinyi Du revealed no upper limit to the size of the objects which SCP-5416 could translocate, nor the distance over which they could be made to travel. Considerable flexibility in what qualified as an 'object' was also noted. Experiments to determine whether the object possessed anomalous resistance to damage were scheduled for September of 2016, but for reasons detailed below could not be carried out.


Experiment 5416-RE-14

Date: 08/18/2016

Target: 2 grams of caramel

Destination: Chocolate shell, hollow

Rationale: SCP-5416 appears to somehow compensate for imprecision in its user's target and destination images; it should therefore be possible to target a space which has not actually been observed by the user, but has been described to them.

Observations: The caramel was translocated into the chocolate shell. Consumption of the combined confection by D-Class personnel resulted in no adverse reactions.

Probably not how Nestlé does it, but it does work — Dr. Du


Experiment 5416-RE-18

Date: 08/27/2016

Target: 1 ton of anomalous esoteric material at Site-91 in Yorkshire, England

Destination: Acroamatic Abatement Facility AAF-C at Site-43 in Ontario, Canada

Rationale: SCP-5416 could be used to facilitate the transfer of dangerous effluence from Foundation installations worldwide to Site-43's dedicated processing plants.

Observations: Translocation was technically successful.

Oops. Air displacement. One imploded container at 91, one very messy exploded one at 43. Greater care is needed — Dr. Du


Experiment 5416-RE-28

Date: 08/31/2016

Target: SCP-5162-A

Destination: Security and Containment Section, Site-43

Rationale: SCP-5162-A's geographical location cannot be determined, but individuals who have encountered it have supplied photographic evidence of its appearance. It should be possible to translocate the object into containment piece-by-piece using SCP-5416.

Observations: A temporary loss of focus on the part of the activating agent, and a disastrous attempt to refocus, resulted in the translocation of the entire underground Security and Containment Section compound by one metre south-southwest. The resultant structural damage was near-catastrophic, though no subjects breached containment as a result; plans to return the Section to its original position are on hold, as Dr. Du has temporarily suspended all use of SCP-5416.

I'm calling O5 tomorrow; I want a moratorium on this thing until we can find test subjects with extremely precise mental control — Dr. Du


Addendum 5416-4, Incident Report: On 1 September 2016, Agent Paskal Pandev arrived at Site-43 with orders from O5 for unrestricted, unescorted access to SCP-5416. Five minutes after he entered the containment chamber, Agent Pandev activated the containment breach alarm. Security and Containment Section personnel discovered Agent Pandev alone in the chamber; SCP-5416 could not be located. After communication with Overwatch Command, Dr. Xinyi Du conducted an interview with Agent Pandev.

Interview Log

Date: 1 September 2016

Investigating Agent: Dr. X. Du (Chair, Quantum Supermechanics)


Agent Pandev: This detainment is irregular.

Dr. Du: You know what else is irregular? Our entire Security and Containment Section. We were going to fix it, with the object you just somehow poofed into non-existence.

Agent Pandev: I don't know what happened, honestly, but you're out of line. I have orders from O5.

Dr. Du: Did they even see the last test update?! I'd just slapped a warning notice on the file when the Director told me you were already in the chamber. And anyway, I've read your orders from O5. They don't say anything about disposing of an SCP object.

Agent Pandev: I didn't dispose of it. I tried to use it, following your instructions, and it disappeared.

Dr. Du: The orders don't say what you were actually planning to use it for.

Agent Pandev: That's classified Level 5. It's highly sensitive.

Dr. Du: We've been in touch with Overwatch. They cleared you to speak.

[SENSITIVE MATERIAL REDACTED]

Agent Pandev: Okay, your credentials are in order. Well. A few weeks back, SCP-179 detected a potential impactor in extrasolar space. That's—

Dr. Du: An asteroid that might hit us, yes, I know. Obviously I know.

Agent Pandev: Fine. O5 had several plans for dealing with it. This one made the top of the list because of its… potential paramilitary applications, let's say.

Dr. Du: Go on.

Agent Pandev: I'm an astrophysicist. I've been trained to visualize cross-sections of space from memory, in preparation for this. Overwatch was… really hoping it would work out. Could've been a real boon if we need to defend Earth from outside influences. At range.

Dr. Du: You're talking circles around the point. How were you going to stop this asteroid with 5416?

Agent Pandev: I was supposed to pick up 5416, picture the asteroid to target it, and picture the sun to send it there.

Silence on recording.

Dr. Du: What.

Agent Pandev: I was supposed to send the asteroid into the sun. To destroy it. Imagine if we could just want something to be in the sun, and it would be there? All those awful skips we can't get rid of, just… gone, for at least five billion years. That's how long the sun's supposed to last for, right? That was the idea. We could also use it to recapture escaped skips, or detain persons of interest… endless possibilities.

Silence on recording.

Agent Pandev: I still don't know what went wrong… I was very careful.

Agent Pandev shifts in his seat. Dr. Du is breathing deeply.

Agent Pandev: They dropped this op in my lap at the last possible second, and I was freaking out a little. The pressure to succeed. I couldn't get the image of that weird little red dildo out of my head. I went over the steps a million times on the flight over… I came into the room, I opened the box, I picked the thing up, I pictured the asteroid, I pictured the su—

Dr. Du: You'd seen an image of 5416 before you used it.

Agent Pandev: Of course. It was in my briefing material. This was top-secret, so I needed to have as much info as possible. Keep everyone else out of the loop.

Dr. Du: You're not supposed to see the object before you use it.

Agent Pandev: Why?

Dr. Du: You're not supposed to WHY the ConProcs! You're not supposed to see the object before you use it, because then you might already be thinking about it when you pick it up!

Agent Pandev: So? I still thought about the asteroid!

Dr. Du: It doesn't matter! 5416 picks up the first object you think about, and you can't re-set it without putting it back down! You were thinking about 5416 when you picked it up, you were picturing it in your stupid head, and you set it as the target to be transported.

Agent Pandev's jaw drops.

Agent Pandev: …and then I sent it to the sun.

Silence on recording.

Agent Pandev: So, that's gone then.

Dr. Du: You think?

Silence on recording.

Agent Pandev: I'll write up my report. It could have been worse.

Silence on recording.

Dr. Du: Yes. It could have fucking been worse.

Agent Pandev: What?

Dr. Du: You could have brought the FUCKING SUN HERE!


« SCP-5734 | Words of Power and Poison | SCP-5524 »