:root { --theme-base: "black-highlighter"; --theme-id: "dark-liminal"; --theme-name: "Dark Liminal Theme"; --logo-image: url("http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg"); --header-title: "The Backrooms"; --header-subtitle: "你曾经来过这里"; --body-font: Inter, Noto Sans SC, Arimo, Verdana, Geneva, sans-serif; --header-font: Inter, Noto Sans SC, Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif; --title-font: var(--header-font); --mono-font: Recursive, 幼圆, Noto Serif SC, Consolas, monaco, monospace; --white-monochrome: 18, 22, 32; --pale-gray-monochrome: 0, 4, 15; --light-gray-monochrome: 95, 95, 95; --gray-monochrome: 183, 186, 195; --black-monochrome: 230, 235, 239; --bright-accent: 115, 119, 129; --medium-accent: 183, 186, 195; --dark-accent: 115, 119, 129; --pale-accent: 115, 119, 129; --dark-gray-monochrome: 207, 207, 203; --light-pale-gray-monochrome: 11, 11, 11; --very-light-gray-monochrome: 40, 40, 40; --gradient-header: linear-gradient(to top, rgba(var(--pale-gray-monochrome)) 0%, rgba(var(--pale-gray-monochrome), 0.20) 100% ); --swatch-headerh1-color: var(--black-monochrome); --swatch-headerh2-color: var(--black-monochrome); --swatch-topmenu-border-color: var(--pale-gray-monochrome); --swatch-topmenu-bg-color: var(--pale-gray-monochrome); --link-color: 230, 23, 68; --hover-link-color: 230, 23, 68; --background-gradient-distance: 0rem; --diagonal-stripes: linear-gradient(transparent 0); } #skrollr-body { background-image: radial-gradient(circle, rgb(var(--pale-gray-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(--pale-gray-monochrome), 0.40) 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; } #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; } #footer{ color: rgb(var(--pale-gray-monochrome)); } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } #search-top-box-input:hover, #search-top-box-input:focus { background: rgba(var(--medium-accent), .25); } #top-bar div.top-bar > ul > li > a, #top-bar div.mobile-top-bar > ul > li > a { color: rgb(var(--black-monochrome)); } #top-bar div.top-bar > ul > li > a:hover, #top-bar div.mobile-top-bar > ul > li > a:hover { color: rgb(--pale-gray-monochrome)); } #top-bar div.top-bar > ul > li:hover > a, #top-bar div.mobile-top-bar > ul > li:hover > a { color: rgb(var(--pale-gray-monochrome)); } #login-status { color: rgb(var(--black-monochrome)); } #login-status a { color: rgb(var(--black-monochrome)); } #login-status ul a { color: rgb(var(--pale-gray-monochrome)); } #account-topbutton { color: rgb(var(--black-monochrome)); } table.wiki-content-table th { background-color: rgb(var(--pale-gray-monochrome)) !important; color: rgb(var(--black-monochrome)); border-color: rgb(var(--black-monochrome)); } .scp-image-block { box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } blockquote, div.blockquote { box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .styled-quote { background-color:rgb(var(--pale-gray-monochrome)); border-left: 0.5rem solid rgba(var(--gray-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote { background-color:rgb(var(--gray-monochrome)); border-left: 0.5rem solid rgba(var(--pale-gray-monochrome)); color:rgb(var(--white-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .darkblock { background-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); color: rgb(var(--black-monochrome)); } .lightblock { background-color:rgb(var(--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); } .darkerblock { background-color:rgb(var(--pale-gray-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); color: rgb(var(--black-monochrome)); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); } /* sd banner colours */ .sd-container { --sd-border:var(--white-monochrome); --sd-text:222,222,222; --sd-symbol:var(--sd-text); --sd-bullets:var(--sd-text); --sd-symbol: var(--sd-border) !important; --sd-symbol-secondary: 255, 255, 255; } #side-bar .side-block div a img { filter: invert(calc(230/255)); }
:root { --nusd-speed: 1; } /*岛*/ .ic_wrap-box { } /*上*/ .ic_wrap-box .ic_top-left-box { animation: right0 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_top-left-box .ic_text { animation: right0 calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_h-icon { animation: ic-right calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.3s / var(--nusd-speed)); opacity: 0; } .ic_wrap-box .ic_r-icon { animation: ic-right calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.4s / var(--nusd-speed)); opacity: 0; } .ic_wrap-box .ic_s-icon { animation: ic-right calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.5s / var(--nusd-speed)); opacity: 0; } /*sd*/ .ic_wrap-box .ic_sd-box { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation: fadeIn-nu-exit calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_infobox-1,.ic_wrap-box .ic_infobox-2 { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation: fadeIn-nu-env calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.1s / var(--nusd-speed)); } .ic_wrap-box .ic_infobox-3 { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation: fadeIn-nu-enti calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.2s / var(--nusd-speed)); } /*字*/ .ic_wrap-box .ic_sd-box .ic_text { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_sd-box .ic_sd { animation: rightin2 calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_infobox-1 .ic_text { animation: rightin calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.1s / var(--nusd-speed)); } .ic_wrap-box .ic_infobox-1 .ic_info { animation: rightin calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.1s / var(--nusd-speed)); } .ic_wrap-box .ic_infobox-2 .ic_text { animation: rightin calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.2s / var(--nusd-speed)); } .ic_wrap-box .ic_infobox-2 .ic_info { animation: rightin calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.2s / var(--nusd-speed)); } .ic_wrap-box .ic_infobox-3 .ic_text { animation: rightin calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.3s / var(--nusd-speed)); } .ic_wrap-box .ic_infobox-3 .ic_info { animation: rightin calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.3s / var(--nusd-speed)); } /*info*/ .ic_wrap-box .ic_add-h { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); animation: ic-add-h calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.3s / var(--nusd-speed)); } .ic_wrap-box .ic_add-r { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); animation: ic-add-r calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.4s / var(--nusd-speed)); } .ic_wrap-box .ic_add-s { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); animation: ic-add-s calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.5s / var(--nusd-speed)); } /*字*/ .ic_wrap-box .ic_add-h .ic_text { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.5s / var(--nusd-speed)); } .ic_wrap-box .ic_add-h .ic_info { animation: rightin calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.5s / var(--nusd-speed)); } .ic_wrap-box .ic_add-r .ic_text { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.6s / var(--nusd-speed)); } .ic_wrap-box .ic_add-r .ic_info { animation: rightin calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.6s / var(--nusd-speed)); } .ic_wrap-box .ic_add-s .ic_text { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.7s / var(--nusd-speed)); } .ic_wrap-box .ic_add-s .ic_info { animation: rightin calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.7s / var(--nusd-speed)); } .ic_addbox .ic_text,.ic_addbox .ic_info{ opacity: 0; } /*bubor*/ .ic_top-box { animation: ic-border calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .ic_wrap-box { border-bottom: rgba(var(--ic_border-color), 0) solid var(--ic_interspace); animation: ic-border calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.7s / var(--nusd-speed)); } @keyframes ic-right { 0% { transform: translateX(-1rem); transform: rotate(30deg); opacity: 0; } 80% { transform: translateX(-1rem); transform: rotate(30deg); opacity: 0; } 100% { transform: translateX(0); transform: rotate(0deg); opacity: 1; } } @keyframes ic-border { 0% { border-bottom: rgba(var(--ic_border-color), 0) solid var(--ic_interspace); } 100% { border-bottom: rgba(var(--ic_border-color), 1) solid var(--ic_interspace); } } @keyframes ic-add-h { 0% { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); background-color: rgba(var(--ic_border-color), 1); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); background-color: rgba(var(--ic_add-habitability-bg-color), 1); } } @keyframes ic-add-r { 0% { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); background-color: rgba(var(--ic_border-color), 1); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); background-color: rgba(var(--ic_add-resource-bg-color), 1); } } @keyframes ic-add-s { 0% { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); background-color: rgba(var(--ic_border-color), 1); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); background-color: rgba(var(--ic_add-signal-bg-color), 1); } } /*nusd*/ /*左*/ .sdnumber p { opacity: 0; animation: right0 calc(2s / var(--nusd-speed)); animation-fill-mode: forwards; } .sdnumber p { opacity: 0; animation: right0 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sdnumber strong { opacity: 0; animation: right0 calc(1.2s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sdnumber .lines { opacity: 0; animation: fadeIn-nu-sd calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } /*右*/ .sd-container .exit { animation: fadeIn-nu-exit calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .environment { animation: fadeIn-nu-env calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .entity { animation: fadeIn-nu-enti calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .syntax .sd{ animation: rightin calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .syntax p strong { animation: rightin calc(1.05s / var(--nusd-speed) ); animation-fill-mode: forwards; } .class.customclass strong::after{ animation: no-opacity calc(1.05s / var(--nusd-speed) ); animation-fill-mode: forwards; } /*字*/ /*ex*/ .sd-container .exit strong { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .exit p span:nth-child(3) { animation: rightin2 calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; } /*ev*/ .sd-container .environment strong { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .environment p span:nth-child(3) { animation: rightin2 calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; } /*en*/ .sd-container .entity strong { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .entity p span:nth-child(3) { animation: rightin2 calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; } /*动画*/ @keyframes clip0 { 0% { clip-path: inset(0 0 100% 0); } 100% { clip-path: inset(0 0 0 0); } } @media only screen and (min-width: 1071px) { .sd-container .border { animation: border-spin-pc calc(1s / var(--nusd-speed) ); transform-origin: right; } @keyframes border-spin-pc { 0%{ clip-path: polygon(0% 0%,0% 0.4rem,0% 0.4rem,0% 0%); transform: scaleX(5000%); } 30% { clip-path: polygon(0% 0%,0% 0.4rem,100% 0.4rem,100% 0%); transform: scaleX(5000%); opacity: 1; } 60% { clip-path: polygon(0% 0%,0% 100%,100% 100%,100% 0%); transform: scaleX(5000%); opacity: 1; } 100% { transform: scaleX(100%); opacity: 1; } } .sdnumber p { animation-delay: calc((2s / var(--nusd-speed))*0.6); } .sdnumber p { animation-delay: calc((1s / var(--nusd-speed))*0.6); } .sdnumber strong { animation-delay: calc((1.2s / var(--nusd-speed))*0.6); } .sdnumber .lines { animation-delay: calc((1s / var(--nusd-speed))*0.6); } } @media only screen and (min-width: 620px) and (max-width: 1070px) { .sd-container .border { animation: border-spin-mo calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } } @media only screen and (max-width: 620px) { .sd-container .border { animation: border-spin-mo calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .exit { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation-delay: 0; animation-fill-mode: forwards; } .sd-container .environment { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation-delay: calc(0.5s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .entity { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation-delay: calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } } @keyframes border-spin-mo { 0% { clip-path: polygon(50% 0%,50% 100%,50% 100%,50% 0%); } 70% { clip-path: polygon(50% 0%,50% 100%,50% 100%,50% 0%); opacity: 1; } 100% { clip-path: polygon(0% 0%,0% 100%,100% 100%,100% 0%); opacity: 1; } } @keyframes rightin { 0% { transform: translateX(-1rem); opacity: 0; } 80% { transform: translateX(-1rem); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } } @keyframes rightin2 { 0% { transform: translateY(1rem); opacity: 0; } 80% { transform: translateY(1rem); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes upin0 { 0% { transform: translateY(1rem); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes right0 { 0% { transform: translateX(-1rem); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } } @keyframes fadeIn-nu-sd { 0% { clip-path: polygon(0% 0%,0% 0%, -10% 100%,0% 100%); transform: rotateY(180deg); } 100% { clip-path: polygon(0% 0%,200% 0%, 100% 100%,0% 100%); transform: rotateX(0deg); opacity: 1; } } @keyframes upin1 { 0% { transform: translateY(1rem); opacity: 0; } 50% { transform: translateY(1rem); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes upin2 { 0% { transform: translateY(1rem); opacity: 0; } 50% { transform: translateY(1rem); opacity: 0; } 75% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(0); opacity: 1; } } @keyframes fadeIn-nu-exit { 0% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); } 25% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 100%,0% 100%); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); } } @keyframes fadeIn-nu-env { 0% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); } 25% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 100%,0% 100%); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); } } @keyframes fadeIn-nu-enti { 0% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); } 25% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 100%,0% 100%); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); } } @keyframes no-opacity { 0% { opacity: 0; } 25% { opacity: 0; } 100% { opacity: 1; } }
LEVEL
YT-79
生存等级生存等級
4 级級
逃离逃離:4/5
极难逃离極難逃離
环境環境:5/5
死区死區
实体實體:4/5
极多敌意存在極多敵意存在
Level YT-79是后室YT层群的第80层。
描述
Level YT-79的一张走廊的典型图片,其被发现于一日记本周边,拍摄者下落不明
Level YT-79是一片大型非线性空间,由多条互相交错的走廊与两侧随机出现的各式房间组成,其外观令人忆及前厅中老旧居民楼中的地下室,部分区域呈现出常年被水浸泡的外观。该层级内的大多走廊异常狭窄昏暗且缺少光源,同时任何已知的外带光源均无法在层级内正常工作1, 若长期单独位于这一层级中极可能因环境而引发幽闭恐惧症。经检测,一种白色的劣质涂料覆盖了层级的大多数墙面,其会散发出一种令人不适的气味,若长期吸入很可能导致流浪者出现头晕、呼吸困难等症状。
Level YT-79内的走廊两侧多堆积有大量废纸板与塑料瓶,其内均含有少量的杏仁水,但在饮用后往往会引发一系列负面效果;少数情况下层级内会出现一些形态扭曲的物件,尝试触碰则会使身体部位瞬间消失,并可觉察到一阵血雾出现在流浪者视线前方。极少数情况下,流浪者在层级内穿行时其前方的廊道的空间可能无征兆变得无法供人类通行,但在其离开后又恢复为原样,故该层级的相当一部分区域仍未被勘探。
走道两侧偶尔会出现一些被锁死的窗户或门,其大多被一种红色涂料覆盖;可以通过暴力破拆的方式以进入房间内部,但这一行为极大概率会引起实体的注意。这些房间的用途不明,但均表现为灰尘密布的封闭空间,内部往往仅摆放着多台损坏的大型工业机器与少量杏仁水;建议流浪者在收集完杏仁水后便离开房间,因长期停留往往会导致这些器具出现各种异常。
该层级的非线性特征主要表现在各走廊的交接处与独特的空间性质。在视线未能观察到时,层级内的走廊及门窗可能突然消失或出现其他空间;在经过一处走廊相接处时往往只会出现在另一无人的空间内,而非相邻的走廊2。这一空间性质让多数层级内的流浪者彻底迷失方向,从而加快陷入悲尸循环的速度。特殊的是,Level YT-79内陷入悲尸循环的流浪者似乎会在受到这一效应的影响前知晓自身陷入悲尸循环,并会尝试在层级内寻找物资以逆转,但他们并无法在层级内寻找到任何有用的补给,其所带的物资也将在陷入悲尸循环的那一刻消失不见3。
F.N.C.队员在勘探时拍摄的图片,一处较为明亮的走道交接处。
Level YT-79内的多数区域气温长期保持于30℃-45℃(86℉-113℉)之间,且湿度极高,层级的大多区域均被苔藓所覆盖,空气中弥漫着浓烈的霉味。这一高温环境被认定为是层级中的铁制管道所致,因存在管道的廊道其温度与不存在管道的廊道相差约20℃。层级内的这些管道外观及体积不定,但其内部均持续传来一种类似于液体流动的声音;其中部分管道已因使用时长过久而漏液,并在地面形成大小不一的水坑。
管道内运输的物质成分未知,但决不能饮用,其温度稳定的保持于60℃(140℉),且无法通过任何手段使其温度降低;这些液体具有一定的腐蚀性与毒性,若接触将导致流浪者全身出现一种灼烧感,具体程度及时长随接触量而定。这些液体似乎只能出现在Level TY-79内,因任何尝试将该种类液体带出层级的举措均将导致其在几秒钟后蒸发。
根据曾探索过本层级的多数流浪者报告,该层级内存在一种性质未知的精神危害,其症状为在探索该层级时耳畔持续传来各种声音,其种类包括但不限于电流声,机械运转声等,其音量将随着流浪者于层级内驻留的时长而增高;这被推测为由层级内的各式设施所致,但仍有待考证。约于层级内停留长于5-12小时,这种声音就会增强到一种难以忍受的程度,其往往会对流浪者的精神造成严重损伤,故大多从该层级逃离的流浪者都出现了严重的后遗症。
值得注意的是,杏仁水似乎可以有效的降低该音源对流浪者精神造成的影响,但在停留较长一段时间后将彻底失效;其时间随流浪者的精神状态而定,估测会失效于流浪者于层级内驻留的第20-35小时后。同时任何带入该层级的计时装置都将失效,这将导致流浪者在层级内的时间观念絮乱,原因未知。
Level YT-79具有一种著名的危险效应,其名为“回声效应”,即任何流浪者在楼层内活动时所产生的声响均会扩大至原先的约1.5倍,如流浪者正常行走所发出的声响约为30-60分贝,在本层级内则会被放大至约45-90分贝,且其声源将以回声的形式在层级内传播,这一过程时长及范围随其所发出的声音大小而定,并将带给流浪者一种无法抵御的恐慌感,使其在不经意之间发出各种声响。这一效应将大幅度提高流浪者被实体所发现的概率,建议在寻找出口时谨慎行事,避免发出较大的声响。
目前有证据可表明“回声效应”具有扩散性,因近期存在Level YT-79入口或出口的层级其内声音的传播在部分时间段内表现出了与前文所描述相似的异常,其基本可以视作“回声效应”的弱化版本。流浪者若察觉自身周边环境的声音传播出现异常,请立即上报。
实体情况
循声者
“循声者”是被证实存在于Level YT-79内的特殊实体,其为一类人实体,据多维流浪者生前所传回的照片来看,该实体通体黑色,有双臂与腿部的分化;体型,活动均与人类相仿,但其通体为黑色,头部被一黑色圆形物质所替代,体高推测约180cm,其比例类似于被竖向拉长的人类。
一张 Entity YT-79-1的比例参照图,左侧为正常人类,右侧为Entity YT-79-1。
该实体对于流浪者拥有极强的敌意,当一名流浪者在层级内发出了较大的声响,“循声者”就将小五声息的接近那片区域以搜寻流浪者的踪迹;由于Level YT-79内的异常性质,导致流浪者的任何行踪均有极高的被其发现的风险。“循声者”的听觉感官十分灵敏,无论距离声源多远,只要所出现的声音大于60分贝就可被所察觉,若在其周边范围2km内数值则会降低至45分贝;庆幸的是,该实体似乎并无法通过视觉来察觉流浪者的存在,建议任何流浪者在层级内部避免发出较大的声音,并随身佩戴分贝检测仪。
该实体在发现攻击对象后会不断尾随于其后,在流浪者最无所防备之时悄然下手,据一可靠的视频记录来看,其在尝试攻击流浪者时,身体两侧的手臂会不断延长,直至延伸至流浪者的身旁,随后将流浪者的手臂,双脚缠绕;在捕获到攻击对象后,“循声者”的手臂将迅速收回,并携带流浪者逃离现场;目前所记录被“循声者”所抓捕的流浪者均已死亡或失踪。根据部分流浪者所提供的录音日志来看,“循声者”可能会以一种残忍的方式将所捕获流浪者杀死,故任何流浪者都应当远离该实体。当该实体靠近时,流浪者的心率将不断提升,并伴随着一种严重的呼吸困难感;当出现这种症状时,任何流浪者都应当停止行动,待其症状消失后方可重新行动。
此外,“循声者”可能会通过制造出各种声响来引诱流浪者,任何流浪者都不应当靠近这些声音的来源。
除Entity YT-79-1外,Level YT-79内同时存在着多种实体;这些实体与“循声者”具有类似属性,即其对于声音的察觉能力相对而言更加强大;当任何一位流浪者本于层级内发出大于约60分贝的声音时,层级各处的实体便会悄无声息地向其所在的区域靠近,但由于其视力极低,故这些实体一般情况下无法对流浪者造成极大威胁。这些实体似乎并不是一开始即居住于层级中,因最早的档案并未记载这些实体,推测为其适应了层级特有的环境所致。
笑魇
笑魇是该层级内最常见的实体,据统计其密集程度达到近20平方米/只,常在黑暗处伏击流浪者,并惧怕流浪者的外带光源;其捕捉动态物体能力极强,但只可觉察自身周边半径5米内的事物。
猎犬
多游荡于层级内各处,其相较于在其他层级内观测到的普通猎犬具有更低的攻击欲望,且不惧怕任何形式的光源;可观察到部分猎犬在部分时间内出现抽搐行为,并在5~10分钟后恢复;推测猎犬尚未完全适应层级环境,故其攻击欲望很可能会随着时间推移而上涨。
无面灵
相对较少见,具有敌对属性,与循声者具有类似的属性,但其往往通过埋伏流浪者来攻击。
窗口
常见于走道,偶尔可在各式房间中被发现,其往往具有和层级自身出口相似的外观,并持续传出一种明显可被觉察的嗡鸣声;会在未被他人察觉时移动自身所处位置,具有强烈敌意。
提示:该日记记录者下落未知。
23/4/6
给阅读到这一记录的流浪者一个警告,不要在Level YT-1里进入一扇被严重腐蚀的红色铁门;当然,鬼知道这东西会不会有人看见。其实我也不想拿日记本来写这东西,但这一层级内的无线网过于差了,完全联系不到外界,也登不上M.E.G.数据库。
这应该是个没被发现过的新层级,看着像我以前住的老旧小区的地下室,但环境明显更为黑暗,绝大多数灯都是坏的。这里的走廊也很狭窄,基本只能容我一人通过,而且两边有时候还会出现各种没啥用的杂物阻挡通行。
这一层级实体很多,基本在每个拐角后就会出现两三个实体,但它们的视力都很差,而且也没什么攻击欲望。不知道为什么,那些猎犬总是会在行走的时候突然抽搐几分钟,伴随着口吐白沫,但在几分钟后又会恢复正常……它们怎么了?不会我将来也会和它们一样吧……?
23/4/7
我尝试在层级的各个地方切出,甚至回忆童年、诺克利普贴都用上了……没用,这层大概是有着阻止切出的效应吧,看样子我在后室的最后一站就是这个差点让我犯了幽闭恐惧症的狭窄空间里了。
这一层似乎有孤立效应,我已经在各个走廊之间穿梭了不知道多久,但连个人影都没见到,反倒是听见了不少脚步声与他人互相交谈的声音,但他们之间明明都没法见面又是怎么聊起来的?这些人不会是实体吧?或许这只是层级内的特殊效应呢?没事的,没事的……
我耳边那机器运转的声音又不知何时出现了,而且杏仁水的作用不知何时变得越来越小,我好烦啊……
23/4/????
现在才知道之前碰见的那些实体只不过是层级里的普通实体。我仍忘不了那奇怪的黑影与骇人的身体比例,那长的令人发指的双臂……它走的很慢,但似乎会瞬移,而且不论我跑到哪里都可以精准的找到我的位置;这一实体靠近我时身体呼吸的那种困难,心脏跳动的速度之快,以及那种恐惧感……到现在仍难忘。
还有,出口到底在哪里???我不想再跟那个鬼实体乱转了!!!我现在都不知道我怎么从它们手里逃出来的,鬼知道下一次会不会死在它们手里!!!我以为那个黑色窗口是出口结果过去一看差点被那鬼窗户杀了!我想走!!!
23/4/????
我大概是陷入悲尸循环了。一般而言,悲尸循环都是在那些人的悲伤中悄无声息的发生的,但这次不同,这次悲尸循环发生时就像有个人拿着大喇叭在我耳畔喊“你陷入悲尸循环了”一样。我尝试翻找我的背包,打算通过杏仁水来逆转这一循环,可……
我杏仁水呢?
它们就像是被人偷走了一样……但我明明记得昨晚上我睡觉前到醒来时我的包绝对都是紧紧抱在怀里的,没有人动过……这到底为什么??
耳畔的那些杂乱的声音已经升高到一种我忍受不了的程度了,这导致我现在连思考都是个问题……昨天喝的杏仁水完全没用了。看样子我得去那些房间里找找东西了……希望我的精神状态还能支撑我找到那种房间。
23/???/????
悲尸循环的特征越来越明显了,我如今还是没能找到半点杏仁水;整个人简直要被那机器运作的声音吵疯了……还有我居然现在才发现我的时钟不转了,我完全不知道切入这层到现在过了多久,或许是一个月?还是几天,甚至几小时?
我想砸掉我目之所及的一切……这个层级,这本日记,这些奇怪的、一直在发出奇怪噪音的机器,甚至是我自己……我已经能看到那些皮肤开始溶解,变红与脱落,已经能看到皮肤上出现的奇怪空洞……我真的不想变成那样丑陋的怪物,真的。
23/???/????
我不知道是什么意志还在支撑我写这种东西,但我现在身体极度虚弱,甚至于走路都成了个问题。总之,请任何人远离这里,好奇心害死猫,如果你就像我一样无头无脑的从Level IF-17冲进来,那么你多半只会重蹈我的覆辙……或许不呢?毕竟我这个人本身就悲观,在后室里陷入悲尸循坏是迟早的事……说了这么多,总归还是让你们别切进来,除非这玩意是个死区层级的唯一出口……
求你们了,不要和我一样切进这个层级。这大概是我临终前的最后一个愿望了,别让这个地狱再去吞噬其他流浪者……
该日记的后半部分被撕毁,其上的内容难以被辨认,F.N.C.正在尝试不断破译这些碎纸片,若有进展会第一时间更新档案。
基地,社区和前哨站
由于该层级的危险性及空间上的特殊效应,使该层内无法建立任何长期据点,但M.E.G已在层级内设立了多处无人前哨站,其内摆放有多种物资,但已陷入悲尸循环的流浪者通常无法寻找到这些前哨站。
入口和出口
入口
- 从Level YT-30进入一扇被严重腐蚀的红色铁门。
- 已有多例从其他层级利用未知方法切入到此层的案例出现,其均为真实生存难度5及以上的层级。
出口
该层级的房间内偶尔出现的,被涂黑的窗户通往Level YT-1,注意辨认其与实体窗户的区别。
这烂文的作者为Aaaaaaak820max。
1 2图片来源于自摄,经过后期调整。
图片3来自Entity ZH 433,作者Devideby42 PS绘制
« Level YT-78 | Level YT-79 | Level YT-80 »



