本层级档案由正电子后室有限公司(E.P.B.)与探险者总督(M.E.G.)合著
层级属性:層級屬性:
获取前厅化合物的重要据点
- 安全
- C-723试炼
- 可获取前厅元素
/* @import url(https://cdn.jsdelivr.net/gh/hoah2333/Fonts@main/Typeface-DottedSongtiSquare.css); @import url(https://cdn.jsdelivr.net/gh/hoah2333/Fonts@main/Typeface-zcoolwenyiti.css); */ @import url('https://fonts.googleapis.com/css2?family=Play&display=swap'); @font-face { font-family: 'Dotted Songti Square'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/DottedSongtiSquareRegular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: '仓耳渔阳体W03'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/仓耳渔阳体W03.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: '仓耳渔阳体W04'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/仓耳渔阳体W03.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @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; --theme-base: "black-highlighter"; --theme-id: "e-p-b-dark"; --theme-name: "EPBDark"; --logo-image: url("http://zampona.wikidot.com/local--files/main/E.P.B.NEW%28SVG%29.svg"); --header-title: "E.P.B.™️"; --header-subtitle: "见微知著。"; --body-font: 'Play', '仓耳渔阳体W03', 'Noto Sans SC', sans-serif; --header-font: 'Dotted Songti Square', 'Noto Sans SC', sans-serif; --title-font: 'Dotted Songti Square', 'Noto Sans SC', sans-serif; --mono-font: 'Play', '仓耳渔阳体W03', '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: 10, 10, 10; --bright-accent: 0, 192, 255; --medium-accent: 0, 128, 255; --dark-accent: 140, 136, 126; --pale-accent: 140, 136, 126; --custom-text: 0, 128, 255; /* 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: 195, 115, 240; --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, rgba(0,128,255,0) 0%,rgba(0,128,255,1) 50%,rgba(0,128,255,0.98) 51%,rgba(0,128,255,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%;} } #extrac-div-3 { position: fixed; width: 100vw; height: 100vh; pointer-events: none; background-image: radial-gradient(circle, rgb(0,0,0) 0%, rgb(0,64,128) 60%, rgb(0,128,255) 100%); opacity: 0.25; mix-blend-mode: color-dodge; background-repeat: no-repeat; background-size: cover; z-index: 30; } #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: radial-gradient(circle, rgb(var(--black-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(--medium-accent), 0.05) 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; } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .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://zampona.wikidot.com/local--files/main/E.P.B.NEW%28SVG%29.svg) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none; } .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://zampona.wikidot.com/local--files/main/E.P.B.NEW%28SVG%29.svg) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none; } .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)); } .violet-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(195, 115, 240); } .violet-styled-quote { background-color:rgb(var(--dark-gray-monochrome)); border-left: 0.5rem solid rgba(195, 115, 240); 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); } .violetblock { background-color:rgb(195, 115, 240); 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); } .violet-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(195, 115, 240); } .violet-border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://zampona.wikidot.com/local--files/main/E.P.B.NEW%28SVG%29.svg) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none; } .green-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(0, 255, 100); } .green-styled-quote { background-color:rgb(var(--dark-gray-monochrome)); border-left: 0.5rem solid rgba(0, 255, 100); 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); } .greenblock { background-color:rgb(0, 255, 100); 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); } .green-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(0, 255, 100); } .green-border-logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://zampona.wikidot.com/local--files/main/E.P.B.NEW%28SVG%29.svg) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none; } }
Level C-723是后室C层群的第723层。
描述
Level C-723表现为一个颜色为纯白色的,无限大的平原,其地面似乎没有高低差距。
Level C-723内的天空颜色为纯蓝色。
据空气质量检测,Level C-723内有正常配比的空气,空气内水蒸气含量正常,但其空气内二氧化碳浓度似乎一直处于前厅1869年1时的浓度。大气温度稳定在25℃,尚未进行层级高度测试。
据地质考察得知,白色地面的分子构成似乎为大理石,但是在Level C-723内的大理石硬度远远超过了常规大理石应有的硬度,其大理石强度甚至可以承受流浪者在“C-723试炼”时对其释放的的100Mpa2的压强。
Level C-723内没有昼夜更替,但其蓝色天空正中有一团高度未知的,金色的光源,其内似乎包裹着一张“元素周期表”。
据“元素教派”称:此为他们的“元素之神”。
当一名流浪者进入Level C-723时,Level C-723会对此流浪者发起一项“试炼”(下称“C-723试炼”)。
关于“C-723试炼”
“C-723试炼”具体表现为:当一名流浪者来到Level C-723时,其面前将会出现多种特定的元素,且出现的目标元素均为刻着原子序数以及化学符号的固体方块3。
出现特定元素后,Level C-723会以一种未知的方式来提醒流浪者将这些出现的元素组成一个或多个化合物4,组成的难易度似乎与流浪者的学历有关,若流浪者的学历为小学毕业,此流浪者将直接跳过此层级直接进入Level 0。
在组成化合物的期间,流浪者可以自由控制白色房间中的一切,例如温度,压强以及空气密度等5,但是流浪者对于Level C-723的控制程度似乎是有限制的,其最大可控范围似乎在-273.156至100兆之间。
以下是关于经历过“C-723试炼”的流浪者的采访片段节选。采访目标:匿名流浪者
目标学历:初中毕业
貌似是我正在我家看着一块烧着的煤思考它的烟是什么东西,我就进来这个层级了,然后它就叫我整什么“二氧化碳”?叫了我之后我面前就突然出现两个方方的东西,一个写着“O”一个写着“C”,反正我不知道是什么,我只是四处走走7,然后过了一段时间,我开始想我的家了?然后我就被传送回去了?真的莫名其妙。
采访目标:一名匿名E.P.B.研究员
目标学历:博士毕业
采访?好吧..我是这么进来的:“在研究所打破了一个烧瓶。”我就来到了这个新层级,我一来到这个新层级它就叫我合成氨基酸,它叫了我之后,我面前就突然出现了几个固体元素方块,但因为是新层级,我也不知道怎么合成,但过了一会我发现我可以控制这个新层级的大气压强和温度等权限,知道我有这些权限后我很容易就搞出来了。
整出来氨基酸后我是一心想着回到研究所打算跟他们说我发现了一个新层级,似乎是听到了我想回去吧,我就被这个新层级给送回去了?
若流浪者在进行“C-723试炼”时陷入困境8,此层级的唯一实体“化学老师”(详见新增实体档案)将出现,他会给予流浪者提示,若仍然未合成出目标化合物,此流浪者便会被Level C-723送入Level 0。
若流浪者成功合成目标化合物,他们就可以前往一个被他们任意指定的,生存难度大于宜居的层级,或者在Level C-723内定居9,Level C-723会定期给予在Level C- 723内定居的流浪者一些随机元素,这些元素通常都能合成出淀粉和蛋白质以及水。
目前我们尚未发现流浪者合成的目标化合物的去向。
通过追踪观测的方法,我们发现这些目标化合物以一种未知的途径到达了Level C-340。
在Level C-340中的某些表面标有:“F”的化学仪器内含有的化合物正是来自于Level C-723内的目标化合物。
目前M.E.G.的研究小组正计划与E.P.B.达成长期协作并长期驻扎在Level C-340内以获取来自于前厅的化合物。
E.P.B.正在企划通过提高流浪者的学历来以此制造更多多样化的目标化合物。
因为此层级的特殊性质,此层级内没有任何实体记录已更新,请查看新增的实体档案。
基地,社区和前哨
“元素教派”
- 在白色平原内居住,相信元素就是他们的“神”。
- 大约10人。
- 与有识血肉“前厅采集巢”关系不佳。
- 中立
- 不开放贸易
- 掌握如何使用元素制造食品。
以下是他们传教时常常背诵的教义。
有识血肉“前厅采集巢”
- 由20个流动有识血肉人口组成。
- 与“元素教派”相距不远。
- 友好
- 高价收购前厅化合物。
- 因为“元素教派”的影响,E.P.B.与M.E.G.并未在此层级设置基地。
发现
此层级是由一名在Level C-340内的E.P.B.研究员误将一瓶标签为“F”的空圆底烧瓶打碎而意外进入的,据采访称,他的“C-723试炼”是氨基酸的合成,但是其轻松完成试炼并回到了Level C-340
入口和出口
入口
- 在Level 11尝试自制核反应堆会来到此层级。有趣的是,若以这种方式来到此层级,离开后会附赠关于核反应堆的全部元素以及一张“元素周期表”。
- 在任意一个层级思考二氧化碳的构成即可来到此层级。
- 在Level C-340打碎一个写有“F”的空瓶子即可来到此层级。
出口
- 特别的,此层级禁止切出,且诺克利普贴也在此层级失去了作用。
- 完成“C-723试炼”即可来到一个被流浪者任意指定的,生存难度大于宜居的层级。
- 在“C-723试炼”中陷入困境,你将会来到黄色。
collsans91
哼哼,啊啊啊啊啊啊啊啊啊啊啊啊啊啊(喝了氨水)
« Level C-722 | Level C-723 | Level C-724 »