Level C-665

@import url('https://fonts.googleapis.com/css2?family=Michroma&family=Radio+Canada&display=swap&family=Space+Grotesk&display=swap&family=Fira+Code&display=swap');
@font-face {
    font-family: 'GlowSansSC-Wide';
    src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/GlowSansSC-Wide-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'GlowSansSC-Wide';
    src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/GlowSansSC-Wide-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 
:root {
    --theme-base: "black-highlighter";
    --theme-id: "starscape";
    --theme-name: "Starscape Theme";
 
   --body-font: 'Space Grotesk', 'Noto Sans SC', sans-serif;
   --header-font: 'Michroma', 'GlowSansSC-Wide', cursive;
   --title-font: 'Michroma', 'GlowSansSC-Wide', cursive;
   --mono-font: 'Recursive', 'Noto Serif SC', monospace;
 
    /* Header */
    --logo-image: url("http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg");
    --header-title: "The Backrooms";
    --header-subtitle: "愿群星指引着你。";
 
    /* Standard Colors */
    --pale-gray-monochrome: 250, 250, 250;
    /* white */
    --black-monochrome: 5, 12, 29;
    --dark-gray-monochrome: 5, 12, 29;
    /* navy blue for bg */
    --bright-accent: 208, 174, 126;
    /* orange */
    --medium-accent: 26, 65, 128;
    --dark-accent: 26, 65, 128;
    /* light blue */
 
    /* Primary Theme Colors */
    --swatch-background: var(--black-monochrome);
    --swatch-primary: var(--bright-accent);
    --swatch-secondary-color: var(--black-monochrome);
 
    /* Primary Text Colors */
    --swatch-text-general: var(--swatch-text-light);
    --swatch-important-text: var(--bright-accent);
 
    /* Primary Menu Colors */
    --swatch-menubg-color: var(--black-monochrome);
    --swatch-menutxt-dark-color: var(--white-monochrome);
    --swatch-menutxt-general-color: var(--swatch-menutxt-light-color);
    --swatch-border-color: var(--bright-accent);
    --footnotes-footer-bg-color: var(--medium-accent), .25;
 
    /* 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(--bright-accent);
    --hover-link-color: var(--bright-accent);
    --sidebar-links-text: var(--swatch-menutxt-dark-color);
    --link-color-bright: var(--medium-accent);
 
/* Header Gradients */
--gradient-header: none;
--diagonal-stripes: none;
 
}
 
#main-content {
    --tabs-selected-bg: var(--medium-accent);
    --tabs-selected-outline: var(--medium-accent);
}
 
.sd-container {
   --sd-border:var(--medium-accent);
   --sd-bullets:var(--sd-border);
   --sd-symbol:255,255,255;
}
 
/*weird stuff*/
 
 #page-title::after,
 .meta-title::after,
 #page-title::before,
 .meta-title::before {
        background: rgb(var(--swatch-primary));
}
 
#top-bar {
    --dropdown-border-color: var(--bright-accent);
}
 
hr {
  background-color: rgb(var(--bright-accent));
  border-color: rgb(var(--bright-accent));
}
 
#page-title {
    border-color: rgb(var(--bright-accent));
    color: rgb(var(--bright-accent))!important;
 
}
 
#skrollr-body, #header {
   background-image: none;
}
 
div#container-wrap{
    background: url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/nebulaheader1.png) top center repeat-x;
    background-size: 100%;
}
 
#container {
   background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(5, 12, 29,1) 37%);
   background-size: 37rem 37rem;
   background-attachment: scroll;
}
 
/* Header Colours */
h1, h2, h3, h4, h5, h6 {
    color: rgb(var(--bright-accent));
}
 
/*image block*/
#page-content .scp-image-block .scp-image-caption {
    color: rgb(var(--bright-accent));
    background-color: rgba(var(--bright-accent), .25);
    border-color: rgba(var(--bright-accent));
}
 
#page-content .image-block,
#page-content  .scp-image-block {
    border: none;
    box-shadow: 0.05rem 0.1rem 0.3rem rgba(var(--bright-accent), .45) outset;
}
 
/*rate module*/
#content-wrap #page-content .page-rate-widget-box {
    background: none;
    border: 3px hidden;
    background-color: rgba(var(--bright-accent), .25);
    border-radius: 4px;
}
 
/*table*/
#page-content table.wiki-content-table th {
border: 1px solid rgb(var(--medium-accent)), !important;
border-radius: 3px;
background-color: rgba(var(--medium-accent), .25);
color: rgb(var(--medium-accent));
}
 
