@import url("http://backrooms-wiki.wikidot.com/local--files/component:theme/sidebar.css"); @import url('https://fonts.googleapis.com/css2?family=VT323&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); } } :root { --fade-in-delay: 0.1s; --theme-base: "black-highlighter"; --theme-id: "database-new"; --theme-name: "Database New"; --logo-image: url("http://myrandfox.wikidot.com/local--files/theme:database-new/logo"); --header-title: "The Backrooms"; --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; --base-font-size: 1.2rem; --text-shadow: 2px 2px #C9781E; --white-monochrome: 175, 100, 30; --pale-gray-monochrome: 190, 190, 190; --light-gray-monochrome: 160, 160, 160; --gray-monochrome: 72, 69, 60; --black-monochrome: 10, 10, 10; --bright-accent: 229, 140, 36; --medium-accent: 229, 140, 36; --custom-text: 175, 100, 30; --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, rgba(229, 140, 36) 0%,rgba(229, 140, 36,1) 50%,rgba(229, 140, 36,0.98) 51%,rgba(229, 140, 36) 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%;} } #extrac-div-3 { position: fixed; width: 100vw; height: 100vh; pointer-events: none; background-image: radial-gradient(circle, rgb(229, 140, 36) 4%, rgb(0,0,0) 45%, rgb(229, 140, 36) 95%); opacity: 0.25; mix-blend-mode: color-dodge; background-repeat: no-repeat; background-size: cover; z-index: 30; } #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: radial-gradient(circle, rgb(var(--black-monochrome)) 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; } 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; } a:hover::before { content: "> "; } #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; } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .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(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); 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(var(--white-monochrome)); 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://myrandfox.wikidot.com/local--files/theme:database-new/logo) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none; } .logoblock{ padding: 0.01rem 1rem; color:rgb(var(--white-monochrome)); 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://myrandfox.wikidot.com/local--files/theme:database-new/logo) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none; } .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)); } /* sd banner colours */ .sd-container { --sd-border:var(--white-monochrome); --sd-text:50,18,10; --sd-symbol:50,18,10; --sd-bullets:var(--sd-border); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); }
⚠警告⚠
最近M.E.G.的部分前哨站遭到智慧敌对实体与敌对人类组织的攻击。在M.E.G.封锁前往Level C-621入口之前,相关人员与流浪者禁止在马尼拉室中进行切行行为。M.E.G.将派专员驻守马尼拉室直至封锁解除。
——M.E.G.档案部
您正在查看的是:由M.E.G.[数据删除]探员撰写的Level C-621第一版文档
Level C-621 电脑间
生存难度:生存難度:
等级等級 0
- {$one}
- {$two}
- {$three}
Level C-621是后室C层群的第621层。
描述
这里的一张照片
Level C-621表现为一个有限的带有电脑的房间。这里只有我一个人。目测该房间的面积在150平方米左右。层级四周均无法被破坏。层级内大部分区域都比较空旷,但在层级的中心地带放置着一个似乎是木制的桌子1与一台可以正常使用的电脑2。该层级内Wi-Fi信号充足。我现在就在用这个电脑打字。电脑消耗的电力会以未知方式自行补充。推测该电脑的算力已经远远超过了M.E.G.数据库电脑的算力水平。
该层级光照充足,且始终停留在白天,你可以用电脑的时间来控制作息。层级的温度大约保持在23℃,湿度适宜。该层级内不会自然生成食物,但你可以运行电脑中的“getfood.exe"来获得一些食物与杏仁水。3
当你刚刚进入此层级时,层级内的二氧化碳水平将由于你的呼吸而迅速上升,但层级似乎会在二氧化碳浓度高于某个固定值时生成大量植物以平衡层级内的空气水平。这些植物会在空气状况得到缓解后逐渐消失。
基地、前哨与社区
这里目前还没有基地与前哨站,但如果还有别人想要过来的话,我会尝试创建一个。
入口与出口
入口
- 我是从马尼拉室切出到达这里的,这应该是个概率事件,但你可以试试。
出口
- 切出应该就可以离开,但我想先待几天再走。
您正在查看的是:由M.E.G.数据库成员编辑的Level C-621第二版文档
Level C-621 电脑间
生存难度:生存難度:
等级等級 0
- 安全且稳定
- 无害的特殊效应
- 实体绝迹
Level C-621是后室C层群的第621层。
描述
Level C-621表现为一个有限的带有电脑的房间。根据部分探员的报告,这里的高3米,面积目测为一百平方米左右。层级中心会生成一个性能良好的电脑与配套桌椅。电脑所需的电力会以未知方式自行补充。层级内部的墙壁、地板、电脑与电脑桌均无法以任何方式破坏。
层级墙壁处的窗户会显现一片带有蝴蝶的花丛景象,但不可被破坏,故无法证实其是否为真实景象。该层级内光照与Wi-Fi充足,且始终处于白天状态。层级中电脑所显示的时间据调查与协调后室时类似。层级内也存在一个仅可以显示电脑内容的电视。奇怪的是,与层级内其它物品不同,该电脑可以被破坏。
层级内似乎会生成一段向上的楼梯,但该楼梯仅通向层级顶端后被阻隔,不会伸出。身处该层级的流浪者认为切出楼梯通向的层级顶端很有可能是离开的方法。
效应
值得注意的是,该层级内部可能会间歇性产生各种不尽相同且毫无联系的特殊效应,可能但暂未对流浪者造成伤害。因此M.E.G.暂将该层级生存难度定为“待定分级”
单人效应
由于该层级的特殊性质,无法遇到层级内的其它人类,进入该层级相当于进入该层级的不同“副本”
氧浓度调配
当该层级内的氧气含量由于呼吸而低于某个阈值时,层级会释放大量植物以平衡层级内的氧含量,随后消失
清理效应
该层级内墙壁上的痕迹会被不定期清理(生命体除外)。
账号盗用(存疑)
该层级的电脑可能会盗用使用者的数据库账号。(很可能是偶然的数据库错误或其它层级外实体或组织的恶意攻击,若效应为真立刻阻止流浪者登录层级内的电脑。)
电脑推送
该层级的电脑有时会在桌面与浏览器中推送信息,且毫无规律。任何尝试关闭推送的尝试都失败了。但此效应似乎并不会影响流浪者正常使用电脑。 **在一个正经的介绍里,这有什么好说的? **
非生成杏仁水
有时通过层级的"getfood.exe"生成的为清水而非杏仁水。 你确定这不是“食物”的一部分?
少睡
进入该层级的流浪者可能会更加少睡,脾气也因此更加暴躁 确定不是流浪者不适应?
幻觉
流浪者可能在某些瞬间看到一个被丝状物体包裹的房间 仅出现一次,如你所说,真的只是幻觉。
该匿名账号已被封禁,M.E.G.提醒您不要在层级数据库中添加低意义内容。
——M.E.G.数据库管理员
基地、前哨与社区
由于该层级的特殊效应,层级内不存在任何基地与前哨站。
是的我就是没有寻找出口的意向,你们M.E.G.非让我去送死吗?不得不所你们M.E.G.一直就是这样,把流浪者当成消耗品。你们的那些丑闻我全都看见了,没有全部公开已经是我对你们残存的一丝怜悯。当任何人能拥有一台看见所有那些高高在上的人隐藏的东西,他们都不会对你们抱有好感。
e̹͊͜r͓̐̕r̫ͣͯo̱̱̦r̲͕̐:͊ͤ͜封̬̤̲禁͊ͤ̅所͖ͨ̕需̮̤́权̶̣̜限̧ͯ͂不̨͙̆足̢̏̕ ̠̳ͯ错̭̟͜误̭̖̮代͖ͥͭ码̵̐͝:͇̆ͯ6̗̔̍2̙̩ͮ1̽̈́̃
再次重申,不要进入Level C-621,该层级的精神影响会对M.E.G.乃至所有人类造成危害。
Level C-621:信息茧房
生存难度:生存難度:
等级等級 F
- 不安全且不稳定
- 少有出口
- 精神偏执影响我们的圣地
首先在这里感谢那些对于这个层级做出贡献的探索者们,他们为这里付出了太多。
Level C-621是后室C层群的第621层,也是一个极其不安全的陷阱层级。
描述
Level C-621表现为一个虚假的带有电脑的房间。该层级内部有限且不可被破坏。当你发现自己进入该层级时,一定不要接触电脑,无视它对你的精神影响,并尽你所能维持自己的理智。如果你拥有可以帮助你离开这里的物品,尽快用掉。当你发觉自身出现极度不正常的思想,请立刻以合适手段了结,这不但是对你的解脱,也是对我们的一个重要帮助。
当流浪者在该层级内停留,层级便会通过电脑(较快速)或直接(较慢速)逐渐对流浪者的精神造成影响。流浪者无一例外的展现出偏激的情绪,例如对M.E.G.乃至整个人类的抵触与敌视。该层级的精神影响被认为是逐渐递增的,故不会被流浪者直接察觉。
值得注意的是,除部分个例外,流浪者在耗尽理智后不会陷入悲尸循环,而是逐渐转化为对大部分流浪者保持敌对的组织成员或智慧敌对实体。该过程也是缓缓进行的,且身体上的转变(如果有)不会被流浪者察觉。流浪者被完全转化后的结果未知,通常认为被送到其所对应的组织或实体的主要基地层级。
层级内似乎还会生成一系列似乎微不足道的效应来加速流浪者的精神转变。层级内生成杏仁水只具有常规杏仁水的味道,实际上效果与清水雷同,不能回复流浪者的理智。层级内流浪者所留下的任何求救型文字记录均会在未知时间后被抹除,而诱导其他流浪者“留下”或“醒悟”与无意义信息则会被保留。进入层级的流浪者也会更加少睡,从而使其精神更加不稳定。层级内的电脑拥有M.E.G.数据库的最高权限,故处于精神危害中的流浪者可能会对数据库造成不可逆的篡改。
层级内向上延伸但并被层级阻隔的阶梯表现为层级的出口,但其实际上会将试图逃脱的流浪者困住以加速转化。若流浪者试图切出或利用使其切出的物品离开本层级,层级会形成一段形似“蚕丝”且完全阻断切出的材料覆盖自身,以阻止流浪者逃离。
由于该层级的单人性质与诱导偏激的影响与“信息茧房”理论类似,故将该层级命名为后者。据部分调查,该层级具有一种使流浪者“更容易看到使其偏激的内容”且“阻碍其理智分析与思考”的性质,使流浪者迅速陷入层级的陷阱当中。最后再说一句,如果你身处此层级,且不希望你被篡改的“尸体”与人类为敌,如果你对你是或曾是人类的身份还有哪怕一点认同感,我们建议你在于事无补时自我了结。
基地、前哨与社区
由于该层级的特殊效应,层级内不存在任何基地与前哨站。
入口与出口
入口
- 再次警告,不应进入Level C-621。入口已被封锁。
出口
- 大部分可以切出的道具在该层级内会失效,除了使用思维切出的[数据删除],而其很可能违背了道德。
- 被层级效应所转化后可能会到达其种族位于的主要层级,但这未经也无法证实。
附加记录
<记录开始>
当我知道一切时,一切都已经晚了。那只不过是层级一个并不精巧的骗局,我本该注意到这一点。我想在层级里留下些信息,但是没用,留不下。我现在正在与层级的精神所抵抗,胃里装满了不知道是不是真的杏仁水的液体。我觉得我撑不了多久了。周围全都是吸收我理智的,蚕茧一般的墙壁。警告进入这里的流浪者,立刻尝试离开,不要接触电脑,相信人类,相信希望。回见。
(枪声)
<记录结束>
好吧,你们还真是那么执迷不悟。
顽守这你们的脆弱之处,和之前的那个一样。
知道我们为什么大发慈悲保留你们的文档吗?
为了你们这点可怜的顽固与自尊。
你们又认真看过你们对生存难度“维噪”的定义吗?
“一个被分类为维躁的层级代表这个层级充斥着影响着流浪者思维的要素或诱因。这种影响通常都是潜移默化的,但还未达到不适宜人类活动的范畴”
对的,没有太多影响你们的活动。
因为你们本就是这样。
圣地本身就像其电脑的显示器,只是把你们的脆弱所显现出来。
当然这是巧妙的显现。
这也是圣地的高明之处。
以你们的脆弱,传播真理。
你有没有注意过
在你们中这些顽固的人当中
我们如何开化他们
如何把真理播撒在C层群深处
这里就是原因
但我们不可能仅仅就拥有一个圣地
但你们只有一个M.E.G.
这是你们的维噪
这是我们的启迪
这是你们的苦难
这是我们的幸运
这是你们的茧房
这是我们的圣地
而你也将成为我们
来吧,你马上就要到了。
什么?你问是哪里?
你的新家
检测到圣地已被封锁
正在生成圣地备份
生成完毕。
编号:Level C-[数据删除]:就是你所回忆的地方
« Level C-620 | Level C-621 | Level C-622 »
