@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)); }
轻微血腥
食人暗示
生存难度:生存難度:
等级等級 4
- {$one}
- {$two}
- {$three}
如何使用:
[[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 540是一片规模巨大的室内动物园,由各种可由中心广场进入的不同部分组成。层级的墙壁由橡木与涂漆混凝土混合而成。
据信,该层级最初由 U.E.C.发现。(详见礼品商店)
园区广场
园区广场是一处宽30m,长50m的开放空间。1此区域被木质栅栏与混凝土墙分成了一系列铺着沙子的小径。在这些小路上的是块状分布的人造花木以及污水池。这里既是主分支点,也是流浪者进入该层级后所到达的地方。
尽管实体在该层级这一部分并不是特别常见,但此处也能找到死亡飞蛾,尸鼠与掠夺者杂草。
从这里沿着一段下坡的沙砾路再通过一段狭窄的走廊可进入昆虫屋。或者流浪者可前往广场的远端并穿过一扇被树叶遮挡且结着网的门框来到林地展区。
昆虫屋
昆虫屋内排列着一排排的玻璃幕墙。其中大部分都被破坏或粉碎了——不过也能罕见地发现完整的。特别的是,完整的围墙中含有前厅中的普通昆虫与其他无脊椎动物,例如蚂蚁、狼蛛、蟋蟀、蜈蚣,甚至蝎子。
该区域被用于安抚此处昆虫的紫外灯依稀照亮着。2 但它们经常发生故障。正因如此,与主广场不同,自然光的缺乏导致穿越这一区域更加艰难。
在层级的这一部分,死亡飞蛾(雌雄皆有)相当常见。这些死亡飞蛾在此层级中明显更常休眠——然而它们并非温顺,而是仍会攻击任何可能引起其警惕的流浪者。另外,少量现实之虫能在破损的围墙之中找到。
林地展区可由此地通过在一条被庞大的树形结构体所阻挡的走廊向下行进的方式抵达。爬进树形结构中的空洞将使你来到林地展区。
守卫者小队的音频日志 - #2
*音频的噼啪声*
阿曼达:“……这里还是阿曼达。我们现在正在虫子堆里穿行。目前还没发现什么特别危险的。”
马库斯:“说实话这些虫子并没有那么难除掉,只是打起来特别烦人。”
阿曼达:“顺便,很不幸我们迷路了——但愿我们能早点从这里出去吧。”
阿曼达:“虽然暂时还没找到什么重要标志。不知道有没有能充当一个有用的隐秘基——”
*可以听到一阵响亮的嘎吱声*
杰里科:“操,踩到什么东西了,不用管我。”
*能听见一个男人轻声的笑*阿曼达:“总而言之——孩子们我们继续前进吧。通话完毕。”
*音频的噼啪声结束*
林地展区
拍摄于:林地展区。
林地展区由一组类似人工林地生态群系的大型开放房间组成。房间内充满了各式各样蜿蜒的树形结构体,其上枝蔓缠绕。偶尔也能找到秋千架与橡木滑梯。
在林地展区,能找到诸如瘟疫地精、迷彩爬行者以及寄生谎等实体。另外,能不常看见猎犬在这片区域游荡,可能是来自猎犬之巢。
你可以在林地展区中找到并穿过一双玻璃自动门,然后走过一段风景优美的短道来到饲喂池。也可以寻找一颗位于偏远地带,刻有向上阶梯的树抵达礼品商店。
守卫者小队的音频日志 - #3
*音频的噼啪声*
阿曼达:“所有人保持警惕,此地可能遍布实体。完毕。”
马库斯:“我去检查下房间边缘,保证外缘安全。”
杰里科:“我会掩护你的,队长。”
阿曼达:“不,让我来援护你们。我是小队队长,应该承担整个小组的责任。”
阿曼达:“不管怎样,我得赶紧把最新情况传过去,可能要忙起来了。通话完毕。”
*音频的噼啪声结束*
猎犬之巢
其被发现于林地展区的中心。层级的这一部分居住着大量的猎犬,而这里也是它们在该层级中的繁衍之所。
这一区域与林地展区看上去类似——却又有着关键区别。肉质的藤状结构攀沿于木墙之上,遍布在区域的边缘。这些结构已被注意到与人体心脏周围的动脉相似,理论上与蜂巢有所关联。
在层级的这一部分停留是极其危险且不应被尝试的。如有必要快速撤退的话,从此区域的中心奔跑得足够远可以回到林地展区。
一种独特的猎犬变体专门位于此层级里。只有一只该类型的记录在案,可以确定的是它们会在猎犬之巢中漫游。其通常被认知为猎犬女族长。
它的全貌无法被很完整地被记录下来,但绝大多数人都一致认为它站起来比一个普通的流浪者还高,还拥有着更长更蓬乱的黑色毛发。
它似乎起着层级中猎犬社会领袖的作用。这大概能解释为什么猎犬们举动如此不同。
猎犬女族长以其极其低沉而嘹亮的嗓音闻名,声音在数英里外就能听到。
守卫者小队的音频日志 - #4
*音频的噼啪声*
阿曼达:“这里还是阿曼达队长,我们刚除掉了好一批实体。环境外观看起来好像发生了什么变化……”
杰里科:“靠,马克你还好吧?”
马库斯:“我还好——只是被风吹到了,就这样……”
*可以听到附近传来一阵刺耳的嚎叫*
阿曼达:“那是什么?所有人,拿好武器,马上。”杰里科:“队长,六点钟方向有猎犬。当心!”
*能听见尖啸与啪嚓的响声——随后是一阵大声的嘎吱声*
马库斯:“咕呃啊啊啊!哈……哈啊……这帮混账缠着我不放。滚……开!”
杰里科:“我们被包围了队长!我该怎么做?”
阿曼达:“我……我也不知道!这种事不该发生的啊。我也不知道该怎么办。”
*远处的嗥叫声愈发嘈杂,而战斗的响声也同样只变得越来越激烈*
马库斯:“快跑,别管我了,我已经没救了!”
阿曼达:"我不会丢下任何一个人的……."
*一阵从喉咙中发出的巨大响声在整片区域里激荡*
杰里科:“那他妈是什么!?”
阿曼达:“我们得走了,快点。”
阿曼达:“晚点再说。通话完毕。”
*音频的噼啪声结束*
饲喂池
拍摄于:饲喂池。
饲喂池是该层级中目前已知的最小空间。它是层级中一侧的一处正方形区域,结霜的玻璃环绕于四周。异域风情的植物与鲜花包围了整个房间,而它们拥有一种被描述为“略微使人愉悦的气味”。
在房间中央的是一座装饰性的喷泉及水池。喷泉池看上去盛满了水,但却从未表现出溢漏的迹象。强烈建议不要饮用喷泉中的水,因为其不仅肮脏,还含有作用于精神的化学物质。这些化学物质会引起一阵暂时性的焦躁与饥饿。同时使向背外侧前额叶皮层输送的信号分子数量大幅减少,导致约束力或自控力的消失。3
紧邻房间的是一段通往礼品商店的楼梯。
守卫者小队的音频日志 - #5
*音频的噼啪声*
阿曼达:“好吧——看来我们找到了一处安静地点。这里看起来像是什么喷泉花园。我们先在这缓缓再继续寻找出口。”
阿曼达:“天啊,我好渴啊。”
杰里科:“噢,要我去检查下水能不能喝吗?应该没毒——”
阿曼达:“不,我不能再失去一个队员了。我来检查,我宁愿倒下的是我而不是你。”
*脚步声*
阿曼达:“嗯……呜呃……这水不行,别喝了。里面估计细菌扎堆。不过至少4我的嘴唇暂时没那么干了。”阿曼达:“老天啊,我现在真的该去吃点什么东西了……这不太像我平时的样子啊。”
杰里科:“操,队长你没事吧?”
阿曼达:“得吃点东西了。”
杰里科:“……”
杰里科:“……你为什么那样看着我?队长!?”*正当扭打声响起时,录音机发出了掉落并撞击地面的响声,随后音频的噼啪声结束*
礼品商店
礼品商店是层级中最遥远的场所,也是拥有层级内唯一已知出口的地方。它充当着最安全的那一部分,因为实体都表现得很回避此区域。值得注意的是,从俯瞰窗中可看出此地位于园区广场的上方,但实际上并不能从广场中观察到这里。
该空间由一家含有动物标本与衬衫的自然主题商店构成,精心装饰的饮料杯在橡木咖啡桌与架子上呈一字排开。5
在房间的后方存在一扇亮有“EXIT”标牌的绿门。
“我们希望您过得愉快!欢迎下次光临。”
入口与出口
入口
- 身处于Level 81的外部区域时,能找到一座毫无特点的大型混凝土建筑。可通过一扇玻璃旋转门进入此层级。
- 在level-182的热带区块,走过棕榈树间的一块特别的空地会来到这里。
- 穿过Level 204中的一小片林间空地,你可以找到一个杂草丛生的门道——它将领你来到此层级。
出口6
- 只有一个能确定离开本层级的办法,也就是穿过位于礼品商店后方的绿门。穿过它会来到Level 990的一个屋顶上。
Mango Gelatin.
动物园广场图源 'Amazona - the new Zoo Park in Cromer' 作者是 Evelyn Simak on Geograph ,遵循 CC BY 2.0.
林地展区图源'Indoor exhibit (gorillas) in Oppeln'作者是 Marcin Szala on Wikimedia Commons ,遵循 CC BY 3.0
饲喂池图源 'Sheffield Botanical Gardens, fountain in the Glass House' 作者是 AndyScott on Wikimedia Commons ,遵循 CC BY 4.0.
译者:OWQzd3Rn_Neow(译者页)