Level V-1“地铁总站”

生存难度:生存難度:

等级等級 宜居

  • {$one}
  • {$two}
  • {$three}

如何使用:

[[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 V-1是流浪者进入V层群的第1层,该层级表现为一个巨大的地铁站

1752833657341.webp

Level V-1 的一个站台拍摄的图片

描述:

Level V-1表现为一个巨型的地铁站,一共两层。第1层为站厅,这里和前厅标准的地铁站相同,有着售票闸和询问处,整个站厅看上去都非常的新。坐扶手电梯下去会来到负1层,这里就是站台,一共有5个站台和6个铁轨。上方有一个天桥,可以去别的站台。不同站才会有不同的时间班次,这些地铁可以带你去往其他层级。

攻略

地铁15分钟一趟

地铁旁边的屏幕会标明前往的层级

屏幕上的绿色字体为安全层级,蓝色字体为不安全层级,红色字体为极度危险层级

基地、前哨站与社区:

Level V-1有由30名M.E.G.工作人员组成的前哨站,欢迎任何人员加入。

入口与出口

入口:在前厅中坐地铁的时候可能意外切入Level V-1。还有Level 903有很低概率开到此Level V-1
出口:做任意一个地铁离开即可离开Level V-1

目前可前往的层级

Level V-2
Level V-3
Level V-6.1
Level V-7
Level V-26
Level V-32
Level V-41
Level V-68
Level V-89
Level V-91

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License