: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; } } } }
现象名称:同化
现象编号:Phenomenon-C-59
发生区域:C层群全境
概述
同化现象是一种出现在经受过有识血肉改造者身体和精神上的特殊变化,受此现象影响的探索者会在思维和生理上逐渐与有识血肉趋同,开始逐渐融入有识血肉的社会,这也是该实体增加同伴的重要方式之一。
发生人群
经过有识血肉改造者中约1/5的探索者会发生此现象,主要集中在科研巢“蒸汽锅”和贸易巢“吹糖机”周边,推测与这两个巢穴中占据主导激进同化派有关。
但考虑到有识血肉也经常散播一些用于同化的辅助性生物武器或出售带有意识干扰倾向的物品,与有识血肉进行正面冲突和接受过其救援的探索者即使没有经过改造也有可能出现同化现象。而临近有识血肉巢穴或是被有识血肉拜访过的聚落在一定时间后也可能会有部分人会出现同化现象。
区分
需要注意的是:此类现象更接近于发生者被人为诱导加入有识血肉,这需要与本身自愿加入有识血肉的“待转化者”进行区分。
通常来说,待转化者在转化发生前便很快接受有识血肉的理念,并会主动与相关组织接触。而同化现象发生者则通常对有识血肉并不抱有大量好感,甚至其中一部分人在同化现象发生前对有识血肉是持敌意态度,在同化现象发生之后才迅速且不自然的转变。
感染症状
早期
被感染者会逐渐开始倾向于加强社交,精神状态会得到显著改善,会有一种近乎于亢奋的乐观和极其出色的社交能力,并且开始更加注重集体活动和团队配合,当脱离集体时精神状态也会变得更不稳定。
中期
探索者会变得极其亢奋,以近乎偏执的势头接近其他探索者并与其保持某种程度上的肢体接触,在此阶段下的探索者将拒绝穿着非御寒需求的任何衣物。并且开始积极与有识血肉接触,甚至一部分探索者在此阶段就会直接前往加入有识血肉。
值得一提的是,这种变化在大多数针对精神状态的影响中有相当高的优先等级,进入中阶段以上的探索者将很难受到悲尸、远行冲动、不祥之兆等精神影响。
末期
此阶段的探索者已经几乎不再穿戴衣物,大多数时候会尝试依靠自己的身体解决问题。和大多数有识血肉相似,探索者将几乎无法忍受孤身一人的环境,迫切的需求依靠团队并且需要有明确分工。
这种变化在针对精神影响的优先等级上高的难以置信,甚至可以抵抗杰瑞的教化等几乎已经完全超自然的精神效应。
无机物文明喜欢想象些野蛮的怪物——没有完整的社会、依靠作恶劫掠或是别的什么为生,在无机物文明眼中野蛮而愚昧。
那就如同我们看你们一样,冰冷而沉默的机械不能让你们听到他人心声,不得不浪费巨量资源用于协调调度。无机物者将他们称之为官员,但实际上这些个体完全无法进行任何有效产出,只是弥补你们的不足,就如同鬼怪一般没有完整的社会。
那些深厚文化因为个体差异让你们无法感受作者创作时那份最真诚最美好的冲动。让你们的文化中充斥着滥竽充数,真正带有最美好情感的艺术珍品却被埋没。当我们欣赏那些美好时,伴随着神经网络的波动,这份纯真炙热的情感中加以记录而不是只能依靠后人去感受。
无机物者已然放弃古之先贤们将自身岁月与精神献于艺术所创造的结晶,你们已经失去鉴赏艺术的能力,创造与艺术时的美好已经消失不见,在我们眼中就如鬼怪一般野蛮。
漫长的岁月无数出色的个体构思着无机物文明未来的蓝图,但你们认为的终点不过是我们如今便早已达到了起点。
我们的发展无需浪费资源去协调,更不会将数以亿万计的资源用于自相残杀自我毁灭,所以我们在数百年前便达到了如今的高度——你们用的数千年才达到的高度,彼之千里,吾之跬步。
可这样的你们却占用着人类之名!“孩子”这个词只能用来称呼人类的子嗣,而伟大母亲想要的是孩子!
我们应当是伟大母亲的孩子,而这个名号也应当属于我们。你们这些低效率又彼此分离的个体仅仅是一群冒名顶替者,一群扮成人类的小鬼,一群占用着我们应得的名号的怪物。
所以我们会取回这本就该是我们的名号,但并不会野蛮的毁灭一切——你们是扮作人类的小鬼却有能力变成真正的人类,像我们一样更完美,更具社会性,更健壮而优秀的人类。
成为人类的一部分!成为我们的兄弟姐妹!当最后一个冒名顶替人类的小鬼成为真正的人类时这两个种族之间也就不再会有任何差异。当人类这个称呼被使用时,你们会抬头,我们也会抬头,因为你们就是我们,人类的眼睛将看到人类。
值得一提的是这份通告并不是从“城市”发出,并且伟大母亲和城市方面的学者迅速指出。这份通告并不是由己方所写。最终该文件被认为是U.E.C.试图挑拨有识血肉与人类之间关系而写出的内容。
我说什么来着?他们总能浪费巨量的资源在内部冲突和自我毁灭上,如果给他们像当年城市周边那些建造者一样的武力,他们肯定也会走向一样的道路。
给我闭嘴!这事儿本来是要偷偷进行的差点就被你捅破了,还好我们安插的眼线够多
哈哈哈哈哈哈哈哈哈哈……
本文作者为STUDENT508