生存难度:生存難度:
等级等級 5
- {$one}
- {$two}
- 非实体危害
翻译者须知:
从 2026 年 5 月 20 日起,后室英文维基开始使用层级等级(后室英文维基),全面替代此组件。最终的结果是,此组件从 component:level-class 变成了 component:old-level-class;而 component:level-class 则被替换成了上述的新组件。
这导致后室英文维基所有使用了生存难度分级组件的页面,都自动更新成另一版本。中文维基不会跟进这一改动,亦不会重命名此组件。译者可以自由选择在翻译过程中应用新版组件,使之与原文相同;也可以继续使用此组件,即不改动 [[include]] 代码。
除了外形有所变化,新组件还新增了 1E-5E 的环境危害分级,并稍微扩展了自定义维度;因此部分页面可能有必要更换为新组件,才能正常显示。请译者自行甄别。
如何使用:
[[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: 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]]
/*fonts*/ /* Reverence Theme by Evfist (and Viv!) */ @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Mukta:wght@500&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); :root { --theme-base: "black-highlighter"; --theme-id: "liminal"; --theme-name: "Reverence Theme"; --logo-image: url("http://backrooms-sandbox.wdfiles.com/local--files/reverencetheme/Reverence4.png"); --header-title: "R.O.U.G.E.项目"; --header-subtitle: "记录未知的组织与实体"; --body-font: 'Roboto', 'Noto Serif SC'; --header-font: 'Roboto', 'Noto Serif SC'; --title-font: 'Mukta', 'Noto Sans SC'; --mono-font: 'Mukta', 'Noto Sans SC'; --white-monochrome: 250, 249, 247; --pale-gray-monochrome: 240, 237, 228; --light-gray-monochrome: 240, 237, 228; --gray-monochrome: 0, 0, 0; --black-monochrome: 25, 20, 16; --bright-accent: 115, 115, 112; --medium-accent: 0, 0, 0; --dark-accent: 0, 0, 0; --pale-accent: 0, 0, 0; --swatch-topmenu-border-color: var(--medium-accent); --link-color: 37, 116, 244; --visited-link-color: 0, 82, 163; --hover-link-color: 37, 116, 244; --newpage-color: 186, 0, 0; --gradient-header: linear-gradient(to top, rgba(var(--pale-accent)) 0%, rgba(var(--pale-accent)) 100% ); --diagonal-stripes: linear-gradient(transparent 0); /*header shadow*/ --background-gradient-distance: 10rem; --background-gradient-color: var(--pale-accent); --gradient-background: linear-gradient(to bottom, rgba(var(--background-gradient-color), 1) 95%, rgba(var(--background-gradient-color), 0) 100%); /*side bar*/ --swatch-menubg-color: none; --rating-module-button-plus-color: 0, 0, 0; --rating-module-button-negative-color: 0, 0, 0; --rating-module-button-cancel-color: 0, 0, 0; --rating-module-button-credit-color: 0, 0, 0; } /*removing dots*/ #skrollr-body { background-image:none; } #side-bar .side-block div a img { filter: grayscale(100%); } /*removing dots 2*/ #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; } #header::before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: 0; background-image: var(--logo-image); background-size: auto 8rem; 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; } /*footnote fix*/ .hovertip { background-color: rgb(var(--white-monochrome)) !important; } /*tab border color*/ .yui-navset .yui-content { border-color: rgb(var(--pale-accent)); } /*tables*/ table.wiki-content-table th { border: 1px solid rgb(var(--bright-accent)) !important; background-color: rgb(var(--pale-accent)); color: rgb(var(--white-monochrome)); } table.wiki-content-table td { border: 1px solid rgb(var(--pale-accent)) !important; } /*searchbox border color*/ #search-top-box-input { border-color: rgb(var(--white-monochrome)); } #search-top-box-form input[type="submit"] { border-color: rgb(var(--white-monochrome)); } #search-top-box-form input[type="submit"]:hover { border-color: rgb(var(--white-monochrome)); } #search-top-box-input:hover, #search-top-box-input:focus { color: rgb(var(--gray-monochrome)); } /*fix scrollbar thingy*/ body::-webkit-scrollbar-thumb { background-color: rgb(var(--pale-accent)); opacity: 1; } /*new fancy blockquote*/ blockquote, .blockquote, div.blockquote, [class*="blockquote"] { border: 4px double white; outline: 6px solid black; background-color: black; color: white; margin: 1em 46px; padding: 0 1em; } @media only screen and (max-width: 768px) { :root{ --swatch-menubg-color: var(--white-monochrome); } blockquote, .blockquote, div.blockquote, [class*="blockquote"] { margin-left: 0; margin-right: 0; } } .styled-quote { background-color:rgb(var(--light-gray-monochrome)); border-left: 0.5rem solid rgba(var(--pale-accent)); 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); } .dark-styled-quote { background-color:rgb(var(--white-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); } .dark-styled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { 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); } .darkblock { 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); }
Level MC-21是后室MC层群的第21层。
描述:
一栋纯白色的火柴盒,和一张桌椅,便是对Level MC-21外貌全部的描述,他初次进入该层时坐在了椅子上,他的面前便是一张桌子,桌子上摆着一张4页的卷子,他发现卷子旁有一支黑笔。他看了看卷子,卷子上都是关于Level MC-0~Level MC-9知识的题目,由于他是一名老玩家,因此他很快便进入考试状态,认真作答,1小时到后,卷子和笔凭空消失。随后,影藏的大门被打开,他的成绩不错,他很快就离开了这里,进入了Level MC-65。
他是一名新手,他一脸迷茫地探索这里,直到他看到卷子和笔,便坐下来,看了看题目,他发现很多道题他都不会,于是只能靠运气作答,他的成绩非常差劲,但他仍能离开这里,他进入了Level MC-1。
MC层群入门试题
1. MC层群的起始第一层,也是多数流浪者坠入MC层群后最先抵达的层级是?
A. Level MC-1「森林」
B. Level MC-0「平原」
C. Level MC-2「沙漠」
D. Level MC-3「洞穴」
2. 下列哪个层级的生存难度被评定为等级5,也是MC层群九大层中最危险的层级?
A. Level MC-6「古城」
B. Level MC-8「恶地」
C. Level MC-7「海洋」
D. Level MC-5「雪原」
3. Level MC-0「平原」的昼夜交替固定周期为?
A. 10分钟 B. 15分钟 C. 20分钟 D. 30分钟
4. 在Level MC-1「森林」中,橡树裸露树干高度为2格,那么这棵橡树的总树干高度约为?
A. 3格 B. 4格 C. 5格 D. 6格
5. 下列关于Level MC-2「沙漠」的特性,说法正确的是?
A. 沙子不遵循前厅重力规则
B. 白天会大量生成尸壳等敌对实体
C. 仙人掌触碰不会造成伤害
D. 昼夜温差极大,白天最高温可达42℃
6. Level MC-3「洞穴」中,钻石首次开始生成的高度层区是?
A. 上层区 B. 中上层区 C. 中下层区 D. 下层区
7. Level MC-4「沼泽」中,史莱姆的生成概率与下列哪个因素直接相关?
A. 昼夜时段 B. 月相变化 C. 湿度高低 D. 水体深度
8. 在Level MC-5「雪原」中,官方指南严禁使用下列哪种方式取暖?
A. 放置火把 B. 搭建篝火 C. 用熔炉烧制物品 D. 放置岩浆
9. Level MC-6「古城」中,幽匿化现象闭合链路的核心中枢,被称为链路“CPU”的方块是?
A. 幽匿块 B. 幽匿催发体 C. 幽匿感测体 D. 幽匿尖啸体
10. Level MC-7「海洋」中,下列哪个区域的生存难度为等级4,也是层级内敌对实体最密集的区域?
A. 海岸区 B. 浅海区 C. 深海区 D. 沙滩区
11. 下列关于Level MC-8「恶地」的说法,错误的是?
A. 层级温度常年稳定在21℃,无法改变
B. 金矿最高可生成至海拔79格处
C. 夜间会大量生成敌对实体,危险性极高
D. 生存难度为等级E,资源极度匮乏
12. MC层群中唯一实现实体绝迹、无任何敌对实体生成的绝对安全层级是?
A. Level MC-9「蘑菇岛」
B. Level MC-1「森林」
C. Level MC-0「平原」
D. Level MC-4「沼泽」
13. 在Level MC-1「森林」中,可通过下列哪种物品驯服狼,使其转化为忠诚的狗?
A. 生肉 B. 骨头 C. 小麦 D. 苹果
14. Level MC-3「洞穴」中,可实现WIFI信号稳定4格的固定结构是?
A. 地牢 B. 废弃矿井 C. 紫水晶矿洞 D. 深暗之域
15. Level MC-2「沙漠」中,沙漠神殿的宝箱与炸药陷阱位于下列哪个方块的正下方?
A. 红色陶瓦 B. 蓝色陶瓦 C. 砂岩方块 D. 橙色陶瓦
16. 下列哪个层级是MC层群的地下枢纽,也是绝大多数地表层级向下挖掘的必经之地?
A. Level MC-6「古城」
B. Level MC-3「洞穴」
C. Level MC-7「海洋」
D. Level MC-8「恶地」
17. Level MC-5「雪原」中,骷髅的专属变种流髑,发射的箭矢附带哪种负面效果?
A. 中毒 B. 失明 C. 减速 D. 凋零
18. Level MC-9「蘑菇岛」中,给棕色哞菇喂食小型花后,用碗交互可获得下列哪种物品?
A. 蘑菇煲 B. 牛奶 C. 谜之炖菜 D. 对应颜色的蘑菇
19. Level MC-7「海洋」中,会对玩家施加挖掘减速诅咒的实体是?
A. 溺尸 B. 守卫者 C. 远古守卫者 D. 僵尸鹦鹉螺
20. 下列层级与对应生存难度,匹配错误的是?
A. Level MC-0「平原」-等级1
B. Level MC-4「沼泽」-等级2
C. Level MC-5「雪原」-等级3
D. Level MC-7「海洋」-等级3
附加选择题(不加分)
请问Level MC-13的生存难度是?
A.生存难度:等级5
B.不安全且不稳定
C.特殊孤立效应
D.强烈精神危害
入口和出口
入口
- 在Level MC-1找到一座白色混凝土房间,即可进入本层级。
出口
- 答题,最后从大门离开
你为什么要说谎?
生存难度:生存難度:
等级等級 死区
- {$one}
- {$two}
- {$three}
翻译者须知:
从 2026 年 5 月 20 日起,后室英文维基开始使用层级等级(后室英文维基),全面替代此组件。最终的结果是,此组件从 component:level-class 变成了 component:old-level-class;而 component:level-class 则被替换成了上述的新组件。
这导致后室英文维基所有使用了生存难度分级组件的页面,都自动更新成另一版本。中文维基不会跟进这一改动,亦不会重命名此组件。译者可以自由选择在翻译过程中应用新版组件,使之与原文相同;也可以继续使用此组件,即不改动 [[include]] 代码。
除了外形有所变化,新组件还新增了 1E-5E 的环境危害分级,并稍微扩展了自定义维度;因此部分页面可能有必要更换为新组件,才能正常显示。请译者自行甄别。
如何使用:
[[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: 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 MC-20 | Level MC-21 | Level MC-22 »



