:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
生存难度:生存難度:
等级等級 unknown
- {$one}
- {$two}
- {$three}

孤独的长廊中一个还算明亮的部分。
描述
被孤立者之廊整体上形似一条深藏在老式居民楼中的长廊。后室中存在无数类似这样的长廊,我们将其统一录入为一个档案。
长廊的地面多以水泥灌注,偶有楼梯,长廊整体呈攀升趋势。同时在长廊的左侧与右侧均出现多扇老式铁门,但铁门后的空间通通被高硬度水泥封死;长廊的天花板上偶尔能看见一些四通八达的水管。长廊大多数时候都浸泡在黑暗中,只有一些悬挂的灯泡会发出亮光。
长廊内没有日夜更替与四季变化,其内部温度在十六到二十摄氏度之间。空气较为潮湿且略微带有一些腐臭味,推测是湿气在阴暗处滋生细菌后产生的味道。由于其为密闭空间,一些时候的该层级的空气会使人难以呼吸。
这里没有任何的网络信号和电子产品,唯一能被发现的正常物品只有藏在暗处的杏仁水,但它们也多数是变质的,通常不推荐流浪者饮用。
在这里中完全不进食也不会对流浪者的身体状况造成任何影响,但它会使得流浪者的精神出现问题,甚至出现进食器官退化的情况。
长廊没有尽头,任何走到看似是长廊尽头的位置的行为都是无用的。当流浪者从切入点进入层级后,无论怎般行走,眼前的景象都只会是长廊内部的景象,并且当切入点从流浪者的目光中消失一段时间后,它们将会自动消失,层级将变为闭环。除此这外,也有一些流浪者声称他们在走到尽头后又回到原来的起点。
层级中有一个特殊现象,当流浪者在其变为闭环后在长廊内行走时,他们将会看见一些同样正在行走中的其他人。这些人的步速总要比流浪者的速度要快,并且当流浪者停步时,他们也随之消失。
实体
仍未查明此处是否存在实体。
基地、前哨和社区
由于这里的独立性,建立它们是不可能做到的事情。
入口与出口
入口
- 在经历孤立事件的过程中打开任意一道门都有可能将切入此处,并且每一扇门都对应着一条长廊。
出口
- 不要将目光从来时的门上挪开,沿来时的门回到原来的层级。
附录
后室中存在很多巧合。有一位流浪者因巧合进入了有另一位流浪者进入过的同一长廊,并且他在那里搜索到一台藏有录音的手机,M.E.G.档案部门调查后决定将其录音内容做成附录文档。
我从来没试过和自己对谈……现在应该可以了。是否会有另一个流浪者捡到这台手机我不清楚,但是我觉得我是应该用录音工具把这次冒险录下来,所谓没有出口的长廊也不过是那些家伙没有调查清楚而已。
说实话我并不讨厌黑暗,但这里的黑暗让人厌恶——它充满了潮湿和沉重,让人感到心胸气闷。而且黑暗里藏着大量微生物,尤其是那些青斑,它们专门挑着墙面来生长,摸上去就像是什么?噢噢,尸体上腐化的皮肤。
我的计划是:先走着,然后找一个明亮的地方歇脚,接着以那里为驻足点,每次以不同的距离向前推进,继续寻找杏仁水或者是别的东西。当然,最重要的还是找到出口。
……
第一个五十米,依照步长来看,要走七十步。
(呼吸声)
什么都没发生,什么都没找到。能看见的就只有黑暗,没找到任何的光源,手机还不能用手电筒,它没多少电了。而且隐隐约约中总有一种被人盯着的感觉,有时候步速越快,那种目光盯着我所给予的紧张感就越是厚重。
……
第二个一百米,依照步长来看,要走一百二十多步。
(更急促的呼吸声)
找到了一个极小的光源,在光源下还藏着一罐好像已经变质了的杏仁水。不管了,先带着吧,至少能延长胃的使用期限,不会让它退化。
在上次,我提到过一种“被人盯着”的感觉,这次的旅程中倒是没有这种感觉,但我似乎看见了一个在黑暗中时隐时现的人影,并且他永远和我相隔着一小段距离,怎么追也追不上。
时间过得好慢,距离进来的时候也才过去两个小时……
……
第三个是二百米,这里真的有尽头吗?手头上还剩下两罐半的杏仁水,那种淡淡的甜味好像已经成了我这几小时来唯一感受过的味道。
又是那个家伙,这次的他不再是那样时隐时现的了。看起来是个成年男子,身高跟我差不多,穿着一件深绿色的衣服。一路上行走时都没有一次回头看过我,甚至我大声呼喊他也没有回应。喂,喂!
(走廊里回荡着呼喊声)
真是瘆人。不过值得庆幸的是前面似乎有有一个很亮的光源,看来我必须去那里看看了。
(脚步声)
这是个光源没错,但为什么这里和进来时找到的驻足点这么相似呢?位置几乎一致的水管和电灯泡,难道我走进了一个死循环吗?我想我该拍张照片了。
……
在半小时的歇息后,我决定再次尝试一口气走完两百米,看看这长廊是不是真的是一个死循环。假如我再看见这样一个光源,我就会掏出我手机里的照片将细节一一对比。
(沉重的呼吸声,并伴随杂乱的脚步声)
喂哥们,别再跟在我的前头了好吗。你做除了行走以外的动作都比现在这样好,比如说动动你的手指头,扭个头回来,或者是说点什么外星人的话语,这都比你闷头走路好啊。
好了,刚从那个小的光源走过,现在就继续往前大约三分钟这样子,我就能找到上次那个看见的光源了……不错,我看见一点光线了。
这不可能吧,又是同样位置的水管和灯泡,和手机上的图片一模一样啊。不对不对,肯定只是模样一样而已,我肯定是在向前走的,我现在把一个杏仁水罐子放在这里,再走几次。
……
放杏仁水瓶子试过了,画正字在墙上也试过了,每一次走来这里的场景都和出发前一样,这里真的是一个死循环……
那个影子的真实感越来越强了,我的脑海里甚至出现他呼吸时发出的声音,行走时发出的脚步声,但我却只能在录音里听见我的声音。
上帝啊,求你救救我吧。我在这里也才待了八个小时而已,但是对食物的厌恶感越来越重,最后我会不会变成一个无法离开的怪物呢?只要出去的话,我那完全退化的肠胃根本不能接受任何食物。
但这里真的有出口吗……
……
第十七次循环。不如让这位幻影小哥说说我们看到了什么,不过你别杵在那里啊,看着我摸遍墙面的行为,应该感觉很好笑吧。
(长达十分钟的沉默)
为何又偏偏是我呢?我分明已经摸遍了每一次的墙面,走过了数十次的循环,但我仍然没有找到出口,需要我做的我都应该已经做了,为何还是无法逃脱?
(喘息)
手机快没电了,这之后我就会断掉和外面的所有联系。
不过我倒是懂得了一个道理。无论我们多么使劲地想要去摆脱某种控制,卖弄着自己认为是极聪明的道理,但在枷锁面前也不过是一种愚者般的智慧和把戏。
上帝是愚者,被编出来的故事控制;我是愚者,被这条走廊控制;你是愚者,被我的步伐控制。
我们费尽全力走到终点,不过是被控制着的我们又回到路途的起点罢了。(录音结束)
« 孤立事件 | 被孤立者之廊