生存难度:生存難度:
等级等級 3
- {$one}
- 生存物资匮乏
- 潜在精神危害
如何使用:
[[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]]
:root { --theme-base: "black-highlighter"; --theme-id: "dark-liminal"; --theme-name: "Dark Liminal Theme"; --logo-image: url("http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg"); --header-title: "The Backrooms"; --header-subtitle: "你曾经来过这里"; --body-font: Inter, Noto Sans SC, Arimo, Verdana, Geneva, sans-serif; --header-font: Inter, Noto Sans SC, Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif; --title-font: var(--header-font); --mono-font: Recursive, 幼圆, Noto Serif SC, Consolas, monaco, monospace; --white-monochrome: 18, 22, 32; --pale-gray-monochrome: 0, 4, 15; --light-gray-monochrome: 95, 95, 95; --gray-monochrome: 183, 186, 195; --black-monochrome: 230, 235, 239; --bright-accent: 115, 119, 129; --medium-accent: 183, 186, 195; --dark-accent: 115, 119, 129; --pale-accent: 115, 119, 129; --dark-gray-monochrome: 207, 207, 203; --light-pale-gray-monochrome: 11, 11, 11; --very-light-gray-monochrome: 40, 40, 40; --gradient-header: linear-gradient(to top, rgba(var(--pale-gray-monochrome)) 0%, rgba(var(--pale-gray-monochrome), 0.20) 100% ); --swatch-headerh1-color: var(--black-monochrome); --swatch-headerh2-color: var(--black-monochrome); --swatch-topmenu-border-color: var(--pale-gray-monochrome); --swatch-topmenu-bg-color: var(--pale-gray-monochrome); --link-color: 230, 23, 68; --hover-link-color: 230, 23, 68; --background-gradient-distance: 0rem; --diagonal-stripes: linear-gradient(transparent 0); } #skrollr-body { background-image: radial-gradient(circle, rgb(var(--pale-gray-monochrome)) 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(--pale-gray-monochrome), 0.40) 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; } 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; } #footer{ color: rgb(var(--pale-gray-monochrome)); } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } #search-top-box-input:hover, #search-top-box-input:focus { background: rgba(var(--medium-accent), .25); } #top-bar div.top-bar > ul > li > a, #top-bar div.mobile-top-bar > ul > li > a { color: rgb(var(--black-monochrome)); } #top-bar div.top-bar > ul > li > a:hover, #top-bar div.mobile-top-bar > ul > li > a:hover { color: rgb(--pale-gray-monochrome)); } #top-bar div.top-bar > ul > li:hover > a, #top-bar div.mobile-top-bar > ul > li:hover > a { color: rgb(var(--pale-gray-monochrome)); } #login-status { color: rgb(var(--black-monochrome)); } #login-status a { color: rgb(var(--black-monochrome)); } #login-status ul a { color: rgb(var(--pale-gray-monochrome)); } #account-topbutton { color: rgb(var(--black-monochrome)); } table.wiki-content-table th { background-color: rgb(var(--pale-gray-monochrome)) !important; color: rgb(var(--black-monochrome)); border-color: rgb(var(--black-monochrome)); } .scp-image-block { box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } blockquote, div.blockquote { box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .styled-quote { background-color:rgb(var(--pale-gray-monochrome)); border-left: 0.5rem solid rgba(var(--gray-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote { background-color:rgb(var(--gray-monochrome)); border-left: 0.5rem solid rgba(var(--pale-gray-monochrome)); color:rgb(var(--white-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .darkblock { background-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); color: rgb(var(--black-monochrome)); } .lightblock { background-color:rgb(var(--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); } .darkerblock { background-color:rgb(var(--pale-gray-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); color: rgb(var(--black-monochrome)); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); } /* sd banner colours */ .sd-container { --sd-border:var(--white-monochrome); --sd-text:222,222,222; --sd-symbol:var(--sd-text); --sd-bullets:var(--sd-text); --sd-symbol: var(--sd-border) !important; --sd-symbol-secondary: 255, 255, 255; } #side-bar .side-block div a img { filter: invert(calc(230/255)); }
Level C-957是后室C层群的第957层。
描述:
Level C-957是一处延伸的走廊。走廊高约3米,宽约2米。走廊墙壁由白色油漆覆盖,地面铺有白色瓷砖,墙壁与地板皆无法破坏。该层级的天花板上均匀分布着白色日光灯管,光照稳定且明亮。层级内不存在Wi-Fi信号。在走廊的墙壁上有时会出现紧闭的金属门,但这些门均无法开启或被破坏,部分测试结果表明,门板背后很可能不存在任何可供探索的空间,金属门更接近于走廊的装饰之一。Level C-957内的温度长期保持在26摄氏度左右。走廊上没有任何物资可供流浪者使用。
目前已证明,Level C-957中存在着孤立效应。不同流浪者在Level C-957中无法会面,且流浪者似乎总是在无意切入该层级,这使得大多数流浪者并不具备在这一物资匮乏的层级中长期探索的能力。值得注意的是,大量报告表明,Level C-957中存在广泛的幻觉影响,如:
- 目击灯光闪烁,改变颜色,突然熄灭。
- 目击墙体与地板发生扭曲。
- 听见私语声,尖叫声,敲打门板声。
- 感觉温度骤然变化。
- 肢体无端麻痹,疼痛。
- 丧失平衡感。
这些幻觉随流浪者在该层级的活动时间增加而愈发频繁出现,这会影响流浪者精神,使流浪者产生极端情绪,做出不理智举动。
基地,前哨和社区
由于该层级特性,没有建立任何基地,前哨与社区。
入口和出口
入口
多名流浪者曾以多种不同方式于多个层级中意外切入Level C-957。目前尚未明确具体的切入方式。
出口
从成功离开Level C-957的案例推测,我们认为在流浪者探索该层级足够久后,可以从该层级切出。
附录:
报告C957-A
流浪者C957-A在Level 11中治疗受伤的眼部时,切入医院的地板进入了Level C-957。他在Level C-957中探索了3小时29分后切出,返回Level 11 。该案例是Level C-957首次被发现。
报告C957-B
流浪者C957-B在Level 8中受实体袭击,在搏斗过程中切入实体进入了Level C-957。C957-B报告称其在Level C-957中探索时受到该层级内幻觉的影响,在探索过程中多次丧失意识,在一次昏迷后,他发现自己身处Level 8。据推算,C957-B大约在Level C-957中探索超过30小时。
案例C957-C
流浪者C957-C是一名下肢瘫痪者,他在Level 11的家中意外切入Level C-957,暂不明确其探索经历,在被报告为失踪的3天后,他于家中被发现。他的双眼与双耳被完全摧毁,声带被切除,但已经死亡。
尊敬的Sechenov 先生:
您好!
在过去的两周内,我们依照您及M.E.G.提出的要求,对Josh Adams 先生进行了特定医学观察及评估。根据他所出现的异常行为及心理障碍,我们认为这是长期暴露于特定刺激下的结果。同时,我们观察到他的大脑皮层发生了一定病变,并间歇性地发生异常活动。Josh Adams 的生理病变与精神异常与其他Level C-957曾切入者的异常被认为由层级异常效应引起。我们希望您能尽快返回Level 11,展开进一步研讨。
研究员Smith
白色的墙壁从我眼前剥落,锈黄的潮湿墙纸露出。
耳边是怪异的嗡鸣声,但喜悦的心情却涌上来。
我从未觉得昏暗的后室如此可爱。
离开令人窒息的苍白,眼前这瓶杏仁水便是劫后的庆喜。
粘稠与异常的铁锈灌入喉中,惊疑地吐出口中的液体。
尽管口中回味如杏仁甜腻,它们还是短暂暴露了丑陋的真相。
生存难度:生存難度:
等级等級 5
- 生理与精神改造
- 严重幻觉危害
- 潜在社会危害
如何使用:
[[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 C-957是后室C层群的第957层。是已成功的实验
描述:
Level C-957是一处延伸的走廊。走廊高约3米,宽约2米。走廊墙壁由白色油漆覆盖,地面铺有白色瓷砖,墙壁与地板皆无法破坏。该层级的天花板上均匀分布着白色日光灯管,光照稳定且明亮。层级内不存在Wi-Fi信号。在走廊的墙壁上有时会出现紧闭的金属门,但这些门均无法开启或被破坏,部分测试结果表明,门板背后很可能不存在任何可供探索的空间,金属门更接近于走廊的装饰之一。Level C-957内的温度长期保持在26摄氏度左右。走廊上没有任何物资可供流浪者使用。
目前已证明,Level C-957中存在着孤立效应。不同流浪者在Level C-957中无法会面,且流浪者似乎总是在无意切入该层级,这使得大多数流浪者并不具备在这一物资匮乏的层级中长期探索的能力。值得注意的是,大量报告表明,Level C-957中存在广泛的幻觉影响,如:
- 目击灯光闪烁,改变颜色,突然熄灭。
- 目击墙体与地板发生扭曲。
- 听见私语声,尖叫声,敲打门板声。
- 感觉温度骤然变化。
- 肢体无端麻痹,疼痛。
- 丧失平衡感。
- 味觉失灵。
- 误以为自己发生切出。
这些幻觉随流浪者在该层级的活动时间增加而愈发频繁出现,这会促使流浪者产生极端情绪,做出不理智举动。随着幻觉的愈发严重,流浪者可能出现误判与错觉,他们可能认为自己已经从Level C-957中切出并回归正常生活,然而事实上他们仍然停留于层级内,并不自知地与外界交互。由于此时流浪者处于严重幻觉影响之下,他们的行为往往缺少理智与逻辑,如同梦游。
经过大量流浪者的损伤与死亡,我们得出结论,Level C-957正在有意识地「搜集」并「试验」流浪者。可能成为Level C-957目标的流浪者常常满足以下几类特征:
在视觉,听觉,触觉等相关感知器官方面存在损伤的流浪者可能切入该层级,在该层级内,此类流浪者所受的幻觉与感官刺激似乎不因对应感觉器官损坏而减弱或消失。该类流浪者一般会在切入后的一周内脱离该层级,但往往伴随生理性损伤与精神障碍。
在大脑皮层及脊髓存在损伤的流浪者可能切入该层级,该类流浪者全部处于死亡或失踪状态。
目前,流浪者Josh Adams是唯一以该种状态切入该层级并离开的案例。从该层级切出后,他向M.E.G. 报告了自己的切入。同时,目前他也是切入Level C-957的最后一个案例。在家中静养的过程中,Josh Adams自杀。
目前已证明,Level C-957中存在的异常幻觉效应将引发流浪者的心理及生理构造异变。无关在层级内停留的时间长短,流浪者在离开该层级后将持续受到幻觉作用,难以回归正常生活。于Level C-957中失踪的流浪者将被认为已死亡。由于Level C-957的异常性质,我们建议流浪者们一旦进入该层级,请以各种手段尝试切出,尽可能避免在Level C-957中长时间停留。对于从Level C-957切出的流浪者,应当进行治疗与长期监控。
过去多久了?
我怀念黑暗,寂静,空洞。
但我却分明看得到诡异的昏黄光线,听得到悚怖的哀声尖叫,摸得到作呕的冰冷泞湿。
我没有离开,我只是从一个地狱到了另一个。
那些虚假的影像与啸叫不能让我颤抖,我必须克制自己,我必须克制。
Level C-957疑似对流浪者有意施加刺激,以观察其反应并分析人体反射结构。我们尚未得知其背后目的。同时,部分流浪者在离开Level C-957后,仍然长期处于严重幻觉中却难以自觉。他们可能在幻觉诱骗下进行无意识危害性行为,包括:
- 对他人展开袭击。
- 自残与自杀。
- 切入高危层级。
流浪者的大脑活动检测说明,所有切入过Level C-957的流浪者都受未知来源的电信号的长期刺激,同时逐步失去对外界刺激的感知。这意味着他们精神处于一场难以醒来的人造梦境,而肉体却在真实世界中梦游,我们无从猜测Level C-957对流浪者施加了怎样的异常影响,幻觉又让流浪者处于怎样的一个世界,但所有的幻觉刺激都引导流浪者在现实中进行伤害活动。依此,我们认为Level C-957具有潜在的社会危害。同时,极大概率存在着曾经切入该层级并切出,却未曾报告的流浪者。
该死!
我的大脑背叛了我!
它们在我的脑中教唆,它们是什么时候把这些电流刻在我脑子里的!
我已经从这个层级出去了几次?几次?但我每一次都在白色的地上爬起来,每一次都如此真实!
基地,前哨和社区
由于该层级特性,没有建立任何基地,前哨与社区。我们在这里
入口和出口
入口
流浪者可能在任何时刻切入Level C-957。实验开始
出口
在Level C-957中探索足够久,就有可能切出至来时的层级实验结束
附录 :流浪者Josh Adams的遗书
我的忠告只有一个:
想办法毁掉那个层级,或者杀了所有从那出来的人。时至今日,那些该死的感觉仍旧缠着我,我每晚都能听见那个层级在说话,我每晚都不敢入睡,恐惧在那里再次醒来。它毫无疑问地对我的脑子做了些什么,从一场梦中惊醒,却回到另一场梦境中去。
切开,切开血肉,疼痛如此真实,只有这样,我才知道我还是我,没有完全坠入梦中。
最长的一次超过一年,我几乎忘记了自己曾经进入过那个层级,却在小睡后从白色的走廊中醒来。
它在叫,大声尖叫,我几乎控制不住握笔的手,世界在闪烁,世界在哭喊,世界在旋转。我疑心自己在后室的全部经历是否是真的,也疑心这些字其实是我梦境角落中腐烂的一笔,更害怕死亡无法成为最后的避风港。我害怕死亡,我更害怕变成一头被后室逼疯的脊蛙。
所以我要去死。
我拒不接受后室的刺激,我是我唯一的主人。
Josh Adams
发件人:研究员Smith |
收件人:Sechenov 博士 |
我们证实了您的猜测。
Level C-957是一场针对人类的神经实验。通过对大脑施加刺激,Level C-957得以欺骗流浪者,使他们的主体意识沉浸于梦境中,从而自由支配流浪者的生理活动,进一步,Level C-957会侵占他们的社会关系。
在早期,它做得很粗糙,大多数流浪者都能分辨幻觉与现实,因此它寻找那些生理残缺的,更易「处理」的流浪者。但Josh Adams 的案例说明,它的实验已经有了阶段性成果。
Josh Adams 一定不是最后一个。
« Level C-956 | Level C-957 | Level C-958 »