/* 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;
}
您正在查看的文件是來自於TL-6416-X9C38DAU7E,它會將其所在的世界線稱為TL-001 ("主要時間線")。請注意,該命名慣例是相對而成,本文件並非來自您所處的TL-001。
SCP-6416
KETER級 / LEVEL V / 跨時空
於PoI-5242迭代-7XFQWB32R4的收藏中,SCP-6416-方塊的實體之一。
收容措施: 根據1981年多元宇宙基金會協約第二至第四條禁止基金會人員濫用SCP-6416進行跨時空通訊。故意犯將對不同時間線的個體性造成威脅,主迭代RCT-Δt將在其能力範圍內進行追捕。
SCP-6416-方塊.本文件將遵從且應遵從文件:SCP-整數所描述之安全辦法進行編寫。請在繼續閱讀前確保自身已熟悉該辦法。應盡可能保持隔離並避免在無人監督的情況下使用。若任何該實體的檢索變得可行,應透過時序抽離並將其儲存於可能性傾斜翼區之方式使其進入惰性狀態。只有在收容SCP-6416與其他類似威脅時有需要方允許對其進行研究。
每年一次,通常被稱為「Placeholder McDoctorate」的個人相關迭代應將其持有之所有益智方塊提交給各自時間線的RCT-Δt迭代以供檢查。該員的已知別名包括:
- Mr. Place "The Doc" Holder;
- John Doe研究員;
- Abstract "Abbie" M'Doctorat博士;
- Rsr. Place M. DeKnow-It-All;
- Person The Scientist;
- Sir Mac Doctorium, Holder of Places;
- Blankface McBoxhead;
- Esoterica Eccentric主任;
- "PHMD";
- O5-6 (四循環);
該員應 永不 被拔升至監督者(或其他類似的)地位。
更新: 所有與SCP-6416、SCP-整數、與前述人員相關之文件都應分送予RCT-Δt所有可能的聯合迭代,以便對其進行收容研究。
描述: SCP-6416是一種多元宇宙的元概率現象,其使可數無窮四階謎題物件的狀態達成同步。SCP-6416會出現在所有滿足以下條件的宇宙(以下簡稱為Timeplane-6416)之中:
- 存在人類個體(以下簡稱為PoI-5242)與Abstract M'Doctorat博士DNA同步率達到99.99998%以上,並受聘於該平行世界之基金會或對應組織;
- PoI-5242與一必然未確認符號學實體進行簡短的特徵交換,因而導致了嚴重的身分抽象;
- 前述抽象化將導致PoI-5242所有之四階謎題物件(以下簡稱為SCP-6416-方塊)受到影響;
- PoI-5242最終將被拔升至監督者的地位(必會是O5-6)。
所有符合前述條件之世界線的SCP-6416-方塊將成為相同實體,這是因為它們已經遭到SCP-整數抽象化為同一基本狀態。轉動任一實體都將導致其他實體翻轉至相同的狀態,從而導致其所在世界線將重構以遷就該變動。簡而言之:SCP-6416-方塊 將與TP-6416達成同步,任何該實體的異動,都將導致其他歷史的實體隨之變化以達成完全相同狀態。根據理論,該跨時空同步將同步發生於敘述層面,因此將會凌駕於時間影響。
PoI-5242會傾向於將SCP-6416-方塊隨身攜帶,該習慣將在其任職期間內越發頻繁。沒有任何實體能在其他實體不做同樣行為的前提下終結其存在;這種結果論的不可能性確保了SCP-6416-方塊於全TP-6416能夠持續存在。此外,SCP-6416於時間重構上遵守著最小阻力原則,必會以最小幅度之異動證成SCP-6416-方塊的狀態。透過將其隨身攜帶,PoI-5242加強了自身與謎題的因果關係,從而成為其最可能的重構機制,而這又反過來增加其自身存續的可能性。據推測,PoI-5242之相關迭代將會意識到前述特性,並濫用其特性實現超時序自我保護。
於TP-6416中,PoI-5242最終將會被拔升至監督者的地位;當前還不清楚該升遷是否與其對SCP-6416的利用行為存在因果關係。無論是其晉升前後,PoI-5242最終都將會開發出一款通訊模型,該模型將讀取SCP-6416-方塊的狀態並解碼為一形式未知,本質可能為模因的指令。PoI-5242對前述指令的觀測將導致其各自所屬之基金會開發出超科技,並透過跨維度數據遮蔽將自世界與RCT-Δt的影響隔絕,TP-6416中有約44%的世界線已用此方式實現自我隔離。
當前假定PoI-5242在任職O5-6並在維持外部可觀察之跨時空自動同步時,將會發現到自身已經違反了1981年多元宇宙基金會協約,並透過普遍隔離手段規避RCT-Δt的收容嘗試。任何對此類時間線的進一步指示與因果進展推算都是無法確定的。任何藉由SCP-6416-方塊傳遞的智慧設計數據都可能是由無法觀測時間線的另一名PoI-5242實體所生成,儘管該假設並無從得到證實。
附錄 6416/A: 計畫提案
儘管主迭代RCT-Δt已盡力遏阻使其出現之條件,2024年進行之主迭代PoI-5242所持益智方塊檢查中,發現有一組成已成為SCP-6416-方塊實體。該實體在未做任何說明的情況下沒收處分,並送入可能性傾斜翼區.RCT-Δt的可能性傾斜翼區於時間上與自身之其他所有實體達成同步,從而強力抑制了設施內任何給定結構的可能結果範圍。除非受到異常影響,自發時間並行影響在該翼區內將被完全無效化。進行調查。
6416/PRIME計畫
初步提案
提要: SCP-6416為一抽象謎題物件,其狀態與無限時間線子集達成同步,於前述時間線中,項目分別為一名與Abstract M'Doctorat博士(又稱為PoI-5242)具有擬似基因的等位個人持有。該員之迭代將會利用SCP-6416作為準不死道具與通訊機制,並濫用其特性以謀取基金會(或類似實體)之最高權限,最終將其所屬時間線與任何外部之TP-6416隔絕。據信,該員之迭代正在刻意合作,並危及其各自所在因果律分支的時序元穩定性。
提案: 命令M'Doctorat博士仿造一個與在TP-6416所觀測到的通訊分析模組,這是因為自身是最可能成功複製自製變體設計之人,並將該模組與CAOCIT.可數無窮時間循環分析 系統結合,以生成並解碼該現象持續期間透過SCP-6416發送之通訊內容,並以此來決定是否需要動用更嚴厲的措施收容SCP-6416。
方法: 未確認;取決於其主體。資源申請有待與M'Doctorat共享相關數據之授權。
O5議會投票結果:
贊成 |
反對 |
棄權 |
X |
|
|
X |
|
|
|
X |
|
X |
|
|
X |
|
|
|
X |
|
|
|
X |
X |
|
|
|
X |
|
|
X |
|
|
X |
|
X |
|
|
|
|
X |
項目批准。 允許該員權限提升以獲取相關資訊。
6416/PRIME計畫
初次主導人會議
發言人: Abstract M'Doctorat博士,Elliot Reynders主任。
前言: M'Doctorat博士被告知SCP-6416之性質,並就6416/Prime計畫的可行性進行質疑。
<紀錄開始>
M'Doctorat博士: 我想你沒搞明白Je ne pense pas que tu comprends。
Reynders主任: 我哪裡沒搞明白?
M'Doctorat博士: 一個魔術方塊能表現出多少組合啊!更別提那還是個四乘四的 —— 你指派的任務太跨領域了。我是量子物理學家,而不是個……是個……密碼學家。
Reynders主任: 所有其他的你都辦到了;就統計學上來說可以肯定的是,你是有這個能力的。另外,你們的研究領域和職業生涯跨度本來就會有很大的分歧。
M'Doctorat博士: 讚喔! <從椅子上站起> 你倒是等我二十年後解決了癌症再跟我說,還是什麼超形上學的,還是……
Reynders主任: Abbie,坐下。
<M'Doctorat博士照做了。>
Reynders主任: 首先,你是整個宇宙中唯一可能做到這件事的人,這點是毋庸質疑的;第二,你將會被允許研究一個潛在的多元宇宙威脅。
M'Doctorat博士: ……那「第三」呢?
Reynders主任: 我還要想個「第三」嗎?
M'Doctorat博士: 那當然!無三不成禮嘛。
Reynders主任: <嘆氣> 我可能會讓你知道,那群權力欲薰心的你會用多維同步魔方搞些什麼。
M'Doctorat博士: 真有意思。好吧,行 —— 也許我該從我的量子外熵研究中渡個假。我能自由請求密碼學部門的幫助吧? 哦,還有AIAD!我得訪問我的舊分析框架……
Reynders主任: 去把它寫成可以理解的東西,我會在本周末將其提交到議會去。
M'Doctorat博士: 我所有的要求都是可以理解的東西!要是我操使的概念超出了他人的理解範圍,可不能賴到我身上吧。
Reynders主任: 話雖如此,我必須搞懂才能申請這個。
M'Doctorat博士: 好,好……喔對了。
Reynders主任: 說吧。
M'Doctorat博士: 查看物件的情報對我來說不會很危險嗎?如果那些資訊說服了我,驅使成為監督者並隔絕了時間線,我們不就注定要失敗了嗎?
Reynders主任: 這是頭一個由RCT-Δt主導的Timeeplan-6416時間線。看上去異常正從其起源的因果分支向外蔓延,我們相信透過「早它一步」能阻止你 —— 和我們 —— 走上這條路。
<紀錄結束>
結語: 6416/Prime計畫進入初步資源申請階段。
附錄6416/B: 通訊紀錄
6416/PRIME計畫
通訊員匯報
發言人: Elliot Reynders主任,O5-9(諭示者)。
前言: 在透過新功能恩尼格瑪文引擎接收到明顯存在認知危害的SCP-6416解碼通訊後,Reynders主任堅決要求進行以下的匯報會議。O5-9,一位唯一受到內部認可擁有諭示級認知抵抗能力者,於調查引擎功能時碰巧也在該站點;因此該員即自該設施之其他區域前往Reynders主任所在的紀錄室。
<紀錄開始>
<Reynders主任坐在錄音室裡,明顯正努力著保持注意力,M'Doctorat博士與O5-9趕到,將技術人員疏散。O5-9指示M'Doctorat博士離開隔音室到外面等待另行通知。>
O5-9: <坐在Reynders主任所在會議桌的對面> 說吧,Elliot。
Reynders主任: 我不能……我不能說……我的所作所為都可能讓我們陷入危險。
O5-9: 如果你不說到底怎麼了,我將無能為力。
Reynders主任: <與O5-9眼神交流,抓緊桌面,恢復冷靜。> ……Abbie,都是Abbie。到處都是,全部都是。
O5-9: 幫個忙,Reynders博士,做些對得起這學位的事情,像個科學家一樣作出解釋。
<錄音靜默。Reynders主任深吸一口氣。>
Reynders主任: 把Abbie拉拔進議會吧。
O5-9: 但你寫的措施……
Reynders主任: 去他媽的措施!已經改掉啦 —— 它已經擴散到我們這裡來了,如果我們不與其他時間線保持聯繫,它就會繼續傳播。如果真還有什麼阻止它的希望,我們得研究出來。
O5-9: 這並非時間導致的修正,否則我們早就看到了。
Reynders主任: <彎腰,咳血。> 是那個女的。
O5-9: 什麼?
Reynders主任: Abstract。Placeholder。無常。瘋狂科學家。
O5-9: Elliot,看著我,集中精神!
Reynders主任: <深呼吸> 悖論,它是殺死了時間線,殺死了時間線的死神……Abbie是Place是Holder那個know-it-all那個Doctorface。Doctor who?
O5-9: 殺死哪個時間線?<緊急應對人員抵達,在O5-9的建議下對Reynders進行救治。>
Reynders主任: 不,它是……它是一個人造的時間裝置。 他們會殺掉不跟他們合作的時間線。他們全都為了那個女的做事。
O5-9: <示意應對人員對Reynders主任進行檢查,該員正持續暴露於認知危害之下。> 你還能告訴我任何事情嗎? 我們從未在M'Doctorat那頭得到任何特殊的時序情報 —— 如果他真的這麼重要,我們怎麼可能沒注意到呢?
Reynders主任: <掙扎著,瘋狂地眨眼> 那個女人—— 那個人 —— 那人是Placeholder。是悖論。是故事講述者。那人超越了時間。
<Reynders主任被應對職員抬往記憶刪除翼區。當他經過M'Doctorat博士時,他大聲的喊叫著。>
<紀錄結束>
結語: 無法確定對Reynders的記憶刪除結果如何。以上談話紀錄正在接受諭示者的調查,直到確定其全部內容皆可安全遞交予議會審查為止。
附錄6416/III: 計畫變更
6416/PRIME計劃
第27次主導人會議
發言人: M'Doctorat博士,O5-9(諭示者)。
前言: 在前一匯報事件與隨即的項目共同負責人Reynders主任調離後,舉行了一次會議以確認當前項目的狀態與目標。
<紀錄開始>
M'Doctorat博士: 調職? Elliot才不會做這種事情。
O5-9: 他……接受了相當密集的記憶刪除手術,需要自項目中抽離已慢慢恢復。他狀態很好。
<M'Doctorat交叉他的雙臂,表現無動於衷。>
M'Doctorat博士: 我不需要你的監督者心理遊戲。他很害怕我。
O5-9: Abbie,沒有什麼心理遊戲。他會回來的。
M'Doctorat博士: 這到底是三小啦?難道他忘記我的變體就只是變體嗎?我也見過他們中的一些啊 —— 整體來說,我覺得很棒啊!
O5-9: Abbie。
M'Doctorat博士: 九女士! 如果我有那麼…… 危險,我必須得現在就知道,不能等到我再度接觸到Elliot看到的那個東西的時候。
O5-9: 你只有在觸及所屬的RCT迭代前接觸到SCP-6416時,你才會變得危險。可見最大的危險就是不配合。
M'Doctorat博士: 什麼?
O5-9: 除了TP-6416以外,沒有任何時間線的四乘四魔方會被SCP-整數抽象化,一個也沒有。
M'Doctorat博士: ……你是指這是既定事項?
O5-9: 我是說,會有什麼東西遏阻物件在其他時間線產生,並且在那些時間線中,讓你不會成為O5-6然後阻絕RCT。
M'Doctorat博士: 幹。他們應該把這些寫進工作申請裡的,可不是嗎?
<紀錄靜默。>
M'Doctorat博士: 難起來了。
O5-9: 總之……接下來我們該怎麼做呢?
M'Doctorat博士: 呃,啥?你是這裡的頂頭上司,這不是你的工作嗎?
O5-9: 我是有個建議,但我希望你會有更好的。
M'Doctorat博士: 不是我啊!我只是來搞些夢幻機器的,而我的迭代則在無限子集中建了一個秘密多元宇宙聯盟。但我根本就沒啥特別的。
O5-9: 所以,你有沒有任何建議呢?
M'Doctorat博士: 呃。那不然我們把方塊送去給其他的Abbie。或者把它送去TP-6416的其他地方,如果我們不忍心牽連其他世界線了話。
O5-9: 這不能解決問題。
M'Doctorat博士: 這能解決我們的問題。我們可以以後再為其他人解決它。
O5-9: 你這是假設時間線抹消的標準不是方塊出現本身。
M'Doctorat博士: 對啦。那你們的建議又是什麼?
O5-9: 我們也成為他們的一分子。
M'Doctorat博士: 不好意思Excusez-moi?
O5-9: 拜託,Abbie,不是所有抄錄員都會多國語言。
M'Doctorat博士: 那他們就是爛抄寫員 —— 隨便啦。還沒有真正的最後通牒來!每個情境都有不同的視角,我們只需要 ——
O5-9: 這可能是真的,但我們現在正處於一個特別的位置。只要遵循異常的規則我們就能研究它,它如何操縱你的迭代,以及操縱你的目的。在我們被隔絕之前,我們仍可以將我們的發現傳送給其他RCT迭代,從而使他們能夠「以後再為其他人解決它」。
M'Doctorat博士: 呃,好,但那不是……我不是……那不是我。我不是監督者,也不是邪惡的主謀,我不會被愚弄。
O5-9: 如果你唯一的選擇是盡可能地拖延時間,那就只能這麼做決定了。
M'Doctorat博士: 不!嗯,呃……你可以……複製我,然後讓我的複製人去幹?
O5-9: 因果關係有差。
M'Doctorat博士: 那如果把我的複製人送回確切時間我……
O5-9: 時間位移是相當有跡可循的。
M'Doctorat博士: 好吧,那就現實重構……
O5-9: 我很抱歉,Abbie,但我實在看不出有什麼出路。
M'Doctorat博士: 你是他媽的諭示者 —— 你能看到一切吧!
<紀錄靜默。>
O5-9: 我感到非常抱歉。
<紀錄結束>
結語: 6416/Prime計畫維持運作,但對其次要目標進行重大更改。M'Doctorat博士晉升為項目主負責人,並向其簡要介紹了相應的職責;他的超心理諮詢申請(於八個不同的設施中)皆獲得了批准。
6416/Prime計畫隨後重啟透過恩尼格瑪文引擎對SCP-6416進行研究。收容措施也隨之更新。
附錄6416/IV: 事故報告
6416/Prime計畫運作已達四年,M'Doctorat博士的超心理學者兼治療師都反映注意到其狀況明顯改善,這與先前的長期憂鬱症傾向有著鮮明對比。在與項目顧問O5-9協商後,議會決定安排在一週內將M'Doctorat博士拔升為監督者,後者已經接受了O5-6(操作員)職員大部分必要之培訓。這使得對M'Doctorat博士在這段期間站點外行動的關注被移開。接下來的一週內,M'Doctorat逐漸將各式各樣的機械部件和實驗室設備帶離站點,當中有數件與建造恩尼格瑪文引擎的所用之材料存在對應關係。
2028年4月16日,M'Doctorat博士被發現陳屍於其住所,死因為大腦功能驟停,後確認是模因誘發之結果。他的屍體旁是第二迭代的引擎,後者配備了雙向功能,是能促使SCP-6416-方塊透過一系列局部觀測狀態使之崩潰的理想構造。過去所有的通訊紀錄都已自其記憶中被抹消;當前尚不清楚導致M'Doctorat死亡之認知危害是由SCP-6416或是他自己造成的,亦不清楚是出於故意或意外。
在M'Doctorat的屍體被回收前,最終通訊產生:
很好的嘗試。他把你們藏得很好。
但這可不是我們想要講述的故事。
理則學家
很抱歉!您試圖訪問的世界線無論過去、現在、未來都不存在。請返回時間線總目查找其他的因果線。