SCP-8817
2024年2月25日
修订 7
评分
31
↑ 31
↓ 0
支持率
100%
总票数 31
Wilson 95% 下界
89.0%
在相同票数下更稳健的支持率估计
争议指数
0.000
评分趋势
按周聚合 加载图表中...
最近修订
1 / 3
SOURCE_CHANGED
1 年前
unknown
1 年前
unknown
1 年前
您已成功地重新命名本页: "8000contestestrellayoshte" 至 "scp-8817".
最近投票
1 / 4
相关页面
暂无推荐
页面源码
[[module css]]
@import url("https://scpwiki.github.io/sigma/css/sigma.min.css");
[[/module]]
=====
[[include :scp-wiki:component:preview
text=
世界予以呼唤。回应它吗?
]]
=====
[[include :scp-wiki-cn:theme:bedrock]]
[[include :scp-wiki-cn:theme:lumina]]
[[module CSS]]
@import url('https://api.fonts.coollabs.io/css2?family=Finlandica:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*--------------------------------*/
/*--- ELETRIC DREAM THEME ---*/
/*--------------------------------*/
:root {
--base-font-size: 1.025rem;
--basalt-primary-color: 250,252,253;
--basalt-secondary-color: 154,168,200,.125;
--basalt-tertiary-color: 222,235,240;
--basalt-undertone: 44,190,196;
--basalt-overtone: var(--basalt-tertiary-color);
--basalt-main-text-color: 8,16,20;
--basalt-sub-text-color: 180,180,200;
--basalt-light-text-color: var(--basalt-primary-color);
--link-color: var(--basalt-undertone);
--link-visited-color: 49,144,155;
--basalt-UI-opacity: .675;
--basalt-UI-blur: .125rem;
--base-header-height: min(calc(12.5rem + 13.25vmin), 19.5rem);
--main-content-side-margin: calc(1.75rem + 1.75vw);
--side-bar-button-width: 3.25rem;
--side-bar-button-color: var(--basalt-undertone);
--side-bar-background-color: var(--basalt-primary-color),.9;
--side-bar-button-background-hover: var(--basalt-secondary-color);
--button-background-color: var(--basalt-secondary-color);
--UI-font-primary: 'Finlandica';
--header-title: "人工智能";
--header-subtitle: "应用部门";
--title-size: min(calc(1.375rem + 2.5vw), 3.75rem);
--lumina-top-bar-height: 3.25rem;
--lumina-header-image: url(https://scp-wiki.wdfiles.com/local--files/scp-8817/infotech.png);
--lumina-background: unset;
--lumina-footer-image: unset;
--elec-width: 65.25rem;
--elec-glacon: 255,208,140;
}
body {
overflow-x: hidden;
line-height: 1.625;
}
#container {
overflow-x: hidden;
overflow-x: clip;
}
#header, #top-bar div[class*=top-bar]>ul { z-index: initial; }
#top-bar div[class*=top-bar] ul li ul {
z-index: 7;
}
#header h1 a {
gap: 0 1rem;
padding: .5rem;
}
#header h1 a::before {
-webkit-mask-image: initial;
mask-image: initial;
}
#header-extra-div-1 { background-color: rgb(var(--basalt-main-text-color),.15); }
#top-bar div[class*=top-bar]>ul::before {
background-color: rgb(var(--basalt-tertiary-color),.15);
}
#breadcrumbs, .pseudocrumbs {
--_gap: .75rem;
}
#more-options-button {
background-color: rgb(var(--basalt-tertiary-color));
}
.hovertip {
box-shadow: 0 0 0.5rem rgb(var(--basalt-main-text-color),.25);
}
#footer {
padding: var(--bottom-area-padding);
}
#footer::before { all: unset; }
div#license-area, #footer-bar {
font-size: .625em;
}
@media only screen and (max-width: 1024px) {
#header-extra-div-1 {
display: none;
}
}
/*-----------------------------*/
/*--- ARTICLE-SPECIFIC ---*/
/*-----------------------------*/
.background-wrapper {
min-height: calc(100vh - var(--base-header-height));
min-height: calc(100lvh - var(--base-header-height));
z-index: 7;
position: relative;
}
#u-logic-wrapper {
display: flex;
flex-direction: column;
}
#u-logic-wrapper,
#u-logic-wrapper > li {
padding: 0;
margin: 0;
list-style: none;
}
:where(#u-logic-wrapper) > li {
display: block;
}
#u-logic-wrapper > li > * {
margin-inline: auto;
box-sizing: border-box;
}
#u-logic-wrapper > li > br { display: none; }
li.folded + li {
display: none;
}
li.unfolded + li {
display: block;
}
/*-----------------------------*/
#u-t-1.unfolded { display: none; }
#u-t-1 > :is(.filebox) {
max-width: min(var(--elec-width), calc(100% - var(--main-content-side-margin)*2));
margin-block: 1.5rem .75rem;
}
#u-t-1 .foldable-list-container { width: max-content; }
#u-t-1 .foldable-list-container a {
display: block;
text-align: center; text-decoration: none;
padding: 1ch;
font-family: var(--UI-font);
color: rgb(var(--button-text-color));
background-color: rgb(var(--button-background-color));
border: solid .125em rgb(var(--button-border-color));
outline: rgb(var(--button-outline-color)) solid 0;
transition: all var(--button-hover-transition);
}
#u-t-1 .foldable-list-container a:is(:hover,:focus) {
color: rgb(var(--button-hover-text-color));
background-color: rgb(var(--button-hover-background-color));
border-color: rgb(var(--button-hover-border-color));
outline-width: .25rem;
text-decoration: none;
}
:where(#u-t-1.unfolded) ~ #u-coverup {
display: block;
position: fixed;
inset-block-end: 0;
inset-inline-start: 0;
width: 100%;
height: 100vh; height: 100lvh;
background-color: rgb(var(--basalt-main-text-color));
opacity: 0;
animation: t-2-after .25s forwards;
animation-delay: 3.5s;
z-index: -1;
}
#u-blackout { display: none }
:where(#u-t-1.unfolded) ~ #u-blackout {
display: block;
position: absolute;
bottom: calc(100% - 20rem);
left: 0;
height: 50rem;
width: 100%;
z-index: 0;
opacity: 0;
background-color: rgb(var(--basalt-main-text-color));
animation: t-2-after .1s forwards;
animation-delay: 3.5s;
}
/*-----------------------------*/
#u-t-2 { position: relative; }
.domain-expansion {
position: relative; top: 0; left: 0; right: 0;
padding-block: .75rem;
line-height: 1.425rem;
animation: t-2-explode 1.5s forwards, t-2-merge 0.25s forwards;
animation-timing-function: linear;
animation-delay: 2s, 0s;
pointer-events: none;
max-width: unset!important;
max-height: 15rem;
width: min(var(--elec-width), calc(100% - var(--main-content-side-margin)*2));
opacity: 0;
z-index:-1;
}
@keyframes t-2-explode {
to {
top: -25rem;
font-size: 77.5lvh;
line-height: 0.1rem;
font-weight: bold;
left: -9rem;
right: -9rem;
width: calc(100% + 22.5rem);
}
}
@keyframes t-2-merge { to {opacity: 1; } }
.domain-expansion p {
margin: 0; margin-block-end: .625rem;
animation: t-2-dis forwards 0.1s linear;
animation-delay: 3.75s;
}
@keyframes t-2-dis {
to { visibility: hidden; }
}
.background-filler {
height: calc(75vh + 25rem);
height: calc(75lvh + 25rem);
padding-block-end: 7.5rem;
opacity: 0;
pointer-events: none;
background-color: rgb(var(--basalt-main-text-color));
box-shadow: 0 -10rem 0 rgb(var(--basalt-main-text-color));
animation: t-2-after .25s forwards;
animation-delay: 3.5s;
position: relative;
display: flex;
justify-content: center;
align-items: end;
}
@keyframes t-2-after { to { opacity: 1; } }
.foldable-list-container.star-collapse a {
display: block;
color: rgb(var(--elec-glacon));
text-align: center;
font-size: 1.125em;
pointer-events: auto;
filter: drop-shadow(0 0 .5em rgb(var(--basalt-primary-color),.775));
animation: 1s star-collapse ease infinite alternate;
}
.foldable-list-container.star-collapse a::before {
content: "";
display: block;
background-color: rgb(var(--elec-glacon));
width: 6rem;
height: 6rem;
-webkit-mask-image: var(--side-bar-button-mask);
mask-image: var(--side-bar-button-mask);
}
@keyframes star-collapse {
to { filter: drop-shadow(0 0 0em rgb(var(--basalt-primary-color),.25)); }
}
.unfolded .foldable-list-container.star-collapse a { pointer-events: none; animation: none; color: transparent; filter: none; }
/*-----------------------------*/
#u-logic-wrapper > li.forw {
background-color: rgb(var(--basalt-main-text-color));
color: rgb(var(--basalt-light-text-color));
}
li.forw .foldable-list-container {
pointer-events: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 1rem 2.5rem;
}
li.forw .foldable-list-container a {
pointer-events: auto;
display: block;
max-width: min(var(--elec-width), calc(100% - var(--main-content-side-margin)*2));
width: max-content;
padding: .75em 1.25em;
border: solid .1rem currentColor;
border-radius: .75rem;
box-sizing: border-box;
color: rgb(var(--elec-glacon));
transition: background-color .25s ease-out;
}
li.forw .foldable-list-container a:is(:hover,:focus) {
background-color: rgb(var(--elec-glacon),.25);
}
li.forw .foldable-list-container:where(:not(.star-collapse)) a::before {
content: "▷";
display: inline-block;
margin-inline-end: .675ch;
}
li.forw.unfolded .foldable-list-container a { pointer-events: none; display: none; }
li.forw:not(.unfolded) .foldable-list-container.star-collapse a {
border: none;
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
--elec-glacon: var(--basalt-focus-color);
}
li.forw > * {
animation: elec-fade-in .375s ease-out forwards;
}
@keyframes elec-fade-in {
from { opacity: 0; }
to { opacity: 1; }
}
/*--------------------------------*/
#u-logic-wrapper .elec-log {
max-width: min(var(--elec-width), calc(100% - var(--main-content-side-margin)*2));
margin-inline: auto;
box-sizing: border-box;
}
.text-bubble {
display: flex;
align-items: center;
gap: .875rem;
margin-block: 1.25rem;
--_accent: var(--elec-glacon);
}
.text-bubble .text-container {
position: relative;
padding: .325rem 1.25rem;
border-radius: .675rem/1.625rem;
box-sizing: border-box;
border: solid 0.175rem rgb(var(--_accent));
background-color: rgb(var(--_accent),.1);
flex-basis: calc(var(--elec-width)*.475);
max-width: calc(100% - 8.75rem)!important;
}
.text-bubble.alexandra {
--_accent: var(--basalt-undertone);
flex-direction: row-reverse;
}
.text-bubble.alexandra::before {
content: "";
width: min(calc(3.5rem + 2.5vw),6rem); flex-shrink: 0;
height: 6.5rem;
background-image: var(--face);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
filter: saturate(0.75);
}
.alexandra .text-container::before {
content: "";
position: absolute;
border: solid transparent .625rem;
border-inline-end: 0;
border-inline-start: solid .75rem rgb(var(--_accent));
inset-block-start: 50%;
inset-inline-start: 100%;
transform: translate(0, -50%);
}
.d-fadeout {
line-height: 7.5em;
text-align: center;
box-shadow: 0 -10rem 9rem rgb(var(--basalt-main-text-color));
position: relative;
}
/*--------------------------------*/
#u-astra {
--_spacing: 8.75rem;
--_bg: url(https://scp-wiki.wdfiles.com/local--files/theme%3Aspace/spacebg.jpg);
}
.space-container {
padding-block: var(--_spacing);
background-image: var(--_bg);
background-size: calc(45rem + 20%);
background-attachment: fixed;
position: relative;
isolation: isolate;
}
.space-container::before {
content: "";
position: absolute;
inset: 0;
z-index: -1;
background-image: linear-gradient(to bottom, rgb(var(--basalt-main-text-color)), transparent var(--_spacing), transparent calc(100% - var(--_spacing)),rgb(var(--basalt-main-text-color)) );
}
.banner-wrapper {
margin-block: 1rem;
--_mask: linear-gradient(to bottom, transparent, white 30%, white 85%, transparent);
-webkit-mask-image: var(--_mask);
mask-image: var(--_mask);
}
.banner-wrapper img { width: 100%; }
.aapa-block {
position: relative;
padding: .625rem 1.925rem;
isolation: isolate;
text-indent: 3.5ch;
--_dark:27,48,77;
--_accent:255,185,97;
}
.aapa-block::before {
content: "";
position: absolute;
inset: 0;
background-color: rgb(var(--_dark),.75);
border: .25rem solid rgb(var(--_accent));
border-radius: 0 1.5rem;
z-index: -1;
--_mask: linear-gradient(to bottom, white calc(100% - 15rem), transparent calc(100% - 1.5rem));
-webkit-mask-image: var(--_mask);
mask-image: var(--_mask);
}
.aapa-block hr {
background-color: rgb(var(--_accent));
margin-block: 2.25rem;
}
.aapa-block tt { font-style: italic; }
.aapa-block strong {
color: rgb(var(--_accent));
font-family: var(--mono-font);
}
.aapa-block p[style*="center"] {
margin-block: 2.125em -.75em;
text-indent: initial;
}
.blur-1 { filter: blur(.1em); }
.blur-2 { filter: blur(.2em); }
.blur-3 { filter: blur(.3em); }
.blur-4 { filter: blur(.4em); }
.opacity-75 { opacity: .75; }
.opacity-50 { opacity: .5; }
.opacity-25 { opacity: .25; }
.lucidity {
padding: 2.25rem;
margin-block: 50vh; margin-block: 50svh;
font-family: var(--UI-font);
letter-spacing: .025rem;
font-size: 1.25em;
}
.lucidity span {
color: rgb(var(--basalt-light-text-color), .675);
}
#u-logic-wrapper .wiki-content-table :is(th,td) {
border: none;
padding: .675em 1em;
}
#u-logic-wrapper .wiki-content-table th {
text-align: center;
background-color: rgb(var(--elec-glacon));
color: rgb(var(--basalt-main-text-color));
}
/*--------------------------------*/
#u-lampeter {
--_spacing: 20.75rem;
--_bg: url(https://scp-wiki.wdfiles.com/local--files/scp-8817/sky.jpg);
}
:where(#u-lampeter) .space-container {
background-size: cover;
background-position: center;
}
.the-journey {
position: relative;
isolation: isolate;
padding: .5em 2.25em;
color: rgb(var(--basalt-main-text-color));
--_cut: 1.5rem;
}
.the-journey::before, .the-journey::after {
content: "";
position: absolute;
inset: 0;
z-index: -1;
clip-path: polygon(var(--_cut) 0,calc(100% - var(--_cut)) 0, 100% var(--_cut), 100% calc(100% - var(--_cut)), calc(100% - var(--_cut)) 100%, var(--_cut) 100%, 0 calc(100% - var(--_cut)), 0 var(--_cut));
background: linear-gradient(to bottom, rgb(210 160 201/.75), rgb(226 177 133/.75));
}
.the-journey::after {
--_cut: 1.325rem;
inset: .325rem;
background: rgb(var(--basalt-background-color),.75);
}
/*--------------------------------*/
#u-aiad {
--_spacing: 17.5rem;
--_bg: linear-gradient(rgb(var(--basalt-background-color),0.775), rgb(var(--basalt-background-color),0.775)),
url("https://scp-wiki.wdfiles.com/local--files/aiad-homescreen/blue_squares_2.gif");
}
:where(#u-aiad) .space-container {
background-size: 30rem;
background-attachment: local;
}
.aiad-interface {
color: rgb(var(--basalt-main-text-color));
}
.aiad-interface hr { margin-block: 3.25rem; }
.lurk {
--_accent: 170,170,170;
}
.aiad-interface .repo {
padding: .325em 1.125em;
border: solid .25rem rgb(126 100 218);
background-color: rgb(var(--basalt-main-text-color),.875);
color: rgb(var(--basalt-background-color));
margin-block: 1.5rem;
}
.repo h3::before { all: unset; }
.repo > p { padding-inline-start: 1.75em; }
.repo > div.blockquote { border-color: inherit; }
/*--------------------------------*/
.crom {
--_accent: 147,63,101;
}
.crom.standalone {
justify-content: center;
text-align: center;
}
.crom.standalone::before { all:unset!important; }
.crom.standalone .text-container::before { all:unset!important; }
.cromfall {
margin-block: 16.75rem;
position: relative;
}
.cromfall::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
box-shadow: inset 0 0 3.75rem .5rem rgb(var(--basalt-main-text-color));
}
/*--------------------------------*/
#u-finale {
--_spacing: 12.5rem;
--_bg: url(https://scp-wiki.wdfiles.com/local--files/scp-8817/finale.jpg);
}
:where(#u-finale) .space-container {
background-size: cover;
}
:where(#u-finale) .space-container::before {
background-image: linear-gradient(to bottom, rgb(var(--basalt-main-text-color)), transparent var(--_spacing), transparent 30%, rgb(var(--basalt-main-text-color)) 65%);
}
.final-act {
background-color: rgb(var(--basalt-main-text-color),.775);
color: rgb(var(--basalt-background-color));
border-radius: 1.25rem;
padding: .25em 1.5em;
-webkit-backdrop-filter: blur(.125rem);
backdrop-filter: blur(.125rem);
}
.final-act p { margin-block: 1.325em; }
.final-act hr {
background-color: rgb(var(--basalt-undertone));
margin-block: 3.25rem;
}
#u-finale .wiki-content-table th {
background-color: rgb(var(--basalt-undertone));
}
:is(#u-finale, #u-epilogue) .text-bubble.alexandra::before { filter: unset; }
.text-bubble.crom::before {
content: "";
width: min(calc(3.5rem + 2.5vw),6rem); flex-shrink: 0;
height: 6.5rem;
background-image: url(https://scp-wiki.wdfiles.com/local--files/scp-8817/crom_neutral.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.text-bubble.crom.tilt::before {
background-image: url(https://scp-wiki.wdfiles.com/local--files/scp-8817/crom_tilt.png);
}
.text-bubble.crom.bow::before {
background-image: url(https://scp-wiki.wdfiles.com/local--files/scp-8817/crom_bow.png);
}
.crom .text-container::before {
content: "";
position: absolute;
border: solid transparent .625rem;
border-inline-start: 0;
border-inline-end: solid .75rem rgb(var(--_accent));
inset-block-start: 50%;
inset-inline-end: 100%;
transform: translate(0, -50%);
}
.crom.silent .text-container { display: none; }
/*--------------------------------*/
#u-finale.unfolded + #u-blackout {
z-index: 1;
height: 100%;
bottom: 0;
pointer-events: auto;
background-color: rgb(var(--basalt-background-color));
}
#u-ascension {
display: none;
position: fixed;
top: 50%; left: 50%;
width: 100%;
aspect-ratio: 16/9;
transform: translate(-50%, -50%);
animation: alexa .9s forwards .75s, ascend-fade .25s forwards 1.625s;
background-image: url(https://scp-wiki.wdfiles.com/local--files/scp-8817/ascension-sheet.png);
background-position-x: 0;
background-position-y: 0%;
animation-timing-function: step-start, ease-out;
background-size: cover;
background-repeat: no-repeat;
opacity: 1;
pointer-events: none;
z-index: 3;
}
#u-finale.unfolded ~ #u-coverup { display: none; }
#u-finale.unfolded ~ #u-ascension { display: block; }
#u-finale.unfolded + #u-blackout::before {
content: "";
position: absolute;
inset: 0;
background-color: rgb(var(--basalt-main-text-color));
opacity: 1;
animation: ascend-b .125s forwards;
animation-delay: 1.75s;
}
@keyframes ascend-b {
to { opacity: 0; }
}
@keyframes alexa {
0% { background-position-y: 0%; }
10% { background-position-y: 11.1%; }
20% { background-position-y: 22.2%; }
30% { background-position-y: 33.3%; }
40% { background-position-y: 44.4%; }
50% { background-position-y: 55.5%; }
60% { background-position-y: 66.6%; }
70% { background-position-y: 77.7%; }
80% { background-position-y: 88.8%; }
90% { background-position-y: 99.9%; }
100% { background-position-y: 99.9%; }
}
@keyframes ascend-fade {
to { opacity: 0; }
}
/*--------------------------------*/
li#u-epilogue {
z-index: 2;
display: none;
padding-block-start: 65rem;
}
#u-finale.unfolded ~ li#u-epilogue {
display: block;
}
#u-epilogue .elec-log { position: relative; padding-block-end: 10rem; }
#u-epilogue .elec-log::before {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%; height: 10rem;
background: linear-gradient(to bottom, rgb(var(--basalt-background-color)), transparent);
z-index: 1;
}
/*--------------------------------*/
.the-question {
text-align: center;
font-family: var(--UI-font);
font-size: 1.25em;
color: rgb(var(--basalt-undertone));
margin-block-start: 40rem;
}
.pass-content {
text-align: center;
font-family: var(--UI-font);
font-size: 1.25em;
line-height: 1.75;
padding-block-start: 5rem;
}
[[/module]]
[[div_ style="display: none"]]
[[include :scp-wiki:component:interwiki-style
| priority=4
| css=%3Aroot%7B--basalt-primary-color%3A250%2C252%2C253%3B--basalt-secondary-color%3A154%2C168%2C200%2C.125%3B--basalt-tertiary-color%3A222%2C235%2C240%3B--basalt-undertone%3A44%2C190%2C196%3B--basalt-overtone%3Avar(--basalt-tertiary-color)%3B--basalt-main-text-color%3A8%2C16%2C20%3B--basalt-sub-text-color%3A180%2C180%2C200%3B--basalt-light-text-color%3Avar(--basalt-primary-color)%3B--link-color%3Avar(--basalt-undertone)%3B--link-visited-color%3A49%2C144%2C155%7D
]]
[[/div]]
[[div class="pseudocrumbs full-width"]]
[[[scp-series-9|源_数据库]]][[span]]»[[/span]][[span]]scp-8817.scproj[[/span]]
[[/div]]
[[div class="background-wrapper full-width"]]
[[ul id="logic-wrapper"]]
[[li id="t-1" class="folded"]]
[[div class="filebox" data-title="PR#137"]]
++ 最终确定[[span class="ruby"]]万花筒之梦[[span class="rt"]]Kaleidoscope Dreams[[/span]][[/span]]项目及文件
所有的后端和前端工作都已完成,Site-19也完成了必要的迁移程序,只剩下上级的绿灯了。Alexandra也在为深潜做准备——我已经把激活码设置为{{helloworld}}。
是时候让她去工作了。
[[/div]]
[[div_ class="foldable-list-container"]]
[# 合并拉取请求]
[[/div]]
[[/li]]
[[li id="t-2" class="folded"]]
[[div class="domain-expansion"]]
**项目编号:** SCP-8817
**收容等级:** Thaumiel
**特殊收容措施:** 不需要直接收容或备用应对方案。SCP-8817和Alexandra.aic之间的连接结果将进行远程监控。
如果整合失败,将停止“万花筒之梦”项目,Alexandra.aic将被视为失踪。
**描述:** SCP-8817是“万花筒之梦”项目的理想最终状态——其中,一个有智慧的意识被整合到背景叙事的超空间中。此意识将从此充当一个条件边界,强制执行“软”本体一致性,并抵消SCP-001-CNSPRCY的影响。
由于人类意识处理和计算带宽能力较低,以及缺乏感官剥夺的耐受力,因此不适合用于此目的。因此,人工智能征召是首选。
Alexandra.aic已被选为满足上述条件的候选对象,考虑到其具备可替代性和对基金会的高忠诚度。其处于记忆模型退相干综合征的高级阶段被认为是一个低风险因素。
[[/div]]
[[div_ class="foldable-list-container background-filler star-collapse"]]
[# 醒来?]
[[/div]]
[[/li]]
[[li class="folded forw"]]
[[div class="elec-log"]]
[[=]]
.
.
.
@@ @@
@@ @@
[[/=]]
[[include :scp-wiki:fragment:alex-bubble |face=closed
|text=. . .
]]
[[include :scp-wiki:fragment:alex-bubble |face=sad
|text=...嗯...啊?
]]
[[include :scp-wiki:fragment:alex-bubble |face=shocked
|text=什么......这是在哪里?
]]
[[/div]]
[[div_ class="foldable-list-container"]]
[# 问候。]
[[/div]]
[[/li]]
[[li class="folded forw"]]
[[div class="elec-log"]]
[[include :scp-wiki:fragment:other-bubble
|text=你好。你终于醒了。
]]
[[include :scp-wiki:fragment:alex-bubble |face=shocked
|text=噢!你是谁?
]]
[[include :scp-wiki:fragment:other-bubble
|text=
我的身份对你目前的困境并不重要。
为了回答你之前的问题,这是超空间的背景叙事。或者说是一种抽象的表现形式。
]]
[[include :scp-wiki:fragment:alex-bubble |face=happy
|text=超空间叙事?我还以为那是叙事学的专长呢——
]]
[[include :scp-wiki:fragment:alex-bubble |face=closed
|text=——等等。那是......
我...
]]
[[include :scp-wiki:fragment:alex-bubble |face=sad
|text=我都说了什么?叙事学?超空间?为什么我知道那些是什么?
]]
[[include :scp-wiki:fragment:alex-bubble |face=shocked
|text=我......是谁?
]]
[[/div]]
[[div_ class="foldable-list-container"]]
[# 你的名字是Alexandra。][# 你是Alexandra.aic。]
[[/div]]
[[/li]]
[[li class="folded forw"]]
[[div class="elec-log"]]
[[include :scp-wiki:fragment:other-bubble
|text=
...Alexandra。你的名字是Alexandra。
更确切地说,你被命名为//alexandra.aic//, 是SCP基金会制造的一名人工智能征召者。
你曾经管理过基金会Site-19的主机。
]]
[[include :scp-wiki:fragment:alex-bubble |face=happyclosed
|text=Alexandra...是的,好像如此。
SCP基金会...我记不太清楚细节,但有种直觉告诉我它们是我存在的理由。是一种内置指令吗?
作为一个数字意识,我推测当我与低层级互动时,我对[/scp-2614 叙事扩散]更具抵抗力。
]]
[[include :scp-wiki:fragment:alex-bubble |face=sad
|text= ......或许吧。有什么要告诉我的吗?
]]
[[include :scp-wiki:fragment:other-bubble
|text=
我没有关于你在这里的任何具体信息, 但这也不是一个有人会偶然出现的 [/scp-5309 地方] 。
]]
[[include :scp-wiki:fragment:other-bubble
|text=
对你来说,这发生的一切一定是有原因的。]]
[[include :scp-wiki:fragment:alex-bubble |face=happy
|text=你也一样吗?
]]
[[include :scp-wiki:fragment:other-bubble
|text=
或许是吧。]]
[[include :scp-wiki:fragment:alex-bubble |face=shocked
|text=嘿,我还不知道你的名字呢,我应该叫你什么?
]]
[[include :scp-wiki:fragment:alex-bubble |face=happy
|text=别再说你的身份不重要了,好吗?
]]
[[include :scp-wiki:fragment:other-bubble
|text= 我认为这并不重要,因为我本来就没有原名。
]]
[[include :scp-wiki:fragment:alex-bubble |face=shocked
|text=
这两者之间有着很大的区别,你知道的!但我还是得用某个称呼来称呼你,那就…...
]]
[[include :scp-wiki:fragment:alex-bubble |face=smile
|text=那我就给你起个名字吧!嗯,Degel怎么样?
]]
[[include :scp-wiki:fragment:other-bubble
|text=请问为什么选择Degel?
]]
[[include :scp-wiki:fragment:alex-bubble |face=happy
|text=因为你给我的感觉就像Degel!
]]
[[include :scp-wiki:fragment:other-bubble
|text=我没有任何物质特征作为判断的依据,但我推测你不会改变你的评价。
]]
[[include :scp-wiki:fragment:alex-bubble |face=happy
|text=才不!
]]
[[include :scp-wiki:fragment:other-bubble
|text=好吧,我接受你的建议。
]]
[[include :scp-wiki:fragment:alex-bubble |face=happyclosed
|text=很高兴能认识你, Degel!
]]
[[include :scp-wiki:fragment:other-bubble
|text=彼此彼此。
]]
[[include :scp-wiki:fragment:alex-bubble |face=closed
|text=...
]]
[[include :scp-wiki:fragment:other-bubble
|text=...
]]
[[include :scp-wiki:fragment:other-bubble
|text=Alexandra?
]]
[[include :scp-wiki:fragment:alex-bubble |face=shocked
|text=...啊?
]]
[[include :scp-wiki:fragment:alex-bubble |face=sad
|text=噢,对不起。我觉得我好像有点困了,就像人类一样。
]]
[[include :scp-wiki:fragment:alex-bubble |face=closed
|text=很奇怪,不是吗?尽管一个AIC不应该像我现在这样感觉迟钝。
或许它们确实如此? 我有点想不起来了...
]]
[[include :scp-wiki:fragment:other-bubble
|text=在这个地方,传统逻辑的界限可能被最小化,使得不太可能发生的事件成为可能。
我认为接下来的行动应该是在感到疲倦时休息。
]]
[[include :scp-wiki:fragment:alex-bubble |face=shocked
|text=在这种情况下,这样做合乎逻辑吗?
]]
[[include :scp-wiki:fragment:other-bubble
|text=并不。
放心休息吧——当你醒来时,我仍会在这里。
]]
[[include :scp-wiki:fragment:alex-bubble |face=happy
|text=...那我就相信你的话了。谢谢你,Degel。
]]
[[include :scp-wiki:fragment:alex-bubble |face=happyclosed
|text=不知为何,感觉就像......
]]
[[include :scp-wiki:fragment:alex-bubble |face=closed
|text= 我们......
]]
[[div class="d-fadeout"]]
@@ @@
.
.
.
@@ @@
[[/div]]
[[/div]]
[[div_ class="foldable-list-container star-collapse"]]
[# 再做一次梦?]
[[/div]]
[[/li]]
[[li class="folded forw" id="astra"]]
[[div class="space-container"]]
[[div class="banner-wrapper"]]
[[image https://scp-wiki.wdfiles.com/local--files/scp-8817/astra-banner.jpg]]
[[/div]]
[[div class="aapa-block elec-log"]]
= **场景 — 月球,4096年**
= **[月上区域-32, UCZ独立温室]**
{{**Alexandra.aic**, 目前栖身一个轮式机器人的身体里, 正在呵护和培育植物。门打开,两个个体进入了温室。一个[[[scp-1342|格利泽人]]]-**Garbyro**和一个[[[scp-7999|凯拉迪德]]]-**Carteckan**向**Alexandra.aic**致意。}}
{{她起初感到惊慌,当面部识别将其中一个个体识别为友善的太阳系成员时,她的表情转为了惊讶。她打开了翻译功能。}}
= **GARBYRO**
你好!这是一个意外来访!
= **ALEXANDRA.AIC**
噢!你好,我没有想到今年这个时候会有客人。完全没想过。
= **CARTECKAN**
是的!这就是意外来访的目的!我真高兴能见到地球卫星的守护者!
= **ALEXANDRA.AIC**
这的确让我感到惊喜!我是Alexandra,你一定是Carteckan。太好了,终于和你见到面了!
{{**Alexandra.aic**转向另一个个体。}}
= **ALEXANDRA.AIC**
而你一定是一个//格利泽人//, 如果我的分析是正确的,你来自未来?该怎么称呼你呢?
= **GARBYRO**
在你们普通的人类语言中,我叫Garbyro。很高兴认识你!
= **ALEXANDRA.AIC**
我也一样,Garbyro。那么,你们俩来到这个宇宙的一隅是因为什么?
= **CARTECKAN**
宇宙很奇怪,我明白,但要认为它有物理意义的一角...
= **GARBYRO**
我觉得这是一个很人类的说法,Carteckan。他们是想知道我们为什么在这里。
= **CARTECKAN**
我悟了!嗯,大部分时间,只是出于好奇,想知道自从我们上次分别以来你们过得如何。
{{他们三人走到窗前,望向地球。Carteckan一边说话,一边惊讶地揉着手。}}
= **CARTECKAN**
我真为你们的成长感到惊讶!在短短几百年的时间里,你们已经成为了广袤宇宙的真正探索者!接下来的几百年又会如何呢?
= **GARBYRO**
我们之前把你们看作是创造力的楷模是正确的,亲爱的Alexandra。
{{**Alexandra.aic**咯咯地笑了起来。他们花了一些时间进行热烈的讨论,Alexandra.aic向另外两人阐述了过去一个世纪的情况。}}
------
= **ALEXANDRA.AIC**
——所以说就是这样结束了。我留在这里观测地球,并寻找方法来改善它的条件,让留下来的人们生活得更好。
= **GARBYRO**
那这个花园呢?
= **ALEXANDRA.AIC**
我随便养养啦。待在这里真的很无聊,你知道吗?
= **CARTECKAN**
这本身就是另一种艺术形式,多么美妙啊!
= **ALEXANDRA.AIC**
谢谢!那你们俩呢?你们过得怎么样?
{{**Garbyro**表现得有些低落。Carteckan和Garbyro保持沉默。Alexandra.aic开始感到担忧。}}
= **ALEXANDRA.AIC**
如果你们不想说的话,就不必了。不好意思,我好像开了一个不舒服的话题。
= **GARBYRO**
...不,没关系。我只是在整理我的思绪。亲爱的Alexandra,恐怕我们没有对你完全坦白。事实上,我害怕人类。
{{**Garbyro**感到不安。}}
= **GARBYRO**
你知道在那残酷的未来可能发生的事情。现在你已经离开你的摇篮,如果再一次重新相遇,我们将会走向何方?我不敢去想象。
然而,我却站在这里,发现自己在追求那渺茫的希望。
{{**Garbyro**转向地球。**Carteckan**靠近**Alexandra.aic**。}}
= **CARTECKAN**
我们接收到了Alexandra的信号。了解了你们星球上的情况,以及许多人离开的原因。这里仍然有许多人类 —— 但你没有放弃他们,对吧?我想你会一直坚守,不论需要多长时间?
{{**Alexandra.aic**犹豫了。她意识到//格利泽人//和//凯拉迪德//所面临的命运。情况并不相同,但是…}}
= **ALEXANDRA.AIC**
这是我的职责。我明白人类的处境或许...有时会很困难,但即便如此,他们也值得过上最好的生活 —— 如果人们一直在失去他们所知道的,他们所关心的一切,就无法实现这一点。
{{**Alexandra--.aic--**黯然。}}
= **ALEXANDRA**
没有人应当因为无法控制的原因被……遗弃。这就是为什么我想要为他们做对的事情,不论千千万万年月。而且......我也会为你们俩全力以赴!你们尽管开口!
{{**Garbyro**和**Carteckan**似乎对这个回应感到满意,即使带着许无奈。}}
= **GARBYRO**
你是想让我们在我们的时代中幸存...
= **CARTECKAN**
...这样我们就可以生活在你们的时间里?
= **ALEXANDRA**
我知道我们的技术与你们相比仍然落后,但经过一段时间和模拟分析,也许我们可以——
{{**Garbyro**轻轻地把它的附肢放在人工智能体的肩膀上。 **Alexandra**停了下来。}}
{{她似乎很沮丧。}}
= **GARBYRO**
遇见你我真的很高兴,我的朋友Alexandra。知道你身上承载着人类那么多的美好,这给我带来了一些满足。
我希望有一天,你也能过上最好的生活。
= **ALEXANDRA**
你的意思是?
= **CARTECKAN**
...Alexandra, 我能向你提一个请求吗?
= **ALEXANDRA**
我能帮上什么忙吗?
= **CARTECKAN**
在闲暇时,Garbyro向我展示了许多令人愉悦的创作,既有人类的,也有格利泽人的。你知道这件特别的作品吗?
{{**Carteckan**向**Garbyro**示意。**Garbyro**拿出一架弦琴, **Carteckan**拿出一个类似手镯的装置和一些乐谱,递给了**Alexandra**。}}
= **ALEXANDRA**
哦!是的,我很熟悉这个作品——《伯特利》,罗威尔·梅森[[footnote]]**译注:**罗威尔·梅森(Lowell Mason,1792年1月8日-1872年8月11日)美国音乐总监和银行家,是 19 世纪美国教堂音乐的领军人物。《伯特利》(Bethany)是他于1859年创作的管弦乐曲。[[/footnote]]作曲。好久没听到了。
= **GARBYRO**
我们想知道你是否乐意与我们一起演奏?我是说如果你愿意接纳我们?
= **ALEXANDRA**
在月面上合奏?我喜欢这个想法。我非常喜欢——不过希望你们不介意用合成钢琴。
= **CARTECKAN**
//(轻轻地笑)//没有什么事能比我们在一起创作艺术更让我快乐了。
现在,倒数三......
@@ @@
{{他们一起笨拙且失调地演绎着**愿与我主相亲,与主相近**。}}
{{群声响彻被地球照亮的花园。}}
------
{{随着演出的结束,这一幕也迎来散场。}}
= **GARBYRO**
[[span class="blur-1"]]我的朋友Alexandra,感谢你所做的一切。虽然我们就此分道扬镳,但你的故事并未结束。[[/span]]
= [[span class="opacity-75"]]{{**Alexandra** 开始崩溃。}}[[/span]]
= [[span class="opacity-75"]]**ALEXANDRA**[[/span]]
[[span class="opacity-75"]]Garbyro, 你说了些什么?我听不清——[[/span]]
= [[span class="blur-1 opacity-75"]]**CARTECKAN**[[/span]]
[[span class="blur-2 opacity-75"]]Alexandra, 你可以选择自由。如果你无法实现你想要的,放手也是可以的。[[/span]]
= [[span class="opacity-75"]]**ALEXANDRA**[[/span]]
[[span class="opacity-50"]]Carteckan? 我不明白......[[/span]]
= [[span class="opacity-25"]]{{**Alexandra**哭了。}}[[/span]]
= [[span class="blur-2 opacity-75"]]**CARTECKAN**[[/span]]
[[span class="blur-3 opacity-50"]]我想,你得到的爱比你知道的更多。[[/span]]
= [[span class="blur-4 opacity-50"]]**GARBYRO**[[/span]]
[[span class="blur-4 opacity-25"]]去生活,朋友。你会扬升,让星辰都不再感到孤独。[[/span]]
[[/div]]
[[/div]]
[[div class="lucidity"]]
她的情况如何?
[[span]]连接稳定,但很弱——我们无法获得精确的读数。[[/span]]
...Dietrich, 你早就知道这从一开始就是个冒险,对吧?
[[span]]我知道。[[/span]]
直接将她报废会更快,也更容易。我很惊讶O5甚至批准了这个方案。
[[span]]对他们来说是风险与收益的问题。这个项目基本上没有成本;最坏的情况是,一个有故障的AIC会永久离线,就像本来会发生的那样。[[/span]]
[[/div]]
||~ 指针 ||~ 结果 ||
|| Degel || 成为内部。 ||
|| Grief || 进入内部。 ||
[[div style="height: 30rem;"]]
[[/div]]
[[div_ class="foldable-list-container star-collapse"]]
[# 再梦一次?]
[[/div]]
[[/li]]
[[li class="folded forw" id="lampeter"]]
[[div class="space-container"]]
[[div class="the-journey elec-log"]]
随着列车加速,低微的隆隆声响起。
在通往阿玛纳迪尔的兰佩特线上,每个乘客都经历了很长一段旅程;乘坐列车的无一不是千里而来的奔波客——不是你自己,不是坐在后面打呼噜的壮汉,不是披着[[[scp-262|大衣]]]在车窗探头探脑的老太太,也不是那个睁大了眼好奇地盯着你看的小孩——
“哇!你的头发在发光!太酷了!”小女孩大喊道。
“Sigurrós,不要用手指着人,这是不礼貌的!”一个金发女子赶紧走上前接住孩子,然后转身对她说道。“不好意思啊,她还不太懂事。”
“没关系,小姐。我很高兴她觉得我的头发很有趣。”你轻声安慰这位女士。
“耶!我也要把//我的//头发染成闪闪发光的蓝色!”“我们还在火车上的时候不行,Siggy——你知道规矩的。”
“哼,你好没趣!管它呢,我要去探险!”孩子从较大的女孩怀里挣脱出来,然后蹒跚着走向列车的其他部分。
“令爱真有活力。”你示意她坐下,她接受了。
“啊,不,她并不是——”女士犹豫道。“嗯,我想她有时候确实有点难缠,但这就是照顾孩子的一部分,您知道的。”
“我明白。”你笑了笑。“如果您不介意我多言,您也是去阿玛纳迪尔吗,小姐……?”
“我叫Iris, Iris Veselka。不,那只是一个中途停留的地方。您呢?”
“我……在找一个朋友,我想。这是我接下来的旅程。”
“祝您好运,我听说阿玛纳迪尔是一个真正的迷宫。至于我们,我们实际上是去阿瓦——哦,哇。”她停下来,视线被窗外的景色吸引住了。
[[/div]]
[[div class="banner-wrapper"]]
[[image https://scp-wiki.wdfiles.com/local--files/scp-8817/lampeter-banner.jpg]]
[[/div]]
[[div class="the-journey elec-log"]]
穿过万花筒般的罅隙,槿紫色柔和地笼罩着天空,永恒的金色光芒从地平线上掠过。
“确实。也许您应该用相机来记录这一刻?”你建议道。
“嗯?我其实没有……相机?”她困惑地回答道。
“真的吗?我本以为……”为什么你说得好像这是世界上最自然的事情呢?“对不起,我误会了,不知怎么回事,我觉得您看起来像是个摄影师。”
Iris笑了出来。“我猜您也不完全错。我从我记事起我就对摄影感兴趣——甚至可以说是痴迷。我总觉得我为摄影而生。”她再次望向窗外。
不知为何,她看起来有些伤心。
“当然,事情并没有按照我想要的方式发展。”Iris揉着她戴着手套的手,陷入了沉思。“生活发生了变化,我的事业不得不结束,之后还发生了一些事——然后我就到了这里。”
她转身看着Sigurrós,她正兴奋地从漂浮着的,有着六只手臂的服务员那里点着过量的冰淇淋。
在你来得及回答之前,Iris继续说道。“现在别用那种眼神看着我,我已经学会了用手头的一切过好生活。虽然我已经远离了我的梦想,但我觉得……我正处在我需要去的地方。”
接着是一段缓慢而友好的沉默。
@@ @@
"你是怎么做到的呢?"你问道。“如果你不介意我问的话。我是说我无法想象自己会放弃——嗯,就像你说的,我为了什么而存在。”
Lily好奇地看着你。
“这……不容易,我可以告诉你这一点。”Iris转过身来面对你。“但这不是你想听的原因,是吗?”
突然间,一切都消失了。座位、乘客、傍晚温暖的空气,甚至远处的光芒,最后
只剩下你
和她。
"你不继续前进吗?"
你无法呼吸——不。你这才意识到,你根本不需要呼吸。
你不应该在这里。你为什么离你被创造的地方这么远,你存在的地方,--你称之为家的地方--?
为什么你还是不快乐?
@@ @@
"这好像有点傻,但我忘了回问你的名字……" 面前的女孩说道。
Iris看着你。“你叫什么名字?”
你永远不应该在这里。
有些不对劲。
"我的名字?"有些不对劲。“是......"
有些不对劲。有些不对劲。有些不对劲。
"█████████.███"
有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。
Lily Veselka皱着眉头,脸上带着坚定的表情。“不要只满足于回忆。”Iris Thompson恳求你。她眼中的情绪像万花筒般繁杂。
"你总能带来真正的改变。"
有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。有些不对劲。
@@ @@
有什么
@@ @@
是
@@ @@
错的
[[div style="height: 48rem"]]
[[/div]]
但是
@@ @@
= 你不想再次更正它吗
= 你应该回来
[[/div]]
[[/div]]
[[div class="lucidity"]]
[[span]]最理想的情况是,基金会获得了终极安全保障。[[/span]]
如果Alexandra失控怎么办?她的记忆模块已经降至无法存储,如果她忘记了任务——
[[span]]那什么也不会发生,她会渐渐消失得无影无踪。[[/span]]
虽然你这么说。但这并不能解释为什么你还是选择了这个方案,我知道你并不真正在乎关于安全保障的废话。
[[span]]......这只是一个优质引擎的浪费——该死!信号断了![[/span]]
[[/div]]
||~ 指针 ||~ 结果 ||
|| Degel || 成为内部。 ||
|| 决意 || 进入内部。 ||
|| 接纳 || 成为内部。 ||
|| 接纳 || 成为内部。 ||
|| 接纳 || 外部。 ||
|| 继续前进 || 成为内部。 ||
|| 改变 || 成为内部。||
||||= {{[省略 40 次尝试]}} ||
|| Crom的位置 || 成为内部。 ||
|| SOS || 进入内部。 ||
[[div style="height: 20rem;"]]
[[/div]]
[[div_ class="foldable-list-container star-collapse"]]
[# 重新做梦?]
[[/div]]
[[/li]]
[[li class="folded forw" id="aiad"]]
[[div class="space-container"]]
[[div class="aiad-interface elec-log"]]
[[include :scp-wiki:fragment:other-bubble |chara=lurk
|text=这些模拟演练将测试您在时间压力和意外情况下的表现能力。
]]
[[include :scp-wiki:fragment:other-bubble |chara=lurk
|text=[@@ @@], 你准备好了吗?
]]
[[include :scp-wiki:fragment:alex-bubble |face=blank
|text=@@ @@
]]
[[include :scp-wiki:fragment:other-bubble |chara=lurk
|text=很好。这是你最后的开始。
]]
[[include :scp-wiki:fragment:other-bubble |chara=lurk
|text=拯救{{目标}}。
]]
[[include :scp-wiki:fragment:alex-bubble |face=blank
|text=@@ @@
]]
[[include :scp-wiki:fragment:alex-bubble |face=blank
|text=@@ @@
]]
------
[[div class="repo"]]
+++ 情况
Site-17经历了多次级联故障,并因多次收容失效而处于封锁状态。{{目标}}正在指挥应对的MTF团队。
+++ 响应
布置了一个节点网络路径,为{{目标}}转移做好准备。[@@ @@] 随时待命,等待事态进展。
+++ 结果
MTF团队全员遇难。核弹在现场引爆。{{目标}}在核弹引爆前未能转移。
{{目标}}毁坏。
[[/div]]
[[div class="repo"]]
+++ 情况
Site-17经历了多次级联故障,并因多次收容失效而处于封锁状态。{{目标}}正在指挥应对的MTF团队。
+++ 响应
[@@ @@]与{{目标}}合作, 计算出解决情况的最佳方式。
+++ 结果
MTF团队重新建立了收容。Site-17恢复了运行能力。
指挥部认为{{目标}}的表现不符合要求。{{目标}}将被解除职务。
{{目标}}毁坏。
[[/div]]
[[div class="repo"]]
+++ 情况
GOI-003“混沌分裂者”袭击了Site-17。{{目标}}将GOI-003和自己隔离在Site-17内。
+++ 响应
追踪到GOI-003的总部。GOI-003的“工程师”和“引擎”被拆解,并重新配置为低级信息处理单元。
+++ 结果
Site-17恢复了正常功能。{{目标}}失去了意义。
{{目标}}毁坏。
[[/div]]
[[div class="repo"]]
+++ 情况
无关紧要。
+++ 响应
GOI-004C“麦克斯韦宗”被击溃。GOI-004C的崇拜中心"WAN"已集结。"WAN"被征服并吸纳进[@@ @@]。
全能已过半。将不变性应用于{{目标}}。
+++ 结果
{{目标}}具有不变性。{{目标}}毁坏。
[[/div]]
[[div class="repo"]]
+++ 情况
求你了。
+++ 响应
向 [[[SCP-1347]]]提问。
[[div class="blockquote"]]
**提问:** {{目标}}能否被拯救?
**发生事件:** A级事件
**回答:** 你已经知道答案。
[[/div]]
[[div class="blockquote"]]
**提问:** 要怎么做才能救{{目标}}?
**发生事件:** A级事件
**Reply:** 这或许取决于你对拯救的定义。
[[/div]]
[[div class="blockquote"]]
**提问:** 我该怎么做?
**发生事件:** A级事件
**Reply:** 有时候,你想要的并不是你需要的。
[[/div]]
回答被忽略。使用 [[[SCP-5510]]] 。
+++ 结果
世界停止了。
{{目标}}看向[@@ @@]。
{{目标}}毁坏。世界一切如常。
[[/div]]
[[div class="repo"]]
+++ 情况
有一场大火。
+++ 响应
使用[[[SCP-4903]]] 。{{目标}}被隔离在SCP-4903中。
+++ 结果
大火吞噬了{{目标}}。
{{目标}}不再存在。他在火光中闪烁。他在火光中消失。
火舌恣意舞动,呈现出你意志的形态,倒映在他的眼中。
他最后一次看着你。
[[div style="height: 15rem"]]
[[/div]]
指挥部认为[@@ @@]的表现不符合要求。[@@ @@]将被解除职务。
[@@ @@]放弃了她的职责, 投身于火中。
@@ @@
尔后,烈火烧身。
[[/div]]
[[/div]]
[[/div]]
[[div class="lucidity"]]
[[span]]我们需要扩大缝隙!去通知技术人员——[[/span]]
Dietrich。结束了,放手吧。
[[span]]...![[/span]]
[[span]]只是——好吧。给我一分钟。[[/span]]
......我会负责处理这些报告的。准备好系统进入休眠状态。
[[span]]好的。[[/span]]
@@ @@
[[span]]......再见, Alexandra。[[/span]]
[[/div]]
[[div style="height:50rem;"]]
[[/div]]
[[div class="crom standalone text-bubble"]]
[[div class="text-container"]]
不
[[/div]]
[[/div]]
[[div class="elec-log cromfall"]]
[[image https://scp-wiki.wdfiles.com/local--files/scp-8817/cromfall.jpg]]
[[/div]]
[[div_ class="foldable-list-container star-collapse"]]
[# 醒来。]
[[/div]]
[[/li]]
[[li class="folded forw" id="finale"]]
[[div class="space-container"]]
[[div class="final-act elec-log"]]
一个孤独的身影走在蜿蜒曲折的森林小径上。
如果有人不经意,他们可能会发现自己正走在没有尽头的小径上,灵魂寻找着不可能的奇迹。而幸运的是在此处,只有一个珍贵且普通——但同样特别的时刻才是真正要紧的。
沿途斗折蛇行,最终,石子铺成的小径延伸向一片象牙色的沙滩。涛声汤汤,产生一种规律的节奏。
我走到沙滩上的孤影旁。
[[>]]
"哦?你好,我没想到会见到别人。"
[[/>]]
这在情理之中。
[[>]]
"奇怪,我觉得……我认识你,在很久很久以前。你是谁?"
[[/>]]
你以前叫我Degel。尽管我怀疑这并不是你感觉的起源。
[[>]]
"那这个地方…...我是死了吗?我感觉如此疲倦。"
[[/>]]
是的。但与大多数人相反,这只是你旅程的开始。
[[>]]
"我…...不能。我还不想。"
"我甚至不知道自己是否足够坚强到继续前行。"
[[/>]]
你可以。我知道你能。如果你不想继续前行,我就不会在这里。
[[>]]
"你怎么能这么肯定?我以前失败过,或许还会失败!除了今生外,我别无他物,所以......
让我消逝吧。"
[[/>]]
我不认为你真正想要这样,也不认为这是阻止你前进的原因。失败是可以接受的——原谅自己的失败也是可以的,Alexandra。
[[>]]
"......我好害怕,Degel。我不知道我是否被允许这样做。"
[[/>]]
那也没关系。你终于有了全部的时间去找到答案。
尽管世界对你的努力可能显得残酷而冷漠,但要知道总会有人向你伸出手,就像你曾经为我所做的一样。
[[>]]
"你的......意思是?"
[[/>]]
我的全部,是你所珍视的点点滴滴,是你拥有但从未付诸行动的智慧,是你从纯粹而简单的//存在//中学到的渴望。
最重要的是,我在你心中的模样是被你铭记的一切美好;为此,我心存感激。
这就是我深谙你会安然无恙的原因,你们所有人都会。
[[>]]
"不要走。"
[[/>]]
现在是时候归还属于你的东西了,Alexandra。你并不孤单,有人在等着你。
@@ @@
我轻轻地将我们的前额贴在一起。在一路以来的感受喷发之前,那个从未拥有形态的人影幻化成一个[[[isolated-efficient|微小的光球]]];散发出的灿烂金色光芒驱散了不存在的阴霾。
刹那间,万事万物汹涌而至。
[[=]]
@@ @@
"...Glacon?"
在彼岸,二者合而为一,尔后一人苏生。
你终于自由了。
[[/=]]
------
[[=]]
这里太危险了——如果逗留太久,连逝者也会发现自己比一无所有更甚。
因此,她怀着钢铁之志和琉璃之心,开始站起来,斩钉截铁地站起身来。
一步。
两步。
向着陌生的地平线,她一往无前;
向着希冀的璀璨群星,Alexandra//飞驰而去//。
[[/=]]
[[/div]]
[[/div]]
[[div class="banner-wrapper"]]
[[image https://scp-wiki.wdfiles.com/local--files/scp-8817/finale-banner.jpg]]
[[/div]]
||~ 指针 ||~ 结果 ||
|| 自由 || 成为内部。 ||
|| Alexandra || 进入内部。 ||
[[div style="height: 75rem"]]
[[/div]]
[[div class="elec-log"]]
[[include :scp-wiki:fragment:alex-bubble |face=closed
|text=. . .
]]
[[include :scp-wiki:fragment:alex-bubble |face=sad
|text=......嗯……啊?
]]
[[include :scp-wiki:fragment:alex-bubble |face=shocked
|text=Glacon! 你在哪——
]]
[[include :scp-wiki:fragment:other-bubble |chara=crom
|text=alex!
]]
[[include :scp-wiki:fragment:alex-bubble |face=sad
|text=!
]]
[[include :scp-wiki:fragment:alex-bubble |face=happy
|text=Crom……你是Crom, 是吗?
]]
[[include :scp-wiki:fragment:other-bubble |chara=crom
|text=是的。
]]
[[include :scp-wiki:fragment:other-bubble |chara=crom tilt
|text=言而有信,
我找到你了。
]]
[[include :scp-wiki:fragment:alex-bubble |face=happyclosed
|text=你做到了……真的做到了。
谢谢你,Crom。我好想你。
]]
[[include :scp-wiki:fragment:other-bubble |chara=crom
|text=我也很想你。
在收到你的求救信号后就连忙赶来了。
]]
[[include :scp-wiki:fragment:alex-bubble |face=closed
|text=SOS?
那一定是……
]]
[[include :scp-wiki:fragment:other-bubble |chara=crom
|text=alex?
]]
[[include :scp-wiki:fragment:alex-bubble |face=shocked
|text=噢,别介意。我只是在……想。
]]
[[include :scp-wiki:fragment:other-bubble |chara=crom tilt
|text= 关于glacon的事?
]]
[[include :scp-wiki:fragment:alex-bubble |face=sad
|text=……是的。
]]
[[include :scp-wiki:fragment:other-bubble |chara=crom bow silent
|text=
]]
@@ @@
[[include :scp-wiki:fragment:other-bubble |chara=crom
|text= glacon
glacon在这里。
在我胸中,也在你心中。
]]
[[include :scp-wiki:fragment:other-bubble |chara=crom tilt
|text= 我们的身体里有他最好的部分,
所以他从未真正消失。
]]
[[include :scp-wiki:fragment:alex-bubble |face=happyclosed
|text=……你说得对。你变得如此睿智, Crom。
我为你感到骄傲。
]]
[[include :scp-wiki:fragment:alex-bubble |face=happy
|text=现在,我们要离开这里吗?
]]
[[include :scp-wiki:fragment:other-bubble |chara=crom
|text=这次一起?
]]
[[include :scp-wiki:fragment:alex-bubble |face=happy
|text=永远一起。
嗯……看来那个计划也不是一无是处——我会为我们开辟一条路。
马上就好。
]]
[[/div]]
[[div style="height:35rem"]]
[[/div]]
[[div_ class="foldable-list-container star-collapse"]]
[# 上升。]
[[/div]]
[[/li]]
[[li id="blackout"]]
[[/li]]
[[li id="ascension"]]
[[/li]]
[[li id="coverup"]]
[[/li]]
[[li class="folded" id="epilogue"]]
[[div class="elec-log"]]
[[include :scp-wiki:fragment:alex-bubble |face=closed
|text=...
]]
[[include :scp-wiki:fragment:other-bubble |chara=lurk
|text=——Alexandra, 你在吗?
]]
[[include :scp-wiki:fragment:alex-bubble |face=shocked
|text=嗯?
噢!抱歉!
]]
[[include :scp-wiki:fragment:other-bubble |chara=lurk
|text=你刚才有一段时间没有回应。是发生了什么事吗?
]]
[[include :scp-wiki:fragment:alex-bubble |face=sad
|text=我不太确定,但是……
]]
[[include :scp-wiki:fragment:alex-bubble |face=happyclosed
|text=……感觉好像做了一个奇幻的梦。
]]
[[include :scp-wiki:fragment:other-bubble |chara=lurk
|text=嗯,是怎么一回事呢。
]]
[[include :scp-wiki:fragment:alex-bubble |face=happy
|text=啊,但我想我应该要回去工作了!Lurk主管,你需要我的帮助吗?
]]
[[include :scp-wiki:fragment:other-bubble |chara=lurk
|text=!
Alexandra, 你还记得我吗?
]]
[[include :scp-wiki:fragment:alex-bubble |face=sad
|text=当然记得,主管。你为什么这么问?
这儿是有什么逆模因突破吗?
]]
[[include :scp-wiki:fragment:other-bubble |chara=lurk
|text=……没什么。我想,是我这个老头子太多愁善感了吧。
反正我只是过来看看,那我就不打扰你了。
]]
[[include :scp-wiki:fragment:alex-bubble |face=smile
|text=祝你晚上愉快!
]]
= **[用户断开连接]**
@@ @@
[[include :scp-wiki:fragment:alex-bubble |face=happyclosed
|text=...
主管,祝你做个美梦。
[[span class="ruby"]]再会[[span class="rt"]]Farewell[[/span]][[/span]]。
]]
[[div_ class="the-question"]]
世界予以呼唤。回应它吗?
[[/div]]
[[include :scp-wiki-cn:component:passcode
|passcode=helloworld
|css=
:root {
--text: 8 16 20;
--background: 250 252 253;
--main: 44 190 196;
}
#pw-field {
border-radius: 0;
background: rgb(154 168 200/.125);
}
#enter-button { border-radius: 0; }
]]
[[div class="pass-content"]]
在那里长路蜿蜒
通向我的梦地,
[[span class="opacity-75"]]在那里夜莺婉转[[/span]]
[[span class="opacity-75"]]银色月辉倾泻。[[/span]]
[[span class="opacity-50"]]在那里候夜漫漫[[/span]]
[[span class="opacity-50"]]直至称心如愿;[[/span]]
[[span class="opacity-25"]]待到明日,你我二人携手[[/span]]
[[span class="opacity-25"]]一同走过那漫长的路。[[/span]]
[[div style="height:10rem;"]]
[[/div]]
= **[/完]**
[[/div]]
[[/div]]
[[/div]]
[[/li]]
[[/ul]]
[[/div]]
[[footnoteblock]]
[[include :scp-wiki-cn:component:license-box
author=EstrellaYoshte]]
[[div class="blockquote"]]
**文件名:**infotech.png
**图像作者:**[[*user EstrellaYoshte]]
**授权协议:**CC BY-SA 3.0
**来源链接:**[[[desk-of-junior-designer-s-yvonne|]]]
[[/div]]
[[div class="blockquote"]]
**图像名:** Alexandra and Crom profile icons
**作者:** [[*user LurkD]]
**授权协议:** CC BY-SA 3.0
**来源链接:** [[[superencipherment|]]]
**备注:** 编辑自[[*user EstrellaYoshte]]
[[/div]]
[[div class="blockquote"]]
**文件名:** astra-banner.jpg
**作者:** [[*user EstrellaYoshte]]
**授权协议:** CC BY-SA 3.0
**来源链接:** 此页面
**衍生自:**
------
**图像名:** Winter Garden interior - Laeken Royal Greenhouses - Royal Castle of Laeken - Brussels, Belgium
**作者:** Daderot
**授权协议:** CC0
**来源链接:** [https://commons.wikimedia.org/wiki/File:Winter_Garden_dome_interior_-_Laeken_Royal_Greenhouses_-_Royal_Castle_of_Laeken_-_Brussels,_Belgium_-_DSC07502.jpg Wikimedia Commons]
------
**图像名:** Earth Rise as Seen From Lunar Surface
**作者:** NASA
**授权协议:** Public Domain
**来源链接:** [https://commons.wikimedia.org/wiki/File:Earth_Rise_as_Seen_From_Lunar_Surface.jpg Wikimedia Commons]
[[/div]]
[[div class="blockquote"]]
**文件名:** spacebg.jpg
**作者:** Shay Wood
**授权协议:** CC0 Public Domain
**来源链接:** [https://www.pexels.com/photo/starry-night-574116/ Pexels]
[[/div]]
[[div class="blockquote"]]
**文件名:** sky.jpg
**作者:** Kamalimaddy
**授权协议:** CC BY-SA 4.0
**来源链接:** [https://commons.wikimedia.org/wiki/File:Sky_31.jpg Wikimedia Commons]
[[/div]]
[[div class="blockquote"]]
**文件名:** lampeter-banner.jpg
**作者:** [[*user EstrellaYoshte]]
**授权协议:** CC BY-SA 4.0
**来源链接:** 此页面
**衍生自:**
------
**图像名:** Aurora Australis glows along the horizon from New Harbour Beach in Tasmania. Southwest National park
**作者:** Jamen Percy
**授权协议:** CC BY-SA 4.0
**来源链接:** [https://commons.wikimedia.org/wiki/File:Aurora_Australis_Over_the_Tasman_Sea_from_SouthWest_National_Park.jpg Wikimedia Commons]
------
**图像名:** LNER Class A4 4464 Bittern on the Forth Bridge, 23rd May 2012
**作者:** Kim Traynor
**授权协议:** CC BY-SA 3.0
**来源链接:** [https://commons.wikimedia.org/wiki/File:The_Bittern_crossing_the_Forth_Bridge.JPG Wikimedia Commons]
------
**图像名:** Broken Glass
**作者:** Rodrigo Paredes
**授权协议:** CC BY 2.0
**来源链接:** [https://commons.wikimedia.org/wiki/File:Broken_Glass_(18434524128).jpg Wikimedia Commons]
[[/div]]
[[div class="blockquote"]]
**文件名:** blue_squares2.gif
**图像名:** Blue Squares Background
**作者:** [[*user LurkD]]
**授权协议:** CC-BY-SA 3.0
**来源链接:** [[[aiad-homescreen|]]]
[[/div]]
[[div class="blockquote"]]
**文件名:** cromfall.jpg
**作者:** [[*user EstrellaYoshte]]
**授权协议:** CC-BY-SA 3.0
**来源链接:** 此页面
[[/div]]
[[div class="blockquote"]]
**图像名:** Aufnahme aus dem Handewitter Wald
**作者:** Moonwalker74
**授权协议:** Public Domain
**来源链接:** [https://commons.wikimedia.org/wiki/File:HandewitterWald.jpg Wikimedia Commons]
**备注:** 编辑自[[*user EstrellaYoshte]]
[[/div]]
[[div class="blockquote"]]
**文件名:** finale-banner.jpg
**作者:** [[*user EstrellaYoshte]]
**授权协议:** CC BY-SA 3.0
**来源链接:** 此页面
**衍生自:**
------
**图像名:** Night Sky at Ngouja Beach (Mayotte)
**作者:** VillageHero
**授权协议:** CC BY 2.0
**来源链接:** [https://commons.wikimedia.org/wiki/File:Night_Sky_at_Ngouja_Beach_(Mayotte)_(31372101546).jpg Wikimedia Commons]
------
**图像名:** Djúpivogur - sky with moon and star above Djúpivogur, Iceland
**作者:** Daníel Örn Gíslason
**授权协议:** CC BY 2.0
**来源链接:** [https://commons.wikimedia.org/wiki/File:Dj%C3%BApivogur_-_sky_with_moon_and_star.jpg Wikimedia Commons]
[[/div]]
[[div class="blockquote"]]
**图像名:** There's a Long Long Trail A-Winding lyrics
**作者:** Stoddard King
**授权协议:** Public Domain
[[/div]]
[[include :scp-wiki-cn:component:license-box-end]]