Metastasis 974 - “█████之家”

Metastasis 974正在以每日数间房间的速度扩张。

:root {
    --lh-red: #c0392b;
    --lh-blue: #2980b9;
    --lh-green: #27ae60;
    --lh-dark-green: #16a085;
    --lh-purple: #8e44ad;
    --lh-orange: #e67e22;
    --lh-yellow: #f1c40f;
 
    --lh-paper-bg: 255, 251, 240;
    --lh-string-color: 192, 57, 43;
    --lh-book-color: var(--gray-monochrome);
    --lh-tape-color: 90,90,90,0.3;
    --lh-white-bg: 249,249,249;
    --lh-dark-bg: 50, 50, 50;
    --lh-highlighter: var(--bright-accent);
    --lh-border-color: var(--gray-monochrome);
    --lh-wiki-note-color: var(--bright-accent)
}
 
/**
 *  旧代码合集
 *  为了向下兼容而保留
 */
 
.grid-container{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.grid-container,.grid-container [class*=grid]{box-sizing:border-box}[class*=grid]{padding:5px}.grid{width:100%}.grid-large{width:75%}.grid-big{width:50%}.grid-medium{width:33.33%}.grid-small{width:25%}@media screen and (min-width:768px){.wd-grid-large{width:75%}.wd-grid,.wd-grid-big{width:50%}.wd-grid-medium{width:33.33%}.wd-grid-small{width:25%}}.text-hover-hide{opacity:0;transition:opacity .3s}.text-hover-hide:hover{opacity:1}.text-block-hide{background:rgb(var(--black-monochrome));color:rgb(var(--black-monochrome));transition:background .3s}.text-block-hide:hover{background:0 0}.text-blur-hide,.text-blur-hover-hide{filter:blur(.3rem);-webkit-filter:blur(.3rem) transition: blur .3s}.text-blur-hover-hide:hover{filter:blur(0);-webkit-filter:blur(0)}.lyric-box{text-align:center;font-size:1.05rem;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}.lyric-box p{margin:1.5em auto}.lyric-box.with-bigger-line p{margin:3em auto}
 
/**
 *  便签纸
 *  notepaper
 */
 
.notepaper {
    background: linear-gradient(rgb(var(--lh-paper-bg)) 95%, #ddd 0);
    line-height: 2em;
    background-size: 100% 2em;
    background-attachment: local;
    border: 2em solid rgb(var(--lh-paper-bg));
    box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.2);
    padding: 0;
    margin: 1em auto;
    box-sizing: border-box;
    position: relative
}
.notepaper p {
    margin: 0;
    font-size: 1.05rem;
    letter-spacing: 0.1rem;
    line-height: inherit
}
.notepaper.narrow,
.notepaper.wide {
        width: 90%
}
@media screen and (min-width:768px){
    .notepaper.narrow {
        width: 50%
    }
    .notepaper.wide {
        width: 75%
    }
}
 
.notepaper.tight {
    border-width: 1rem;
    border-left-width: 1.2rem;
    border-right-width: 1.2rem;
    line-height: 1.8em;
    background-size: 100% 1.8em;
    font-size: 13px
}
 
.notepaper.with-string::before {
    content: '';
    width: 0.5em;
    height: 6rem;
    background: rgb(var(--lh-string-color));
    top: -2rem; right: -1rem;
    display: block;
    position: absolute;
    box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2);
    clip-path: polygon(-100% -100%,100% 0%,100% 100%,50% 98%,0% 100%);
}
.notepaper.with-tape::before {
    content: '';
    border: 1px solid #ddd;
    background: rgba(var(--lh-tape-color));
    width: 1.5em;
    height: 4em;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: -3em;
    left: -1.8em
}
 
.notepaper.tight.with-string::before {
    top: -1rem; 
    right: -0.25rem;
}
.notepaper.tight.with-tape::before {
    top: -2.5em;
    left: -1.3em
}
 
