@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap'); :root { --theme-base: "black-highlighter"; --theme-id: "Database"; --theme-name: "Database Theme"; --base-font-size: 0.9rem; --logo-image: none; --header-title: "数据库"; --header-subtitle: ""; --body-font: "VonwaonBitmap 16px", VT323,monospace; --header-font: "VonwaonBitmap 16px", VT323, monospace; --title-font: "VonwaonBitmap 16px", VT323, monospace; --mono-font: "VonwaonBitmap 16px", VT323, monospace; --text: 229, 140, 36; --link: 184, 86, 24; --back: 29, 18, 7; --white-monochrome: var(--back); --pale-gray-monochrome: var(--back); --light-gray-monochrome: var(--text); --gray-monochrome: var(--back); --dark-gray-monochrome: var(--text); --black-monochrome: var(--text); --pale-accent: var(--link); --bright-accent: var(--link); --medium-accent: var(--back); --dark-accent: var(--back); /* --alt-accent: 255, 0, 255; */ --swatch-text-light: var(--text); --rating-module-button-plus-color: var(--text); --rating-module-button-negative-color: var(--text); --rating-module-button-cancel-color: var(--text); --rating-module-button-credit-color: var(--text); --border-styling: solid 0.15rem rgb(var(--swatch-border-color)); --background-gradient-distance: 0rem; --gradient-header: linear-gradient(to top, rgba(var(--medium-accent)) 0%, rgba(var(--medium-accent), 0.90) 100% ); --diagonal-stripes: linear-gradient(transparent 0); --gradient-topmenu: linear-gradient( to bottom, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-border-color), 1) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-border-color), 1) calc(var(--header-height-on-desktop) + 0.15rem), rgba(var(--swatch-topmenu-bg-color), 1) calc(var(--header-height-on-desktop) + 0.15rem), rgba(var(--swatch-topmenu-bg-color), 0.95) calc(100% - 0.15rem), rgba(var(--swatch-topmenu-bg-color), 1) calc(100% - 0.15rem), rgba(var(--swatch-topmenu-border-color), 1) calc(100% - 0.15rem), rgba(var(--swatch-topmenu-border-color), 1) 100% ); } html { line-height: 1.175; } body { font-size: 1.1em; } #skrollr-body { background-image: radial-gradient(circle, rgb(var(--medium-accent)) 50%, transparent 0); background-repeat: repeat; background-size: 0.25em 0.25em; width: 100%; height: 7.5rem; } #side-bar .side-block div a img { filter: grayscale(100%); } #container { background-image: radial-gradient(circle, rgb(var(--medium-accent), 0.05) 50%, transparent 0); background-size: 0.25em 0.25em; background-repeat: repeat; background-attachment: fixed; } div#page-options-bottom-2 > a, div#page-options-bottom > a { border-radius: 0em; -moz-border-radius: 0em; border: none; transition: 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; } #header::before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: 0; background-image: var(--logo-image); background-size: auto 16rem; background-position: center; background-repeat: no-repeat; opacity: 0.4; } #header h1, #header h1 a { position: absolute; top: 1rem; margin: 0; width: 100%; display: flex; justify-content: center; z-index: 0; } #header h2, #header h2 span, #header h2 span::before { position: absolute; top: 2rem; margin: 0; width: 100%; display: flex; justify-content: center; } #header h1 a::before, #header h2 span::before { text-shadow: .063rem 0.1rem 0.1rem #0c0c0c; } #header h1:before, #header h2:before { content: ""; } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } #account-topbutton { border: var(--border-styling); } #search-top-box-form input[type="submit"]:hover { background: rgb(var(--text)); color: rgb(var(--back)); } #account-options { background-color: rgb(var(--back)); border: var(--border-styling); } #account-options>ul>li a:hover { color: rgb(var(--text)); } #search-top-box input.empty:hover { color: rgb(var(--back)); } #top-bar>ul>li a { color: rgb(var(--text)); } #page-title { color: rgb(var(--link)); } #page-title:before { content: "> "; } #top-bar div.mobile-top-bar>ul>li a, #top-bar div.top-bar>ul>li a{ color: rgb(var(--text)); } #top-bar div.mobile-top-bar>ul>li a:hover, #top-bar div.top-bar>ul>li a:hover{ color: rgb(var(--back)); } #top-bar div.mobile-top-bar>ul>li>ul>li, #top-bar div.top-bar>ul>li>ul>li { background-color: rgb(var(--back)); } #top-bar div.mobile-top-bar>ul>li>ul>li a, #top-bar div.top-bar>ul>li>ul>li a { color: rgb(var(--text)); } #top-bar div.mobile-top-bar>ul>li>ul>li:hover, #top-bar div.top-bar>ul>li>ul>li:hover { background-color: rgb(var(--text)); } #top-bar div.mobile-top-bar>ul>li>ul>li a:hover, #top-bar div.top-bar>ul>li>ul>li a:hover { color: rgb(var(--back)); } h1, h2, h3, h4, h5, h6 { color: rgb(var(--link)); } h1:before, h2:before, h3:before, h4:before, h5:before, h6:before { content: "> " } blockquote, .blockquote, .darkblock, .dark-styled-quote { padding: 0.1rem 0.7rem; margin: 1rem 0; color: rgb(var(--text)); border: var(--border-styling); } .styled-quote, .light-block { background-color: rgb(var(--text)); padding: 0.1rem 0.7rem; margin: 1rem 0; color: rgb(var(--back)); border: var(--border-styling); } #page-title, .meta-title { border-bottom: var(--border-styling); } .page-rate-widget-box { border: var(--border-styling); background: rgb(var(--back)); } .code { border: var(--border-styling); } .scp-image-block .scp-image-caption { border-top: var(--border-styling); } .scp-image-block { border: var(--border-styling); } hr { color: transparent; background-color: transparent; border: 0; border-bottom: var(--border-styling); } .collapsible-block-link:before { content: "> " } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { border: var(--border-styling); } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: rgb(var(--text)); color: rgb(var(--back)); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover { background-color: rgb(var(--text)); } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { border: var(--border-styling); } table.wiki-content-table th, table.wiki-content-table td { border: var(--border-styling) !important; } .footnotes-footer { border: var(--border-styling); background-color: rgb(var(--back)); } div#page-options-bottom-2 > a, div#page-options-bottom > a { border: var(--border-styling) !important; background-color: rgb(var(--back)); color: rgb(var(--text)); margin: 0; border-collapse: collapse; box-sizing: content-box; } #side-bar .heading p { color: rgb(var(--text)); } #side-bar:hover { border: var(--border-styling); } div.menu-item a:hover { background-color: rgb(var(--text)) !important; color: rgb(var(--back)) !important; } #side-bar div.menu-item a:before, #side-bar div.menu-item a:hover:before { background-color: transparent; } #side-bar .side-block>.collapsible-block .collapsible-block-link { color: rgb(var(--text)); } #side-bar .side-block>.collapsible-block .collapsible-block-link:hover { color: rgb(var(--back)); background-color: rgb(var(--taxt)) !important; } .owindow .button-bar a, a.button, button, div.buttons input, file, input.button { color: rgb(var(--text)); } .printuser img.small { display: none; } ::-webkit-scrollbar-thumb, #side-bar:hover::-webkit-scrollbar-thumb { background-color: rgb(var(--text)) !important; } ::-webkit-scrollbar-track, #side-bar:hover::-webkit-scrollbar-track { background: rgb(var(--back)) !important; } .owindow .button-bar a, a.button, button, div.buttons input, file, input.button { transition: none; } #top-bar div.mobile-top-bar>ul>li, #top-bar div.top-bar>ul>li { transition: none; } #top-bar div.mobile-top-bar>ul>li>a:after, #top-bar div.mobile-top-bar>ul>li>a:before, #top-bar div.top-bar>ul>li>a:after, #top-bar div.top-bar>ul>li>a:before, #top-bar>ul>li { transition: none; } #top-bar>ul>li>:after, #top-bar>ul>li>:before { display: none; } #top-bar li ul { transition: none; } .yui-navset * { transition: none; } #side-bar { background-color: rgb(var(--back)); } #main-content::before { display: none; } .top-box .bottom-text p, .top-box .bottom-text:after, .top-box .top-text p { color: rgb(var(--text)) !important; } .top-box, .diamond-color { background: rgb(var(--back)) !important; } .top-box { border: var(--border-styling) !important; } .top-box .top-text p { font: 2.0rem "VonwaonBitmap 16px" !important; } .top-box .bottom-text p, .top-box .bottom-text:after { font: 1.5rem "VonwaonBitmap 16px" !important; } .top-box .gradient-box, .top-box:before { background: none !important; margin-top: 7px; } .header-diamond { background-image: none !important; } .header-diamond .bg { display: none; } .header-diamond .diamond-pattern, .diamond-color { background: rgb(var(--back)) !important; border: var(--border-styling) !important; mask: none !important; -webkit-mask: none !important; transform: rotate(45deg) translate(4.1rem, -0.46rem); width: 10rem !important; height: 10rem !important; } .bottom-box ul li { font: 1.9rem "VonwaonBitmap 16px" !important; color: rgb(var(--text)) !important; line-height: 1rem !important; } .bottom-box ul li:before { background: rgb(var(--back)) !important; height: 0.75rem !important; width: 0.75rem !important; border: var(--border-styling); } .top-box.class-unknown .header-diamond { filter: none !important; } .top-box.class-0 .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-0.png") center/67% no-repeat !important; } .top-box.class-1 .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-1.png") center/67% no-repeat !important; } .top-box.class-2 .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-2.png") center/67% no-repeat !important; } .top-box.class-3 .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-3.png") center/67% no-repeat !important; } .top-box.class-4 .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-4.png") center/67% no-repeat !important; } .top-box.class-5 .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-5.png") center/67% no-repeat !important; } .top-box.class-unknown .header-diamond .diamond-image, .top-box.class-pending .header-diamond .diamond-image { background: url("http://backrooms-sandbox-2.wdfiles.com/local--files/theme%3Adatabase/class-unknown.png") center/67% no-repeat !important; } .top-box .header-diamond .diamond-image { -webkit-mask: none !important; mask: none !important; } @media only screen and (max-width: 440px) { .top-box .top-text p { font: 2.0rem "VonwaonBitmap 16px" !important; } .bottom-box ul li { line-height: 1.5rem !important; } } .top-box.class-0{ top:25px; } .top-box.class-1{ top:25px; } .top-box.class-2{ top:25px; } .top-box.class-3{ top:25px; } .top-box.class-4{ top:25px; } .top-box.class-5{ top:25px; } .top-box.class-unknown{ top:25px; } /* .top-text p:nth-child(1){ position: relative; left: 9px; margin:9px 0 5px 0; } */ .top-text p{ position: absolute; top:30%; left:7px; } .bottom-text p{ position: absolute; top:50%; left:7px; margin-top: 7px; } :is(.sd-container[class*="{"], .lang-cn) :is(.class-unknown, .class-未知).top-box .bottom-text::after { margin-left: 7px; }
生存难度:生存難度:
等级等級 1?
- 安全
- 稳定
- 无实体?
如何使用:
[[include :backrooms-wiki-cn:component:level-class
|class=等级
]]
class 处的可用参数包括以下内容,支持简繁体及英文输入。
| English | 简体中文 | 繁體中文 | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 |
| unknown | 未知 | 未知 | |||||||||||||||
| habitable | 宜居 | 宜居 | |||||||||||||||
| deadzone | 死区 | 死區 | |||||||||||||||
| pending | 等待分级 | 等待分級 | |||||||||||||||
| n/a | 不适用 | 不適用 | |||||||||||||||
| amended | 修正 | 修正 | |||||||||||||||
| omega | 终结 | 終結 | |||||||||||||||
该组件支持简繁切换,如下方代码所示:
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级
]]
在 lang 处选择语言,cn 表示简体中文,tr 表示繁体中文,不填默认选择简体中文。
自定义等级
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级名字
|color=#000000(带有井号的十六进制色号代码。)
|image=链接(至图片的链接。)
|one=在这
|two=随便
|three=放文字
]]
使用 CSS 进行自定义:
你可以使用 CSS 进行额外的自定义,将代码放入到 [[module css]] 中或者是放入到页面的版式内都可以。在这一组件中,不要把 [[module css]] 放在 [[include]] 里面,把它放在那个的下面或者是页面的顶部或底部。
将这些代码放入到你的页面/版式中以编辑所有的颜色,因为组件的 |color= 部分仅能控制背景:
[[module css]]
.sd-container {
/* 字体 */
--sd-font: Poppins, Noto Sans SC, Noto Serif SC;
/* 边框 */
--sd-border: var(--gray-monochrome); /* 大多数等级 */
--sd-border-secondary: 0, 0, 0; /* 不适用 */
--sd-border-deadzone: 20, 0, 0; /* 死区 */
/* 标志 */
--sd-symbol: var(--sd-border) !important; /* 大多数标志 */
--sd-symbol-secondary: 255, 255, 255; /* 4 级以上的是白色 */
/* 文本 */
--sd-bullets: var(--sd-border) !important; /* 点句符文本颜色 */
--sd-text: var(--swatch-text-secondary-color); /* 顶部框文本颜色 */
/* 等级颜色 */
--class-0: 247, 227, 117;
--class-1: 247, 227, 117;
--class-1: 255, 201, 14;
--class-2: 245, 156, 0;
--class-3: 249, 90, 0;
--class-4: 254, 23, 1;
--class-5: 175, 6, 6;
--class-unknown: 38, 38, 38;
--class-habitable: 26, 128, 111;
--class-deadzone: 44, 13, 12;
--class-pending: 182, 182, 182;
--class-n-a: 38, 38, 38;
--class-amended: 185, 135, 212;
--class-omega: 25, 46, 255;
}
[[/module]]
旧版颜色:
如果你不喜欢新版的样式,想要用回旧版的红色边框色,只需要在你的页面中与组件一同引入下方的代码:
[[module css]]
.sd-container {
--sd-border: 90, 29, 27;
--sd-image: 90, 29, 27;
--sd-symbol: 90, 29, 27;
}
[[/module]]
level XL-27是后室XL层群的第28层
描述
level XL-27具体表现为一个巨大的仓库,其特征与宜居地带高度重合,与其不同的是此层级仅仅包含类似与天鹰段的停车场区域,且每一个角落、与支柱上都被涂上了颜色和字母作标记
对比下此层级的类似人工的痕迹更多。密集且凌乱的通风管道与电线遍布于天花板
此层级尚未探索完全,若想了解此层,可点击下方的探险日志
时间:2012年5月25日11时
状况:无异常
记录人员:kksduck
喂?好了,这里是我们小队对level XL 27的第一次记录,第一眼看去,倒是让我想起很久之前的一个层级,但是这里的一切似乎……更加规整了
墙面看起来没有几丝污渍,连每个区域都被涂好了标记和不知道干什么的编号,天花板上遍布着管道电路,以及一条条警戒线和减速带,看着让人眼花
无论怎么说,这里肯定是比较安全的,这里只有无尽的地下结构和数不清的车辆,我已经逛了很久了,这里什么实体也没有,物资也没多少
我独自再找找看有什么房间电梯之类的地方,这里的气味实在是不好闻

