@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)); }
更新日期2034.05.11:提示
您目前访问的页面“Level UH-202”拥有多个版本和附件,下面根据更新时间一一列出。
生存难度:生存難度:
等级等級 死区
- 寒冷刺骨
- 极度不宜居
- “黑暗”侵袭
如何使用:
[[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 UH-202是后室UH层群的第203层。
描述
Level UH-202表现为一个两端无限延伸的公路,公路保持直线,并且在公路上会出现明显的标志,该层级永久处于黑夜状态,温度保持在零下35度至零下11度,气温寒冷。并且本层级的环境气温可以穿透一切,这意味着即使穿着防寒服也与裸身没有区别。Level UH-202内不存在任何形式的光源。尽管公路两侧存在路灯,但目前无法以任何方式点亮。未发现能以任何形式点亮的外带光源。本层级仅存在能让人类视觉细胞刚开始运作的背景光。本层级的公路外围区域似乎为一片无法以任何方式探测的深渊。且本层级的环境不会发出任何声音,事实上,在本层级所有包括流浪者物体发出的声音将减弱60%以上1。
本层级不存在实体,但据流浪者的观测,本层级环境的“黑暗”似乎就是本层级危害最大的“实体”类似于Level C-1366的"黑暗",会在流浪者不知觉的情况下对流浪者发动进攻导致其死亡,通常会令流浪者心脏骤停或肢解流浪者。且这种情况十分普遍,常常在流浪者未找到出口之时就将其击杀。事实上,由于这一特性,导致了目前并未有发现任何关于出口的信息。我们排出的特工均在19~48分钟失联,目前均已确认死亡。并且本层级似乎不存在任何补给,所以我们不建议任何流浪者或小团体进入该层级,一旦进入几乎无法生还。
基地、前哨和社区
由于该层级十分危险,无法建立任何前哨或社区。
入口和出口
入口
- 在Level 9走上一段公路会把你带到这里。
- 在Level C-46,Level 69类似存在公路或隧道的层级都存在进入本层的概率。
出口
暂无。
更新日期2034.05.30:
<已省去在进入本层级之前的部分>
[05:22:16]流浪者:<大口喘气>
[05:22:18]流浪者:这个摄像头怎么还是开的,不管了,反正一会就没电了。
[05:22:25]流浪者:这里是哪?我记得刚才我还在LevelC-46走路来着。
[05:22:30]流浪者:好冷啊,冻死我了。
<画面中的流浪者浑身开始打颤>
[05:22:35]流浪者(声音颤抖):我得快点找到出口,要不迟早得冻死在这……
[05:22:37]<流浪者从口袋中掏出了火柴>
[05:22:39]<流浪者正试图点燃火柴>
[05:23:02]在尝试数十秒无果后,流浪者开始抱怨:今天运气怎么这么不好,火柴都用不了。
[05:23:08至05:39:54]<在流浪者的抱怨中,他一边尝试点燃火柴,一遍向前走,他的体温正快速下降>
[05:40:12]<一道黑影划过,流浪者的身体瞬间断为两节,鲜血顿时从流浪者身上喷出,手中的火柴盒掉在地上。>
[05:42:29]<流浪者的最后一滴血流到了火柴上>
[05:42:32]<火柴被点燃,周围的黑影皆被吓退>
[05:43:41]<火柴正常熄灭>
[07:22:12]<摄像机因为气温过低而停止运作,记录结束>
更新日期2034.06.09:
后室万维网聊天室 第16734号聊天室 人数:30人在线
……
chaoniubi:话说你们都在哪?最近定位系统维修了,看不见。
shenren:哥们在Level 9躲实体。
niubi666:真不愧是神人,躲实体还能聊天。
up009:你们听说最近的Level UH-202了吗?
dv100:听说了,那个层级实在太危险了。
up009:我说的是那个刚更新的流浪者探索记录,你门不觉得奇怪吗?
chaoniubi:嗯?
up009: 只是一个推测,会不会本层级的光源需要人类的鲜血,或者说,性命,才得以打开?
shenren: 666,这想法太抽象了。
dv100:快跑吧,别被实体追上了[捂脸笑]。
shenren:666,这有个公路,看我直接跑进去。
niubi666:我真服了,你就不怕进Level UH-202吗?
shenren:**,兄弟们这里太冷了
up009:别骗人,别真进Level UH-202了。
shenren:完蛋了,好像是。
dv100:对不起,为你默哀。
up009:对了,我求你有件事。
shenren:我都到这了还有什么用?
up009:我有一个疯狂的设想,不知道能不能成真,你帮我试一下?
shenren:行吧,反正我要死了。
up009:你先把手划开,然后靠到路灯上去,慢慢感受失血的感觉。
shenren:你他妈真是疯了,算了,我也陪你疯一次……
shenren:话说你让我做这个干什么?
up009:点灯。
shenren:确实得点灯……这真黑……
up009:黑吧,这就是后室向人类展现出的一面,黑暗而又恐怖。对于人类这个集体,没人来为他们在这片复杂的地狱引路,这个黑暗的后室所有的灯都是人类自己点的。
shenren:而我的工作就是点亮这层的第一盏灯?
[大约过了10分钟]
shenren:再见了朋友们,我的最后一滴血要流干了,希望我能点亮这盏灯…..
u/shenren监测到已失去生命体征,账号注销
up009:兄弟一路走好…
路灯亮了
更新日期2034.06.13:
<已省略前部无关部分>
监督者C(简称C):
今天A和B都挺忙,所以我就来了。
特工甲(简称甲):
忙着把人扔到Level 790去,<匿笑>
C:…
张伟博士(简称张):
没事,就只是随便闲聊而已。
王峰博士(简称王):
话说我们也没啥可聊的,我们这些研究层级的就聊聊层级吧,最近发现那些新层级了?
甲:就只有Level UH-202了。
张:对,就是关于Level UH-202。那个层级的前两天不是叫那个要死了的流浪者点亮了吗?
C:那确实,毕竟都成为轰动一时的新闻了。
王:怪就怪在,如果你仔细观察那个视频,火柴周围的区域都没有“黑暗”了。
张:所以这个层级光照的作用不仅是让流浪者看清路,还可以驱散“黑暗”,而且,据我们的实验来看,还可以增加温度至室温左右。
C:那把这层灯都点开就可以降低层级困难度。
王:可是点亮一盏灯需要一个流浪者付出生命的代价。
C:可就是苦了进入层级的流浪者,但那也没办法。
张:而且这层也不是无限延伸的。
C:此话怎讲?
张:我们通过标记法走了一段距离后回到了起始位置。
C:那很有意思了。[已编辑]号(特工甲的编号)你怎么看?
甲:那就让进入层级的流浪者认识到自己无法存话而奉献出生命,只要路灯亮够一定数量,那个层级就会变成“生存难度0”。可我们该为他们做点什么。
C:他们确实值得铭记。事实上,第一个英雄已经出现了。
甲:u/shenren?
C:是啊
张:话说是不是得把文档改一下?
C:好,那就叫档案管理员改一下。
王:行了,不聊这么沉重的话题了,话说…
<记录结束>
更新日期:2034.06.15
生存难度:生存難度:
等级等級 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 UH-202是后室UH层群的第203层。
描述
Level UH-202表现为一个两端无限延伸首尾相连的公路,公路保持直线2,并且在公路上会出现明显的标志,该层级永久处于黑夜状态,温度保持在零下35度至零下11度,气温寒冷。并且本层级的环境气温可以穿透一切,这意味着即使穿着防寒服也与裸身没有区别。Level UH-202内不存在任何形式的光源。尽管公路两侧存在路灯,但目前无法以任何方式点亮。路灯或其他发光物仅能通过流浪者最后的的鲜血点亮,目前仅有一个路灯被u/shenren点亮。且此层级存在的光源可以增加附近环境的温度。未发现能以任何形式点亮的外带光源。本层级仅存在能让人类视觉细胞刚开始运作的背景光。本层级的公路外围区域似乎为一片无法以任何方式探测的深渊。且本层级的环境不会发出任何声音,事实上,在本层级所有包括流浪者物体发出的声音将减弱40%以上,根据部分报告,此类现象是层级中的“黑暗”导致的。
本层级不存在实体,但据流浪者的观测,本层级环境的“黑暗”似乎就是本层级危害最大的“实体”类似于Level C-1366的"黑暗",会在流浪者不知觉的情况下对流浪者发动进攻导致其死亡,通常会令流浪者心脏骤停或肢解流浪者。且这种情况十分普遍,常常在流浪者未找到出口之时就将其击杀。目前发现,在层级内点亮的光源可以驱逐黑暗。事实上,由于这一特性,导致了目前并未有发现任何关于出口的信息。我们派出的特工均在19~105分钟失联,仅有5名生还。并且本层级似乎不存在任何补给,所以我们不建议任何流浪者或小团体进入该层级,一旦进入几乎无法生还。很不幸,如果您来到了本层级且确定无法切出,M.E.G.希望您能给其他进入层级的流浪者提供一些帮助,点亮一盏路灯,为在黑暗中徘徊挣扎的后来人提供一线生机。当然,流浪者也可以选择躲避在已经点亮的路灯下寻出口。
基地、前哨和社区
由于该层级十分危险,无法建立任何前哨或社区。
入口和出口
入口
- 在Level 9走上一段公路会把你带到这里。
- 在Level C-46,Level 69类似存在公路或隧道的层级都存在进入本层的概率。
出口
- 反复尝试切入一个已经点亮的路灯会把你带到Level UH-203。
更新时间:未知
u/shenre:再见了朋友们,我的最后一滴血要流干了,希望我能点亮这盏灯…..
u/explorer:希望我死之后可以给后人避险了,死的瞑目了。
u/1234vw:
如果你是一片即将落下的树叶,那就要在地上腐烂给来年的树提供养料;
如果你是一滴旱地中的清泉,那就让自己的水流干去滋润一株小草;
如果你一个误入本层的流浪者,那就得先出自己的生命去点亮为他人存活的一盏灯。
u/129:这大概就是前人栽树,后人乘凉罢。
u/fffggghhh:既然知道自己必死的局,还不如帮助别人点亮一盏生存的灯。
u/yydv:与其说是死了,不如说是把自己变成了路灯?
u/xianyu:我没有多少文化,我就知道一件事:我死后,就会少几个来到这无缘无故死的人。
u/that’s_not_fair:讲个前厅的历史笑话,咱们这类人是和约瑟夫·富隆3一伙的
u/liubailiushiliu:回楼上,孩子,这不好笑。
u/liulangzhe:话说这不都是赴死来的吗?怎么气氛这么轻松?
u/power:人生自古谁无死,留取丹青照汗青。
u/13579:回楼上,这在后室太常用了。
更新时间:2036.04.24
<记录开始>
[00:00:01]特工甲:好吧,我真是乌鸦嘴,那年非得提Level AC-202干嘛,现在我自己都进来了。
[00:00:12]特工甲:我看见路灯了,那个就是u/shenren点亮的路灯,但我听说现在已经有300多个点亮的路灯了。快过去,被黑暗抓到就老实了。
[00:00:56]<画面开始晃动,特工甲跑向了路灯>
[00:01:33]特工甲:我得赶紧切出,这不是有路灯吗?(画面一角似乎出现了杏仁水)
[00:01:47至00:05:00]<特工甲正在用力撞路灯杆,试图切出>
[00:05:14]<远处传来了车开过的声音>
[00:05:15]特工甲:什么声?
[00:05:17]<摄像头画面拉远,一亮打着车灯的车兽开了过来>
[00:05:25]<特工甲拦截了车兽,试图上车>
[00:05:39]特工甲:话说我胆子也挺大的,去哪我都不知道。不过这个公路上路灯开了,车也来了。
[00:05:49]<车兽按了两下喇叭以恢复特工甲>
[00:05:59-01:46:39]<摄像机内容损坏>
[01:46:40]:<内容恢复,外部环境为Level 35>
[01:46:45]特工甲:真好,终于离开那个鬼地方了。
<记录结束>
更新日期:2036.09.22
<记录开始>
张伟博士(简称张):老王,你来了?今天来的挺晚的。
王峰博士(简称王):你纯是站着说话不腰疼,我今天带了两个助手,还有一堆工具,来的当然晚。
张:那就赶紧开始观测吧。
王:目前气温?
助手甲(简称甲):零下九度
张:这得感谢那帮点灯的英雄,本来最高就零下十一度的。
王:湿度?
助手乙(简称乙):22%
王:气压?
乙:1007百帕
张:气压太低了。
王:环境亮度?
甲:40尼特4
张:测环境亮度干什么?
王:看看这个层级点灯的情况。
张:还有什么?
王:差不多了。
甲:看那个人写的血迹遗言!
我坚信,太阳终将升起!当所有路灯都点亮之时太阳就会<字迹模糊不清>
乙:我到也愿这层的太阳能升起。
张:行了,我得回去了,这层的档案,我会修改的。
王:好吧,我“打车”回去了,再见。
<记录结束>
更新日期2037.01.11
生存难度:生存難度:
等级等級 3
- 不安全
- 稳定
- “黑暗”侵袭
如何使用:
[[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 UH-202是后室UH层群的第203层。
Level UH-202表现为一个两端无限延伸首尾相连的公路,公路保持直线,并且在公路上会出现明显的标志,该层级永久处于黑夜状态,温度保持在零下15度至0度,气温寒冷。路灯或其他发光物仅能通过流浪者最后的的鲜血点亮,目前有许多路灯被点亮。且此层级存在的光源可以增加附近环境的温度。本层级的公路外围区域似乎为一片无法以任何方式探测的深渊。且本层级的环境不会发出任何声音,事实上,在本层级所有包括流浪者物体发出的声音将减弱20%以上,根据部分报告,此类现象是层级中的“黑暗”导致的。
本层级存在少量的车兽与笑魇,本层级环境的“黑暗”似乎就是本层级危害最大的“实体”类似于Level C-1366的"黑暗",会在流浪者不知觉的情况下对流浪者发动进攻导致其死亡,通常会令流浪者心脏骤停或肢解流浪者。目前发现,在层级内点亮的光源可以驱逐黑暗。并且本层级似乎存在少量杏仁水补给。流浪者可以躲避在已经点亮的路灯下寻出口。
基地、前哨和社区
暂无。
入口和出口
入口
在Level 9走上一段公路会把你带到这里。
在Level C-46,Level 69类似存在公路或隧道的层级都存在进入本层的概率。
出口
- 反复尝试切入一个已经点亮的路灯会把你带到Level UH-203。
- 上一辆车兽会把你带到Level 35。
更新日期:2040.11.30
我叫李斌
是一个失败的人
自从掉进后室以来就没有好事
整天为自己的生存而发愁
也在M.E.G.苟延残喘的活着
见不到家人
交不到朋友
也组建不了家庭
活着一点尊严没有
我要自寻短见
于是我来到这个大名鼎鼎的LevelUH-202
可没想到这里早已变得安全
幸好我还有一支手枪
我找了半天,这个层级就剩一盏暗灯了
“就在这里吧”我心想
这路灯代表我黑暗的一生
我靠在路灯上
咽了口唾沫
扣动扳机
啪!
在我生命的最后几秒里……我看见……
所有的路灯都亮出了光柱
太阳,从地平线上升了上来……
流浪者英雄们的太阳。
作者:116jsy
要是我没数错的话,这应是UH层群的第100个普通层级,可喜可贺🌚🐮🤓😂🎉也不知道这文够不够格。
仿写Level C-1366,也是这一层给了我创作的灵感
还有一件事,我不会用多页迭代,否则就不是这个形式了。让我好好研究完重新调整一遍。
« Level UH-201 | Level UH-202 | Level UH-203 »