.notepaper.page {
    min-height: 36em;
    counter-increment: page;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
@media screen and (min-width:768px){
    .notepaper.page {
        width: 70%
    }
}
.notepaper.page:after {
    content: counter(page);
    display: block;
    text-align: center
}
.notepaper-group {
    counter-reset: page;
}
 
.book-pattern {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}
.book-pattern .notepaper.page:not(.notepaper > .notepaper) {
    width: 100%
}
@media screen and (min-width: 768px) {
    .book-pattern .notepaper.page:not(.notepaper > .notepaper) {
        width: 50%
    }
}
 
.book-wrapper {
    background: rgb(var(--lh-book-color));
    padding: 0.5rem;
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.2);
    border-radius: 5px;
    margin: 1rem auto
}
@media screen and (min-width: 768px) {
    .book-wrapper .notepaper {
        margin: 0
    }
}
 
/**
 *  文字修饰
 */
 
.text-highlighted {
    position: relative
}
.text-highlighted::before {
    content: "";
    position: absolute;
    height: 0.9em;
    bottom: 2px;
    left: -2px;
    width: 105%;
    z-index: -1;
    background-color: rgb(var(--lh-highlighter));
    opacity: .6;
    transform: skew(-15deg);
    transition: opacity .2s ease;
    border-radius: 3px 8px 10px 6px;
    transition: 0.1s ease background-color;
}
 
.text-underlined {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    text-decoration-color: rgb(var(--lh-highlighter))
}
.text-wavy {
    text-decoration: underline wavy;
    text-underline-offset: 4px;
    text-decoration-color: rgb(var(--lh-highlighter))
}
 
.text-circled,
.text-squared {
    display: inline-block;
    border: 2px solid rgb(var(--lh-highlighter));
    border-radius: 100%;
    box-sizing: border-box
}
.text-squared { border-radius: 0 }
 
.text-shadow { text-shadow: 0.075em 0.075em 0 rgb(var(--lh-highlighter)) }
 
.text-highlighted.td-red::before { background: var(--lh-red) }
.text-circled.td-red, .text-squared.td-red { border-color: var(--lh-red) }
.text-underlined.td-red, .text-wavy.td-red { text-decoration-color: var(--lh-red) }
 
.text-highlighted.td-blue::before { background: var(--lh-blue) }
.text-circled.td-blue, .text-squared.td-blue { border-color: var(--lh-blue) }
.text-underlined.td-blue, .text-wavy.td-blue { text-decoration-color: var(--lh-blue) }
 
.text-highlighted.td-green::before { background: var(--lh-green) }
.text-circled.td-green, .text-squared.td-green { border-color: var(--lh-green) }
.text-underlined.td-green, .text-wavy.td-green { text-decoration-color: var(--lh-green) }
 
.text-highlighted.td-darkgreen::before { background: var(--lh-dark-green) }
.text-circled.td-darkgreen, .text-squared.td-darkgreen { border-color: var(--lh-dark-green) }
.text-underlined.td-darkgreen, .text-wavy.td-darkgreen { text-decoration-color: var(--lh-dark-green) }
 
.text-highlighted.td-purple::before { background: var(--lh-purple) }
.text-circled.td-purple, .text-squared.td-purple { border-color: var(--lh-purple) }
.text-underlined.td-purple, .text-wavy.td-purple { text-decoration-color: var(--lh-purple) }
 
.text-highlighted.td-yellow::before { background: var(--lh-yellow) }
.text-circled.td-yellow, .text-squared.td-yellow { border-color: var(--lh-yellow) }
.text-underlined.td-yellow, .text-wavy.td-yellow { text-decoration-color: var(--lh-yellow) }
 
.text-highlighted.td-orange::before { background: var(--lh-orange) }
.text-circled.td-orange, .text-squared.td-orange { border-color: var(--lh-orange) }
.text-underlined.td-orange, .text-wavy.td-orange { text-decoration-color: var(--lh-orange) }
 
/* 隐藏文字 */
 
.text-blank { color: rgba(0,0,0,0) }
.text-block { 
    background: rgb(var(--black-monochrome));
    color: rgb(var(--black-monochrome)); 
}
.text-blur { 
    filter: blur(0.3em);
    -webkit-filter: blur(0.3em)
}
 
