: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千克以上会迅速招致攻击,此类攻击将以彻底歼灭该聚集地为目标。
描述
业障翡翠是一种存在/生长于“母亲的城市”目前可探索区域西南方向一大型撞击坑及其周边山地区域的放射性物质,因可进行类生命活动而暂时被列入实体范畴。
目前认为该实体由一系列内部含有巨量裂缝碎片接口和金属杂质的二氧化硅晶体和少量目前尚不明确的放射性元素共同组成,因有识血肉在该区域周围部署大量持续替换的悬骨细米卫兵且伟大母亲以强硬态度彻底拒绝任何针对该区域的访问请求,目前学者仅可依靠望远镜进行远距离观察。
关于该物质的物理信息则来自M.E.G.信息部成员通过某些技术手段获取的来自帕拉斯研究所的信息资料。据推测对方实体武装组织中的一名焰光佣兵假借某种名义将业障翡翠装入头部燃烧火焰中带出。
结构
业障翡翠由中心不明放射物和周围低纯度二氧化硅晶体构成,中心的放射源推测是镭元素的错误生成版本与空气中氮气结合形成的类氮化镭。
业障翡翠镭元素与镭元素关系近似于金单质和餐刀锈金的差异,有几乎完全相同的物理性质但半衰期更长,甚至超越镭-226达到惊人的2100年且其性质可同化到与其接触的普通镭元素及其同位素上。
业障翡翠镭元素辐照范围内二氧化硅会产生特殊变化,具体表现为其分子脱离原有网状晶格结构朝向业障翡翠镭元素聚集,在业障翡翠镭元素周边重新形成网状晶格结构,但此时形成的晶格结构会出现明显漏洞,宏观结构表现是二氧化硅晶体上会出现大量裂痕。
生长与繁殖
业障翡翠镭元素生成的类氮化镭被证明是一种效率极其惊人的氧化催化剂,当该物质暴露于空气中时会迅速催化周围可氧化物质1立即在常温下剧烈氧化。该氧化过程不向外释放光热。
业障翡翠在任何光照下都呈现出黑色,触摸时能感觉较为冰凉甚至寒冷,推测其中心的类氮化镭会通过某种目前尚不确定的方式吸收周围物质氧化时产生的热能和对其照射的光能。
过程中类氮化镭分子体积逐渐增加,推测增加极限是200%,根据其膨胀速度推算在正常光照前提下膨胀到该体积需要200~300年。但由于目前后室中可找到的天然生成并且完整可用的扫描隧道类超高倍数电子显微镜数量极其稀少,对于这一数据是否准确目前无法验证。
当类氮化镭膨胀制体积极限时会发生特殊反应,目前将该反应命名为“类聚变”,该过程与核聚变反应相似:会释放大量能量同时抛出可以穿过二氧化硅晶体网格的高能电子引发同一晶体内其他类氮化镭的链式反应。目前显微镜观测发现微观结构下原本应当处于类氮化镭周边至少一个硅元素会转变为业障翡翠镭元素。由于该过程与目前已知的物理学理论完全相悖,目前尚无法对其进行科学解释。
行为
尚不确定业障翡翠的变化是否应当被称之为行为,但确实观测到业障翡翠上方部分的二氧化硅有刻意产生裂痕,形成类似聚光镜形态并将光源聚集到中心类氮化镭处。周边二氧化硅则会在有镭元素即将完成内聚变反应时针对其高能电子可能经过的路径产生定向碎裂。
由于光在裂缝处偏转发散似乎可以传递一部分信号,如果这些光确实在传递某种信号的话该实体很有可能会以集群晶体的形式诞生智能,并且根据目前累计矿藏数量和光线闪烁频率来看这一智能应当会相当活跃,其信息传播交流的数量几乎与人脑相等。
多次尝试确认当周围有未穿戴防护装备的人类或是有智能生物靠近时,业障翡翠会以转变周围二氧化硅晶体结构形成凸透镜状结构用于聚集自身所放出的放射性物质并尽可能的将其投放向近似于对方头部的方向(该实体似乎可以通过辐射被遮挡或反射的数量来判断是否有生物接近),但是由于投放量极低目前认为该行为不会产生伤害。
该行为目前被认为是某种交流手段,不过尝试对该手段进行回复的动作均未获得回应,目前尚不确定是实体本身没有足以回应的智能还是人类没有找到正确的方式对与其进行交流。
人类从来不会吸取教训吗……
那是曾经核弹的落点,和无机物文明的“前厅”一样,曾经人们也掌握过这样的毁灭之光,但这个世界用于制作这种武器的原料更加容易取得,当时人们只将其认为是一种危险的原料,但真的仅仅如此吗?
设计并生育孩子们的漫长时光中我连接上其他基地并且回收其中大多数有价值的资源,托封闭实验室的福,那些负责研究这个项目的科学家的尸体还保存的算完整,他们的大脑中我提取到了一些东西。
这些脑神经明显出现变异,在管理情绪的方面更丰富的同时对于信息素的感受也更加敏感。换句话说他们变得更加激进、冲动和情绪化,傲慢让他们坚信即使自己身体被辐射灼伤意识却不为所动,忘记自己脆弱的神经细胞才是最容易被诱导畸变的。
而从那些实验数据来看,实验进展的顺利程度堪称如有天助,业障翡翠尽力用最短的时间向人们展示自己破坏力超群的性质。
业障翡翠作为一种生物利用另一种生物——只需要展现自己的性质人类就会如饥似渴的收集他们,原本只能在地下缓慢生长的存在瞬息之间便会伴随战火洒向四方,蘑菇云腾空而起的土地上任何地方都有可能被播撒下它们的种子,高温晶体化的地皮和被辐射彻底损毁的生态圈让组装业障翡翠的二氧化硅晶体得以暴露,有能力在辐射之下毁灭它们的人类文明被自己和它们联合清除,世界的环境也改造的更加适合它们生存,真是一石二鸟。
过去的罪业已经无法再挽回,但是至少要让未来不再会得到这个魔盒,不要再因为冲动让自己的文明变成他者的嫁衣,被辐射的畸变肿瘤会被切除——以伟大母亲之名命令,无条件毁灭任何知晓此内容的存在,无论它们为什么、是什么、有多强。
发现记录
在外交关系建立之初,有识血肉便将该区域划为明确禁区,随后一部分组织开始对此区域进行探索并且成功取出样本,但这些组织很快便毁灭于有识血肉的大规模袭击。之后各组织仍然针对此区域及其中可能出现的物质有一定限度的研究,但是基本都转于半公开状态。
行为准则:
应当:
- 尽量远离有识血肉划定的区域。
- 发现有人持有疑似符合该描述的物品时立刻远离。
不应:
- 任何时候表现出你知晓有关该物质的信息。
« Entity C-432 | Entity C-433 | Entity C-434 »