#side-bar { /* ===SECONDARY & TERTIARY COLORS=== */ /* Editing these will edit a vast majority of theme elements. Useful for making dark themes */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-medium-color); --swatch-alternate-color: var(--swatch-menubg-light-color); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-dark-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===SIDE-BAR ELEMENTS=== */ /* ===SIDE-BAR GENERAL=== */ --sidebar-bg-color: var(--swatch-menubg-dark-color); --sidebar-resources-bg-color: 0, 0, 0, 0; --sidebar-media-bg-color: 0, 0, 0, 0; /* ===SIDEBLOCK MENU=== */ --sideblock-heading-border-color: var(--bright-accent); --sideblock-heading-bg-color: 0, 0, 0, 0; /* Transparent */ --sideblock-heading-text-color: var(--swatch-text-tertiary-color); /* ===MENU-ITEMS=== */ --sidebar-border-color: var(--swatch-primary), 0.08; --sidebar-subtest-color: var(--swatch-text-tertiary-color); --sidebar-links-text: var(--swatch-text-tertiary-color); --sidebar-links-hover-bg-color: var(--bright-accent); --sidebar-links-hover-text-color: var(--swatch-text-tertiary-color); /* ===SIDEBAR COLLAPSIBLES=== */ /*Folded Colors */ --sidebar-collapsible-fld-link-bg: var(--swatch-primary), 0.25; --sidebar-collapsible-fld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-fld-arrow-hover-color: var(--swatch-text-tertiary-color); /*Unfolded Colors */ --sidebar-collapsible-ufld-link-bg: var(--swatch-primary-darker), 0.25; --sidebar-collapsible-ufld-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-link-hover-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-ufld-arrow-hover-color: var(--swatch-text-tertiary-color); /* Unfolded Body Colors */ --sidebar-collapsible-link-color: var(--swatch-text-tertiary-color); --sidebar-collapsible-link-hover-color: var(--swatch-text-tertiary-color); scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-secondary-color), 0.05); /* Track */ border-color: rgba(var(--swatch-secondary-color), 0.4); } /* Hover Scrollbar Behavior */ #side-bar:hover, #side-bar:active { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-dark-color), 1); /* Track */ } #side-bar:focus-within { scrollbar-color: rgb(var(--swatch-primary-darker), 1) /* Thumb */ rgb(var(--swatch-menubg-dark-color), 1); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-tertiary-color), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { background-color: rgba(var(--swatch-menubg-dark-color), 0); } #side-bar .side-block.media a:-webkit-any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a:-moz-any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a:any-link { background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a::before { background: rgb(var(--social-color)); } #side-bar .side-block.media a[href*="tiktok"]::before, #side-bar .side-block.media a[href*="tiktok"]::after { transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1), background 200ms cubic-bezier(0.4, 0, 0.2, 1), background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), background-image 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 200ms cubic-bezier(0.4, 0, 0.2, 1); } #side-bar .side-block.media a[href*="tiktok"]:hover::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); } #side-bar .side-block.media a[href*="tiktok"]:hover::before, #side-bar .side-block.media a[href*="tiktok"]:active::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background-image: var(--tiktok-icon-gradient); background-size: contain; } #side-bar .side-block.media a[href*="tiktok"]:focus-within::before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background-image: var(--tiktok-icon-gradient); background-size: contain; } #side-bar .side-block.media a[href*="tiktok"]::after { --clip-path: polygon(0 0, 0 0, 0 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a[href*="tiktok"]:hover::after, #side-bar .side-block.media a[href*="tiktok"]:active::after { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a[href*="tiktok"]:focus-within::after { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100% ); background: rgba(var(--swatch-menubg-light-color), 0.75) !important; } #side-bar .side-block.media a img { -webkit-filter: drop-shadow(0 0 0 rgba(var(--swatch-alternate-color), 0)); filter: drop-shadow(0 0 0 rgba(var(--swatch-alternate-color), 0)); transition: -webkit-filter 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1); transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-filter 200ms cubic-bezier(0.4, 0, 0.2, 1); } #side-bar .side-block.media a:hover img, #side-bar .side-block.media a:active img { -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } #side-bar .side-block.media a:focus-within img { -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color))); } html:not(:lang(cn)) div.scpnet-interwiki-wrapper p::before { box-shadow: inherit; } #side-bar iframe.scpnet-interwiki-frame:not(:lang(cn)) { -webkit-filter: invert(1); filter: invert(1); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::before, #side-bar .scpnet-interwiki-wrapper:not(:lang(cn)) p::after { background-color: rgb(var(--swatch-menubg-dark-color)); } #side-bar .scpnet-interwiki-wrapper:not(:lang(cn))::before { mix-blend-mode: lighten; }
<html> <head> </head> <body> <script type="text/javascript"> function sendStyle() { try { window.parent.window.interwikiFrame.bhlDark(); } catch(e) {} } sendStyle(); </script> </body> </html>
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.25rem; left: 0.5rem; width: 3rem; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } } }
@supports(display: grid) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; } }
特殊收容措施: SCP-3051 范围内拥有一个功能齐全的基金会站点 Site-86-D,该站点能够自我收容。在 SCP-3051 周边会不断有人设置路障、瞭望塔和监控摄像头,在事件 3051-86 期间,这些设施在大多数情况下依然处于活动状态。
在 SCP-3051 的影响范围之外,设置有运动检测摄像机组网络,用来阻止在SCP-3051失效期间试图进入 Site-86-D 的平民。
位于 SCP-3051 外设置有一套无线电和电视发射器系统,该系统会不间断且重复的向 SCP-3051 内部广播从 1980/12/16 到 1980/12/22 之间所有曾经发送到 Site-86-D 的信号。在每个循环开始时,Faust 博士必须手动切断 Site-86-D 内部的电话网络,并将这些连接到一台专用计算机,当 SCP-3051-1 使用 Site-86-D 中的电话时,计算机将自动回复记录消息。
Richard Faust 博士已被基金会心理学家批准留在 SCP-3051 内,他将监视 SCP-3051 并通过研究循环的性质探索中止 SCP-3051 的可能方法。Faust 博士在事件 3051-86 发生前需离开 SCP-3051。如果 Faust 博士未能在每周一的下午 5 点前登记,将派遣一名可用的基金会特工进行调查,届时Faust 博士的工作将被终止。
禁止将 SCP-3051 告知 SCP-3051-1 对象。
描述:SCP-3051 是 Site-86-D1 及其周边三公里范围内的废墟。 Site-86-D 是一个被废弃的基金会站点,收容有包含 Safe 到 Euclid 级别的异常。站点的员工总数为 467 人,在事件 3051-86 时有 466 人在场。
每隔 7 天,SCP-3051 内就会发生一次局部时间扭曲。时间扭曲会使 SCP-3051 返回到 1980 年 12 月 16 日下午 6 点 12 分,包括建筑,收容的 SCP 和工作人员的正常站点 Site-86-D 将取代废墟的位置。时间扭曲还将 SCP-3051 周围的地形、森林和野生动物恢复到 1980 年的状态,但只有在事件 3051-86 中存在过的物体才会被复制,Richard Faust 博士是唯一没有被回溯的工作人员,其余在时间扭曲时回溯的工作人员为 SCP-3051-1。扭曲将在 6 天 12 小时后终止,当事件 3051-86 在 1980 年 12 月 22 日早上 6 点 12 分结束时,该地区将变回到其废墟状态。12 小时后,也就是当天下午 6 点 12 分,时间会再度扭曲,循环重新开始。
在 SCP-3051 中出现的人类被指定为 SCP-3051-1。SCP-3051-1 个体感知不到时间扭曲,在扭曲结束后,他们将继续他们每天的日常活动。 SCP-3051-1 无法离开 SCP-3051 的边界。越过 SCP-3051 边界的内部物体和 SCP-3051-1 将在越过边界后消失。
在 SCP-3051 内度过较长时间的个体将开始减缓衰老速度。Faust 博士自第一次循环以来,年龄仅老了两岁。
事件 3051-86 发生于 1980 年 12 月 21 日晚上 11 点 45 分。从西部森林中出现了一队身份不明的士兵,编号为 GoI-176,人员配备了黑色战术装备。他们阻断了 Site-86-D 的通信系统,并用装甲卡车强行通过西部检查站进入站点。基金会安保人员开始对入口进行保护,但因对方高度先进的武器与对方的人数优势,入口被攻破。随后 GoI-176进入设施,处决了基金会内所有工作人员并按程序搜索每个房间,收集到 54 个SCP,GoI-176 获取的 SCP 完整清单为 Document-3051-C,这次活动中没有工作人员幸存。
随后,GoI-176 的一支小队集中到 Site-86-D 的中央广场并组装了一个 5 米的类似尖塔的复杂设备,该设备为 SCP-3051-2。完成后,GoI-176 乘坐装甲车离开该区域。 SCP-3051-2 被远程激活并发射出未知能量脉冲,该脉冲为 SCP-3051-3。SCP-3051-3 向各个方向延伸了 3 公里,SCP-3051-3 在被释放时是致命的。第二天早上 6 点 12 分 SCP-3051-2 会爆炸,这次爆炸摧毁了 Site-86-D 和周边区域。SCP-3051-2 爆炸时,SCP-3051-3 会变得不再致命且能量特征逐渐消失。
基金会特工在 SCP-3051-2 激活后不久到达了 Site-86-D 的遗址,Site-86-D 被宣布废弃。在清理过程中,SCP-3051 首次表现出异常性质。基金会研究人员和 MTF 部队在 Site-86-D 附近临时建立了异常研究营。
在 SCP-3051 的第十五次循环中,一支 MTF 部队被派去协助 Site-86-D 对抗 GoI-176。在 GoI-176 未能回应谈判请求后,MTF 部队向 GoI-176 开火。敌方使用了科技高于 MTF 的武器2,并开始攻击 Site-86-D。在出现人员伤亡后,GoI-176 返回装甲车并继续交火,同时离开 SCP-3051 边界并消失。循环在正常时间结束,接下来的 SCP-3051 循环依旧在继续,但循环前 GoI-176 没有组装 SCP-3051-2。由于干预造成了无关紧要的影响、导致了 MTF 人员伤亡和加剧了 SCP-3051-1 的痛苦,进一步对事件 3051-86 的尝试已被暂停。
PoI-176-14 [PoI-176 公共频道]:<模糊的杂音>装甲部队<模糊的杂音> 无法从左方绕行。
PoI-176-1 [PoI-176-3私人频道]:收到。基金会拥有比预期更多的火力,无法突破,请指示。
PoI-176-2 [PoI-176 公共频道]:十二号! <模糊的杂音>倒下了!
PoI-176-3 [PoI-176-1私人频道]:收到。
PoI-176-3 [PoI-176 公共频道]:所有人,撤出战斗并返回车辆。 Hotel-5,掩护撤退。 <模糊的杂音> 让他们知道我们将在下周收到第十五批货物。
在第 16 次循环中,GoI-176 的部队数量明显增加,并有炮兵支援,同时利用未知的武器蒸发了 Site-86-D 人员最为集中的建筑。在第 17 次循环之后,GoI-176 恢复到之前的作战策略,但仍部署了更多的部队并继续使用高质量的武器。
Site-86 中唯一幸存的员工是 Richard Faust 博士3,他在事件 3051-86 发生时违反宵禁规定,离开了 Site-86-D。 Richard 的妻子和儿子分别是 Valeria Faust 高级研究员和 Kristian Faust 安保队长,均在事件 3051-86 中遇难。在了解 SCP-3051 的存在和功能后,Faust 博士请求允许他留在 Site-86-D。Faust 博士自愿留在 SCP-3051 内进行研究的请求被批准,因他在时间扭曲方面的知识经验以及他对 Site-86-D 的了解。以下是在 Faust 博士在 SCP-3051 生活期间的录音。
Richard Faust 的个人录音机摘录:
1980/12/12
Richard:我的上帝,这该死的新站点终于建立起来了。我们一直在忙着建这些房间,当然,这不是我这么长时间没有开录音的唯一原因。管理员让我们在工作前先适应新环境,所以他们让我和 Valeria 把所有的家具搬到我们的新公寓里。至少这个地方空间很大,这个旧沙发也很舒服,嘿,看得出来 Valeria 对这里很满意。
<结束日志>
1980/12/14
Richard:哦耶,我们终于都搬进来了。刚搬进来最后一箱东西,里面都完好无损,这地方太棒了。每周一都会来一辆基金会的车,给我们带来每周的生活所需品。这栋房子里还给我们剩下了一些圣诞装饰品,但我们不能像以前那样去找一颗普通的圣诞树了,说真的,在基金会找棵像样的常青树可太麻烦了。所以我现在想在路上捡一颗塑料树,我也许还能再再捡一些圣诞节的其他东西。
<结束日志>
1980/12/16
Richard:该死,Valeria 发火了。Kristian 不想在家里过圣诞节,因为他要和他的朋友们去维加斯,但我觉得他有权做他想做的事。 无论如何,Valeria 对这事有点过于敏感——
[开门声]
Valeria:你说什么? 我敏感? 他怎么还有理了! 他不能就这样出去鬼混!
Richard:冷静点。 他没出去鬼混,我们五分钟就可以走到他住的地方。
Valeria:你最近见过他多少次? 圣诞节是用来陪伴家人的!他不能就这样丢下我们,他不和我们在一起还能去干什么?可能在赌场或者在找妓女!
Richard:不是我说你,Kristian 他已经 26 岁了! 我们不能再一直看着他了。
Valeria:你他妈的就是在纵容他,Richard。
Richard:哦? 如果你依然认为 Kristian 还是个听话你的小孩子,那是纯粹就是想太多了。
[暂停]
Richard:Val? 哦天,抱歉,我想我说错话了。
<结束日志>
1980/12/20的第一次录音<无关录音省略>
Valeria:工作做完了?
Richard:嗯。
Valeria:要一起看电影吗?
Richard:不了。我一会儿和 Mike 一起去酒吧。
Valeria:又来了?别老和 Evans 少校出去喝酒。哎对了,现在晚上不是有宵禁?
Richard:我们都是高级职员,上头不管我们。
Valeria:我没说你不能在外面过夜,但也不能老这样。圣诞节快到了,你应该在下周工作正式开始之前花更多的时间陪陪家里人。
Richard:现在还没到圣诞节。
Valeria:天,我不想和去年一样。
Richard:什么意思?
Valeria:继续装。去年圣诞节,你在 Site12 的圣诞派对上和个疯子一样,还好没人投诉你。
Richard:别提那事了。那天我基本上没喝多少,而且这和我去酒吧有什么关系?
Valeria:Somes 主管对你有意见。而且你在那工作的一年里都表现的心不在焉。我有次和他聊的时候,他说他可以帮助我们换一个站点工作。
Richard:等等。是你让我们搬出 Site12 ?
Valeria:搬来这里不好吗,反正这也是 Somes 主管的主意。
Richard:你怎么能…..
Valeria:好了,你现在可以出去了,别忘了带东西。
[关门声]
<结束日志>
1980/12/20的第二次录音Richard:想象一下:我因为说出我真实的想法而被赶出我自己的家。呵,圣诞节,被赶出家门就是圣诞节的特色吗?还是得来杯外面的酒,真搞不懂冰箱里那些基金会发的马尿有什么好喝的。
[汽车启动声]
[暂停]
Baxter 上尉:停下,博士,现在已经是宵禁时间了。
Richard:啊,当然。Mike Evans 是不是在这附近巡逻?他这一片平时不是他值班吗?
Baxter 上尉:他现在很忙,请立即回到您的房间。
Evans 少校:嘿,Richard!管好你那片,下士。
[Baxter 上尉离开的脚步声]
Evans 少校:烦人的家伙,他是新调来的。May 主任调来了这些新人,因为她听说最近有警卫值班的时候喝的烂醉。我还在忙,就不和你一块去了,沿着这条路继续往前走就可以了。还有……给你这些,麻烦给我带一瓶库尔沃。
Richard:行,这事交给我。
[汽车启动声]
<结束日志>
1980/12/22Richard:嗯,这次的出勤很完美。我现在在内华达州,几分钟后我会回到犹他州。我在酒吧醒来后在汽车旅馆过夜,我想我没怎么睡觉,不过工作在周一晚上才开始,我要继续补个觉….
[暂停]
Richard:哎,我回去该怎么给 Valeria 道歉呢…我操…那是烟吗?操!Valeria!Kristian!
[暂停 1 小时]
[刹车声]
Richard:发生了什么?
基金会特工:没什么,先生,那只是一个小型的矿场发生了事故,如果道路封锁给您带来不便,敬请谅解。
Richard:我是基金会高级研究员 Richard,这是我的证件。我有四级访问权限,告诉我发生了什么!
基金会特工:对不起,先生。站点遭到袭击并发生了爆炸,里面的情况我们一无所知。
Richard:天哪,不。有没有关于研究员 Valeria Faust 和安全官员 Kristian Faust 他们的消息?
Richard:我要进去。
基金会特工:先生,我不能允许——嘿!里面很危险!
<结束日志>
1980/12/23
[3个小时没有声音的空白录音]
<结束日志>
1980/12/25Richard [含糊不清的声音]:不过……圣诞快乐,看,我们在一起过圣诞节了。
[暂停]
Richard:我不知道……我不知道我还能做什么。我现在在家里了,我没事,我很好…
所有的……都没了,只剩下我手边这瓶库尔沃陪着我了。但这瓶酒其实是 Mike 的,也算他在陪我了吧——[声音消失,15 小时后,随后 Faust 家的电话响了]
[电话铃声]
Richard:您好,我是 Richard。
[声音无法识别]
Richard:什么?我现在就过来。
<结束日志>
1980/12/26Richard:这是 Richard Faust 高级研究员,以下是在 GoI-176 攻击已失效站点 Site-86 后对站点的调查报告。我发现,每次循环,GoI-176 都会从收容室中拿走相同的 SCP,总共 54 个。看看他们从我的部门拿走了多少?7868、████ 和 10686…那些混蛋!他们为什么会知道我管理的那些收容室密码?为什么他们需要拿走那些东西?而其他的scp根本没动….
[暂停]
Richard:等等……
[拨号声]
Richard:Charles Jance?
[暂停]
Richard:是的,我知道。听着,这只是一个猜想,但如果两个或更多 SCP-10686 实例相撞,反应会有多强烈?
[暂停]
Richard:是的,我知道 SCP-10686 只有一个,但假设真的发生碰撞了,反应有多剧烈?
[暂停]
Richard:对,没错。我的天,这不太妙。
<结束日志>
1981/01/05Richard:我还要带着这台录音机。
特工 Mayer:好,把它和你剩下的东西放在包里。 在我们开车送您到站点之前,您还有一个小时的时间。
Richard:我已经打包好了,现在走吧。
特工 Mayer:为什么不带上这瓶酒?这可是瓶好酒。
[暂停]
Mayer特工:Faust 博士?
Richard:我不需要这该死的毒药。
<结束日志>