SCP-5416
/* 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%;
     }
}
项目编号:項目編號:SCP-5416
等级等級2
收容等级:收容等級:
无效化
次要等级:次要等級:
none
扰动等级:擾動等級:
ekhi
风险等级:風險等級:
危急

Cat.jpg

无效化前的SCP-5416。

特殊收容措施:尽管SCP-5416在极低可能性下依然存在,约五十亿年内没有必要对其重新收容。


描述:SCP-5416是一个来源和构成材料均为未知的雕塑。手握SCP-5416的人员可以将其所知晓的任何物体移位到同样为其所知的任何地点。此情况的发生原理在该项目遭无效化之前未能得到明确;主要理论包括奇术传输、量子传送、以及宇宙重排列。

雕塑底座处有下列手刻铭文:

万物归其位

附录5416-1,发现:SCP-5416于2016年6月10日突然出现在了Site-43的一个空置收容间内。其上贴有一张黄色便利贴,对其来源给出了极为模糊的提示。经鉴证分析后,没有在雕塑或该贴纸上发现生物学痕迹;拼贴文本的来源依然未被识别,墨迹符号同样不明。

Sticky.jpg

1

初步测试确认了SCP-5416的异常性质,并解释了字条上的内容。对其来源地尚未发现更多信息。

下文的附录5416-2及附件提醒保留未作修改,用以归档和指导目的。


附录5416-2,使用说明:SCP-5416可通过以下流程来将物质移位:

1. 使用者用手握住SCP-5416。
2. 使用者集中思想到某一特定物体上。
3. 使用者集中思想到某一特定地点上。

此后目标物体将立即从当前位置消失,而后重新出现在指定地点。

使用者松开SCP-5416即可中止此过程。

SITE-43量子超力学部门提醒

QS.png

如上文所述,仅有本部门被授权测试SCP-5416。SCP-5416会选中使用者构想的第一个物体为目标,并以使用者构想的第一个地点为目的地。重新考虑这些决定只能通过重置整个流程才能安全进行,因为物质转移会在地点被选中后瞬时发生,因此使用者的心智必须彻底脱离外部刺激。只有QS配置有安全测试所需设备。

— Dr. Xinyi Du,量子超力学主席


附录5416-3,实验记录(节选):在Dr. Xinyi Du指导下进行测试后,发现SCP-5416能够转移的物体不存在大小上限,也无穿越距离的上限。还注意到对“物体”的定义也有相当的灵活性。原定于2016年9月测试该项目是否具备异常破坏抗性,但因下文所述理由无法开展。


实验5416-RE-14
日期:08/18/2016

目标:2克焦糖

目的地:空巧克力壳

原理:SCP-5416似乎能对使用者目标和目的地想象中的不精确做出修正;因此它应该有可能锁定到使用者不能观察到、但对其描述过的空间。

观察:焦糖被转移到巧克力壳内。D级人员食用此融合甜点后没有出现不良反应。

雀巢大概不会这么做,但确实行得通。— Dr. Du


实验5416-RE-18
日期:08/27/2016

目标:位于英格兰约克郡Site-91的1吨异常秘传材料

目的地:加拿大安大略省Site-43奥秘消解设施AAF-C

原理:SCP-5416或可用于从基金会在世界各地的基地中转移危险流出物到Site-43的专用处理厂。

观察:转移在技术上成功。

喔。空气错位了。91来了一次容器内爆,43来了一次超烂的爆炸。需要更多谨慎。— Dr. Du


实验5416-RE-28
日期:08/31/2016

目标:SCP-5162-A

目的地:Site-43安保与收容部门

原理:SCP-5162-A的地理位置无法被确认,但遭遇过它的人员就其外貌提供了照片证据。使用SCP-5416将该项目逐块转移到收容间内是可能的。

观察:行动特工一时间丢失专注,在重新专注的失败尝试中,造成了整个安保与收容部门综合楼向南偏西南方向移位一米。由此产生的结构破坏近乎为灾难,但没有对象发生收容突破;将整个部门转移回原位的计划先已暂停,Dr. Du临时暂停了所有对SCP-5416的使用。

明天我要呼叫O5;我要给这东西来个中止令,直到我们能找到心理控制极度精准的测试对象 — Dr. Du


附录5416-4,事故报告:2016年9月1日,Paskal Pandev特工携O5指令来到Site-43,要求不受限、无陪同接触SCP-5416。进入收容间5分钟后,Pandev特工触发了收容突破警报。安保与收容部门人员发现Pandev特工独自在房间内,无法找到SCP-5416。在于监督者指挥部交流后,Dr. Xinyi Du对特工Pandev进行了采访。

采访记录

日期:2016年9月1日

调查特工:Dr. X. Du(量子超力学主席)


特工Pandev:这种拘禁不合规矩。

Dr. Du:你知道还有什么是不合规矩的么?我们整个的安保与收容部门。我们正准备修复,得用你刚刚嘭一下弄成不存在的那个物件。

特工Pandev:我不知道出了什么事,真的,但你这样不成体统。我有O5的指令。

Dr. Du:你到底有没有看到最后的测试更新?主管告诉我你已经进房间的时候我就该把警告告示贴到文件里去。还有总之,我看过你的O5指令了,他们可没说要你处理掉一个SCP项目的事。

特工Pandev:我没有处理掉它,我是试图去使用它,遵照你们的指示,然后它就消失了。

Dr. Du:指令里可没说你对它实际上的使用计划。

特工Pandev:那是5级保密。高度敏感的。

Dr. Du:我们已经接触过监督者了。他们允许你说出来。

[敏感信息已编辑]

特工Pandev:好,你的凭证是正常的。好吧,几周之前,SCP-179侦测到太阳系外空间有一个潜在的撞击者。那是—

Dr. Du:有颗小行星可能会撞上我们,对,我知道。很明显我知道。

特工Pandev:行。O5对如何处理它有好几个计划。这一个是表里的首选,因为它…有潜在的超军事应用,我这么说吧。

Dr. Du:继续。

特工Pandev:我是天体物理学家。我有训练过从记忆里视觉化跨域空间,为此事做的准备。监督者是…真的希望它能发挥作用。如果我们需要从外部影响中保卫地球,那可以说真是个优势所在。在范围上。

Dr. Du:你一直在兜圈子不说重点。你要怎么用5416去阻止小行星?

特工Pandev:我本来是应该拿起5416,构想小行星来定位它,然后构想太阳,把它送过去。

录音静默。

Dr. Du:什么。

特工Pandev:我本来是该把小行星送到太阳里去。销毁它。想象一下如果只要我们想要什么东西进到太阳里去,它就真的会过去?所有这些我们摆脱不掉的恐怖skip,就…直接没了,至少五十亿年没事。太阳应该能坚持到这么久的,对吧?想法就是这样的。我们还可以用它抓回逃脱的Skip,或者扣留关注人士…无穷可能性。

录音静默

特工Pandev:我还是不知道哪出了问题…我确实非常小心了。

特工Pandev转了转座椅。Dr. Du深呼吸。

特工Pandev:他们是赶在最后一秒把这个选项拍给我的,我还有点害怕。成功的压力。我没法把这个怪异的红色小假屌从脑海里弄出去。我在过来的航班上把流程过了一百万遍…我进到房间,打开盒子,我拿起那东西,我构想小行星,我构想太阳—

Dr. Du:你在使用5416之前就看到它的图像了。

特工Pandev:当然。这都在我的简报材料里了。这是顶级机密,所以我要尽可能多掌握信息才行。其他所有人都要排除在圈外。

Dr. Du:你在用这东西前就不应该看到它。

特工Pandev:为什么?

Dr. Du:你不应该对收容措施“为什么”!你就是不应该在使用前看到这项目,因为这样之后你可能会在拿它的时候想到它!

特工Pandev:所以?我还是在想着小行星呢!

Dr. Du:都没关系!5416会捕捉你想到的第一个物体,你不把它放回去就不能重置!你去拿的时候想到的是5416,你在你的傻瓜脑袋里构想了它,然后你就把它设成了转移的目标。

特工Pandev特工张大下巴。

特工Pandev:…然后我就送它去太阳了。

录音静默。

特工Pandev:所以,就这么没了。

Dr. Du:你以为?

录音静默。

特工Pandev:我会写我的报告。本来可能会更坏的。

录音静默。

Dr. Du:是。完全有可能会更坏的。

特工Pandev:什么?

Dr. Du:你他妈完全有可能把太阳拖到这边来

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License