这是我拍摄的第一张图片
时间:2012年5月26日3时
状况:较良好
记录人员:kksduck
我发现了有意思的事情,我与另一个同伴联系时,他的位置里停车场的标记是他姓名的首字母E,还是幸运色粉色,而我是D蓝色,哈哈
不对劲的事正如我所想那样发生了,我现在的呼吸开始紧张了,这个停车场明明没有什么可注意的地方,但熟悉的感觉让我回想起在那个迷雾漫天的鸟不拉屎的地方里徒步一样的艰辛,这里简直就是换了个地方的XL26,难不成还是因为我把这与XL26的通道打开了,那屎黄色的雾全飘进来了?我还是得怀疑,回入口处看看吧
时间:2012年5月26日5时
记录人员:kksduck
呼,是我多虑了,门口还有两个成员守着,不知道什么东西给我搞的记忆都不清了,看来要去看看气味的源头
到目前为止,这里的结构依然稳定,没什么变化,在这里建立基地肯定会很容易我在入口一处角落用建筑垃圾搭了个小屋,我先把探险日志放这儿了
奇怪的事情又来了,这里的一些路口在我回去的路上被严密封锁了
我漫步了很久很久了,这里似乎也是无限大的

这儿还是说有什么机关之类的吗?一不注意又锁上了
慢着,我发现什么了!?

