@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; }
警告
您似乎跳转到了一个已被删除的条目“已归档页面/Level IF-134”
检测到该条目存在着多条历史记录
是否恢复所有历史记录?(Y/N)
Y
正在查找历史记录…
…
…
找到2个结果。
Level IF-134 - “国际都会” » 最后编辑日期: 2023/08/12/----
“都市面临的一场大危机” » 最后编辑日期: 2023/08/13/----
是否查阅上述文件?(Y/N)
Y
正在读取文件数据…
> Level IF-134 - “国际都会”
生存难度:生存難度:
等级等級 宜居
- {$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 IF-134,是The B.N.T.G.的主要发展地。
描述
在本层级的街道拍摄的照片。
Level IF-134,又被流浪者称为“国际都会”或“134号城”,是后室IF层群规模最大的资源型城市,该层级于2015/9/10由一位佚名流浪者发现。Level IF-134东南方向毗邻海洋,地势低洼平坦,平均海拔约0.8米,层级整体呈现温带季风气候,四季分明,降水丰沛,且由于本层级处于海湾区,因而免受台风等自然灾害侵扰。
层级内大部分区域与Level IF-3的城市区域高度相似,但不同于Level IF-3,层级内存在着与Level 11类似的各类友善实体,诸如无面灵、猎犬等,但不同于Level 11,层级整体呈现为典型的欧几里得空间,流浪者将不会因迷失方向而担忧。
层级内近乎所有建筑装潢完整,是为The B.N.T.G.部分会员和无面灵的居所,诸如此类的居所在层级内可达到近百万间,建筑风格大多为20世纪90年代的六层单元楼和21世纪初的高层建筑。与Level IF-3类似,层级中有明显的昼夜交替现象,每周期约22小时。层级内资源充足,近海区域的海水为杏仁水,众多建筑中也拥有定期刷新的杏仁水、解忧罐头等。
除此之外,本层级还拥有惊人储量的铜矿矿藏,该铜矿于2021/1/4,由一位佚名The B.N.T.G.成员发现。矿藏中大多为赤铜矿。在此后的两年内,“134号城”于此拔地而起,The B.N.T.G.在此开采铜矿约490吨。大部分铜矿于Level IF-134.1冶炼为金属铜或钴铜合金,用于建设铁路线,制造电缆等。
Level IF-134濒临海洋,因而获得了得天独厚的航运优势,The B.N.T.G.在此建造了“134号港口”,由The B.N.T.G.直接统领。最初此港口仅向Level IF-134.1运输铜矿,后与The E.P.B.合作,大大扩大了港口规模,日均吞吐量可达50万吨。此外,为配合港口,The B.N.T.G.铁道部修建了河滨铁路,以保证资源的及时运转。
基地、前哨与社区
The B.N.T.G. - “滨海站”
- 站场规模为4台8线,为尽头式车站
入口和出口
入口
- 在Level IF-3、Level IF-19等层级可通过乘坐高铁抵达本层级。
- 在Level IF-80的沙滩上将自己的下半身埋入沙子。
- 在Level IF-200沿着被路灯照亮的道路走。
- 在Level IF-69中走入一处华丽的木门。
出口
- 一处通往城市的高铁站可以前往Level IF-3。
- 走入一处明显黑暗的道路即可抵达Level IF-200。
Afflalo:运输港口请求支援!
UREBA:发生什么事了?
Afflalo:港口…港口爆炸了!
UREBA&Huander:什么?!
Huander:我先调一批人去帮忙,你们先顶住!
(20分钟后)
Huander:UREBA,你在干什么?!你怎么在收拾东西?
UREBA:我要去看看,Level IF-134是个什么情况,Li Yaqing刚才托我看看滨海站还能不能继续运营,G25的车票已经给战士们买好了,我UREBA今天,与70号城共存亡!
Huander:UREBA!
UREBA:你在这听信就好,我带他们走了,咱们有缘再见。
(Huander的轻微的抽噎声,持续约3分钟)
(音频暂时中断)
(G25到达终点站滨海站)
UREBA:我去,这[已编辑]的得多严重,滨海站都被炸了个稀巴烂。总部能否听到?
Huander:可以。
UREBA:前方Afflalo?
Afflalo:听得到,请指示。
UREBA:E.P.B.派了一些消防员,你先让他们把火势扑灭。等我把滨海站检查完,我将立即赶到。
Afflalo:收到。
(Afflalo的指令声,持续数分钟)
(音频中断数分钟)
(剧烈爆炸声)
Afflalo:不好!
UREBA:[已编辑]!
(音频中断数分钟)
UREBA:Afflalo,这[已编辑]地是怎么回事?
Afflalo:我……我忘记……忘告诉他……他们,火源是……
UREBA:是啥?!
Afflalo:白……白磷和氢……氢化……钠……
UREBA:什……什么?!
(UREBA重重地扇了Afflalo一记耳光)
UREBA:你[已编辑]知不知道,这[已编辑]地有多严重?!他们的防护服里没有任何抗酸性物质的过滤材料!你知道五氧化二磷吸进人体内有多严重吗?!你不知道氢气有多易爆吗?!
(UREBA嘶哑的怒吼)
UREBA:那边的滨海站,已经被炸成废墟了。那辆ACR180J-2A,花了我们一年的心血才造出来四列,就这么被落下的钢筋砸穿,城市里的窗户没有几个完好的,血腥味弥漫在城市的上空……看到134号城这样,你难道不痛心疾首吗?!啊?!
Afflalo:我……
UREBA:我什么我?!我[C-1748]!这么严重的事故,你难道不知道对我们的未来有多大影响吗?!
Zieler:消防队长Zieler报告,前线消防员死伤者33人,有生力量仅剩3人……
Afflalo:什……什么?
UREBA:你看看,当年我们The B.N.T.G.将70号城的港口管辖权的大部分拱手送给你们,你们就这么……呵呵,对待自己的人都这样,冷血无比!我们The B.N.T.G.化工部,不会再与The E.P.B.合作!立刻!离开这个港口!
紧急通知!
2023/8/12,Level IF-134的运输港口出现突发状况,连日的高温引燃了港口集装箱内的白磷,并将同箱的氢化钠引爆,造成重大安全事故。在此次事故中,众多The B.N.T.G.会员在爆炸事故中丧生或负伤,滨海站严重损毁,临近于港口的铜矿严重塌方。港口附近氢气体积分数飙升至5.3±0.05%,哪怕是轻微的火花也能引起一场剧烈的爆炸。
由于通向Level IF-3的高铁站被毁,我们建议居住于此的流浪者通过黑暗的道路前往Level IF-200,即便其具有一定的危险性,但相比于层级内不断递增的氢气体积分数,来自实体的危害开始显得较为容易应对了。目前,The B.N.T.G.仍然在针对此作出解决措施。
« Level IF-133 | Level IF-134 | Level IF-135 »


