/* 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) {
#top-bar .mobile-top-bar {
display: block;
}
#top-bar .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;
position: fixed;
top: 0;
left: -20em;
width: 17.75em;
height: 100%;
margin: 0;
overflow-y: auto;
z-index: 10;
padding: 1em 1em 0 1em;
background-color: rgba(0,0,0,0.1);
transition: left 0.4s ease-in-out;
scrollbar-width: thin;
}
#side-bar:target {
left: 0;
}
#side-bar:focus-within:not(:target) {
left: 0;
}
#side-bar:target .close-menu {
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin-left: 19.75em;
opacity: 0;
z-index: -1;
visibility: visible;
}
#side-bar:not(:target) .close-menu { display: none; }
#top-bar .open-menu a:hover {
text-decoration: none;
}
/* FIREFOX-SPECIFIC COMPATIBILITY METHOD */
@supports (-moz-appearance:none) {
#top-bar .open-menu a {
pointer-events: none;
}
#side-bar:not(:target) .close-menu {
display: block;
pointer-events: none;
user-select: none;
}
/* This pseudo-element is meant to overlay the regular sidebar button
so the fixed positioning (top, left, right and/or bottom) has to match */
#side-bar .close-menu::before {
content: "";
position: fixed;
z-index: 5;
display: block;
top: 0.5em;
left: 0.5em;
border: 0.2em solid transparent;
width: 30px;
height: 30px;
font-size: 30px;
line-height: 0.9em;
pointer-events: all;
cursor: pointer;
}
#side-bar:focus-within {
left: 0;
}
#side-bar:focus-within .close-menu::before {
pointer-events: none;
}
}
}
: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%;
}
}
/*
BLANKSTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD and HarryBlank
Based on:
Paperstack Theme by EstrellaYoshte
Penumbra Theme by EstrellaYoshte
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
body{
color:#333;
}
#page-content { font-size: 0.8rem; }
#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, "顛覆 常規 慣例");
font-weight: 700;
font-size: 1.3em;
}
@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;
}
}
.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://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/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://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}
: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-5956,作者為
HarryBlank與
Placeholder McD
建議閱讀:SCP-5243
參考閱讀:SCP-5056、SCP-5109、SCP-5494、SCP-5520
那麼,我們開始吧。
閱讀這分文件的人是Reynders主任。他是誰對文本沒有那麼重要,總之他是時間異常部的主任。
您現在正在瀏覽TL-001-A ("主要時間線")的檔案。
記住這點。
異常分級系統
瓦解等級:Amida
這告訴我們異常對面紗構成重大威脅。
風險等級:Caution
這告訴我們異常沒有很致命。
收容等級:Antithesis
「Antithesis」代表項目是「必須用於防止收容其他異常現象(與其自身)的異常」。
所以他用來防止收容,為什麼?我們後面會提到這個問題。
特殊收容措施
有鑑於SCP-5956是一種因果逆行. 因果逆行事件 (n.): 一種因果概念,在此概念中,「果」將會在時間上先於「因」,即「後發生的事件」會影響「先發生的事件」。預定發生之收容瓦解證成,必須透過執行其後果加以「收容」。
「因果逆行」是指後發生事件影響了先發生事件。
「預定發生」是指事件已在未來得到確定,事件注定會在未來發生。
「收容瓦解證成」是指它將用來阻止異常的收容,也就是說,它會透過執行其影響實現「收容」,無論那些影響究竟是什麼。
SCP-5956只能由經培訓而受認可的人員操作,即便在緊急情況下亦同。下文描述章節中雖附有使用方面相關的概念解釋,但並未提供安全操作所必要的細節。
好喔
任何已知由未來使用SCP-5956導致的事件都必須極為精確記錄下來,並在完成必要之自我告知行動後,立即向時空異常部通報。
任何5956所導致的事件都要記錄下來,並向時間異常部報告。
若時間異常部已不復存在,或所在時間線該部門未曾存在,應聯繫該主時間線的對應部門,並告知該時間線已宣告死亡。
如果時間異常部不存在,這條時間線就沒救了。
描述
SCP-5956即REISNO.思維序類逆向工程跨時序同步(Retrocausally-Engineered Intertemporal Synchronization of Noetic Ordinality)加農,是一種時間操控機制,允許同一人的意識在不同的兩個時間點達成同步。啟動後,REISNO加農的使用者將與指定過去某個時刻的自己相連;這將能夠讓他在實質上藉由與其他版本的自我互相溝通合作來增強自身對於「真史」的知識與經驗。
本質上來說,它能讓某人與過去的自己交談。
無法確認SCP-5956是否會產生新的時間線。嘗試使用REISNO加農改變過去幾乎會導致時間悖論的必然發生,從而導致災難級的時間崩潰。反之,它僅用於啟動已經部分完成的因果循環.根據定義,因果循環不能被主動「發起」,因為REISNO加農的啟動是由其允許發生之事件所刺激的。。
它不可以讓新的時間線產生,用它改變過去勢必會導致悖論發生。記下來以後會用到。
當前已知使用REISNO加農可能導致一副作用,令過去的自己無法回想起曾與未來自我互動之內容。一旦SCP-5956形成的連接被切斷,過去的自己就會受到逆模因影響,導致他們忘記曾「越過時間線」。這並非有意設計,該副作用據信是自身跨時互動中的一條基本原則。該原則自然地降低了潛在悖論的可能性,否則使用者的過去自我可能因為保有跨時互動的知識,而在沒有未來自我隨時監督的情況下做出不明智舉動。
在通訊結束後,過去的自己就會失去這次互動的記憶,所以必須把過程全部記錄下來。
以下的概念分析簡述了安全使用REISNO加農的唯一方法:
REISNO加農協議 (簡化版)
(定義p為過去自我,f為未來自我):
p與f透過執行同一套指令達成同步;
p完成指令,並精確地將其抄錄下來;
p切斷與f的聯繫,並逐漸淡忘他們之間的相互作用;
p在時間的推展下自然成為f;
時間異常部通知f,令其按照最初的交互與p取得聯繫;
f啟動REISNO加農並與p同步,向其提供抄錄指令;
f確保p抄錄並完成指令;
f停止使用REISNO加農,此次互動的記憶始得保留。
以上就是加農運作原理的極簡解釋。
發現/起源(?)
2020 年 11 月 23 日,Site-43 的Daniil Sokolsky博士委託Site-87的Place H. McDoctorate博士製造REISNO加農,以投用於一次高權限機密行動。儘管McDoctorate並未在事前收到告知,但他早已在建構該異常了。當被詢問時,他聲稱已經與未來我達成同步,後者已經指示他製造REISNO加農數週有餘。
所以,Sokolsky要委託Placeholder建造它,但卻發現Place早就在跟未來的自己同步後開始建造了。
完工後,出於對異常能量的需求,REISNO加農轉移至Site-120,隨後McDoctorate博士與未來我切斷聯繫並返回Site-87,隨即淡忘了整個互動過程。
正如前文所述,聯繫一旦中斷,你就會忘記實際互動的內容。
悖論時間線
然後Reynders讀了這個「悖論時間線」檔案,來看看這是什麼。
SCP-001
三小
所以,沒錯,出事了。
特殊收容措施
鑒於SCP-001為一悖論引起的反覆突破收容之收容突破災難,應透過改善對其他相關時間線的影響加以「收容」。
我們來好好分析這個句子。
鑒於SCP-001為一悖論引起的
有個悖論不知怎麼地導致了這個SCP-001
反覆突破收容之收容突破災難,
所以它涉及了收容突破
應透過改善對其他相關時間線的影響加以「收容」。
因此相關時間線的影響需要得到「改善」。
注意一下,收容突破事件發生在每年的九月八日。
接下來是個很大的表格,列出了所有「收容」需要做的行動,然後是那些必須死亡人員的名單。
好的,看起來跟SCP-5243真的很像,這是刻意為之的。
PTF Omega-001應精確記錄哪位隊員無法溝通,並定期循環這類無法溝通的狀況。
負責收容的特遣隊需要定期紀錄他們當中無法溝通的人員,什麼?
這其實是SCP-001次級異常的收容措施。
Site-43所有鏡面都應該被銷毀或去除其反射特性。反光液體必須稀釋並保持不透明。模因與逆模因部應確保全體職員眼球恆常塗抹001-A溶液,每四小時重新塗抹。
要去除反射面,這聽起來跟SCP-5056的收容措施有點相似,這也刻意為之的。
描述
SCP-001是發生在Site-43之奧秘消解部、應用超自然部、歸檔與修校部與控制與收容部的年度收容突破/穩定異常時間悖論。嚴重的局部現實扭曲將使9名已故基金會職員復活並隨即重新遇害,並導致全站點收容設施遭到破壞。
所以它是個收容突破/時間悖論。
現實扭曲將導致9人復活並在隨後死亡,隨之而來的是全站點級別的收容突破。
與5243像極了,不是嗎?
2002年9月8日,Dougall Deering透過心電感應接受到另一條時間線上未來我的指令,指示內容為:
抄寫並逐字記錄整個對話;
手動關閉所有通向奧秘消解設施AAF-D的奧秘流質閥;
警示清潔與維護部人員,若不對奧秘流質的嚴重累積進行處理,將會導致災難級的收容失效;
確保AAF-D徹底廢除。
2002年,Doug透過心電感應與未來自我取得聯繫,來自REISNO加農的一系列要確保5243不會再度發生。
他還被指示在20年後採取以下行動:
自Site-120取用由P. H. McDoctorate博士製造,被稱為「REISNO加農」的設備;
透過REISNO加農聯繫現在(2002年)我;
精確地複述自己收到的指示,以確保一個時間循環得以穩定,在此循環中,上述的收容失效災難將不會發生。
他還被告知要向2002年的自己重複這些指令,好讓這個循環結束。
摘要: 17時19分,D. Deering博士於奧秘消解設施AAF-D處理之奧祕流質中檢測到即將爆發之可識別事件。. 奧秘流質是靈譜物質。其可識別變量已經達到歐基里德空間無法收容之程度。 Deering博士緊急將該物質冲入鄰近設施,阻止了災難級的收容失效。
在Deering博士進一步的安全評估後,AAF-D被正式除役。18時22分,在進行廢除前最後例行檢查期間,一根過載的靈譜接地導管爆裂。產生之奧祕能量將14名清潔與維護部人員活活燒死。
往後的二十年,奧秘消解部未曾發生過相關事件。
所以,14名技術員在魔法垃圾桶被活活燒死,不過5243沒有發生,好耶?
2022年9月8日前夕,Deering向Site-120站點主任Asheworth提交請求,要求將REISNO加農運到Site-43以演示時空力學。然而,2022年9月8日當天,當他準備實行最後一組指示時,他被告知並未尋獲該裝置,也沒有發現該裝置曾經存在的任何跡象
機掰!沒有加農!
摘要: D. Deering博士透過一個名為「REISNO加農」的裝置,對時間線進行了思慮不周的操縱,無意間造成了嚴重時間悖論以及隨後的收容失效。
2022年9月8日17時18分,Deering博士意識到自己在2002年9月8日的行動,以某種方式因果逆行抹消了他用以執行該行動之裝置。由此而生的悖論形成了惡性因果、時間與敘述能量的波動,若不加以遏止,可能會導致宇宙現實的災難級重組。
我們換句話說:「他用加農製造了一條加農不存在的時間線,宇宙要出大事了。」
嘗試使用REISNO加農改變過去幾乎會導致時間悖論的必然發生,從而導致災難級的時間崩潰。
還記得前面提到的這句話嗎?沒錯,災難近在眼前。
然而,該波動起源於Deering博士悖論行動的發生點,即奧秘消解設施AAF-D,並與廢除設施殘留的奧秘廢料產生了顯著反應,進一步引發更集中的效應。
本質而言,這個魔法垃圾桶讓悖論變得更大更強。
AAF-D瞬間回到2002年的配置,包括所有的奧秘流質,以及瀕臨極值的可識別變量和其他消解設施之反向連接。
於是設施回到了2002年。
其影響包括但不限於:
可見/可觸及之維度增加/減少
自發且完全的紅色單色化
真皮移動
超時空實體顯現
時間倒置
反射物質出現心智演化
多重超感官知覺
語言與交流完全失效
氣態物質凝結,導致溫度驟升
極端退化症.極端退行化(n.): 人類退化到可能的最低形式;其演化的反極端。
流涎
當中許多影響一直持續至今。
隨之而來的事接二連三的浩劫。
在事件引發的一系列混亂後,Deering向站點的高級職員坦承了自己引發時間悖論的責任。
Doug承認自己就是那個始作俑者。
儘管這樣的時間線通常會隨即崩潰並消滅回正常時間線,但前述的突破事故似乎莫名其妙的賦予該交替現實一種異常穩定性,使其得以延續下去。
他們不知道為什麼這條時間線還沒死亡。
事件的持續影響擴及到全世界範圍都可感知;一般公眾的社會與經濟基礎設施都在幾天後崩潰,並因同時發生與體驗的多組衝突發生而隨著時間推移不斷惡化。
悖論蔓延不止。
該K級事件與將其引發之突破事故被歸定為SCP-001。Site-43成為了人類文明最穩定的中心;倖存的研究員推定SCP-001已經獲得某種程度的智慧,也許這是從它消滅的生命中所得,並有意保護其源頭使之不被摧毀。
突破事故被歸定為SCP-001,基金會認為它擁有智慧。
Deering博士提議去找REISNO加農的創造者Placeholder McDoctorate博士,並詢問其下落。希望透過Deering博士指令的屢行,將悖論破壞修復。McDoctorate博士被從Site-87送來Site-43時正處於高度偏執與混亂的狀態,他在路途中反覆瘋狂地聲稱「作者[已經]離開我們了」。
為了修正這個悖論,他們找來的加農的創造者McDoctorate博士。「作者離開我們」是超形上學的東東,我們不打算討論。
在詢問中,McDoctorate博士聲稱自己對「REISNO加農」一無所知;當Deering博士表示未來McDoctorate博士已經發明了該設備,而且據稱已將必要的資訊傳遞給過去我時,McDoctorate博士聲稱該聯繫未曾發生。
造加農的人不知道怎麼造加農。好的。
SCP-001的所有次級異常都對應著原作者的其他SCP。
001-A(Dougal Deering的手足Philip,會襲殺人員的那位)是SCP-5056
001-B(四十一個英數字串「dr1dougall2deering3cannot4change5the6past」,會讓你喪失溝通能力)是SCP-5109
001-C(獲得意識,開始攻擊人類的休倫湖)是SCP-5494
001-D(活體基岩)是SCP-5520
在接下來的一年間,McDoctorate博士(透過艱苦的實驗開發與暴力解法)開發了REISNO加農的功能原型機.在建造的最後幾天,McDoctorate博士收到了未來我的聯繫,並得到完成該裝置的相關指示。據推測,由於時間穩定度的不足,該指引無法更進一步的送回過去。。然而,為了補足其巨大的能量需求,數個站點的機能(包括奧秘消解部與控制與收容部的職務)被暫時停用;據推測,這將為相隔21年的跨時空聯繫,提供足以跨時同步三十秒的能量。
所以McDoctorate真的設法搞出了加農。慶賀吧!
2023年9月8日,Deering博士準備使用REISNO加農與過去(2002年)我進行同步。他已向站點職員表示,他已不再相信2002年收到的指示,並不想阻止自己當年阻止的收容突破。相反,他打算指示自己讓2002年的收容突破爆發,期望這能使時間線恢復到正確版本。在鉅細靡遺的背誦出自己的計畫內容後,Deering博士前往了站點的量子與超力學部機械實驗室,並啟動了REISNO加農。
所以他要讓5243發生,以阻止001的發生。
與此同時,站點職員開始注意到現場異常活動與時間不穩定度攀升。最初這被認定是Deering博士在修復時間線的不良反應,該現實扭曲被允許不受抑制直到18時21分為止,此一時刻,受到最初事件影響的三個區域被回復到2002年的配置,所有該事件的殉職人員都自發復活,並爆發了第二次收容突破。
001像是5243一樣重現了。
由於對再發生事件的準備不足,站點職員未能正確地重複他們在前一年的行動。這導致了H.Blank博士與L.Lillihammer博士的倖存,他們顯然受到了收容突破期間釋放的能量感染。Blank博士獲得了誘發虛假記憶的能力;Lillihammer博士則獲得了形成病毒型寄生模因的能力。他們用這些新能力來摧殘基金會職員的身心健康,並不知原因地表現出敵意與孤立的傾向。
如果那些本該死去的人活了下來,他們就會發狂。
事件告一段落後,量子與超力學部機械實驗設施中發現了Deering博士的屍體,他因為自我暴露於致命認知危害而身亡。斷定他在自殺前就將REISNO加農啟動,這麼做很可能造成2002年的主時間線Deering博士在阻止突破行動前就將其終結。這樣的行動很可能阻卻了基線現實發生於本文件中詳述的事件爆發;並且也應該使這條交替時間線崩潰,但時至今日該情況仍沒有發生。
所以,Doug透過加農殺害了2002年的自己,並留下一張便條解釋了自己的行為。
內容很長也相當動人,Dougall感嘆自己是多麼的愚蠢,並表達自己對Philip的愛,以及他為了彌補自己過錯縱容5243發生的抉擇。
SCP-001之特殊收容措施旨在確保每年的重演都與最初突破事件相同,因為每年的重演都與最初破壞事件相同。這並非重現,而是對實際發生歷史的復演。若不嚴守特殊收容措施,實際歷史進程將被顛覆。隨著2022年9月8日日漸遙遠,這些新現實與基線現實進一步偏離的可能性將會倍增。
復演就是事件的重新顯現,每次他們搞砸,歷史就會出現變化。
每年在2022遇害之職員,以及Deering博士(2023年死亡)與N. Ngo博士(2027年死亡)都將在死前60秒的時間被SCP-001復活。他們都是有知覺之人類,存在應有的身體結構與機能,只要滿足了適宜的環境條件,他們的行為就會與死亡當年如出一轍。但如果受到干擾,他們可能會倖存並對站點造成嚴重破壞,而收容措施也同告失敗。
所有新犧牲者都會成為001的一部分。
九名直接參與收容而自SCP-001下倖存的職員(R.Ambrogi部長、Janet Gwilherm部長、D.Markey博士、B.Del Olmo博士、S.Radcliffe特工、R.Wirth博士與隨後的D.Deering博士和A.Zlatà博士)已經自發組建了臨時特遣隊PTF Omega-001。他們的任務是盡可能完美地複製自己當初之行動。如果他們成功,現實將在重構後形成對倖存站點人員影響較小的時間線。儘管理論上這能讓時間線崩潰回到基線現實,但不確定需要多少次的成功收容才能達成此一目標。
每當特遣隊正確地完成自己的工作,現實就稍微好轉一些。
對SCP-001的進一步實驗產生了好壞參半的結果。2025年,為了更有效地協調PTF Omega-001的收容職責,嘗試委任了一名額外工作人員來提供精準的時間訊號與提示;這導致Adrijan Zlatà博士也被作為收容成員納入SCP-001之中。特遣隊其他成員在隔年的表現顯著下降,這表明了:a)他們與SCP-001相關的行為是與SCP-001糾纏在一起的;2)他們處理異常的能力有限,並在他們之間分割對等。在此事件後,所有倖存人員都嚴禁協助PTF Omega-001完成其收容職責。
沒有人可以幫助他們。好極了。
接下來是站點心理師的便條:「不要放棄,每次我們做對了,我們就會離家更近一些!」然後是那位心理師殉職後成為001一環的報告。
唉。
日期: 2027/09/08
紀錄人員: A. Mukami (控制與收容部長)
摘要: Place失蹤
自2023年REISNO加農的發明以來,量子與超力學部主席P. H. McDoctorate一直發揮著不可估量的作用。在過去的一年間,他一直高度專注於新設備的建造,並在過程中身心健康程度都在持續下降。他對該機器之預期功能始終保密,在受到追問時,他聲稱自己在「要想辦法寫一個更好的故事。」
McDoctorate的最後目擊者是S. Radcliffe特工,時間大約在18時左右,他當時正準備要去履行自己的收容職責。在成功修復突破後,McDoctorate博士、他始終在建造的機器與REISNO加農都消失了。所有相關區域的監視系統都自發故障,原因未知。
失去McDoctorate對將我們的現實安全崩潰回到基線現實之任何希望都是凶兆。儘管如此,如果我們對SCP-001的理解無誤,REISNO加農應該能在每年突破中暫時出現,如此一來,Deering博士就能繼續藉此完成其收容職責。
所以Place失蹤了,不過他們還冀望著加農能夠在下一年的事件中出現。
更新 2033/09/10: 在對McDoctorate博士的辦公室進行徹底搜索後,只能尋獲一分與他最終項目有關之文件,該便條上寫了以下內容PARADOX EXODUS ENGINE出悖論引擎
這不是個好兆頭。
更新 2034/09/08: 沒有加農。
死透
就本質來說,2033年McDoctorate跟著加農一起失蹤了。他用了這個叫做出悖論引擎的東西,從注定失敗的世界線逃脫了,他還把REISNO加農一併帶走,徹底終結了這個悖論時間線。
訪談紀錄
2013年Dougall在5243事件中倖存下來──2034年已經沒有REISNO加農能夠殺死他了──於是他接受了訊問。
他認為自己沒死是因為悖論線的他或REISNO加農可能出了什麼狀況,Du博士推測Dougall並非受到5243的糾纏而復活,而是因為其他異常(也就是001),Dougall只說他們應該殺死自己的,以免他又再度搞砸,再度害死了自己的手足。
就這樣,SCP-5956的故事結束了,這是個試圖改變過去之人的故事。
太長不看:Placeholder製造了一個設備(REISNO加農),能讓人向過去的自己傳送訊息。Doug博士用它聯繫過去我阻止了5243,但這也阻止了REISNO加農的建造,悖論形成了。這個悖論因為AAF-D的魔法廢物而暴走,還讓好幾個SCP失控。為了解決這個悖論,他們強迫Placeholder建造REISNO加農,Placeholder成功了,於是Doug操作REISNO加農穿越死局時間線將過去我殺死,以5243的發生為代價防止001發生,最後Placeholder使用出悖論引擎逃出這個死局時間線,故事結束。
還是太長不看 : 不要嘗試改變過去。