: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); box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) 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; 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; width: var(--body-width-on-desktop, 45.75rem); 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; } } } }
:root { --box-border: var(--gray-monochrome); --box-shadow: var(--swatch-tertiary-color); --box-color-0: 27, 122, 44; --box-color-1: 88, 248, 70; --box-color-2: 211, 186, 0; --box-color-3: 239, 149, 0; --box-color-4: 254, 110, 24; --box-color-5: 253, 69, 69; } .extrabox { float: right; position: relative; } .box { position: relative; width: max-content; min-width: 11rem; display: flex; flex-direction: column; height: 2.25rem; box-sizing: border-box; padding: 0 0.5rem; background: rgb(var(--pale-gray-monochrome)); border-left: 0.5rem solid rgba(var(--box-border), 0.5); box-shadow: inset 0 0 0 0.0625rem rgba(var(--box-shadow), 0.5), inset 0.0625rem 0 0 0 rgba(var(--box-shadow), 0.5), inset 0 -0.0625rem 0 0 rgba(var(--box-shadow), 0.75); transition: height 0.25s cubic-bezier(0.4, 0, 0.2, 1); font-family: Inter, "Noto Serif SC", sans-serif; cursor: default; overflow: hidden; } .box br { display: none; } .box .iets-before { position: relative; font-size: 1.5rem; display: flex; opacity: 1; right: 0; top: 0; transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1); } .box .iets-after { position: relative; right: 999rem; top: 0; opacity: 0; transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), top 0s 0.25s, right 0s 0.25s; } .box .iets-before .iets-link { opacity: 1; } .box:hover { height: 5.063rem; } .box:hover .iets-before { top: -2.25rem; right: 999rem; opacity: 0; transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), top 0s 0.25s, right 0s 0.25s; } .box:hover .iets-after { display: flex; flex-direction: column; top: -2.25rem; right: 0; opacity: 1; transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1); } .box .iets-after .iets-link { font-size: 1.5rem; } .extrabox[class*="{"] .lang-tr, .lang-cn .lang-tr, .lang-tr .lang-cn { display: none; } .box.class-0 { --box-border: var(--box-color-0); --box-shadow: var(--box-color-0); } .box.class-1 { --box-border: var(--box-color-1); --box-shadow: var(--box-color-1); } .box.class-2 { --box-border: var(--box-color-2); --box-shadow: var(--box-color-2); } .box.class-3 { --box-border: var(--box-color-3); --box-shadow: var(--box-color-3); } .box.class-4 { --box-border: var(--box-color-4); --box-shadow: var(--box-color-4); } .box.class-5 { --box-border: var(--box-color-5); --box-shadow: var(--box-color-5); }
实体编号:C-434
栖息地:多地
石绽肉花是一种异常的肽链和其衍生的特殊物品、实体等。
描述
石绽肉花为有识血肉称之为“先驱造物”的高危实体之一,因其具有强传染性、致命性和可变性而受各组织警惕,目前认为该实体核心为一种有智能且可自我复制肽链。任何情况下,当流浪者注意到附近出现无机物向有机物迅速转变这一过程都建议立即离开该区域,无防护探索者面对此实体时几乎无生还可能,即使并非由石绽肉花引起,该变化也通常是有识血肉准备进行大规模行动的征兆。
生理学结构
微观结构看,石绽肉花最初仅为一种可以独立存在的特殊肽链。目前人类尚未找到该肽链的生成方式,但确实观测到单条肽链上出现按照常理而言不可能存在的六连续碳肽链结构,推测这一段结构是其特殊性质来源的重要原因之一。
考虑到餐刀锈金和业障翡翠的存在,构成这一特殊肽链的碳原子本身也有可能存在异常,但由于其异常性质存在目前无法针对该猜测进行验证。
生长与繁殖
微观
和其它异常元素一样,石绽肉花在微观层面上也有直接破坏物品结构的能力——肽链中3~4个碳元素会使自己并入其他分子中并将需要的原子直接从分子上剥离。
将剥落的原子并入使自身转为更长且可供分化的完整蛋白质并产出未被剥离元素的单质,这一过程究竟如何做到目前尚不明确,推测可能是负责限位的碳元素破坏分子结构稳定性或是其他原因,生成的单质不会再受到此效应的影响,能够正常与其他物质发生反应。值得一提的是,生存的蛋白质并不局限于人类目前认知的蛋白质分类,许多在认知中不应被加入蛋白质组装的重金属原子往往也会被加入,因此实际上往往只有完全用不到的惰性原子才有可能作为单质被排出。
当石绽肉花形成完整蛋白质大分子时,石绽肉花分子团会以更高效率对周围的物质进行拆解并开始组装新的石绽肉花六碳元素肽链。大多数层级的自然环境中一个石绽肉花肽链从获得大分子形态到完全组装一个新的石绽肉花肽链需要大约十分钟左右,这使得石绽肉花得以呈指数级增长并且当大分子团形成后可以有效破坏大多数容器,这也是目前没有找到合理的方式对其进行研究的原因,大部分玻璃制品会因为其中的氧原子被剥离而受到破坏。
宏观
当积累的分子团量到达一定限度后石绽肉花会在没有指导的情况下自动开始整齐排列分类结合并最终形成细胞,再由细胞彼此堆砌形成活体器官,最终组成可以行动的完整个体。
尽管后室的环境极其多变且观察中确实没有找到任何可见的命令源,但身体组织乃至最后形成的完整个体都明显能够适应多变的环境,通过此方式生成出的生物往往拥有在生物力学上非常优秀的结构,其中很多结构不像是自然进化的结果,其设计之精准、构思之独特值得人类的生物力学学科认真学习揣摩和研究。
同时生成的石绽肉花实体尽管没有表现出任何有智能生物应有的交流能力、创造性或是思考能力,但面对绝大多数探索者的攻击时都能迅速并正确的反应,石绽肉花实清楚如何躲避火药武器甚至是一部分物品的超自然影响,并且这些动作对于它们来说更接近于某种本能驱使的行动,目前尚不确定如此复杂且富有针对性的本能究竟是如何编译并被传递的。
缺陷
理论上石绽肉花可以实现无限扩张最终将整个层级都转化为有机物组成的活体,但实际上因为一系列问题大多数石绽肉花的扩张只能实现到建立起一个相对较大的核心之后便会迅速毁灭。
巨大耗能
尽管石绽肉花可以以超出目前科学认知范围的手段直接取出原子,但是这一过程仍然会消耗巨量能源,这会导致周围的温度显著下降。而通常来说,当温度下降到20度以下时,石绽肉花的工作效率就会显著减慢,重新制造下一个石绽肉花的时间会延长到30分钟甚至更久。
当温度下降到零下15度左右时所有石绽肉花将彻底停止动作,直到周围的气流让这片区域重新回暖为止,因为通常来说大多数层级缺少阳光的明确能量来源因此温度回升速度缓慢,扩张速度自然也较慢。
复制错误
在石绽肉花尝试制作下一个石绽肉花时这一过程中有可能出现错误的复制,通常来说极其微小的错误都会迅速导致该石绽肉花失去继续向下组装的能力,出现这一错误的概率根据该层级的环境而变,通常来说当层级本身存在异常性质时出现错误的概率会迅速提高,因此实际上石绽肉花的扩散更多只会出现在环境较为温和的室外层级。
中心区去石绽肉花化
石绽肉花本身的肽链构成似乎并不适合组成更大的可折叠蛋白质,因此进行细胞组成时石绽肉花中两个碳原子会脱落离去使其转化为普通肽键,因此组成个体的石绽肉花不具有继续繁殖特性结合复制错误,经常会出现只剩下错误的残缺石绽肉花在尝试重新复制而原有的石绽肉花已经完全组装成个体,只需要击毙该个体即可阻止该区域的石绽肉花扩散。
文化意义
有识血肉对石绽肉花极其重视,将其称之为“先驱的造物”并尽可能研究石绽肉花的生成物。它们经常在石绽肉花聚集地附近搭建大型科研巢穴,尽管已经有相当数量的个体因为感染分解死亡,学者氏族对此却仍保持极高热情。而实际上,针对该实体的研究也确实产生了一系列副产物,其中较为出名的是过桥米线的分子内能加热技术和咖啡云卷的分子生命个体构建技术。
兄弟们,每个人都很清楚最近针对石绽肉花研究造成了很大的伤亡……但是相信我们,这一切绝对都是值得的,实际上取得的发现已经远远超过付出的代价了。
依靠其中一位伟大阿姨曾经管辖的研究所废墟里发现尚且勉强能用的扫描隧道显微镜,我们在伟大母亲的帮助下对这些石绽肉花进行更细致的观察:
构成石绽肉花肽链的6个碳原子严格来说都某种碳原子同位素,在微观的条件下其内部电子运行的轨道合一部分原子核的构成与普通原子差异巨大,6个碳原子彼此之间也不同,这一切很有可能指向一个之前未曾设想的解答。
在宏观结构中原子似乎已经是构成物质的最低点,但实际远不止如此,原子中的电子完全有可能作为一个个独立的组件,如果能找到方法对这些组件进行加工的话甚至能像合成一台机器一样制作出一个原子——一个专门为完成这一任务而存在的原子。
而我们最初认为原子彼此之间的相似性,让其无法储存复杂信息这一观点也被推翻,甚至不需要太过高深的办法,只需要将原子核定为坐标中心建立立体坐标系再让这些原子根据预定坐标运行,调整原子的运行轨迹直到精确坐标,这一个个运行坐标的数字便是精确的密码。将所有预定程序编入这一密码再将它释放到轨道上,哪块是一个小小的电子能承载的信息也是无穷的,文明的观测和定位手段越是精确能存在的也就越多。
况且如今的观测极限也仅仅到达原子级别,不能记录电子中究竟有什么的原因更有可能是我们看不到而不是制作者没有做。在我们看来简单普通的肽肽链,或许在微观层面上便是一座完整精密的巨型工厂,那些匪夷所思的功能也不过是工厂正常运转的结果。
这也能解释为什么在大多数层级通用的物理规则会迅速导致这些实体失效——越是精密的仪器越有可能在规则变化后受到影响,而这种精密的电子甚至更低级别的存在,宏观无法察觉的物理变化对他们来说可能也是毁灭性的。
这样的技术已经不知超前了我们多久,或许几千年几万年几亿年,甚至文明毁灭也不可能达到这个高度——但这无疑是前进的方向,后室所映衬的乃构造畸形的现实,也许在现实无尽的广袤星河中又或是这层层叠叠的世界层级中曾经有文明能达到如此伟业,将原子作为工厂,从底层改变世界。而如果他者能做,未来的某一天我们也能。
即使那一天是几千几万几亿年之后,但总会到来——因为有人已经做到了。
发现记录
在有识血肉到来之前层级中的各区域就经常传达过有小规模活体组织的报告,探索者们一开始只以为是某种特殊实体或是该区域的特殊变化,但进入之后很快装备就被分解,随后身体也被分解重组致死。经过大约5队左右的探索者牺牲后M.E.G.大概确定石绽肉花的性质并展开深入研究。随后有识血肉通过某种技术手段了解到这一内容后,立即开始展开大规模研究。
行为准则:
应当:
- 发现周围出现快速扩张的有机物或温度因不明原因迅速下降时快速逃离此区域。
- 将出现这些问题的区域迅速向当地M.E.G.上报。
- 必要时放弃聚集地撤离。
不应:
- 接近可能出现问题的区域。
- 尝试让自己的办法解决问题——通常来说没有防护的探索者将不会对这些东西造成任何伤害反而可能成为传染源。
« Entity C-433 | Entity C-434 | Entity C-435 »