.text-hoverback,
.text-selectback {
    transition-duration: 0.3s;
    transition-property: background, transform, color
}
 
.text-blank.text-hoverback:hover,
.text-blank.text-selectback::selection,
.text-blank.text-selectback *::selection { color: rgb(var(--black-monochrome)) }
 
.text-block.text-hoverback:hover { background: transparent!important }
.text-block.text-selectback::selection,
.text-block.text-selectback *::selection { color: rgb(var(--white-monochrome, 255, 255, 255)) }
 
.text-blur.text-hoverback:hover { filter: blur(0)!important; -webkit-filter: blur(0)!important }
 
/**
 * 附加项
 */
.with-border, .with-box-style { border: 1px solid rgb(var(--bright-accent)) }
.with-border-dark { border: 1px solid rgb(var(--black-monochrome)) }
.with-border-light { border: 1px solid rgb(var(--white-monochrome)) }
.with-border-thick { border-width: 2px }
 
.with-shadow-sm { box-shadow: 0 0 0.1em rgba(0,0,0,0.2) }
.with-shadow { box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2) }
.with-shadow-lg { box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.2) }
.with-shadow-xl { box-shadow: 0 0.2em 0.5em rgba(0,0,0,0.2) }
.with-shadow-xxl { box-shadow: 0 0.25em 0.8em rgba(0,0,0,0.2) }
 
.with-padding, .with-box-style { padding: 0.25em 1em }
.with-p-sm { padding: 0.125em 0.5em }
.with-p-lg { padding: 0.5em 2em }
 
.with-margin, .with-box-style { margin: 1em auto }
.with-m-sm { margin: 0.5em auto }
.with-m-lg { margin: 2em auto }
 
.with-narrow-width { 
    width: 90%!important; 
    margin-left: auto; 
    margin-right: auto 
}
@media screen and (min-width: 768px) {
    .with-narrow-width { width: 75%!important }
}
[class*="with-bg-"], [class*="with-bg-"] h1 { color: #fff!important }
.with-bg-red { background: var(--lh-red)!important }
.with-bg-blue { background: var(--lh-blue)!important }
.with-bg-green { background: var(--lh-green)!important }
.with-bg-darkgreen { background: var(--lh-dark-green)!important }
.with-bg-yellow { background: var(--lh-yellow)!important }
.with-bg-orange { background: var(--lh-orange)!important }
.with-bg-purple { background: var(--lh-purple)!important }
 
/**
 * 删除类
 */
 
.offwith-shadow { box-shadow: none!important }
.offwith-border { border: none!important }
.offwith-padding, .offwith-pam { padding: 0!important }
.offwith-margin, .offwith-pam { margin: 0!important }
 
.offwith-width-limit {
    width: auto!important;
    margin-left: auto!important;
    margin-right: auto!important
}
 
div[class*="grider"].offwith-grid-gap { grid-gap: 0!important }
 
/**
 * 网格布局
 */
 
/* Gridder 容器 */
 
div[class*="gridder"] {
    display: grid;
    box-sizing: border-box;
    grid-gap: 1rem;
    padding: 0
}
div[class*="gridder"] * { box-sizing: border-box }
 
.gridder, .gridder-col-2 {
    grid-template-columns: 1fr 1fr;
}
.gridder-col-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gridder-col-4 {
    grid-template-columns: repeat(4, 1fr);
}
 
@media screen and (min-width: 768px) {
    .pc-gridder, .pc-gridder-col-2 {
       grid-template-columns: 1fr 1fr;
   }
   .pc-gridder-col-3 {
       grid-template-columns: repeat(3, 1fr);
   }
   .pc-gridder-col-4 {
       grid-template-columns: repeat(4, 1fr);
   }
}
 
.spanner, .spanner-2 {
    grid-column-start: span 2;
}
.spanner-3 {
    grid-column-start: span 3;
}
 
/**
 * 告示组件
 */
.signblock,
.signblock-dark,
.signblock-warn {
    margin: 1rem auto;
    box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.4);
    background: rgb(var(--lh-white-bg));
    font-size: 1.05rem;
    padding: 2rem
}
@media screen and (min-width: 768px) {
    .signblock,
    .signblock-dark,
    .signblock-warn {
        width: 75%
    }
}
.signblock-dark, 
.signblock-dark h1 {
    background: rgb(var(--lh-dark-bg));
    color: #fff
}
.signblock-warn, 
.signblock-warn h1 {
    background: var(--lh-red);
    color: #fff
}
 
