@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300&display=swap'); @import url('https://fontlibrary.org/face/fantasque-sans-mono'); @font-face { font-family: 'TsangerYuMo-W02-FullWidthSpaceFix'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/TsangerYuMo-W02-FullWidthSpaceFix.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } /* Myrand */ @media screen and (prefers-reduced-motion: no-preference) { #page-title, #breadcrumbs, #page-content > * { animation-name: fadeIn; animation-duration: 1s; animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } } #page-title { animation-delay: 0s; } @keyframes fadeIn { from { opacity: 0; transform: translate(0,30px); } to { opacity: 1; transform: translate(0,0); } } /* 调整 */ body{ letter-spacing: 1px; } :root { --fade-in-delay: 0,1s; --theme-base: "black-highlighter"; --theme-id: "danger-zone"; --theme-name: "Danger Zone"; --logo-image: url("https://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg"); --header-subtitle: "前 方 是 一 条 其 他 人 类 未 曾 发 现 过 的 道 路"; --body-font: 'Chakra Petch', 'TsangerYuMo-W02-FullWidthSpaceFix', 'Noto Sans SC', sans-serif; --header-font: 'Chakra Petch', 'TsangerYuMo-W02-FullWidthSpaceFix', 'Noto Sans SC', sans-serif; --title-font: 'Chakra Petch', 'TsangerYuMo-W02-FullWidthSpaceFix', 'Noto Sans SC', sans-serif; --mono-font: 'Chakra Petch', 'TsangerYuMo-W02-FullWidthSpaceFix', 'Noto Sans SC', sans-serif; --white-monochrome: 255, 255, 255; --pale-gray-monochrome: 190, 190, 190; --light-gray-monochrome: 160, 160, 160; --gray-monochrome: 72, 69, 60; --black-monochrome: 20, 20, 20; --bright-accent: 235, 170, 10; --medium-accent: 235, 170, 10; --custom-text: 255, 255, 255; --dark-accent: 140, 136, 126; --pale-accent: 140, 136, 126; /* Primary Theme Colors */ --swatch-background: var(--black-monochrome); --swatch-primary: var(--bright-accent); --swatch-primary-darker: var(--medium-accent); --swatch-primary-darkest: var(--black-monochrome); /* Primary Text Colors */ --swatch-text-dark: var(--custom-text); --swatch-text-light: var(--bright-accent); --swatch-important-text: var(--bright-accent); --barColour: var(--very-light-gray-monochrome); --linkColour: var(--pale-accent); /* Primary Menu Colors */ --swatch-menubg-color: var(--black-monochrome); --swatch-menubg-light-color: var(--dark-gray-monochrome); --swatch-menubg-medium-color: var(--medium-accent); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--dark-gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); --swatch-menutxt-dark-color: var(--white-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-border-color: var(--bright-accent); /* Primary Header Colors */ --swatch-headerh1-color: var(--white-monochrome); --swatch-headerh2-color: var(--white-monochrome); --swatch-topmenu-border-color: var(--bright-accent); --swatch-topmenu-bg-color: var(--black-monochrome); /* Link Colors */ --link-color: var(--bright-accent); --visited-link-color: var(--medium-accent); --hover-link-color: var(--bright-accent); --sidebar-links-text: var(--swatch-menutxt-dark-color); --link-color-bright: var(--medium-accent); /* Rating Module Colors */ --rating-module-button-color: var(--bright-accent); --rating-module-text-color: var(--white-monochrome); --rating-module-text-hover-color: var(--swatch-menutxt-light-color); /* Header Gradients */ --gradient-header: none; --diagonal-stripes: none; } #extrac-div-1 { position: fixed; width: 100vw; height: 100vh; pointer-events: none; background: repeating-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.15) 50%,rgba(0,0,0,0)); background-size: auto 8px; opacity: 0.7; } #extrac-div-2 { position: fixed; width: 100vw; height : 1rem; top: 0; pointer-events: none; background: linear-gradient(to bottom, rgb(255,190,0) 0%,rgb(255,190,0) 50%,rgb(255,190,0) 51%,rgb(255,190,0) 100%); opacity : .1; animation: scanm 6s linear infinite; } @keyframes scanm { 0% { top: -1rem; opacity : .05;} 25% { top: 50%; opacity: .03;} 37.5% { top: 75%; opacity: 0.06;} 50% { top: 100%; opacity: .03;} 100% { top: 100%;} } #page-content > :nth-child(1) { animation-delay: calc(1 * var(--fade-in-delay)); } #page-content > :nth-child(2) { animation-delay: calc(2 * var(--fade-in-delay)); } #page-content > :nth-child(3) { animation-delay: calc(3 * var(--fade-in-delay)); } #page-content > :nth-child(4) { animation-delay: calc(4 * var(--fade-in-delay)); } #page-content > :nth-child(5) { animation-delay: calc(5 * var(--fade-in-delay)); } #page-content > :nth-child(6) { animation-delay: calc(6 * var(--fade-in-delay)); } #page-content > :nth-child(7) { animation-delay: calc(7 * var(--fade-in-delay)); } #page-content > :nth-child(8) { animation-delay: calc(8 * var(--fade-in-delay)); } #page-content > :nth-child(9) { animation-delay: calc(9 * var(--fade-in-delay)); } #page-content > :nth-child(10) { animation-delay: calc(10 * var(--fade-in-delay)); } #page-content > :nth-child(11) { animation-delay: calc(11 * var(--fade-in-delay)); } #page-content > :nth-child(12) { animation-delay: calc(12 * var(--fade-in-delay)); } #page-content > :nth-child(13) { animation-delay: calc(13 * var(--fade-in-delay)); } #page-content > :nth-child(14) { animation-delay: calc(14 * var(--fade-in-delay)); } #page-content > :nth-child(15) { animation-delay: calc(15 * var(--fade-in-delay)); } #page-content > :nth-child(n+15) { animation-delay: calc(16 * var(--fade-in-delay)); } #skrollr-body { background-image:none } #container { background-image: none } div#page-options-bottom-2 > a, div#page-options-bottom > a { border-radius: 0em; -moz-border-radius: 0em; border: none; } div#page-options-bottom-2 > a:active, div#page-options-bottom-2 > a:hover, div#page-options-bottom > a:active, div#page-options-bottom > a:hover { border: none; } #header, #top-bar { background-attachment: scroll; } #header { background-image: none; overflow-x: clip; } #header::before { content: ""; position: absolute; height: 100%; width: 100%; left: -2rem; top: -0.3rem; background-image: var(--logo-image); background-size: auto 10rem; background-position: left; background-repeat: no-repeat; opacity: 1; } #header h1, #header h1 a { position: absolute; left: 4.8rem; top: 0.8rem; margin: 0; width: 100%; display: flex; justify-content: left; z-index: 0; } #header h2, #header h2 span, #header h2 span::before { position: absolute; left: 3.3rem; top: 1.8rem; margin: 0; width: 100%; display: flex; justify-content: left; } a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover { text-decoration: none; color: #000000; background-color: #FFAA0A; } #login-status ul a:hover { text-decoration: none; color: #000000; background-color: #FFAA0A; } #login-status a:hover { text-decoration: none; color: #000000; background-color: #FFAA0A; } #header h1 a::before, #header h2 span::before { text-shadow: .063rem 0.1rem 0.1rem #0c0c0c; letter-spacing: 0.1rem; } #header h1 a::before{ letter-spacing: 1rem; } a.newpage { color: rgb(var(--newpage-color)) } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } /*search*/ /*#search-top-box { left: 3%; top: 0.5rem; } #search-top-box-form > #search-top-box-input { width: 7rem; }*/ /* TABVIEW - Abandon All Hope Ye Who Enter Here */ /*content bg*/ .yui-navset .yui-content { background-color: rgba(var(--pale-accent), 0.25); border-color: rgb(var(--pale-accent)); } /*unselected tab color*/ .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: rgb(var(--dark-gray-monochrome)); color:rgb(var(--white-monochrome)); } /*hover tab bg*/ .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: rgba(var(--pale-accent), .25); } /*backer background*/ .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { background: rgb(var(--dark-gray-monochrome)); } /*selected tab bg*/ .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { background-color: rgb(var(--pale-accent)); } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { background-color: rgb(var(--pale-accent)); } @media only screen and (max-width: 768px) { :root{ --swatch-menubg-color: var(--medium-accent); } #header::before { background-image: none; } #header { height: var(--header-height-on-mobile); background-image: url("https://nu-scptheme.github.io/Black-Highlighter/images/logo.svg"); background-image: var(--logo-image); --size: calc(var(--final-header-height-on-mobile) + 1rem); --y-offset: 1.5rem; background-position: calc((var(--header-height-on-mobile) - 0.75rem) - var(--size)) calc(((var(--size) * -1) + var(--header-height-on-mobile) + var(--y-offset)) / 2); background-size: var(--size), 100% var(--header-height-on-mobile); background-repeat: no-repeat, repeat; width: 100vw; margin: 0; position: sticky; top: calc(var(--header-height-on-mobile) * -1); } #header h1, #header h1 a { left: 1rem; top: 0.8rem; } #header h2, #header h2 span, #header h2 span::before { left: 0.8rem; top: 1.8rem; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"]:hover { background: rgb(0, 0, 0); border-color: rgb(var(--pale-accent)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"]{ background: rgb(0, 0, 0); border-color: rgb(var(--pale-accent)); } } .lightstyled-quote { background-color:rgb(var(--bright-accent)); color:rgb(0, 0, 0); border-left: 0.5rem solid rgba(var(--dark-gray-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .darkstyled-quote { background-color:rgb(var(--dark-gray-monochrome)); border-left: 0.5rem solid rgba(var(--bright-accent)); color:rgb(var(--white-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .darkstyled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { background-color:rgb(var(--bright-accent)); color:rgb(0, 0, 0); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .darkblock { background-color:rgb(var(--dark-gray-monochrome)); color:rgb(var(--white-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .dark-borderblock { background-color:rgb(var(--dark-gray-monochrome)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--bright-accent)); } .light-borderblock { background-color:rgb(var(--bright-accent)); color:rgb(0, 0, 0); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--dark-gray-monochrome)); } .border-logoblock{ padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); color:rgb(255, 255, 255); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--dark-gray-monochrome)); border: solid 0.3rem rgb(var(--bright-accent)); } .border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .logoblock{ padding: 0.01rem 1rem; color:rgb(255, 255, 255); box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--dark-gray-monochrome)); } .logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .titleblock { background-color: rgb(var(--dark-gray-monochrome)); color:rgb(var(--white-monochrome)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5); border: solid rgb(var(--bright-accent)) 2px; } .titlebox{ color: rgb(var(--dark-gray-monochrome)); position: relative; top: -1.6rem; background-color: rgb(var(--bright-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .borderblock { background-color:rgb(var(--dark-gray-monochrome)); color:rgb(255, 255, 255); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid 0.3rem rgb(var(--bright-accent)); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); }
生存难度:生存難度:
等级等級 5e - 环境
- 空间异常稳定
- 过量噪音污染
- 极端敌意实体
Level C-112是后室C层群的第112层。
描述
Level C-112主体为相连的无限多个方形白色房间组成,这些房间通常都是正方形,其互相连接的方式并不固定,甚至有流浪者报告称其切入了一个没有门的房间。但在大多数情况下,一个房间都最少拥有可以让流浪者不走回头路的两扇门。本层级似乎是平面的,目前没有发现通往地板下或天花板上的任何通道。
房间
组成Level C-112的众多房间具有高度相似性,其墙壁均为白色,墙壁上通常不具有装饰物且墙壁本身无法被破坏。本层级的地板为不加以装饰的原木地板。地板进行了打蜡处理,使其看起来较为光滑,但基本不会导致流浪者滑倒。房间之间的隔音效果极好,即使保持房间门打开,流浪者也无法听到另一个房间的任何声音。值得注意的是本层级的空间异常稳定,几乎无法在不借助外物1的情况下从墙壁,门或地板上正常切出。
房间内随机分布有一些椅子,这也是本层级唯一会自然出现的家具。已知所有椅子无法以任何方式移动,绝大部分椅子上方具有以正常演奏方式悬空的乐器。其类别涵盖了各种提琴,各种号,单簧管,双簧管,长笛,各种鼓等一系列前厅交响乐团所需的乐器。这些乐器会自行以正确方式演奏,大多数种类的音乐像是有无形的人在使用。但也证实其确实在自行演奏2,而非被人或实体操控。
乐器
Level C-112内的房间中乐器数量与种类不等,但至少会有一个3。流浪者无法以任何不接触乐器的方式阻止其演奏。当流浪者接触乐器后,其会立即损坏至无法使用的状态,且无法修复,直至流浪者距离其两米外后其会立即回到原位4并完全修复自身,随后其将继续演奏。
已证实层级内的乐器均无法带出。
乐器演奏的声音极大,而且其演奏杂乱无章。流浪者处于该环境下,听力系统会遭到随时间加重的损伤。其声音具有诡异的特质,即使流浪者已经失去听力,他们在本层级仍然会感到不安与恐惧,而非听到一般噪音时的烦躁,在此环境停留过长可能会导致死亡。
已证实在本层级内一切隔绝声音的常规手段都收效甚微。
实体情况
Level C-112的某些房间内会有猎犬,肢团,钝人,窃皮者,悲尸等具有敌意的实体且这些实体似乎不会被噪音影响,其在本层级展现出了与普通记录不相符的攻击性,推测为其被噪声增强。
基地,前哨与社区
目前该层级没有任何基地,前哨与社区。
入口与出口
入口
- M.E.G. 强烈不建议任何流浪者切入本层级,本层级的入口已经被尽可能的管控。
出口
- 层级目前仅有一个稳定出口:从层级内少见的空椅子切出可来到level-11的乐器店。
- 层级原出口切出成功率极低且极不稳定,不建议切出。
以上内容于2025年1月4日完成更新。
以下是该层级的部分加密文档,注意,这些文件仅供M.E.G.成员及Level C-112事件调查小队参考。请确认您的权限,我们不希望有更坏的事情发生了。
为防止本层级环境进一步恶化,甚至变为死区,本文件被加密处理。绝不能让U.E.C.的疯子们了解level C-112恶化的真相。
报告上传时间:2024年3月2日
生存难度:生存難度:
等级等級 0
- {$one}
- {$two}
- {$three}
Level C-112是后室C层群的第112层。
描述
Level C-112主体为相连的无限多个方形白色房间组成,这些房间通常都是正方形,其互相连接的方式并不固定,一个房间最多拥有通向相邻四个房间的四扇门,最少拥有可以让流浪者不走回头路的两扇门。本层级似乎是平面的,目前没有发现通往地板下或天花板上的任何通道。
房间
组成Level C-112的众多房间具有高度相似性,其墙壁均为白色,墙壁上通常不具有装饰物。如果墙壁上出现装饰物,其可被用于切出。墙壁本身无法被破坏,且无法以任何常规方式切出。其地板为不加以装饰的原木地板。地板进行了打蜡处理使其看起来较为光滑,但基本不会导致流浪者滑倒。
房间内随机分布有一些椅子,这也是本层集中唯一自然出现的家具类物品。已知所有椅子无法以任何方式移动,绝大部分椅子上方具有以正常演奏方式悬空的乐器。其类别涵盖了各种提琴,各种号,单簧管,双簧管,长笛,各种鼓等一系列前厅交响乐团所需的乐器。这些乐器会自行以正确方式演奏,大多数种类的音乐像是有无形的人在使用。但也证实其确实在自行演奏,而非被人或实体操控。
乐器
Level C-112内的房间中乐器数量与种类不等,但至少会有一个。房间之间的隔音效果极好,及时保持房间门打开,流浪者也无法听到另一个房间的任何声音。流浪者无法以任何不接触乐器的方式阻止其演奏。当流浪者接触乐器后,其会立即损坏至无法使用的状态,且无法修复,直至流浪者距离其两米外后其会立即回到原位并完全修复自身,随后其将继续演奏。
在此层级所有音乐均处在一个合适的音量范围,在一首乐曲完整的演奏完后其将开始演奏与该乐曲风格相近的另一首音乐,而不是重复演奏。流浪者在本层级会感到舒适与平静,效果类似杏仁水。M.E.G. 建议来到此层级的流浪者进行修整之后前进去往其他层级。
层级内不会刷新任何物资,所以本层级并不适合长期驻留,但仍然值得在此休息。
现在,享受音乐吧。
基地、前哨与社区
社区:爱乐之家
- 本社区由一些喜爱本层级音乐的流浪者们组成,由于层级内物资匮乏,他们并不会常驻此层级。会派出人员切出层级以获取物资,其本身态度友好,愿意与流浪者交易,并帮助流浪者寻找他们喜爱的音乐类型。但如果想加入他们,流浪者需要展现出一定的音乐素养。
入口与出口
入口
- 从level-11的一个售卖乐器的商店可切入本层级。
- 坐在一把具有高椅背和无扶手特征的木质椅子上,听完任意播放器播放的一首音乐,有概率来到此层级并处于正演奏该音乐的房间中。另外的,椅子会和你一起来到该层级,在你起身后,椅子上将随机生成一件乐器一同演奏该音乐。
出口
- 从层级内少见的一个空椅子5切出可回到level-11的乐器店,但回到的乐器店可能与流浪者切入本层级使用的乐器店不同。
- 从墙壁上的装饰镜子切出可来到level C-198
- 从墙上挂着的任意画作6切出可来到level-57
记录时间:2024年12月19日。
“我是亚伦,一名普通的音乐爱好者。今天我向往常一样从Level-11切入Level C-112准备听会儿音乐,但当我在这里走过了几个房间后,我竟然看见了一只悲尸!它似乎刚变成悲尸不久,看见我后没有第一时间出来,这也给了我反应的时间,我迅速逃离了那里。另外我也把这件事报告给了爱乐之家,他们说会派些人来查看,我不放心,于是报告给了M.E.G.”
回复:“已收到你的报告,我们会尽快协助查看。”
记录时间:2024年12月22日
“我是爱乐之家的负责人阿黛丽,最近有越来越多的流浪者称自己在Level C-112中见到了其他尸体,开始时只有悲尸,最近还新增了猎犬与窃皮者的目击报告,该层级的性质正在发生变化,请求M.E.G.派遣特工协助调查。”
回复:“已收到你的报告,我们正在从其他层级调遣人手。”
记录时间:2024年12月24日
瑞克(以下用R代称):你知道Level C-112吗?
兰斯(以下用L代称):知道啊,那个音乐爱好者的圣地,最近不是有报告说那出现了敌对实体吗?
R:是啊,你绝对想不到我在那里看到了什么。
L:你看到什么了?
R:我看到了一个悲尸,它竟然在尝试拉小提琴!
L:你还不快离开,小心点。
R:没事,他还没注意到我。那家伙……等等,它真的能使用小提琴!
L:R!你怎么样?还好吗?
R:我能怎么样?它的琴声跑调太严重了,太难听了。
L:都这时候了,你还在管一个没脑子的东西拉的琴好不好听?你先离开吧,太危险了。
R:有点不对劲,房间内的其他乐器怎么跟着一起跑调了?你说的对,我得离开这里。
L:行,我等会儿在Level-11等你。
记录结束,目前流浪者瑞克失联中。
记录时间:2024年12月27日
“我是史蒂芬中卫,目前位于Level C-112,本层级的个别房间出现了乐器集器集,演奏声音变得极大,难听刺耳等问题。以证明层级性质发生了一些变化,但大部分房间依然正常。根据调查的少量流浪者的目击报告,悲尸,钝人,窃皮者等人形敌对实体似乎对乐器产生了极大的兴趣,它们似乎可以触碰到正常的乐器并简单操作它们,但无疑的,它们并不会弹奏乐器,那些不符合层级特质的个别房间似乎与他们的尝试有关,建议派遣更多人手对层级进行清扫。值得庆幸的是层级主体的性质并没有变化,建议对文档进行部分修正。”
回复:已收到你的报告,正在从Level-11调遣更多探险者进入。
“情报有误!他*的,这哪里只是跑调?这明明就是根本的杂乱无章,这他*根本就不是人类该听到的声音!我耳朵要聋了!所有隔绝声音的手段都他*没用,这该死的声音到处都是!没有一个安静的地方!这东西像是会传染一样,越来越多的房间充斥着噪音,这儿的实体也不对劲,一个个跟超雄一样!这鬼音乐跟他*腰果水一样……请求支援!听到了吗?请求支援!”
回复:已收到你的请求。请坚持住,由于该层级已知入口较少,增援正在路上。
记录时间:2025年1月3日
各位探险者,目前Level C-112的性质出现巨大变化。在此层级清理实体的行动宣告彻底失败。其变化已经无法挽回,向内增派人员已证实毫无用处。请还未前往Level C-112的探险者停止前往,已经在Level C-112的探险者与特工立即切出。
为在该层级剧变中死亡的遇难者默哀。
向在本行动中牺牲的赴死者致敬。
M.E.G.Alpha基地
……实体似乎对这些“音乐”很感兴趣……对于原Level C-112中的音乐,那些常见的人形敌对实体,尤其是悲尸。对其展现出了前所未有的兴趣,它们可以一定程度上影响这些乐器,使其不再演奏乐音……在我们听来刺耳的噪音可能对这些实体而言宛如天籁,这种特性还有待进一步证实……它们对演奏刺耳声音的异常乐器毫无兴趣,并热衷于将正常演奏的乐器变为异常的……尽管非人形实体对所有乐器都没有兴趣,它们依然会在噪音中表现出亢奋状态……无论如何,本层级的陷落无疑是我们的巨大损失……解决方法尚不明了,不过我们还在努力……它7一定可以回归原来的样子。
« Level C-110 | Level C-112 | Level C-113 »