#page-content table.wiki-content-table td {
border: 1px solid rgb(var(--medium-accent)) !important;
}
 
/*top bar*/
#top-bar div.top-bar > ul > li > ul,
#top-bar div.mobile-top-bar > ul > li > ul {
    background-color: rgba(var(--bright-accent), 0.5);
}
 
#top-bar div.top-bar > ul > li > a:hover,
#top-bar div.mobile-top-bar > ul > li > a:hover {
    background-color: rgba(var(--bright-accent), 0.5);
}
 
#top-bar div.top-bar > ul > li:hover > a,
#top-bar div.mobile-top-bar > ul > li:hover > a {
    background-color: rgba(var(--bright-accent), 0.5);
}
 
/* tabs! */
 
/*unselected tab color*/
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
     background-color: rgba(var(--medium-accent), .25);
     color:rgb(var(--white-monochrome));
    border-radius: 6px 6px 0px 0px;
}
 
/*hover tab bg*/
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
     background-color: rgba(var(--medium-accent), .25);
    border-radius: 6px 6px 0px 0px;
}
 
/*selected tab bg*/
.yui-navset .yui-nav .selected,
.yui-navset .yui-navset-top .yui-nav .selected {
     background-color: rgba(var(--medium-accent), 1);
    border-radius: 6px 6px 0px 0px;
}
 
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active {
     background-color: rgba(var(--medium-accent), 1);
    border-radius: 6px 6px 0px 0px;
}
 
/*backer background*/
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
    background: rgb(var(--black-monochrome));
    border-radius: 6px 6px 0px 0px;
}
 
/* content background color */
#content-wrap #page-content .yui-navset .yui-content {
    background-color: rgba(var(--medium-accent), 0.25);
}
 
/* content border */
#content-wrap #page-content .yui-navset .yui-content,
#content-wrap #page-content .yui-navset .yui-navset-top .yui-content {
    border: 1px hidden rgb(var(--medium-accent));
    box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset;
    border-radius: 0px 0px 6px 6px;
}
 
/* edit menu */
 
form#edit-page-form:not(.data-form) {
    background-color: rgba(var(--bright-accent), 0.25);
}
 
/*mobile stuff*/
@media only screen and (max-width:768px){
 
:root{
   --header-height-on-mobile: 7.5rem;
}
 
#main-content {
max-width: 90vw;
padding: 0;
margin: 9.2em auto 0;
}
 
#header {
position: absolute;    
top: 0.5rem;
height: var(--header-height-on-mobile);
}
 
#page-title {
position: center;
padding-top: 3.5rem;
}
 
div#container-wrap{
    background: url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/nebulaheader1.png) top center repeat-x;
    background-size: 220%;
}
 
#container {
   background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(5, 12, 29,1) 37%);
   background-size: 20rem 20rem;
   background-attachment: scroll;
}
}
 
@media only screen and (max-width:1366px){
#container {
   background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(5, 12, 29,1) 37%);
   background-size: 25rem 25rem;
   background-attachment: scroll;
}
div#container-wrap{
    background: url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/nebulaheader1.png) top center repeat-x;
    background-size: 160%;
}
}
 
/*funny blocks*/
#page-content blockquote {
   box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset;
   background-color:rgba(var(--bright-accent), .25);
   border-color: rgb(var(--bright-accent));
   border-radius: 6px;
}
 