.signblock h1,
.signblock-dark h1,
.signblock-warn h1 {
    text-align: center;
    font-size: 2rem;
    margin: 0;
    font-weight: 700
}
.signblock-img {
    display: flex;
    flex-direction: row;
    justify-content: center
}
.signblock-img img {
    width: 8em
}
.signblock-footer {
    font-size: 0.9em;
    text-align: center;
    margin: 0.5rem 0;
    font-weight: bolder;
    display: block
}
 
/**
 * 报告
 */
 
.reportblock,
.reportblock-dark {
    border: 2px solid rgb(var(--lh-border-color));
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3);
    background: rgb(var(--white-monochrome));
    padding: 0.8rem 1.5rem;
    padding-bottom: 0.4rem;
    margin: 1.5rem auto;
    margin-bottom: 1rem;
    position: relative
}
 
.reportblock hr,
.reportblock-dark hr {
    background-color: rgb(var(--lh-border-color));
    margin-left: -1.5rem;
    margin-right: -1.5rem
}
 
.reportblock h1:first-child,
.reportblock-dark h1:first-child {
    position: absolute;
    top: -1rem;
    left: 1.5rem;
    font-size: 110%;
    font-weight: 600;
    background: rgb(var(--lh-border-color));
    color: #fff;
    padding: 0.2rem 0.5rem;
    margin: 0;
}
 
.reportblock-dark,
.reportblock-dark h1 {
    border-color: rgb(var(--lh-white-bg));
    background: rgb(var(--lh-dark-bg));
    color: #fff
}
 
.reportblock-dark hr {
    background-color: rgb(var(--lh-white-bg));
}
 
/* 更好的折叠框 */
 
.bettercollap {
  margin: 1em 0;
}
 
.bettercollap .collapsible-block {
  width: auto;
  overflow: hidden;
  border: 1px solid rgb(var(--lh-border-color))
}
 
.bettercollap .collapsible-block-content,
.bettercollap .collapsible-block-link {
  background: rgb(var(--white-monochrome));
  padding: 0.5em
}
 
.bettercollap .collapsible-block-content {
  padding-left: 1em;
  padding-right: 1em
}
 
.bettercollap .collapsible-block-link {
  color: rgb(var(--lh-border-color));
  background: rgb(var(--white-monochrome));
  transition: .3s;
  display: block;
}
.bettercollap .collapsible-block-link:hover,
.bettercollap .collapsible-block-unfolded .collapsible-block-link,
.styledcollap.bettercollap .collapsible-block-link {
  color: rgb(var(--white-monochrome));
  background: rgb(var(--lh-border-color))!important;
  text-decoration: none
}
 
.bettercollap .collapsible-block-link:hover a { color: rgb(var(--white-monochrome)) }
 
.bettercollap .collapsible-block-link::before {
  content: "\25BC";
  display: inline-block;
  margin-right: 0.5em;
  transform: rotate(-90deg) scale(0.9)
}
.bettercollap .collapsible-block-unfolded .collapsible-block-link::before {
   transform: rotate(0) scale(0.9)
}
 
.bettercollap .collapsible-block + .collapsible-block { border-top: none }
 
.styledcollap.bettercollap .collapsible-block {
  border-radius: 2px;
  box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3)
}
 
.styledcollap.bettercollap .collapsible-block-content {
  background-color: rgb(var(--pale-gray-monochrome));
  border-width: 3px
}
 
.styledcollap.bettercollap .collapsible-block-link:hover {
  background: rgba(var(--lh-border-color),0.95)!important;
}
 
