@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-521特殊的自然环境以及高危险性。M.E.G.已封锁Level C-521的稳定入口以及相关文件。您需要输入凭证方可访问本层级。注意:任何未经允许而擅自闯入本层或查看相关文件的行为一经发现,将进行严厉处置。
生存难度:生存難度:
等级等級 omega
- 隐秘的档案
- 机密属性
- 受保护的环境
如何使用:
[[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 C-521是后室C层群中的第521层。
描述

一张Level C-521的图片。
Level C-521主要由一片面积未知的温带草原构成。草原永不下雨,昼夜更替为24小时一次,处于日出或黄昏的时间占比更多。值得注意的是,该层级长满了红色的罂粟。这些罂粟植株极其茂盛,生长速度极快,一般仅需7天便能经历一次生长周期,而当一株罂粟被以任何形式破坏时,在没有人注意或观察的情况下在40分钟内便能重新长出。在部分自然条件优越的地区,罂粟甚至能长到1.5~3.1米之高,形成了特有的罂粟林。另有研究发现,罂粟会主动排斥任何外来植物,并夺取其养分使其枯萎而死。而且该层的罂粟有着极强的适应能力,因此,想要改变该层的生态环境是不可能的,更应该注意的是要防止它扩散至其它层级。
此外,Level C-521的罂粟有着极其特殊的性质。相比于普通的罂粟,它的气味更加浓郁,毒性和成瘾性也大大增强。整株植物都含有成分不明的剧毒,汁液可以引发皮肤溃烂,吃下它果实的人会有强烈的灼烧感,并因此死亡。它还能大范围的散播具有毒性的花粉,流浪者在吸入花粉4小时后便可出现幻觉、精神亢奋等症状,并对该种气味上瘾。6小时后出现嗜睡、呆滞等现象。当吸入时间超过9小时,流浪者将陷入长久的昏睡,即便已经离开该层,这种昏睡现象也不会消失,目前还没有任何方法能够唤醒昏睡的流浪者。因此,进入该层级时必须佩戴防毒面具来进行探索,但该层不会刷新任何物品,也没有稳定的WIFI信号。
紫色风暴

“紫色风暴”期间的天空
每隔四个月,本层会出现一次异常的环境改变。当夜晚的天空逐渐变紫,周围有狂风呼啸时,预示紫色风暴即将到来。留在本层的流浪者应尽快离开本层,如果无法离开,强烈建议在洞穴等无阳光直射的地方进行躲避。太阳升起后,温度急剧上升,有记载的最高温达到52.8℃。届时整个层级将充斥着紫色的光线,根据观查这种光线能使罂粟疯狂生长,并释放出一种能使人中毒的花粉颗粒。另外,这种紫光还会影响人的心智和情绪,让人感到极度的悲伤和抑郁状况。如果出现以上状况,请饮用大量的杏仁水来缓解。紫色风暴持续时间在2~7天之间不等,在此期间的太阳不会落下。如果天空逐渐重归蓝色,则表示一切即将恢复正常。
附录1
由于本层具有特殊性,曾招来了许多组织的争夺,并经常爆发小规模冲突。直到2022年初。一场“罂粟战争”的到来,结束了这种争夺的局面。
事件:罂粟战争
时间:2022.01.05~2022.01.07
交战双方:
“阿芙蓉集团”和 M.E.G.白牡丹基地
目的:
争夺Level C-521的稳定入口
2022/01/06日,罂粟战争正式打响。“阿芙蓉集团”率先对M.E.G.发起了进攻,随后M.E.G.予以反击。战争从六日凌晨打到了八日下午。最终,“阿芙蓉集团”被彻底击溃。M.E.G.取得了胜利。
本次冲突共有288人参与进来,包括M.E.G.武装人员156人,阿芙蓉集团全部132人。
战损报告:
- M.E.G.:共计74人受伤,24人死亡。其余人员状况良好。
- 阿芙蓉:共计34人受伤,82人死亡,其余人员投降。
结果:
- M.E.G.夺得了入口,并在入口周围建立了严密的保护措施。而阿芙蓉前哨剩余少部分人也加入到了M.E.G.的阵营中。
附录2
一段采访记录
日期:2022/3/06
时间:13:10
采访者:科格黎(M.E.G.采访员)
被采访者:瑞诺(原阿芙蓉前哨医药研究人员,在开发药物方面造诣颇深。现已加入到M.E.G.)
<采访开始>
[瑞诺平复了一下情绪]
瑞诺:好吧,你们有什么要问的尽管说吧。
科格黎:谢谢你的配合。请问你是如何加入到阿芙蓉前哨(以下简称阿芙蓉)的?
瑞诺:我是自愿加入的。
科格黎:你为何要加入这样一个臭名昭著的组织呢?
[瑞诺深深地叹了一口气]
瑞诺:其实最开始的阿芙蓉并不邪恶……这其中的故事有些长,你要听吗?
科格黎:愿闻其详。
瑞诺:最初的阿芙蓉,是一个致力于改善生态环境和保护流浪者的组织。2017年,我加入到了这个组织中。那时的领导人还是杨领航,他很有远见、胆识过人。在他的带领下大家也其乐融融、各司其职。在这其中,我负责开发药物——一种专门用来克服Level C-521层级内特殊影响的药物。那时的我们是真心真意的想要为改善后室做些什么,除了一个名叫林潘途的人之外,而事情也全坏在这个人身上。
科格黎:这么说,后来所发生坏事都是他干的?
瑞诺:没错。林潘途原本只是我们组织里一个名不经传的探员,他很擅长利用花言巧语欺骗别人。此外,林潘途还有一个非常令人厌恶的习惯,就是吸毒。他总是借考察研究之名,或是通过偷偷摸摸的手段进入Level C-521大量采集罂粟。然后制成毒品或售卖或自己用。关键是林潘途把这事隐藏的很好,直到他当成为领导人我们才知道这事。(停顿)时间来到了2020年,阿芙蓉从我加入时的60多人扩充到了300多人。此时我的药物研发距离成功也仅差一步。可就在我们的组织蒸蒸日上之时,领导人杨领航却突然因不明原因一卧不起,没几天就逝世了。想都不用想,这一定是林潘途干的!
[瑞诺握紧了拳头,紧接着说道]
杨领航的葬礼刚举行完不久后,我们正在举行新一任领导人的选举大会。当时除了林潘途,包括守卫在内的所有人都到齐了。谁都没有在意林潘途,认为他只是太过悲伤,不想来了。因为他在葬礼上哭得那叫一个撕心裂肺,甚至差点晕过去。但转折也出现在这里。大会开到一半时,林潘途突然冲进了会议室,身后带着一群全副武装的人向我们扫射。我们当时很多人来不及反应就倒在了血泊中,枪声和惨叫连成一片。我当时由于离得远,然后又恰好被拥挤的人群推倒才侥幸逃过一劫。枪声大概持续了一分钟才停下,当我再次站起来时,会议室已然成了人间炼狱。到处都是血迹和尸体。而我和剩余的三十几位幸存者则被那位魔鬼绑了起来,我至今……都忘不掉他那狰狞的嘴脸和恶心的笑容。他完全就是个魔鬼!(说到这里,瑞诺突然激动了起来)林潘途从一开始就骗了我们所有人!说他是畜牲都算轻的!是他害死了杨领航!是他毁掉了阿芙蓉!是他……害死了我们三百多兄弟!他简直……
[瑞诺再也无法控制自己的情绪,对着桌子狠狠地锤了几拳。]
科格黎:世上怎会有如此混账的人?究竟是什么让它能干出这种事情?
瑞诺:你还不明白吗……促使他成为魔鬼的东西就是毒品!那些全副武装的人就是他找来的同伙!他们掌控了阿芙蓉后,开始毫无节制的向外输送毒品,而我和其他剩下的成员则被关到了一个没有信号的小房子里,每天都要帮那群畜生们采摘罂粟,除此之外还受尽折磨。为此我们又有十几人被活活累死……
[瑞诺沉默了很长一段时间,然后开口了]
瑞诺:最后到了2022年初,我们才被你们拯救出来。说实话,真的很谢谢你们……
科格黎:这是我们该做的,瑞诺先生。如果你以后有什么需要,尽管开口,我们一定尽力帮你。
瑞诺:真的吗?那请问……我能否拥有一间实验室呢?我要完成我尚未研制成功的药物。
<采访结束>
附录3
米囊蓉片
M.E.G.医药研究人员瑞诺在经历数次失败后,成功制得了米囊蓉片。根据测试,该药物具有重大价值。

最初生产出来的米囊蓉片。
性质及用途
米囊蓉片是外观为橘红色,大小不规则的颗粒状药物,具有一种甘苦的气味。米囊蓉片的熔点在70度左右,且易溶于任何液体。
经过测试,米囊蓉片可以治疗很多常规疾病,包括但不限于感冒、头疼、失眠、疲劳、部分心理创伤。将它与杏仁水以1:1的比例混合,所制成的溶液还可以治疗皮外伤、溃烂,甚至能够直接治愈陷入第二阶段的悲尸。此外,米囊蓉片还可以补充维生素B、维生素C。但需要注意的是,不应一次性服用过多的米囊蓉片,因为米囊蓉片含有轻微的毒性,过量容易导致嗜睡。
获取方式
目前仅能通过与M.E.G.交易获得米囊蓉片。
基地,前哨和社区
- M.E.G.“藏红花”基地
尽管本层的自然环境极其恶劣,但M.E.G.还是克服了困难,在一处山洞组建了一个拥有34人的基地。他们在本层采集和研究这些罂粟,还设立了足够多的引路牌来帮助无意来到本层的流浪者找到出口。
- 阿芙蓉前哨(已摧毁)
阿芙蓉前哨是在本层第一个建立的组织,尽管建立时间已无法确定。曾有167人在此长久驻扎。据其剩余的成员所说 ,最初建立该前哨时曾损失了不少人,靠着定时从别的层级运输生存用品生活。
此前哨曾大量利用本层的罂粟制成毒品,并将其以高价售卖给各层的流浪者。此举遭到了各大组织的一致不满,并要求其立刻销毁所有的毒品。但前者并没有听进去,反而变本加厉。最终在各大组织的联合下被彻底摧毁。
入口和出口
入口:
- Level C-8内有一颗长满鲜艳红花的树木,触摸它会进入Level C-521
- 在任意层级中发生意外的死亡事件会有较小的概率被传送至Level C-521
出口:
- 本层有较小的概率会生成一片粉色的罂粟,进入其中会来到 Level C-288
- 当流浪者怀有极强的求生欲时,尝试在地面切出可来到Level 10
- 钻进某些洞穴会来到Level 8
« Level C-520 | Level C-521 | Level C-522 »