/* Liminal Legacy Theme [Legacy Theme] by Lynch & Etoile. Remixed by Stretchster. */ @import url('https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap'); :root { --theme-base: "black-highlighter"; --theme-id: "liminal-legacy"; --theme-name: "Liminal Legacy Theme"; --logo-image: url("http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png"); --header-title: "后室的传承"; --header-subtitle: "注意看你背后..."; --body-font: 'Lato', "Noto Sans SC", sans-serif; --header-font: 'Russo One', 'ZCOOL XiaoWei', sans-serif; --title-font: 'Exo', '幼圆', "Noto Sans SC", sans-serif; --mono-font: "PT Mono", "Andale Mono", "Noto Serif SC", '仿宋', "Courier New", Courier, monospace; --white-monochrome: 215, 207, 137; --text-white-monochrome: 222, 222, 222; --pale-gray-monochrome: 255, 185, 97; --light-gray-monochrome: 90, 20, 20; --gray-monochrome: 90, 20, 20; --black-monochrome: 12, 12, 12; --bright-accent: 255, 185, 97; --medium-accent: 86, 23, 23; --dark-accent: 164, 107, 0; --pale-accent: 203,0, 183; --alt-accent: 234,88,255; --legacy-accent: 34,80, 121; --darker-legacy-accent: 45,53,67; --backrooms-yellow: 215,200,0; --swatch-topmenu-border-color: var(--medium-accent); --swatch-headerh1-color: 222, 222, 222; --swatch-headerh2-color: 255, 185, 97; --link-color: 90, 20, 20; --hover-link-color: 255, 185, 97; --visited-link-color: 215, 150, 64; --background-gradient-distance: 0rem; --gradient-header: linear-gradient(to top, rgba(var(--medium-accent)) 0%, rgba(var(--medium-accent), 0.90) 0% ); --diagonal-stripes: linear-gradient(transparent 0); } #skrollr-body { background-image: radial-gradient(circle, rgb(var(--medium-accent)) 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; } #top-bar div.mobile-top-bar > ul > li > a, #top-bar div.top-bar > ul > li > a, #top-bar div.mobile-top-bar > ul > li > ul > li > a, #top-bar div.top-bar > ul > li > ul > li > a { color: rgb(var(--bright-accent)); } 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; } .yui-navset .yui-nav .selected a { color: rgb(var(--bright-accent)) !important; } table.wiki-content-table th { color: rgb(var(--text-white-monochrome)); } #login-status { color: rgb(var(--bright-accent)); } #login-status a { color: rgb(var(--bright-accent)); } #search-top-box input.empty { color: rgb(var(--bright-accent)); } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--alt-accent)) } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(90, 20, 20,.25); } .styled-quote { background-color:rgb(var(--bright-accent)); border-left: 0.5rem solid rgba(var(--gray-monochrome)); color:rgb(var(--black-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); } .dark-styled-quote { background-color:rgb(var(--darker-legacy-accent)); border-left: 0.5rem solid rgba(var(--legacy-accent)); color:rgb(var(--text-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); } .dark-styled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { 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); } .block { background-color:rgb(var(--gray-monochrome)); color:rgb(var(--text-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); } .darkblock { background-color:rgb(var(--darker-legacy-accent)); 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(--text-white-monochrome)); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); } .borderblock { background-color:rgb(var( --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)); } .alt-borderblock { background-color:rgb(var(--bright-accent)); color:rgb(var(--black-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(--gray-monochrome)); } .dark-borderblock { background-color:rgb(var( --darker-legacy-accent)); 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(--legacy-accent)); } .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(--gray-monochrome)); border: solid 0.3rem rgb(var(--bright-accent)); } .border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .dark-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(--darker-legacy-accent)); border: solid 0.3rem rgb(var(--legacy-accent)); } .dark-border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) 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(--gray-monochrome)); } .logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .dark-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(--darker-legacy-accent)); } .dark-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backroomssandboxcn.wikidot.com/local--files/img/LOGO_MEG.png) 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(--gray-monochrome)); color:rgb(var(--text-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(--gray-monochrome)); position: relative; top: -1.6rem; background-color: rgb(var(--bright-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .dark-titleblock { background-color: rgb(var(--darker-legacy-accent)); color:rgb(var(--text-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(--legacy-accent)) 2px; } .dark-titlebox{ color: rgb(var(--darker-legacy-accent)); position: relative; top: -1.6rem; background-color: rgb(var(--legacy-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .border-block { background-color:rgb(var(--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(--gray-monochrome)); } .featurebox{ padding:0 0.5rem; margin:1rem 0; background:#c7c089; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #d6ce92; box-sizing:border-box; } .featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#D7CF89; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #c7c089; box-sizing:border-box; transition:0.2s; } .newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(199,192,137,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } .light-featurebox{ padding:0 0.5rem; margin:1rem 0; background:#5A1414; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #FFB961; box-sizing:border-box; } .light-featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#FFB961; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #6B1E1E;; box-sizing:border-box; transition:0.2s; } .light-newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(75,16,16,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } .dark-featurebox{ padding:0 0.5rem; margin:1rem 0; background:#2D3543; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #F4F4F4; box-sizing:border-box; } .dark-featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#225079; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #202732; box-sizing:border-box; transition:0.2s; } .dark-newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(32,39,50,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } .yellow-featurebox{ padding:0 0.5rem; margin:1rem 0; background:#EBC400; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #F4F4F4; box-sizing:border-box; } .yellow-featureflavor{ padding:0 0.5rem; margin:0.5rem 0; background:#EBC400; border-radius:0.6rem; box-shadow: 0px 0px 3px; border: 1.75px solid #F4F4F4; box-sizing:border-box; transition:0.2s; } .yellow-newsbox{ padding:1px 1rem; margin:1rem 0; background: linear-gradient(90deg, rgba(205,171,0,1) 0%, rgba(214,206,146,0) 100%); border-radius:0.8rem; } @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; /* Change the speed here. */ } #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)); }
生存难度:生存難度:
等级等級 deadzone
- {$one}
- {$two}
- 层级效应危害
Level C-559是后室c层群的第559层。
上传者:流浪者wr
上传日期: 20??年 3 月 2 日
上传地点:Level 11
备注:我是wr,这是我第一次上传层级,有些描述可能不妥,见谅。所有我想说给各位流浪者需要额外注意的地方都加在对话框里了,请注意对话框里的话,关键时刻可以救你一命!
描述
Level C-559内部景象。
Level C-559是一座漂浮在海上的小岛,其陆地面积很小,据步量测量1大概是200-300平方米。岛屿被呈现橘黄色的海水所包围,岛屿的北岸为沙滩,南岸为一片原始丛林,层级内部出现异常的高饱和度和高锐化度,整个层级呈现橘黄色,层级内部没有昼夜更替,并始终呈现在白天。气温保持在令人不适的40℃,若不及时摄取水份很快便会脱水。流浪者通常可以在层级内部闻到一股恶臭气体,这种气体的味道大致被描述为“死去超过三周的动物尸体”,长时间吸入这种气体可能会导致头晕,幻觉。请流浪者备好必要的防护措施。
层级区域
沙滩
沙滩区域。
沙滩是Level C-559中面积最广阔的区域,其占地面积大约为130平方米左右。
沙滩的组成部分为极为锋利的沙砾,沙砾会轻易刺穿流浪者的脚掌,并且难以取出,会造成伤口无法愈合,导致的失血过多和伤口感染。
“我的脚已经被严重划伤了,导致我失血过多。现在已经出现乏力,呼吸困难的症状了。”—流浪者wr
据推测,沙滩上的沙砾似乎可以反射太阳光,致使直射效应进一步增强。
海中的海水里没有任何生命存在,水温通常在10℃-15℃,与其说是水,不如说是溶液,海水已经被证实为“有强腐蚀性”的液体。我已经确定这是一种强酸了,请流浪者避开一切与海水接触的可能。
最好还是别去沙滩,上面有太多不确定因素,等你被直射效应折磨疯的时候你也不想一下就迈入到强酸海水中吧。—流浪者wr
树林
树林区域。
树林的组成部分为大量乔木和大量草本植物。树林中大部分的植物外貌与前厅中无异,但颜色呈现橘黄色,且在叶片表面出现噪点。叶片已经确定为一种极为锋利且未知的成分组成,若叶片划过身体可以轻易的造成大出血,建议流浪者携带一个趁手的工具来砍碎叶片以防划伤。但是,经我调查,树林区域是Level C-559中仅有的资源区,流浪者可以在树林区域的果树上找到少量可食用的果实,但这种果实通常被认为是非常难以下咽的。大部分果实的表皮极酸,果肉会散发出一种腐烂的味道,不过果实已经被证实有少量营养物质,可以安全食用。
如果你能自带一些食物那是再好不过了,因为这个果子是我吃过最难吃的东西。—流浪者wr
小木屋
小木屋被认为是Level C-559中仅有的安全区域,屋体均为杉木制作,其边缘处有铁钉连接,部分连接处铁钉掉落,建筑结构不稳定,有坍塌的风险。流浪者可以在其内部短暂的休息调整。小木屋内没有任何物资。层级的直射效应在小木屋内被证实可以有效的缓解,但现已经被拆掉了,所以Level C-559内部已经没有任何安全的地方了。
“抱歉,没来得及拍小木屋的照片,小木屋被我拆掉做船了。但是我的船放到水里后不出5分钟便被溶解了,我被有强腐蚀性的海水烧伤了右侧小腿,我身边没有医疗物资,所以我的右侧小腿已经大面积腐烂了,所以我现在已经无法移动了。”—流浪者wr
特殊效应
直射效应是Level C-559的特殊效应,在流浪者看见太阳光及其反射光后会产生该效应(也就是说,只要你没彻底瞎掉,还能看见光,就会被该效应所影响 )。流浪者在直射阳光初期时会呈现短暂失明,而后转为剧烈呕吐、晕厥、幻听、幻觉、永久失明等症状。此外,也可能会导致精神类疾病,比如躁狂症,易怒症,精神分裂症,抑郁症等症状。(这只是我的猜测)这对于层级探索极为不利,建议探险者利用一切可利用的手段避开太阳光的直射。
“我的眼睛就是这样瞎掉的。”—流浪者wr
基地,前哨站与社区
因为本层级的特殊危险属性,没有任何基地,前哨站与社区。
入口和出口
入口
- 从Level C-230中乘船划行5个小时后有概率切入此层级
- 这里很危险,我不建议流浪者进入,或者去寻找其它入口
出口
- 可从Level C-559中的海洋的任意方向游10公里后并下潜至水面10米处,方可切入Level 7
请注意,海水是一种强酸,请确认你有充足的准备后在从层级内离开。(我说实话,来到这里的人已经几乎无法离开了,你为什么要进来呢?)
我的遗言,也是我的遗憾:我蜷缩在已经被拆掉的木屋地板上,死亡的恐惧笼罩了我。我感觉到大地在震颤!可那只不过是我因恐惧而发抖。我不禁反问自己,为什么会这样,为什么我会来到这里,我的妻儿还在等着我,我本不该放弃的。但是这太难做到了,疼痛侵蚀我、洗刷我,我做过最错误的决定便是到了这里,不用救我了,我一个人死在这无人的角落里也好,也算是为了前半生的罪恶洗涤吧。请把我在Level 11的房产捐给有需要的流浪者吧,谢谢。(“这段话被黑线划掉,然后又在后面工工整整的重新抄了一遍”)—流浪者wr
记录时间:20??年 3 月 2 日
记录地点:M.E.G.的某一处审讯室
记录主题:M.E.G.审问人员正在审问一名流浪者
[记录开始]
—M.E.G.审问人员:“您就是wr吧!我们根据您的上传地点找到了您,能看到您真的太高兴了。看到您结尾写的遗言,真是为您感到担心,看到您重新出现在这里,我们实在是非常兴奋。我们看到了您新上传的层级内容,请问情况是否属实。”
—流浪者wr:“情况大体符合,有小部分仍在修改,感谢你们的信任。”
—M.E.G.审问人员:“没有没有,您的描述写的很精彩,多亏了您的付出。”
—流浪者wr:“您太客气了!您把我今天请到这里来是干什么呢?是需要我协助调查吗?”
—M.E.G.审问人员:“您觉得我是在跟你客气吗?”
—流浪者wr(眉毛上挑,嘴角微颤):“请问…是我做错了什么吗?”
—M.E.G.审问人员:“请把您进入Level C-559和离开的全部过程跟我复述一遍。
wr突然锐利地看向审问人员,徐徐开口
—流浪者wr:“你是在威胁我吗,如果我不说又会怎么样。你要知道,非法囚禁可是要坐牢的,你们这些搞审问的也不例外。”
M.E.G审问人员起身,慢慢走到门口的玻璃处,充满玩味的看着wr
—M.E.G.审问人员(对着门外挥手,两个保安进入):“是又怎么样,您把事情搞得那么僵对我们都不好对吧,难道您不想回家看看老婆孩子吗?(再次对着门外挥手,wr的老婆孩子在门外的玻璃窗前出现)不为自己想想也为家人想想,你说对吧。”
wr突然表情扭曲,一声剧烈的拍桌声后,wr突然起身,大声质问到
—流浪者wr:“妈的,你们真他妈不是人,审问我让人威胁我老婆孩子干什么?你要是个男人就别拿我老婆孩子当筹码,你们这些杂碎,呸!”
—M.E.G.审问人员:“那好啊(审问人员对着保安挥手),接下来我来问问你。”
—流浪者wr:“你问,有什么问题我一人担着,别他妈拿我老婆孩子做手段。”
—M.E.G.审问人员:“完全可以,前提是您要配合我们的工作。我们在你的背包中搜到了一瓶未知液体,鉴定部给出的结果是一瓶强碱溶液,我们有理由怀疑你用强碱溶液伪造你右侧小腿的腐蚀性伤口。”
—流浪者wr:“我要是没记错的话,我在文章中写出我的小腿是被强酸腐蚀的吧,请问我用强碱溶液清洗中和有问题吗?”
审问人员语气渐强,慢慢靠近wr
—M.E.G.审问人员:“你用强碱中和强酸吗?但凡上过中学的人都知道要用弱碱溶液中和伤口里的强酸吧。”
—流浪者wr(一脸自信的表情):“请问这能说明什么?拿什么冲洗伤口是我的自由吧,假如说我刚好掌握了强碱溶液的用量使其不会过量呢?您该不会不知道’疑罪从无’这个原则吧,你们搞审问的不是最清楚了吗?”
—M.E.G.审问人员:“别高兴的那么早,你难道还没意识到你接近于完美的计划到底出错在哪里吗?”
—流浪者wr(故作错愕,双手摊开):“我不知道你在说什么。”
审问人员步步紧逼,将wr逼入绝境
—M.E.G.审问人员:“你还没意识到你刚才已经暴露了吗?你刚才是怎么看到你的妻子的。”
—流浪者wr:“我…额,这,我好像…(wr一愣,已然说不出话了)”
—M.E.G.审问人员:“我来替你说吧,你在文章中写到你已经失明了,我刚才叫你妻子和孩子出来只是挥了挥手,没有发出任何声音,你又是怎么看到他们的呢?我承认,你的计划已经很完美了,但对于我们来说还不够。(审问人员缓缓吐气,做出一副结束了的样子)”
—流浪者wr(脸色发红,眼神飘忽不定2):“什么嘛,我刚才我只是听到了我妻子在跟我说话,不是你…”
—M.E.G.审问人员:“哈哈哈,我们的玻璃采用了上好的隔音材质,这是玻璃的采购证书(审问人员从抽屉中拿出来一份采购证书),你现在还有话说吗?”
—流浪者wr(脸色阴沉):“你赢了,我会把层级的全部内容告诉你的。在此之前,我有个请求:能不能把这个录像关掉。”
—M.E.G.审问人员:“行吧行吧,怎么就你破事怎么多。”
审问人员抬手将录像关掉
[记录结束]
经M.E.G审问人员连夜审讯6个小时后,这位流浪者终于交待了层级实情,原层级内容已归档,下面是更改后的层级信息。
生存难度:生存難度:
等级等級 宜居
- {$one}
- {$two}
- {$three}
Level C-559是后室c层群的第559层。
描述
“M.E.G.在相同位置拍摄的Level C-559的真实照片”。
Level C-559是一座漂浮在海洋上的小岛,小岛的面积为230平方米,小岛的南岸为未开发的原始树林,其中并没有危险因素,小岛北岸是一片较为开阔的沙滩,沙滩的正中央矗立着一座小木屋。层级内部有昼夜循环,大致上每20小时完成一次昼夜更替,层级内气温始终保持在30℃。层级内经常会飘来一股携带清新味道的海风,目前已被证实有稳定心态,镇定情绪的作用。温暖的太阳高悬在Level C-559的层级上空,大多数时间内层级为晴天,但小部分时间会出现阴天并伴有小雨,阴天时小岛上会弥漫着一层薄雾,根据M.E.G.的成分检测:雨水为杏仁水,可以正常饮用。层级内部仅有小木屋内部有wifi,其它区域均无明显的wifi信号。
层级区域
沙滩
“沙滩区域的照片”。
沙滩是Level C-559中最大的区域,占地面积约150平方米,沙滩上的沙子质地柔软。沙滩上会随机产生一些生物,目前被观测到的已有:螃蟹、海螺、寄居蟹、在前厅未被发现的贝壳类生物等。在沙滩上躺着可以有效缓解流浪者的压力。
海水已被证实与前厅的海水无异,海面上没有明显的大浪。水温为25℃-30℃的舒适水温,流浪者可以在其中游泳来缓解压力。目前可以确定海中有大量的海洋生物,其中不乏有:各类浅水鱼、海蜇、海葵、贝壳类、虾类等。且都可以食用,这为在Level C-559长期生存提供了很好的条件。
树林
“树林区域的照片”。
树林是Level C-559资源最丰富的区域,树林大体与前厅树林无异,其内部有完善的生态系统,包括完整的生物链,观察到的动物不限于:大量昆虫、大量爬行动物、中等数量的食草哺乳动物,少量的食肉哺乳动物(已被证实对人类没有攻击性)。生态系统中也包括完整的植物体系,目前发现了大量的乔木与草本植物。乔木均为可食用的果树,这些果树多为热带地区的果树,有:香蕉树、荔枝树、菠萝蜜树、榴莲树等。流浪者在食用这些果实时会感觉到这些果实比前厅的果实更加香甜,M.E.G.对其进行了成分检测,发现果实的营养成分比前厅的果实更多。
前厅产香蕉与Level C-559产香蕉营养成分检测报告:| 热量 | 蛋白质 | 脂肪 | 碳水化合物 | 钠 | 含糖量 | |
|---|---|---|---|---|---|---|
| 前厅产香蕉 | 93千卡/100g | 1.4g/100g | 0.2g/100g | 22g/100g | 0.8mg/100g | 16g/100g |
| Level C-559产香蕉 | 130千卡/100g | 2.4g/100g | 0.6g/100g | 28g/100g | 0.9mg/100g | 27g/100g |
其它果实仍在检测,M.E.G.正在打算将Level C-559作为水果产地。
小木屋
“另一角度的小木屋”。
小木屋是Level C-559中唯一的建筑,其内部有完善的电力系统和完整的一套家具,并且有较强的wifi信号。室温始终维持在28℃。
目前已发现的家具包括:
*一台电视机(电视中通常在播放着《鲁滨逊漂流记》电影版,演员均为无面灵)
*一张单人床(上面铺有床垫、被子和枕头,床铺被收拾的很整齐)
*一盏台灯
*一个乔木制成的长桌
*一条木板凳
*一个可以用来储存大量物品的收纳箱
*一口用于进行烹饪的铁锅
*一台老式收音机
收音机里播放着上个世纪的广告“绝妙的海岛生活,您人生的一次完美旅行”
特工在探索的过程中,在床上发现了流浪者wr的日记
这是我来海岛的第一天,这太让人兴奋了!我尝试从Level 134中捕鱼,结果居然来到了这个世外桃源。我已经基本建立了生活所需,现在主要目的是探索层级。终于,我安全了,不用在奔波了,这么好的地方绝对不能被任何人发现,绝对!
这是我来海岛的第二天,今天的捕鱼收获非常丰富,并且我发现了:层级内一直持续掉下的小雨其实是杏仁水,这会帮助我在这个岛上一直活下去。感谢主的恩赐。
这是我来海岛的第三天,今天我一直在想一个问题,这个海岛确实风景优美,但如果M.E.G.这些强盗来了,他们又会把树林全部破坏掉,把我的小木屋连根拔起,在岛上建立一个又一个房子,美名其曰“为了后室”。我必须要做点什么。
这是我来海岛的第四天,我已经给这个层级编写了虚假的层级信息,还写了一份假遗嘱,写这些煽情的东西真让我恶心,希望这个能骗过这些M.E.G.的蠢猪们,现在就差上传了。切入方式我也做了假,防止他们进来,我承认这样做的确有些自私,可是为了我的下半生,我还是这样做了。我要把老婆孩子从Level 11接过来,他们是我活下去的动力,这可能要冒险一下,但我必须这样做。
今天是第五天,我冒着风险来到了Level 11。商店没有强酸了,所以我只能买了强碱,我把我的右侧小腿浇上了强碱,这真的太疼了,为了他妈的未来,拼了。整体上我的计划没有出现纰漏,所以我把关于Level C-559假的层级信息上传了。但是我发现了几个M.E.G.的人,他们一直跟着我,我不知道这事是巧合还是…(就在此处,流浪者的笔迹突然中断,并且前文出现了猛烈的黑色笔迹的划痕,据M.E.G.猜想:这名流浪者应该是遇到了正在抓捕他的特工,想要销毁之前的证据。多亏了这个日记,我们得以给这名流浪者判罪3)
[日记到此结束]
基地,前哨站与社区
M.E.G.度假社区
目前该社区仍在建,有少量工人在岛上建设基地,目前不对外开放。
入口与出口
入口
- 在Level 134的海面上捕鱼时有概率进入Level C-559
- 更多入口有待探索
出口
- 在Level C-559的海面上游泳,并潜入水底,直至呼吸困难时会切入至Level 7
- 在Level C-559的树林区域触摸一个发着蓝色荧光的蘑菇,有概率切入到Level C-382
- 更多出口有待探索
M.E.G.内部通知:该层级已经封锁,请特工et和特工ry至指定地点封锁层级,保证不让任何闲杂人等进入。该层级仅用做M.E.G.管理层领导度假使用,任何闲杂人等不得以任何理由进入该层级。如果扰乱了领导的休息,对于M.E.G工作人员做停职处理,对于流浪者则立即处以一个月的监禁。
“匹夫无罪,怀璧其罪。”—《左传·桓公十年》
我们打败了“罪恶”,但是……我们还是正义吗?
« Level C-558 | Level C-559 | Level C-560 »