/**
 * 提示框
 */
 
.infoblock {
    color: #f1f1f1;
    font-weight: bold;
    background: #424242;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    margin: -0.5rem 0 1rem 0;
    display: block;
    width: fit-content;
    padding-right: 25px;
}
 
.infoblock::before {
    content: "ⓘ "
}
 
/**
 * 单页迭代 
 */
 
.offset-page:not(:target), .offset-page:target ~ div#u-default-page { display: none }
.offset-page:target { display: block }

语言語言INT-flag.png
EN-flag.png
RU-flag.png
CN-flag.png
FR-flag.png
PT-flag.png
VN-flag.png
ES-flag.png
PL-flag.png
JP-flag.png
ID-flag.png
IT-flag.png
AND-flag.png
AR-flag.png
BIH-flag.png
CZ-flag.png
DE-flag.png
SIMPLE-flag.png
EO-flag.png
GA-flag.png
KO-flag.png
LA-flag.png
LV-flag.png
MR-flag.png
MT-flag.png
RO-flag.png
TH-flag.png
TOK-flag.png
TR-flag.png
UA-flag.png
评分: +112+x

查询:Metastasis 974

信息查询中……


您有一封新邮件!


Friedmann老师,

想必您最近也有听闻,Metastasis 974发生了异常变动。我想到了您是900-999层级的管理员,可能需要重新整理相关内容,因此我标记了一些我检阅的重点相关文件,已经附在了下方。同时,我自己撰写了一份新档案,也放在了一起。请您看看,不知道这篇档案能不能转正呢?

https://central-database.com/sandbox:koyako-974





Metastasis 974

生存难度:
2
  • 不安全.
  • 稳定.
  • 特殊实体.
一张十分模糊的粉色房间图片,隐约能看到窗边一个轮廓不定的黑色高大身影。

该层级的第一张原始图像。

Metastasis 974是后室的第975层。

# 描述:

此层级由数十个粉红色的房间构成,相互之间也以相同装潢的混凝土走廊连接。

流浪者在此层级内极易迷失方向感——因为四通八达的房间之间的空间可能并不完全对齐,并且所有房间都别无二致。

这些房间的美学风格十分类似:大量丝带、轻纱或者氛围灯悬挂于天花板上,墙纸是粉红或白色,常衬以蝴蝶结或点阵设计。庞大的衣橱能占满一整面墙,里面挂着卡通形象设计的各式女装,收纳着各类饰品。

然而,如果仔细观察上述的一切,会发现它事实上极为混乱——丝带可能在没有外力的情况下凭空悬吊在天花板,墙纸点阵的排布歪七扭八,蝴蝶结上绑着胡乱扎出的绳结,甚至是死结。每个房间中都有着微小而不尽相同的错误。

如果试图破坏层级的内饰,会吸引此层级内部的特殊实体:█████。同时,粉红色装饰之下的是与其完全相反的事物。

如果翻开床铺粉红色的床单、被子、枕头等床上用品,可以发现海绵基底有着明显的虫蛀痕迹;如细心观察,更可以发现房间中的木质家具的底部全都斑驳不堪;抬头注视天花板上的日光灯,就能看到其中的蚊虫尸体;低头也可以在地毯上发现脱落的长头发一类的废物。

唯一的例外是位于该层级中心的一个房间。其内饰中没有出现任何瑕疵、异常,颜色也比其他房间鲜明得多。因此,中心房间在千篇一律的层级环境里十分突出。而离中心房间越远,上述的错误就会越多。

层级一般十分寂静,但有时会突然开始播放一些日本1990-2010年代的女声或Vocaloid歌曲。其中有的曲目十分经典且具有美感,但另外一些则无法辨别来源,甚至“不通乐理”,人声歌词也“无法理解”。层级内的歌曲通常持续3-4分钟。无论是层级自身的音乐还是流浪者播放的音乐都可以使█████保持平静,让它停止行动或搜寻流浪者。