.styled-quote {
   background-color:rgba(var(--bright-accent), .25);
   border-radius: 6px;
   border-left: 0.5rem solid rgb(var(--bright-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,.45) inset;
   color: rgb(var(--white-monochrome));
}
 
.dark-styled-quote {
   background-color:rgba(var(--medium-accent), .25);
   border-radius: 6px;
   border-left: 0.5rem solid rgb(var(--medium-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,.45) inset;
}
 
.dark-styled-quote a{
color: rgb(var(--swatch-menubg-medium-color));
}
 
.lightblock {
   background-color:rgba(var(--bright-accent), .25);
   border-radius: 6px;
   padding: 0.01rem 1rem;
   margin: 0.5rem 0 0.5rem 0.25rem;
   color: rgb(var(--white-monochrome));
   box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset;
}
 
.darkblock {
   background-color:rgba(var(--medium-accent), .25);
   color:rgb(var(--white-monochrome));
   border-radius: 6px;
   padding: 0.01rem 1rem;
   margin: 0.5rem 0 0.5rem 0.25rem;
   box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset;
}
 
.stripeblock {
    background: repeating-linear-gradient(45deg, rgb(var(--black-monochrome)), rgb(var(--medium-accent)) 15%);
    background-color:rgb(var(--bright-accent));
    color:rgb(var(--swatch-text-general));
    padding: 0.01rem 1rem;
    margin: 0.5rem 0 0.5rem 0.25rem;
    border: none;
    border-radius: 6px;
    box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset;
 }
 
.starblock {
  border: 20px solid transparent;
  padding: 0.01rem 1rem;
  border-image: url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/border.png) 152;
}
 
.borderblock {
   background-color:rgb(var(--medium-accent), .25);
   color:rgb(var(--pale-grey-monochrome));
   padding: 0.01rem 1rem;
   margin: 0.5rem 0 0.5rem 0.25rem;
   border: solid 0.3rem rgb(var(--bright-accent));
   letter-spacing: 0px;
   border-radius: 6px;
   box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset;
}
 
.nebulablock{
  width: auto;
  padding: 0.01rem 1rem;
  margin: 0.5rem 0 0.5rem 0.25rem;
  background: rgba(255, 255, 255, 0.25) url(http://backrooms-sandbox-2.wdfiles.com/local--files/drbobtail/nebulaheader1.png) repeat center;
  box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset;
  border-radius: 6px;
  border: none;
}
 
.code {
    border: 3px hidden rgb(5, 12, 29));
    background-color:rgba(var(--medium-accent), .25);
    border-radius: 6px;
    box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset;
}
 
.footnotes-footer {
    border-radius: 6px;
    box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.45) inset;
    border-left: 0.75rem solid rgb(var(--medium-accent));
    border-top: 0.75rem solid rgb(var(--medium-accent));
}
 
#header h1 a:hover:before {
     text-shadow: var(--header-text-shadow);
}
评分: +1+x

生存难度:生存難度:

等级等級 pending

  • 沉没之危
  • 精神损伤
  • 永恒孤寂

如何使用:

