:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
物品编号:Object C-193
通心粉肠为有识血肉和“帕拉斯研究所”修建于其控制区的一种可快速跨越层级的永续大型工事。
描述
通心粉肠是有识血肉建设的巨型活体工事的一部分,作为其在各层级间或层级内立体建筑间联通装置,通常出现在有识血肉占据区域的交通要地或是巢穴中作为向城市运送重要人员或物资的主力通道。
正如其名字所述,通心粉肠外观近似哺乳动物消化器官的肠道部分,不参与跨层级运输的通心粉肠通常长而粗壮并裸露在外连接两个大型建筑的房间,而参与层级间运输的通心粉肠则大多数埋入墙体或是地下。要简短的多并且通向末端的一个球状囊,理论推测在球状囊中实现层级跨越。
通心粉肠在感应到有物质进入后会开始快速蠕动将进入者推送至目的地,具体速度根据其肌肉壁厚度而定,通常而言可达100千米/小时。其中填充有大量不明高氧气含量液体让人类和大多数有识血肉即使没有经过水下呼吸的相关改造也可以在其中正常进行呼吸不会产生窒息反应。由于液体提供可观的缓冲力因此即使通心粉肠高速行进人体也不会受到太强的压迫感1。
使用方式
不进行层级跨越的普通通心粉肠对所有可以进入有识血肉据点的探索者都通用,使用者只需蜷缩或平躺在入口等待肠道自行将自己蠕动到目的地即可,不过由于其中粘液通常会弄湿衣服,建议在使用前先向有识血肉购买防水容器。
进行层级跨越的通心粉肠使用方式与之相同,但是代价要明显高得多,通常来说每次启动需要500瓶以上的杏仁水作为支付并且每次启动之后至少需要1~2周才能再次启动。当启动时所有进行本次跨层级移动的人和物品必须全部位于通心粉肠中,大约15~20秒后通心粉肠会剧烈蠕动将所有人喷吐之下方的球状囊中。此时球状能外壁上会出现一个类似门的装置,进入其中即可到达“母亲的城市”2。
值得一提的是E.P.B.利用超声波探测系统确定了处于墙壁中的通心粉肠大概外表,在未启动时球状囊表面没有任何裂口,并且不存在对外界的其他通道,而在启动后整个通心粉肠本身都消失了。
发现记录
可以确定最早的发现纪录来自于一次有识血肉与U.E.C.的大规模敌意接触后大约2~3年各个巢穴开始扩建该设施,加上之前对U.E.C.的一部分监视推测该技术最早为该团体掌握,有识血肉应该是缴获其某物品并进行逆向科技得出。
帕拉斯研究所则在“科技获取行动17号”后开始在文件中出现关于该技术的记录3。并在大约5年后开发出可以使用的版本,根据实验数据来看该版本比起有识血肉的原版本在传送数量和速度上有显著提升,但精度则严重下降。
原理推测
可进行层级跨越的通心粉肠通常被镶嵌于大型岩石或有机物组织中,尝试从外部观测该装置计划并不成功。有时血肉严格要求不允许清醒状态下携带武器进入该装置4,尝试破坏装置的行动也均以失败告终,考虑到有识血肉会通过神经连接知晓被连接者情绪状态加上其要求时进入肠子是必须接受极其严格的检查,目前没有成功混入的经历。
因此目前找到最有可能是该装置运行原理的内容是通过某些技术手段从帕拉斯研究所数据库中获取的对该物品逆向科技后得到的结果,相关文档内容如下。
根据“χ-2 芬里尔之齿”在科技获取行动17号中带回的样本,我们可以开始尝试复制有识血肉的层级跨越技术——正如之前某些学说中所猜测的一样,后室中很多层级通过即视感和相似性进行相连——层级会生成作为通道的雨林进程及外观相似的区域。或能够暗示临近层级的物品。当探索者根据该物品或场景特征联想到另一层及时,他们就会发现自己已经被移动了。
移动过程中探索者身上的大部分物品在大多数层级会正常保持,这一物品包括探索者体内寄生物或体表细菌等,因此活体也可以作为“物品”的一部分。这也是为什么发现有识血肉将该装置的操作员直接接入该装置的原因。在这样的情况下,所有乘客都会被认为是层级跨越主导者的物品——根据多次试验得出如此判断的理由应该是层级跨越主导者,本身相信。
结合蓝色通道观测的层级相对位置可大概认为:使用这种方式跨越层级时该区域“层级间距离”越近、使用者携带物资越少则需要的即视感越小。通常层级简介的出入口内容提到必然成功的出入口都是极其接近的区域,较远的区域则通常会被记录为有概率可出入。
修建该装置的层级和需要前往的层级间距离极远,因此为正常触发层级穿越效应必须让这种即视感显著加强,而目前最有效加强这种即视感的方法有三个:
- 提升想象者本身的思维活性,选择想象力较强的成员作为层级跨越工作的想象者。
- 加强场景相似度,根据经历过有识血肉主导层级跨越的人回忆可知,成功跨越到“母亲的城市”的成员发现所处区域与传送区域间相似度极高,并且刻意增加大量完全相同又极容易被记住的特征,例如伤疤、裂口等
- 增强刺激,显然能让使用者大脑进入恍惚状态的物质对此类层级穿行都有所帮助,但其副作用也通常是显著的。有识血肉设施废墟附近操作员装置中提取出少量“记忆果汁”残留。而根据其记录,在每个个体启动后会进行一次时间极长的修养用于恢复记忆果汁对大脑造成的损害。虽然我方缺少直接修复活体组织的相关技术,但出色的化学能力让我们能制造出更好的精神活性药剂——在该装置上代表着更大的传送重量上限和更快的传送速度。
但……代价……
本文作者为STUDENT508
« Object C-192 | Object C-193 | Object C-194 »