该层级中可以发现杏仁水变质皇家口粮油腻棉花糖等食物。据流浪者称,它们全都十分油腻,味道枯燥。然而,不建议触碰层级内的冰箱或储物罐等设施。不仅是因为会吸引█████,更是因为它们在此层级内很可能坏掉。多名流浪者称,冰箱的最上层会流下不明的浑浊液体,引来地毯之下的虫蚁——进食时请留意它们。

需要注意的是,目前有记录声称,该层级正在逐渐扩张——显而易见的是,每隔几天,从中心房间走到无门可走的房间需要的时间就会变长一些。这或许说明该层级中的房间可以自我增殖,但质量在不断劣化。

原始图片拉高亮度的样子,那个黑色人影在过曝的粉色装潢间清晰可见。

通过编辑原始图像,可以看到实体的样子。

# 实体

上文提到,该层级中存在一种独特的实体——█████。该实体行踪不定,暂时没有进一步调查,已知的信息也无法拼凑出它完整的形象。目前只知晓以下情报:

  • 其身高3.2米,为人形,四肢异常细长,没有手或脚;
  • 其皮肤呈哑光黑色,质感与皮革相似;
  • 其似乎没有任何面部特征,但据推测能够通过其他方式像大多数流浪者一样看见、听见和嗅闻,其对内饰的破坏尤为敏感——可以迅速追踪到内饰破坏的房间,但目前没有与流浪者进行互动的记录,无论其是善意或恶意;
  • 其似乎可以平滑且迅速地行动,可能会跟在流浪者身后的几个房间里尾随流浪者;
  • 其被称为K Meta █████

此实体的行为似乎显示出了对流浪者的敌意——流浪者在该层级中很可能触碰到随机位置的脆弱丝带或补丁而吸引它,因此这些房间有时被人们看作陷阱。但这一点并无佐证——目前仅有少数流浪者目击了该实体,而他们无一例外受到恐吓,离开了原本的房间。但实体并没有追踪他们,而只追踪到该房间中被破坏的内饰,似乎还会以某种方式修复它。

# 基地、前哨或社区:

仅有少数流浪者曾从该层级路过并留下了报告,因此这里暂无可用的基地、前哨或社区。可见的将来内似乎也没有在此建立基地或社区的意义。

# 入口与出口:

# 入口

该层级似乎并没有稳定的入口。目前只知道,每当流浪者进入一个新层级时,就有可能进入Metastasis 974而非其本应进入的地点。这可能需要满足某种条件,也可能只是纯粹的小概率事件。

# 出口

在所有报告中,流浪者都是通过具有切行效果的物品或实体离开的,暂无已知出口。



以下为文档的附加文件。共有5份,请按顺序打开。



#1 记录Level 974的扩张

Level 974正在以每日数间房间的速度扩张。我想,层级无论多么不稳定,不安全,但从外部看一般都是稳定的。如果把层级比喻成生命,那么一般的层级已经完成了生命的成长阶段,而这里不甚一般。

对我来说,它像是MetastasisMetastasis生长,繁殖。Metastasis的生命没有成年可言,它还在永不停息地成长。

事实上,虽然有些杞人忧天,但这令我感到了一点慌张——Level 0Level 11不过是面积巨大或无限大而已,终究和永远都在滚滚扩张的空间是不一样的。最开始的报告中,房间的数量最开始是32间,现在人们已经说有了50多间。这是一种…… 顽疾,就像癌症的扩张。

但是呢,事实上它每经过一次复制都会变得越来越糟糕。那些大差不差的粉红色元素重组、融合,那薄得发指的粉红色床单怎么能盖住已经满目疮痍的海绵?

我们不断重复着越来越糟的人生,就像它一样选择用可爱的事物掩盖过去——尽管我们早配不上了。把一串错误的代码重复执行亿兆次,它也不会有正常的效果。

“那已经无药可救了。”

我猜,如果某天我到了这片粉红色的世界,在失真的“可爱”音乐里抱起一个看起来和我小时候玩的款式类似的残缺玩偶时,我一定会这么想。

#2 调查层级内的劣化

