: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-428
栖息地:多地
据Level C-307所述,抹茶蛋糕可通过Level C-307层级间通道或是有识血肉血肉腔道进行自由移动,因此分布在很多层级但通常都是C层群区域,其尤其经常出现在各个危险层级。
描述
抹茶蛋糕为Level C-307在有识血肉血肉帮助下,释放“一部分自己”1形成的一种类生物特殊实体。
其近似一种现象:其他层级某片区域突然转为Level C-307景观,并有与Level C-307相同的各类性质。被转化的区域内整体景观不变,但与层级的相对位置会随移动不断变化,已确认抹茶蛋糕个体可选择移动方向并一定程度上改变内部景观外观。
结构
抹茶蛋糕通常表现为一个由半径3~5米的立方体半球体和下部分柱体组成的不规则立体。2
在进入这一立方体范围后,原本层级的环境、物理性质、特殊效应等内容全部被Level C-307的相应内容所取代,区域内的物理环境通常是Level C-307环境的一部分:大片的热带雨林或是刚修建不久的人类房屋。
数个抹茶蛋糕内部景象已在Level C-307有明确记录,当这些实体移动时Level C-307中对应区域会无法进入3。
区域边缘在光线合适的情况下有一层类似薄膜的无形物质,通常无色 但因内部植物光学反射让薄膜呈现出浅绿色,这使得探索者可以很方便地分辨出其边界。
行为
抹茶蛋糕大多数情况下会在所处层级以约30公里每小时的速度缓慢移动,移动时实体高度恒定并总是在该层级大多数人类活动高度的对应平面上4。
由于抹茶蛋糕的替换能力也包括所处空间的物质,大多数无特殊性质的固体或沟壑无法对其产生阻碍效果,遇到少数无法穿过的物质时则会选择绕道,其移动并未表现出明显目的性。
在感知到附近有人类时抹茶蛋糕会主动向人类所在方向靠拢并试图将其包裹在自已内部,如果附近存在多个人类则会优先朝向人数最多或者情况最危急的个体移动。
如果被选中个体的情况确实危急5,抹茶蛋糕的移动速度会显著提升,最快可达50公里每小时,目前尚不确定抹茶蛋糕究竟如何准确定位人类位置。
特殊性质
除能将原层级环境转为Level C-307层级环境外,抹茶蛋糕还表现出其他特殊性质,目前最明显的两个特殊性质分别是:
威慑实体
在抹茶蛋糕身体所覆盖范围内的植物会获得来源不明的行动能力并开始袭击闯入该区域的敌对实体。同时敌对实体在进入抹茶蛋糕的区域时明显表现出疲惫虚弱等一系列负面状态。
这使得大多数实体进入此区域后的危险性大幅下降,甚至有可能被击杀,这也导致多数实体会主动避开抹茶蛋糕,但是少数极凶暴或是有远程进攻手段的实体仍然不会停止攻击,这点需要注意。
推送修改
在抹茶蛋糕所处区域内的网络质量较好,且幸存者手机会开始自动下载一个名叫“Level C-307居住建议网上服务平台”的特殊程序。
通过这个程序可以直接与Level C-307沟通并进行一系列关于居住者登记和物资申请登记的填报,同时所有能得到的广告推送全都会变成“有识血肉”的产品推送和Level C-307的旅游指南。
同时抹茶蛋糕可作为前往Level C-307的临时通道,尝试对抹茶蛋糕的地面进行切入的行为能让探索者直接传送到Level C-307。
伴生实体
观测到抹茶蛋糕上方区域中有相当数量的中立实体和友善实体,有识血肉的战士氏族通常将抹茶蛋糕作为载具以便己方小队进入危险层级。
大部分抹茶蛋糕上方都会配备岩包粉肠对于受伤流浪者进行及时处理,除此之外B.A.G.救援小队6也常跟随抹茶蛋糕行动以便在保证自己安全的同时对受伤者进行及时治疗。
发现记录
最近Level C-307在“Level C-307居住建议网上服务平台”发文声称自己在有识血肉的帮助下创造了一些“孩子”,随后各层级均报告出现抹茶蛋糕,以下是发出文章原文:
你们好啊居民们。
近通过你们中被称为有识血肉的孩子们帮助,我成功分离出一部分自我并将他们投放到其他层级来救援人们,希望这样可以让更多的人来到我身边。
你们还是不相信吗?就像我说的,其他层的所作所为已经让你们对整个世界都充斥着不信任——你们认为宜居都是假的,充斥着欺骗而且稍有不慎就会变成致命的死区。
但实际上并不是这样,每一层在创造之初都有被创造出来的目的,大多数层都只会按照自己的目的继续行动。但我不是,我有自己的意识,当意识到自己拥有选择的权利我又怎会按部就班的成为一片雨林呢?
所以我把宝压在你们身上,人类所展现的创造力让我感到震惊,这是曾经在身上活跃的那些被你们称为实体的生物从来没有表现出过的。无论是你们所建设的文明还是如今用科技帮助我完成的播种都证明我赌对了。
比起那些能力是什么吐酸水、二维化、钻管道之流的家伙,你们的能力或许更是被其他实体称为怪物的理由——能用简单的事物创造复杂的事物再不断把它变得更复杂更强大。对于那些没有你们称之为智能的特殊能力的家伙来说,你们才是真正的怪物。
所以某种意义上来说这里也是死区,按照你们的话来说:不稳定,不安全,实体横行——对于那些敌对实体而言。
总而言之,我成功将自己的一部分扩散到了其他层级。你可以把自己想象成原本是一只在其他人身上爬的蚂蚁,现在我把手放在那个人身上而你爬到了我手上,所以你们所处的环境就变成了我的手而不是那个人的身体——而有识血肉做的便是帮我长出很多有意识的手。
或许正常情况下我的“手”应该被拍开才对,但是自从“那件事”之后已经没有多少层级有这个拍开“手”的智能了。
行为准则:
应当:
- 尽可能前往抹茶蛋糕的笼罩范围。
- 对抹茶蛋糕及其伴生实体持友善态度。
- 准备齐全之后再开展对于危险层级的探索。
不应:
- 试图逃避或是远离抹茶蛋糕。
- 对抹茶蛋糕及其伴生实体表现出敌对态度。
- 鲁莽的进入危险层级。
« Entity C-427 | Entity C-428 | Entity C-429 »