我来到E区了,而我不经意,眼前闪过了一辆黑色的车,上面写着一个不认识的希腊字母,我很清楚这一定是幻觉,也许吧?
时间:2012年5月2?日?时
记录人员:kksduck

我受够了,我在这里漫步是毫无意义的,对于一切都毫无意义,我走了个遍了也没遇到同伴,我与同伴已经确认好了位置,却连个人影也看不到,大概是孤立效应所致吧,我打算就这样先回去交差得了,这里实在是太难闻了,气味的源头离我越来越进了
时间:2012年5月2?日?时
记录人员:kksduck
我找到了!我找到了!
气味的源头原来就是这个破门里吗?

这里还飘着绿油油的雾气,天,这里一尘不染的还……我快疯在……丿,
--a
--s
--d
--r
--f
--e
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--?
--??
--?
--?
--m
--g
--c
--v
--e
--……
不要请来到这里。,这里一切安好……!!!1
紧急通知
据分析,此层级可能存在未知实体或特性,鉴于本层级内的人与人互相不可见的异常效应
已不支持探索此层级,所有进入此层级的人务必立刻返回
尚不清楚如上的探险日志人员是否存活,但记录日志以未知方式回到了入口处,似乎是对于切 入者的警告,请不惜一切代价规避此层
目前对于level XL 27新的描述,与前者差异极大:
生存难度:生存難度:
等级等級 unknown
- 信息未解明
- 性质未知
- 未知实体存在
如何使用:
[[include :backrooms-wiki-cn:component:level-class
|class=等级
]]
class 处的可用参数包括以下内容,支持简繁体及英文输入。
| English | 简体中文 | 繁體中文 | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 |
| unknown | 未知 | 未知 | |||||||||||||||
| habitable | 宜居 | 宜居 | |||||||||||||||
| deadzone | 死区 | 死區 | |||||||||||||||
| pending | 等待分级 | 等待分級 | |||||||||||||||
| n/a | 不适用 | 不適用 | |||||||||||||||
| amended | 修正 | 修正 | |||||||||||||||
| omega | 终结 | 終結 | |||||||||||||||
该组件支持简繁切换,如下方代码所示:
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级
]]
在 lang 处选择语言,cn 表示简体中文,tr 表示繁体中文,不填默认选择简体中文。
自定义等级
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级名字
|color=#000000(带有井号的十六进制色号代码。)
|image=链接(至图片的链接。)
|one=在这
|two=随便
|three=放文字
]]
使用 CSS 进行自定义:
你可以使用 CSS 进行额外的自定义,将代码放入到 [[module css]] 中或者是放入到页面的版式内都可以。在这一组件中,不要把 [[module css]] 放在 [[include]] 里面,把它放在那个的下面或者是页面的顶部或底部。
将这些代码放入到你的页面/版式中以编辑所有的颜色,因为组件的 |color= 部分仅能控制背景:
[[module css]]
.sd-container {
/* 字体 */
--sd-font: Poppins, Noto Sans SC, Noto Serif SC;
/* 边框 */
--sd-border: var(--gray-monochrome); /* 大多数等级 */
--sd-border-secondary: 0, 0, 0; /* 不适用 */
--sd-border-deadzone: 20, 0, 0; /* 死区 */
/* 标志 */
--sd-symbol: var(--sd-border) !important; /* 大多数标志 */
--sd-symbol-secondary: 255, 255, 255; /* 4 级以上的是白色 */
/* 文本 */
--sd-bullets: var(--sd-border) !important; /* 点句符文本颜色 */
--sd-text: var(--swatch-text-secondary-color); /* 顶部框文本颜色 */
/* 等级颜色 */
--class-0: 247, 227, 117;
--class-1: 247, 227, 117;
--class-1: 255, 201, 14;
--class-2: 245, 156, 0;
--class-3: 249, 90, 0;
--class-4: 254, 23, 1;
--class-5: 175, 6, 6;
--class-unknown: 38, 38, 38;
--class-habitable: 26, 128, 111;
--class-deadzone: 44, 13, 12;
--class-pending: 182, 182, 182;
--class-n-a: 38, 38, 38;
--class-amended: 185, 135, 212;
--class-omega: 25, 46, 255;
}
[[/module]]
旧版颜色:
如果你不喜欢新版的样式,想要用回旧版的红色边框色,只需要在你的页面中与组件一同引入下方的代码:
[[module css]]
.sd-container {
--sd-border: 90, 29, 27;
--sd-image: 90, 29, 27;
--sd-symbol: 90, 29, 27;
}
[[/module]]
描述
level XL 27是一个非有限空间大小的非欧几里得停车地下结构,流浪者无法通过徒步逃离这里,尚不清楚本层级的边界外为何物,最好不要试图访问此层
此层级具有感知流浪者的能力,且使流浪者在探索此层级时感到不安、头晕、逐渐精神崩溃导致昏厥,具体情况不得而知,据推测,流浪者在离开以本体姓名首字母标记的区域时这种状况发生的最为明显,因此,在此层级停留是必死无疑的
更多
进入此层的流浪者可以正常进行上网等操作,如果进入,我们无法帮助你,请在第一时间上传更多有关此层级的信息
有其他流浪者声称自己来到的并非停车场而是锅炉房、充满管道的隧道、无人的宾馆等不同区域,但异常效应和字母标记仍然存在,并且已被证实2
因此有理论称,此层级也许是存在于流浪者精神层面的,肉体会在进入的一瞬间被杀死,也因为在此层级的大部分物理定律都违背常理,例如无法跳跃、皮肤感受与实际不符导致的空间波动,造成流浪者的精神扭曲
基地、前哨与社区
此层级的效应导致无法建立前哨与基地,请流浪者务必阅读此文来保证减少不可预料的事情发生
入口与出口
入口
- 通过进入level-xl-26内M.E.G基地的房檐出切入,此方法已被禁止使用并且被封锁,强烈建议不要尝试此方法
- 无其他入口
出口
- 找到第27个字母标记的区域可回到level-xl-26
- 暂无出口,传闻绿色的逃生出口也许通向虚空,但这几乎不可能发生,因为要在极端的空间波动下才能有希望靠近出口的门,出口的门在正常情况下会因为非线性导致愈向其靠近愈会离门越来越远,然而从远处看仍没有区别之分
…
正在加载更多内容……
…
…
你收到了一条关于此层新的信息,是否查看?
采访者:M.E.G.工作人员
受访者:''探路者''小队[匿名]
(开始记录)
采访者:这是一次简单的采访,现在我会问你三个问题,请你尽量回答
受访者:我不用想就知道你们会问什么
采访者:你们是否发现了level XL 27中存在的异常效应,或者说层级的真实情况是什么?层级内有实体吗?
受访者:我们确实来过level XL 27,但根本不是那个成员描述的那样,层级中空气只是略微沉闷,而且也不存在孤立效应,里面有几个穿着对应标记颜色衬衫的无面灵,对人没敌意,我和其他5人在里面都很好,你们这问题真是没必要(已经有了试图离开意图)
采访者:第二个问题,你们小队中名为kksduck对于本层的日志你作何解释?
受访者:他就是个疯子,他的脑子早就不好使了,他的死与我无关,那个所谓的日志估计也是他发了疯写的,问完了吗?(眼神开始迷离不定)
采访者:第三个问题,你们是怎么来到level XL 27的?
受访者:在那个全是霾的地方,我们在步行了数千里后,当然远远不止数千里,我们走了都快1年之久了,终于,我们看到一个像地下停车场的入口,和前厅的别无二致,进去后,入口忽然紧闭,我们探索完层级后,就撬开了入口的大门,然后来到了level 10
(说完话后,受访者出示了很多在此层拍摄的照片)
(采访者仔细端详着照片,神情变得严肃起来)
采访者:可以了(示意旁边的人员结束访谈)
受访者:快点放我走吧,这里简直让我喘不过气
采访者:你被捕了,跟我走一趟吧
受访者:什么?
(中断)
据M.E.G.后续调查得出,''探路者''小队成员所拍摄的照片均为于level 1内伪造的,不存在所谓''level XL 26.6''的说法,两位切入level XL 27的成员也被证实为被逼迫进入,level XL 26是无穷无尽的,level XL 27仅仅通过房檐切入,且正确描述仅此页面的新描述,现已对''探路者''小队成员进行应有的惩罚,在此对牺牲的人员表达敬意
—————M.E.G.荒草泉
« Level XL 26 | Level XL 27 | Level XL 28 »