我打开冰箱的中层后,看到了一些似乎是腐烂的水果的东西,我能辨认出的有苹果还有杏子之类的。底层打不开,似乎被什么封死了;我打开顶层后,一个顶着冰箱门的罐子掉了下来,流出了某种奇怪的液体,把我的鞋子浸湿了。

它闻起来像是草莓味。很不幸,不只有我能闻到。地毯之下有一些白蚁之类的动物,它们很快就爬了出来。

所以千万不要吃这里的东西。

有时桌子上可能摆着糖,它是可以吃的,但小心里面可能有针。并且,如果你还想吃得下东西的话,不要好奇掀开地毯。更何况你有可能吸引某个实体。

注意,越往后走,这样的东西出现得越多。我大概是在一个配色偏白的房间里切入这里的,而我向外走得越远,屋子就越肮脏,最终就遭遇了这些事。因此,尽量在最短的探索时间内离开这里,或者用切行物品直接走人。

#3 流浪者在总署留下记录后发布的SNS

我觉得每个人,心里都或多或少有过一些所谓“可爱”的念头吧。

我出生在后室。Level 11第一街区曾经种过一颗来自前厅的樱花树,我站在那棵树下,看着头顶樱花飘落,像吹雪一样拂过脸庞。那时,我第一次萌生了想要回到前厅的念头——我想那是一种不甘,是一种对自己本来可以拥有的生活的恼怒和渴望。

于是我终于理解了那些少女时代粉红的,粉饰的梦境。

我的父母是在后室认识的,父亲来之前是单身,母亲来之前是某人的未婚妻。我总听他们讲前厅有多少美好的生活,美好的青春时光——如今,我的青春却要在这样乏味的无限空间里流失殆尽。

我刚刚进入了那些没能完成的现实的整合。它的建筑师在现实腐烂的躯壳之上,用一层一层鲜艳的滤镜与脂粉试图将其粉饰为梦境真正的样子,最终哭着笑着看了看自己丑陋的作品,再看着闪闪发光的梦中的衣橱沉浸在了思考中。

——阈限艺术协会,Kaya

#4 一位流浪者留下的记录

真的,我肯定在那里不断变大的房间网格中看到了至少一到两间房间,和我儿时待过的粉粉的房间非常像,那些衣橱和床铺——那时候我还堪称一位少女。

然而,它的世界只是通过某种无脑的模仿创造的。就像曾经,很多AI程序绘制的图片中,人的头发丝和手指在细节上满是粘连与瑕疵。因为它并不知道那是什么。它只知道它要把它们画出来,却不理解什么是头发,只能照猫画虎地画出杂乱的线条。曾经可谓大师的东西,面对它们就像刚刚接触绘画的初学者一样。

这里也一模一样。

手提包的拉链在提带上,裙撑忽长忽短;贴纸上的动漫人物面部模糊,人体错位;蝴蝶结扭曲,随机连接着缎带;它拙劣地复刻着我们每个人的梦。

#5 来源未知的█████传闻



它是建筑师和囚徒。












林明晦小姐:

感谢你为我收集的重要资料,无比感谢。近期层级的变化真是让人琢磨不透,我们要继续努力了。此外,看到你的这篇文档,我也十分惊喜。我粗略浏览了一下,有以下建议:

两张配图事实上是相同的。因此,可以只保留其中一张。如果图像不是因为特性或危险模糊不清,建议保留主题最清晰的一张;
附加文件的某些内容可以整理后加入文档;
真的没有其他出入口吗?这种情况可以稍微变通一下,把报告里涉及的出入层级都先记下来;
最后,文档中有一些SPaG问题,我已经在沙盒里帮你改正了。
此外,我能看到你的进步,例如





发送成功!







您已经挂机过久,所查询的资料有更新,请重新刷新页面。

查询:Level 974

信息查询中……




探险者总署 文件储存系统

# 采访记录 L/974/I/02

采访者 Elina Bellhart
受访者 Janine Brown

<记录开始>

B有些不好说出口……我的确有个用粉粉的东西装满房间的梦。

