: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;
}
}
}
}
身份
郭淼学士是有识血肉偶像氏族的一名成员,与人类交往密切,对于格斗技术和防卫控制技兴趣极大且对人类抱有较大好感。
与其他专注社会或文化研究的偶像氏族不同,郭淼学士坚持认为人类最独特的地方在于依靠自己不可变化的身体而使用的技术,因此积极学习格斗技术和野外生存技巧。后任M.E.G.军团教官之一,负责教导军团成员防卫控制与徒手搏击。
徒手是无机物文明最古老的武器,是战斗时的第一道也是最后一道防线,对于没有攻击性器官的无机物文明而言,当城市尚未建立祖先便已经使用着徒手武器与生物搏斗。
而即使发展到现在,徒手格斗也是不可或缺的一环,在突发的遭遇中徒手防卫能为你赢得拔出武器升级武力的时间与空间,而在弹尽粮绝时也是拼死一搏的最后抵抗。
所以古往今来有无数的先贤在开发这项技术,将人类恒定不变的身体拓展再拓展直到逼近极限,兄弟们沉迷于千变万化的身体而忽视单一部件用途,但这也同样是人类留下的宝贵财富不应该就此荒废。
学习之路永无止境,你们既是我的学生,也是我追求更高境界的同伴,或许在未来还有可能是我的老师,还请诸位刻苦钻研,为了人类,也为了你们自己。
——郭淼学士 2027年军团成员徒手搏击课开课时的讲话
其与M.E.G.外交部的王卓研究员结婚,后者目前定居于Level C-307的一处研究及办公员集体宿舍中。二人生活关系密切,育有一子一女家庭情况良好,目前主要依靠M.E.G.发放薪资生活。
在其壮烈牺牲后M.E.G.与有识血肉为表彰其付出,分别为其追受“荣誉军团成员”和“颅骨近卫”称号,并将其名字与其他英勇探索者一起雕刻于位于Level 10的石碑上。
“尽管身体并非战士氏族,他却有和战士们一样的坚韧、刚毅与守护他人的决心。我为有这样一个兄弟感到无比骄傲,尽管我宁愿不要这份骄傲也想要他活着回来。”
—— 508.9 在郭淼学士追悼会上的发言”
外观
偶像氏族秉持与人类尽可能相似的理念,因此郭淼学士在外观上是一名普通中年东亚男性,身高185厘米体重100公斤,总体体型肥胖。由于他很不习惯使用刀刃修理胡须和头发,体表毛发生长较长,一脸蓬松的络腮胡子是其最主要的特征。
其通常穿着一件外观为丛林迷彩花纹的追盘丝刷,附带的罩袍上和大多数有识血肉外出个体一样有“识”字花纹。
根据体检结果来看他也在不影响总体人类外观的情况下做了最低限度的基础改造,包括一些体型优化、肌肉增强和水煮骨髓之类的常用改造,除此之外在坠盘丝刷下方配备一套颜色同为迷彩色的标准款礼仪餐巾。由于其刻意做过无机物化的装饰,这一整套装备看上去象是一件普通的战术背心。
学士总觉得这一套能让他看上去更融入人群一点,但是实际上我们当时穿的是用电线和仪器外壳缝合的铁甲——他那套战术背心看着还是很显眼。
—— 李冶志 M.E.G.“机箱”基地武器后勤,在追悼会上的采访时所述
值得一提的是,由于Level C-307环境较好,坠盘丝刷上的花朵持续开放,因此郭淼学士身边总有一种淡淡的桂花香气。
行事风格
郭淼学士秉承有识血肉偶像氏族乐观开朗的性格和极其出色的共情能力,这使得他能够切身体会到他人的焦急与痛苦,也养成他乐于助人的性格,经常通过语言鼓舞他人或是帮助他人做一些力所能及的事。
在工作和学习中刻苦钻研勤奋好学,有识血肉氏族出生时就是成年体型没有生长过程,其身体的一部分关节并不是很适合练习格斗技术。但郭淼硬是依靠比常人多的多的训练时间和训练强度补回这一空缺。
在上课时他很少分神,总是能积极学习知识并且认真考虑其他人的观点。在工作团队中多次其他团队成员发生争执时郭淼总能做好连接沟通和协调的角色,这一点在编撰“M.E.G.通用防卫技术”时表现的尤其明显。
虽然文档里没说,但是我不得不插一句老师的性子是真的好,基地里那些个整天啥啥事儿没做还自以为挺牛逼的,要我像老师那么能打少说让他们到医务室的病床上先睡上半个月。
—— 匿名
另一方面尽管友善,他也总能遵循自己的底线。这一点尤其体现在对技术的尊重上,几乎从不在非训练或战斗场滥用任何战斗技术。并且极其反对那么做,甚至一度让其他人误以为郭淼学士胆小或是性情温和。
但是之后的定居点中出现的偷盗行为和小规模冲突中,郭淼学士在短时间内迅速制服持械歹徒,这一过程中并未对歹徒的身体产生永久性损伤,但是也确实使其关节脱臼剧痛失去抵抗能力。
我们需要的更多是保护你自己和他人的安全,在定居点中的敌人不是穷凶极恶的实体,就算他们真的有过失也应该得到正式判决,所以我一再强调你们这些要进行定居点安保任务的队伍更需要加强徒手搏击能力——不是什么时候都适合使用更高级的武力。
——郭淼学士 2027年军团成员徒手搏击课的训诚
生平
与有识血肉的大多数个体一样,郭淼学士在诞生时也是已经发育完整的,在作为“小弟”在Level C-309“城市”中学习三年后经过“化茧”仪式正式成为一名偶像氏族,在学习期间表现优异深得伟大母亲喜爱,成年后也被直接派往当时情况较为严峻的Level C-407
当时的Level C-407由于探索者往往是在睡觉时突然被强制切入精神状态较差,非常不信任偶像氏族救援者们,郭淼学士坦诚相待拼死拯救数名暴露在梦魇效应下的探索者并保护他们安然进入睡眠离开,让探索者放下警惕最终与该层级的探索者建立良好的关系,误入该层级的探索者也会第一时间寻找该基地寻求安眠。
在Level C-407的情况稳定之后。郭淼学士又被调任至Level C-308担任中队长,作为中坚力量他一直身先士卒,连续多次作为该层级夏季最后一批探索者和春季第一批探索者承担巨大风险进行断后和开路的任务,期间也曾多次受到红烛攻击,数次严重烫伤不得不送回Level C-309治疗。
工作数年熟悉与人类交往的各种环境后,郭淼学士被调任至level C-307作为外交官与M.E.G.接触。最初他也在努力收集人类的历史文化和故事,但在一系列与流浪者交流的过程中郭淼学士逐渐发现格斗技术的独特作用与潜力,他认为这将是一种理解人类的方式以及加强有识血肉对身体控制能力的手段。
因此在闲暇之余,他开始投入到针对前厅中格斗技术的学习与练习中,而此时由于在两个高危险层级长时间的生存经历他也被聘请为M.E.G.的野外生存训练学教官之一。
于是他一边作为教官教导学生一边又作为学生学习技术,往往上一节课自己的学生下一节课就成了自己的同学。充分发挥出不耻下问的精神,不懂的问题找各种人请教,加上他不畏伤痛,训练刻苦进步神速,这一期间也与M1G的军团建立了深厚的同学与师生情,他的遗孀王卓女士也正是他其中一批的学生。
郭大队取得的成就一点都不意外,整个军团中就没有人跟着他坚持跑早晚操超过一个月的,我不明白他如何做到早上6点半就能起床但整天都很精神,无论是上课训练还是学习的时候都不打瞌睡。
他那是真做,练拳练到手部化脓、被人折关节折到断、折到肌腱永久性撕裂他都能一声不吭的停不下来自己回Level C-309,养好伤之后再跟个没事人一样回来,说真的换我疼都疼死了
—— 袁铭铭 M.E.G.“机箱”基地武器设计学家,2031年“优秀战士选拔”采访时所述
也正是在这一时期他参与了【已删除】。
除此之外他也开始在【已删除】圆满完成后,最终与【已删除】们一同返回机箱基地。
壮烈牺牲
与李贤、袁铭铭、阿尔乔姆一样,郭淼也葬身于发生于Level C-307的超大型安全事件,也就是俗称的17号事件。
2027年7月1日Level C-307的M.E.G.营地周边突然爆发大规模石绽肉花感染,根据Level C-307层级意识给出的信息:本次感染中发现有机物生长出类似吹气筒的造型结构,很可能石绽肉花会被吹散到周围形成大规模的污染性扩散,当时情况极其危急。
由于Level C-307是一个相对和平的层级,大多数情况下该层级是作为训练营和后备基地存在,而且同一时期在另外几个层级正在爆发大规模的龙血族袭击,基地中本就不多的保卫力量几乎被完全抽调不可能回援
迫不得已下基地指挥选择三组共9人装备星云喷射器对感染区进行焚烧压制,受限于技术和星云本身,装备极其沉重小队无法装备防护武器,间接导之后的惨剧。
在焚烧工作开始仅半小时后石绽肉花的感染区就迅速做出应对:生长出数只大型有机实体对小队进行袭击,李冶志所率领的B小组由于距离较远,有充足的时间调转喷射器对实体进行杀伤而避免损失,袁铭铭所率领的C组织在实体攻击下全军覆没最终选择殉爆星云喷射器,郭淼所在的A组当时距离有机物喷射口最近,郭淼坚持认为这是一次不可错失的机会,命令另外两名队员仍然坚持操控机械,而他则与两只实体缠斗。
虽然这一决定让A小组成功破坏有机物喷射口将肉花的感染限制在较小范围内,但是这一过程中郭淼学士的头部受到实体身上所携带的肉花感染,由于这次攻击在其头部创造了一处半开放性创口且距离大脑极近,感染在短时间内迅速蔓延到学士的大脑使其死亡。
葬礼
在石绽肉花生长到临界值之后M.E.G.找回了学士失活的遗体,由王卓女士带至Level C-309。伟大母亲为其暂停了一天“宏伟计算”,用节省的能源对一处早期工业基地进行驱动为郭淼进行火化并追封其为“颅骨近卫”。
事后“机箱”基地在基地庭院中为4名烈士修建雕像,并愿意将郭淼学士的名字和其他开拓者的名字一起雕刻在记录石碑上——这个代表正式承认郭淼学士作为一名人类,作为一名M.E.G.成员。
对于偶像氏族来说,每个知性生命都是未来的兄弟姐妹,我们将保护他们的生命与思考的权利。