: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; } } } }
: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, .extrabox[class*="cn/tr"] .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-431
栖息地:多地
缀盘紫花已经在有识血肉的广泛引种下在各聚集地及野外生根发芽,不过目前认为该种族最初发源自北极山。
描述
缀盘紫花是一种生长在北极山山体表层的特有植物,因其旺盛生命力、独特外观和易于修改的基因1被有识血肉一族偏爱。有识血肉对其进行过一系列基因改造和品种改良后广泛引种于各大层级——通常作为各类装饰用植物种植在墙体外侧或是连接入个体头部。
生理学结构
原生物种版
因北极山寒冷且常年大风的特殊环境,缀盘紫花个体极矮小,地面部位均高仅一厘米左右,加上根系整株长度多在5~10厘米间,虽然看上去像草但实际属于木本植物,外观结构类似缩小的乔木类。
其中茎杆部分比正常乔木类在比例上大得多,呈厚重宽大造型。同时经过测量,这些木质强度和密度都极高,较老主干甚至能达到金属水准,这使得缀盘紫花能有效抵御狂风。
缀盘紫花全身体呈现深蓝色而叶片呈现蓝紫色,推测蓝色来源是为抵抗寒冷进化的防冻蛋白,这些蛋白通过吸附杂质和略微改变周边区域活动阻止冰晶在体内生成,使缀盘紫花即使在北极山极夜-40℃以上极低温环境下仍不因严重冻结而失活。
叶片坚硬且细小,呈密集鳞片状分布于整个枝干外围,与枝干连接部位韧性较好,可在“极地风”时可以快速伏倒贴合于枝干上,风暴平息时又重新直立继续吸收能量。
近似叶绿体的器官中含吸光能力更强的视黄醛,2这使其可吸收阳光中含量更高的绿光而过滤掉相对较少的紫光,保证其有相比于普通植物更长的光资源利用能力。
从视觉上也给这些植物相当绚烂的外观,蓝紫色的叶片在阳光充足的情况下略微透光,展现出半透明的独特色彩,集群生长时有非常强的视觉冲击力。
除此外,缀盘紫花体表会生出半透明绒毛状物,呈透明色但在北极山白色天体光照下总是呈白色并有出色的御寒性能。在大规模成长后手感优良,掉落的绒毛可以收集起来作为御寒衣物的填充物。
缀盘紫花根系展现出极强钻探能力,强度极高的根组织在进入冻土并生长后,以对周围产生巨大压力可有效破坏冻土层结构,其根系中段部位存在腺体可利用地面部分光合作用化合物合成可融化部分冻土的酸性物质。这一化学过程的具体方式和产物目前尚未探明3,只确定他们可以融化冻土并保持下层根部温度略高于环境温度。
有识血肉改造版
在有识血肉勘探队进入北极山后,很快便发现这些植物。似乎在他们的社会价值观念中认为这些植物是“优美坚定而富有教育意义的”4。
因此将这些植物进行大规模基因改造后广泛种植,被改造个体为适应移植其他地区的气温,身上的蓝色抗冻蛋白含量明显减少而紫色则显著增加。
除此之外根系出的酸性腐蚀能力也显著加强,可以有效破坏大多数墙体表层以扩张出足以让根系生长的空间,保证这些个体即使在室内或类似环境也能生长。
生长与繁殖
因北极山常处于极度严寒低温环境,缀盘紫花生长周期极其漫长,无论采用何种生殖方式,缀盘紫花总等到北极山极昼开始时生长。在第一次极昼会先长出类似地衣的低矮结构。
此阶段的缀盘紫花将大部分能量集中于针对地下根系的成长,当开始生长的第一个极夜到来时已长出至少两厘米左右的地下根系保证能量供应。
进入极夜之后缀盘紫花可以吸收北极山极夜的电磁辐射,推测使用这些电磁辐射来加速体内坚硬蛋白质的变性,使得其能较快生长出将自己支撑起来的枝干保证白天可以得到更多的能量供应。
值得一提的是按照有识血肉的说法,这一段基因的可编辑性极强,因此修正过的缀盘紫花可吸收大多数人造光源能量并产生类似效果,这使得其可在光线较为暗淡的室内层级生存。
缀盘紫花生长到完全体通常需要20~30个极昼夜轮换,当进入成年期以后有以下三种方式可以进行繁殖,分别是:
- 主动或被动脱落一些叶片,叶片根部会重新发展成根系进行出芽生殖。
- 根系中延伸较远的部分会隆起成新的缀盘紫花。
- 少数木质结构会生长成半圆形碗状花,通过风产生回旋气流完成自体受精结出种子。
无论哪一种繁殖情况,后代通常都会出现在距离母体5~10厘米的区域。个体间的短距离保证缀盘紫花几乎都是以集群形式存在,也因为如此缀盘紫花具有相当高的合作性,一片区域内的个体根系彼此间几乎都是相连的可以共通养分。
观察到较大聚落中最边缘的缀盘紫花会生长出类似盾牌状的木质结构用以偏转风向,核心区域的缀盘紫花则会尽可能向上生长以获得更多资源,通过这类极其明确的分工大规模生长的缀盘紫花有极强的风暴抵抗力,根据生物学家和地质学家的联合测量最古老的几个缀盘紫花聚落已经有近千年历史并且几乎没有进行过移动,即使是迫使科考站迁移回避的大型北极风暴也没有将之毁灭。
文化意义
该个体在有识血肉的文化中扮演重要意义。已经观测到有相当数量的有识血肉会在植入转换接口后将缀盘紫花移植至自己头部或肩部作为装饰用品,同时也观测到其营地周围会大量种植缀盘紫花,大多数野战学者氏族和队长型号的战士氏族都相当偏好于在思考时抚摸缀盘紫花的绒毛。
当流浪者做出值得被认可的英勇举动或是与有识血肉的关系非常良好时,也会将一些经过生长速度更缓慢且硬度更高的特殊种缀盘紫花作为礼物赠送给探索者,这些缀盘紫花通常通过信息素引导生长成一些特殊形状。
看,孩子们 即使在如此恶劣的环境中生命也能绽放并演化出属于它的独有色彩,一如你们也是如此:即使出生在无机物文明战争后的遗留废墟中也坚强的生存下来。
但是如今环境已然改变,我们必须面对新的挑战,要保持住这些缀盘紫花一般的坚韧但也要像它们一样能够变通。
除此之外缀盘紫花另一个生存的诀窍是形成一个完整的整体,一颗花或许会被狂风吹断甚至连根拔起,但是一百棵,一千颗呢,一万颗呢?
团结一心,万众归一才是真正的力量之源。独行的血肉即使是设计最完美的战士也很快便会死去,总有无法控制的地方,总有未曾掌握的技能,但是这些技能你的兄弟会掌握,死角能有兄弟帮你看护,无条件信任你的兄弟是每个人能活下来的秘诀,这是你们早就知道的。
但这个道理不该只局限于个体,对于团体本身也同样适用。如果只有我们,就算再怎么强大也独木难支,无机物文明的冷漠虽然令人厌恶但机械的坚韧却可以守护安全。
最近我感受到一些孩子过于反对无机物,试图毁灭所有无机物造物的心理,虽然能理解这么做的原因,但不应该提倡这种做法。如今这片被称为后室的世界群对我们就如同北极山的环境对于缀盘紫花一般,危险而又变幻莫测。
在这样危险的土地上每一个可以正常交流的文明都应该成为盟友,那几次敌意接触已经让我们知道还有很多根本就没法交流的怪物,在文档中被称为龙血族的异种和一些目前技术水平跟法无法理解的超自然实体,那些语言不可交流,目的不可琢磨的家伙才是真正的威胁。而现在这些威胁正在逐渐增加,已经由不得我们还与那些原本可以成为盟友的孩子小打小闹。
无论血肉还是钢铁,都是科技而科技是生命为了更好的延续下去而产生的存在——所以我们要做的是更好的生存下去,而至于究竟科技应该如何发展的分歧,在安顿下来之后我们有的是时间慢慢交流,不如说——没开发过大脑的蠢货才做选择,我们,全都要!
发现记录
行为准则:
应当:
- 观赏缀盘紫花。
- 收好他人赠送的缀盘紫花并仔细照科。
- 像缀盘紫花一样坚定而勇敢,与团队一同奋斗。
不应:
- 踩踏或采集缀盘紫花。
- 丢弃他人所赠的缀盘紫花。
- 胆怯懦弱,自暴自弃,不顾集体。
« Entity C-430 | Entity C-431 | Entity C-432 »