E我们曾经采访过你。我读了读,了解了你的过去,非常遗憾听到那些。

B嗯。这个层级……就是这样的感觉。我有时就想,随着年龄增长,越来越忙,掉的头发越来越多,身体变得越来越老。我意识到自己反而塞不进去那个小屋子了。

B还有,我易主的家如今想必已是虫蛀而摧,更不用想象墙纸的颜色了。但是,我不会因为看到这些东西多么不安。或许在后室这几年,我已经免疫了这样的情绪输出吧。

E我们也看到了你的成长,女士。我们和你同感欣慰。

B当时在那里的时候,我从柜子上拿下了一罐糖,里面似乎趴着一只蟑螂尸体……呕,太恶心了;我吓了一跳,手一晃,罐子摔到了粉色的地毯上,黑色的汁液洒了一地。

E实体因此造访……与我们观察到的行为模式相符呢。

B我听到了像蛇的滑行声。我……我一下子就心慌了,当时我感觉它离我非常近。

E你成功脱身了,还是被它发现了?

B我当时在的那个房间是个死角,几乎无处可逃了。你知道,它实在是太高了。它站在门框外,只能露出半个身子,就那么直挺挺的…… 我当时以为要命丧当场了。

E您现在看起来还好好的。它对您做了什么?

B它伸出了胳膊:没有五指,像你们说的一样,黝黑而光滑。我……我真的怕极了,以至于失了智,几乎倒在了背后的床上——如果真的要战斗,这样只会让我处于劣势。

Janine Brown挥了挥拳。

B它……卷住了我的手腕,我差一点就没喘过来气!不过,它只拿走了我的手链。

E咦?

Janine Brown笑了笑。

B果然你也是这个反应。说实话,我当时和你也一样。

她注意到自己刚才的表情有些夸张,于是深呼吸。

B那是我在Level 11的小商铺买到的,只是一些塑料做的珍珠,用粉红色的绳子串在一起——老实说,丢就丢了吧,我不在意。

B它把手链套在了长胳膊上,但是滑了下来……掉到了地上。它再次捡起来,还想把它套在胳膊上。我感觉它是在模仿我戴着的样子,因为它的生理结构限制了它。

E啊……那它最后成功了吗?套上了吗?

B我缓过来之后,站了起来。它低头,把手链放回我的手上。我抬头看了看它的脸,然后突发奇想——我站到了床垫上,按着它的肩膀把手链套到了它的脖子上。

E嘶……它适合戴颈链?

B很有创造性,不是吗?它似乎也很开心。

Elina Bellhart沉默了一会,随后点了点头。

E开……心?

B我真的有些共情它了。它大概只是想让自己变得可爱一点,以此抚平内心吧。

E你真的很擅长与有人性的实体相处,女士。很深刻的发现。很深刻的互动。

Janine Brown想到什么东西,笑了起来。

B随后我就睡过去了,醒来时到了Level 48。宜居海滩一日游,你知道有多开心吗?

E……真好啊。它的确是个很不错的实体,我也有点想去它的家看看了。最后,为了记录,我还有一个问题想问问你。

B嗯,问吧。

E你知道它的名字吗?

B呃……不知道。毕竟它不会说话。话说回来,我觉得它也没有名字之类的概念。

E的确没有吧。没有头绪的话——你作为重要探索者,Janine Brown,愿意给它取个名字吗?毕竟我们不喜欢只用冷冰冰的编号称呼后室里的东西。

她给Janine抛了个媚眼。

B……那,我就给它……一个可爱一点的名字吧。

B就叫它 Kitty

Elina微微张口想说点什么,不久后又闭上了。

E ……Kawaii

<记录结束>

# 文档更新


# 出口

目前已知离开Level 974的唯一方法是将你在到访前获得的“可爱”物品送给“Kitty”。你可以在停留期间的任何时候将这件礼物送给“Kitty”。一旦你将礼物交给“Kitty”,你便会立即入睡,并在一个安全的层级醒来。




登出系统

信息处理中……



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