[[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-665是C层群的第665层。

环境:

Level C-665是一处被认定为无边无际的海洋。该层级具有孤立效应,当流浪者进入时会创建新的副本以容纳新切入的流浪者。所有流浪者在切入时皆会到达一个面积极小的岛屿,同时也是层级内唯一的陆地。该层级处在白日状态,天气为多云。因未知原因,即使类似太阳的星体在永远位于天空正上方,但层级仍然亮度较低。同时,层级的温度为15到20摄氏度,体感湿润温暖。该层级具有较为稳定的WIFI信号,便于流浪者与外界沟通。Level C-665的主体环境分为两部分:岛中之房与无尽泪海。

岛中之房:

open-book-7637805_1280.jpg

永无尽头的故事。

Level C-665的初始环境为一个面积约为三百平方米的岛屿。经M.E.G.调查员测定,该岛为一颗巨大岩石的裸露部分。该岛上有一间面积约为一百平方米的木制房子,故此地得名“岛中之房”。房间的周边分布着草地和树木,但均被证实为木雕。房间的布局在每次进出时都会改变,但总是会出现一个沙发,茶几和壁炉。与此同时,房间内会刷新食物、杏仁水或者其他杂物。M.E.G.发现,只要不破坏或移动门,即使房间被拆解也会在穿过门时修复。由于该特性,进入此地的流浪者和M.E.G.研究员常常拆掉房子制作木筏航行。在房间内的沙发上总是会出现一本具有奇怪性质的纸质书籍,具体表现为:

  • 多为各类型的小说,有小概率会是该流浪者在前厅和后室的生活片段。
  • 第一次打开时,其上的文字为默认为打开者的母语。
  • 字数不定,在流浪者阅读完毕后会在其不注意时更改其内容。

目前,M.E.G.仍在持续研究书本特性。

house-2674290_1280.png

岛中之房与无尽泪海。

无尽泪海:

无尽泪海为Level C-665中最主要的部分,想要到达无尽泪海只需要从岛屿坐船前往。其被认为没有植被生长,且深度未知。无尽泪海极有可能是无限的,或面积过大导致无法勘探完毕。此处海面较为平静且无风暴,适宜船舶航行。经M.E.G.调查员测验,无尽泪海中的海水咸度为3.14%,略低于前厅的海水咸度。直到目前,无人抵达其边缘地带或者发现新的陆地。有传言称,无尽泪海的海洋深处通往其他和水域相关的层级,然而从未有人证实该传言。无尽泪海的得名来源于“静泪效应”,详情见下文。

层级效应

静泪效应

自该层级被发现以来,所有试图出海的流浪者总是逐渐降低对外界的回应频率,直至其杳无音讯。M.E.G.对此派出了携带更多摄像和录音设备的调查员对层级进行了全方面调查,最终于2020年12月31日对无尽泪海的探索中发现了一种特殊效应。目前,该效应被命名为“静泪效应”。当流浪者长时间位于无尽泪海中时,其心理会逐渐进入抑郁和麻木的状态。随着时间的推移,其症状将会越来越严重。具体的症状包括:

时间 症状 备注
0~12小时 流浪者开始无法控制正常的流泪
12~36小时 流浪者开始抑郁和畏光 流浪者在此阶段后受到的影响不可逆
36~72小时 流浪者变得沉默寡言,行动迟缓
72小时以上 流浪者将会停止全部动作,并且在穿过所有物体后坠入海底 此后流浪者将必定失联

目前,M.E.G建议所有误入此地的流浪者减少接近或进入无尽泪海。如果流浪者已经出现上述症状,仅有回到岛中之房的方式可以逐渐降低静泪效应的影响。

沉没

在与被困在Level C-665的流浪者的长时间的通信后,M.E.G.观测到了另外的层级现象。随着流浪者在层级中所处的时间越来越长,岛屿会开始向下沉没。其沉没速度不定,但是一般在3到5年左右之后水将会漫过门槛,在此之后,流浪者将会完全切断与外界的联系。除此之外,几乎所有流浪者在通信时都会回避岛的沉没问题,这被认为是一种精神影响。由于流浪者的普遍不配合态度,M.E.G.仍对此现象了解甚少。

实体:

该层级没有任何已知的实体。据推测,Level C-665内的海洋或许为一种特殊的实体,其由于证据不足并未列入实体列表。

基地,前哨和社区:

由于广泛的孤立效应存在,Level C-665没有已知的基地,前哨和社区。

入口与出口

入口
  • Level 37的水中闭上眼睛,想象岛屿相关的场景将会在睁眼后进入Level C-665
  • Level 60中于“海”为“大洋”状态时在其中溺水会有小概率来到Level C-665
  • Level C-1215中,在脑海中构思无边无际的囚笼可以到达Level C-665。然而由于星点对范畴的吸取,流浪者极难进行对入口的想象。
  • 据M.E.G.研究称,拥有内向性格或常常被他人无视的流浪者可能会在无意中以一种未知方法进入该层级。
出口
  • 无。我们建议您在此享受人生中最后的时光。

附录:

以下为两位误入此地的流浪者在该层级留下的通话或录音记录。

<记录开始>

接线员Kelly(下文简称K):你好Alex,最近在这里过得如何?

流浪者Alex(下文简称A):还好吧,和之前没什么区别。这次又是怎么回事?

K:没有,只是定期通话。你有在做新的木雕吗?

A:这两天没有,玩手机有点多。

K:记得快点更新BackTube啊,我也关注你了,还在等你的新视频呢。对了,我能看看海平面吗?

A:行,我明天就开始动工,争取这周更新。

K:我能再看看这里的景色吗?远景还有房子。

A:好。
(上传了两张图片)

K:真壮观啊……我在前厅生活的时候从来没有见过海,据说这里的海是最像前厅的。

A:别了,我怕海。今天就这样吧,我再躺一会儿就起来赶进度了,再见。

<记录结束>

注:Alex在该层级内通过记录他在Level C-665的生活和拆卸房子制作工艺品在BackTube获得了大量关注。他已在Level C-665滞留四年。其从来不会回答任何有关岛屿沉没的问题,但通过要求其拍照的方式可以绕过该限制。目前M.E.G.观察到海水即将没过门槛。

air-bubbles-diving-underwater-blow-62307.jpg

他说:“咕嘟咕嘟。”

长久之后,沉默之人自海面坠落。回忆一帧帧闪过,在脑中组成了宏伟的画卷。所有前厅和后室的记忆在此联结。
他多久没有说话了?以至于心脏不再跳动。
他多久没有思考了?以至于大脑终于生锈。
他多久没有社交了?以至于身份无人关注。
他多久没有希望了?以至于……
只是Level C-665在吃掉他罢了,这不是他的错。
……
……
……
……
……
……
……
下潜……
继续下潜……
独存于寂寞深处。在至深绝望中,双目只剩一片漆黑。刺骨的海水依旧不断侵入咽喉。双肺在燃烧,但那窒息中的痛苦死亡却久久没有到来。慢慢的,变化终于显现——睁开双眼,看见了……
……
恐惧之海。起伏之岩筑起山脉,骸骨沉降于海底。它们是谁,是层级本身的建构吗?是未曾知晓之实体吗?还是什么也不是?
……
沉默之人继续下潜,直到深渊将他的生命接过。


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