Level C-1577
@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)); }
我看着过往的所有努力都崩塌于前
我明白现在的唯一道路是结束自己
LEVEL
C-1577
生存等级生存等級
4 级級
逃离逃離:5/5
无路可逃無路可逃
环境環境:3/5
高环境风险高環境風險
实体實體:3/5
大量敌意存在大量敵意存在
Level C-1577是后室C层群的第1577层。
描述
Level C-1577
Level C-1577呈现为一座高约2000米的雪山,其四周环绕着腐蚀性沼泽,沼泽成片的蔓延向视线的尽头。
在山脚和山高100米处分别存在一个由3座建筑与一座石塔组成的村庄。
环境
Level C-1577的气温非常高。尽管表面上这里除了沼泽以外的所有部分都覆盖着积雪,但这里的温度事实上保持在42摄氏度上下并在白天伴随着强烈的阳光照射。此层级的高温和强紫外线辐射是导致流浪者丧命的主要原因。使用杏仁水能够防止中暑或脱水。
尚不明确积雪是如何存在于此层级的高温环境中的。积雪的表面温度往往与气温保持一致,但表层以下的部分却冰冷刺骨,皮肤接触时会导致严重的冻伤,不建议为躲避高温而试图接触积雪,它们造成的伤害往往远大于高温所造成的。
此层级存在符合24小时变化规律的昼夜变化,太阳会在18:00准时落下,8:00准时升起。建议在夜间探索该层级以规避太阳光照射。
两处村庄的石塔内总保持着10摄氏度左右的室温,可以在其中暂时停留。
村庄
村庄
Level C-1577中的两处村庄表现为完全相同的三座木屋和一座高约5米的石塔,木屋和石塔都可以进入。
木屋内部摆放着一张床,一张桌子和两把椅子,偶尔能在桌子上发现一瓶杏仁水。
石塔内部空无一物,极少数情况下,里面会待着一只笑魇。
入夜后,村庄内会毫无预兆地出现大量窃皮者,原因不明,它们在白天将同样毫无预兆地突然消失。因此,不要在夜晚靠近村庄。
野外
Level C-1577的山体较为陡峭,其中存在一条覆盖着积雪的阶梯通向山顶。截至2022年12月31日,没有任何有关Level C-1577山顶的报告。爬至山顶因此被认为是不可能的。
野外存在着大量树木,一种该层级独有的敌意实体往往栖息于树下,故不建议从阶梯以外的地方探索层级。
每隔一百米高即可看到一座标示牌指示高度。标示牌被认为存在一种未知的效应来防止实体靠近,若被实体追赶,可以尝试在标示牌处躲避。
一百米高的标示牌和同高度的村庄不处于同一片区域。
实体
笑魇和窃皮者分布在该层级的村庄之中,它们往往比其他层级中的同类更加具有攻击性。本层级的笑魇与窃皮者不会离开村庄,原因不明。
一只无面狐
在野外的树木下存在一种外观类似雪狐的实体,因其面部模糊不清而被称作“无面狐”。
这种实体总是在树下休眠,如果被吵醒,它们将立即对周边的流浪者发起攻击。无面狐的速度极快,被它锁定往往意味着死亡。
在标示牌附近有时会出现一种不明实体,其外观呈现为高大的人形生物,其总是保持着站立,单手指向山顶的姿势。且用聆听者能理解的语言不断重复“幻觉”这几个字。这种实体从不对任何言语或行为作出反应,也从不做出其他动作。因此,这种实体被认为不具备危险性。其所说的“幻觉”到底代表什么还有待考证。
基地、前哨和社区
“攀登者”
“攀登者”由被困于Level C-1577的流浪者自发组成,该组织的目的是攀登至山顶以寻找可能的出口。
“攀登者”目前的成员是26名,他们把总部设立在山高100米处的标示牌附近,该组织对外友好,会给缺乏补给的流浪者提供适量的杏仁水。
“盛大远征”
“盛大远征”是一个曾存在于Level C-1577的互助组织,由34人组成,他们中的大多数人来自M.E.G.或B.N.T.G.。
2023年11月7日,该组织所有人都参与了对登顶雪山的尝试,三日后,他们全部失联。
入口与出口
入口
在Level 70中找到一座与该层级描述类似的雪山。
在Level 71中◾️◾️◾️◾️
出口
该层级暂无已知出口。
有传言称在雪山的山顶上存在出口,但其目前尚未被证实。
2023年11月9日 高度1700米 from“盛大远征”
我们缓慢但确切地靠近着山顶。
这段阶梯没有任何歇脚处,高温与疲劳时时刻刻折磨着我们。
过去的两天我们不止一次惊动了实体,到现在,我们只剩下了最后四个人。
Marilia的情况很糟,她的脸几乎被无面狐抓烂了。
我们保持着沉默,尽管我们的补给还足够,但悲观的情绪和难以忍受的酸胀还是堵住了我们的嘴。只有Marilia一直呻吟着,一开始我们会安慰她,但现在,我们已经无力开口。
按照现在的速度,明天我们应该能到达山顶,我注意到无面狐的数量已经越来越少,这是个好消息。
有时我会回头看向山下,满目雪白中参杂着几点血色的暗点,那是我们一路的牺牲。这些牺牲铸成了一座千仞高塔,用它累累的白骨将我们送向终点。
我们渴望着那个终点,若是能到达那里,哪怕没有出口也心甘情愿。
2023年11月10日 高度1950米往上 from“盛大远征”
Marilia没能挺过昨晚,我们早就心知肚明,对她的离去也几乎麻木了。
Joseph死于打滑,这段该死的阶梯一直很滑,只是我没想到他会倒在黎明之前。
向上,向上。
我和Carveto粗重的呼吸声在沉默中显得异常清晰,我们踏着32个同伴的尸骨向上,失去了所有胆怯的借口和后退的理由。
向上,向上。
“你听到了吗?”走在前面的Carveto突然问我,看我一脸茫然,他补充道,“我听到很大的震动声”
“幻觉吗,我没有任何感觉。”我边说边继续爬,突然我停下了步伐,不知何处而来的庞大震动声传入耳中,好像整座山都要塌了一样。
我犹豫了几秒,尝试着往回走了两步,声音消失了。
这是……什么意思?我们面面相觑,试图理解这种现象,可就像我们曾一次又一次试图拯救同伴一样,我们失败了。
“走吧”我摇了摇头,想把不安甩出我的脑袋,“思考这些得不出答案的问题毫无意义。”
我们继续向上,山顶几乎就在眼前,我迫不及待要去到那里,给这场血腥的远征划上句号。
我加快了步伐,现在已经超过了Carveto,两米,还是一米?我看到阶梯的尽头,我看到2000米高的标示牌向我挥手,我深吸一口气,大踏步冲了过去。
我愣在了原地,眼前突然出现了一座高大的,几乎垂直于地面的巨岩,高耸入云,完全看不到它的顶部。
“你怎么停下来了”Carveto来到我的身边,我注意到他也几乎被吓傻了,我们屏住了呼吸,不出几秒又开始急促地喘气。我后退几步,我看到那开阔的山顶,一扇破旧的门处在正中央,我看到2000米的告示牌边那个喋喋不休的实体一遍又一遍重复着“幻觉”这两个字。可当我再向上,那座巨岩粗暴地阻碍了我曾亲眼目睹的一切。像一个该死的幻觉。
我们再次面面相觑,不明白为什么会这样,我们从没能搞清楚任何一件事,只是凭着这最后的希望向上攀登至此,现在它破灭了。
我伸手摸向那块巨岩,毁灭般的冰寒让我立即抽回了手,即便如此我还是失去了已摸上去的三根指头。我在这幻觉中真切地失去了伴随我一生的东西。
头晕目眩,不知所措,我不想面对现实,但我必须面对它,在震动声中,附近少但存在的无面狐苏醒了。
我们所有的牺牲,所有的努力都崩塌于前,现在连幸存的我们也将成为那废墟的一部分。
我们被欺骗了,又一次。又是它。
但你们休想就这样杀了我,我望向山底,那里什么也没有。
那里一会就会有我。
作者:wild ghost377
[图片来源
“阶梯”为 wild ghost377自摄、自行编辑。
“Level C-1577”或“雪山”来源为https://pixabay.com/photos/koryaksky-volcano-kamchatka-winter-2790656/,经MIN139编辑
“无面狐”来源为https://pixabay.com/photos/fox-animal-canine-cold-frosty-fur-1850186/,经MIN139编辑
“村庄”来源为https://pixabay.com/photos/winter-mountains-hayshed-hut-7889299/ ,均遵守C C协议]
« Level C-1576 | Level C-1577 | Level C-1578 »