@supports(display: grid) {
: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);
}
#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;
}
}
}
}
飞天之肉
——
有识血肉民风考之速切大赛
众所周知,有识血肉战士氏族是追求身体使用效率和战斗技术的物种。速切比赛这类能展现探索者越野能力、层级移动能力和随机应变能力的活动传入后大受好评,除许多直接加入速切玩家的氏族成员外,有识血肉也以年一度的周期举办自己的速切大赛“大老妈颠勺”。
特点
由于参赛者以有识血肉战士氏族为主,设置上和普通速切大赛存在很大差异。总体来说“大老妈颠勺”是一次 Inbound%类型的比赛,参赛者需沿预定层级路径前进。
根据这些层级的环境文档来看,很多层级有大面积开阔的区域,探索者需要有一定的出口寻找技巧和野外求生知识,不仅要能快速在层级之间穿越,也需要快速穿过层级内的地形才有获得名次的希望。
这与“培养更全能战士的理念”相符,尽管生理条件注定一名战士氏族只会专精于某一个战术目标,但实际上很多战士氏族,正不断尝试扩张能力范围来让自己在战斗中有更好的表现。
由于成年战士氏族本身就具有较强的生存能力,“大老妈颠勺”总体而言算是速切比赛中危险性较大的一种,非常不建议各位新手前去参加,在广阔的大型层级中迷失并耗尽物资极有可能会导致致命性后果。
奖励
实际上“大老妈颠勺”含金量相当高,尽管并非正统速切玩家比赛,但有识血肉通过神经接驳测试谎言,保证了比赛的可信度。而较高的难度和较全面的综合测试都证明这一比赛的重要性。最重要的是在这一比赛中取得较好名次的探索者能获得战士氏族的尊敬,对于之后想要经常去有识血肉势力范围进行货运或是探险的探索者是非常不错的身份背书。
由于“大老妈颠勺”是后来才逐渐发展为各组织成员都可以参与的大型竞赛的内部比赛,因此对于本族成员和对于外族成员的奖励有所差异。
对于战士氏族来说,取得前10的名次能直接晋升到“兄长/姐姐”级别的称谓并获取专属的奖励型植入物,而在大赛中取得首名的有识血肉可以得到伟大母亲的拥抱和直接晋升到“大哥/大姐”级别的称谓提升。
对于外族的探索者,首先能得到的是所有战士氏族的敬意。即使没有取得名次,只要坚持跑完一半以上的路程其实就能赢得很多有识血肉的好感。
而对于跻身前十的探索者来说有同样专属的奖励植入物,不愿意使用植入物则会颁发一块特殊的探索者铭牌作为标志。此外,如果前十名的探索者愿意加入有识血肉则可以直接安排转变仪式。
赛制规则
首先必须明确的是,尽管有识血肉不会在赛程中设置任何监控或是要求探索者必须完成某项活动来证明自己,但在赛道终点会有学者氏族对参赛者进行神经连接并对参赛内容一一进行询问。
考虑到有识血肉的技术,没有经过改造或是掌握某些特殊能力的探索者大概率无法隐瞒,因此超越一些规则的做法难度并不算低,不是很建议如此操作。
正如上文中所提到的,“大老妈颠勺”最重要的规则是必须要沿路线穿越层级,这一过程中可以前往其他层级,但必须返回路线层向下一层级移动才会被算入成绩。
除此之外比较重要的规则是不能伤害其他参赛者,包括直接进行攻击或者设计陷阱陷害之类,但其他参赛者陷入危险时不需要参与救助。该比赛不限制任何类型的物品使用,只要探索者拥有的物品都可以使用,甚至包括可以快速跨越层级的物品。
路线详解
城市
比赛黎明时开始,此时所有参赛者要聚集在“城市”大门前,有识血肉会为参与者分发放便于区分的号码牌和用于求救的咖啡云卷,在任何时候只要发射咖啡云卷就会被视为放弃比赛,并且得到最近的有识血肉小队的救助。
这一段路程最重要的是考验探索者的荒原移动能力和对恶劣天气的抵抗能力,作为有识血肉母层级区域,尽管已经进行相当长时间的建设,但当时被毁坏的太过严重,这片区域很多地方仍然以荒原为主,再加上举办时间是当地的秋季,风极大,时常会有沙尘暴等问题。
尽管这些自然天候不会对探索者身体状况造成太大影响,但是在竞速的比赛中很容易出现迷失或是物资掉落的状况,严重影响之后的成绩发挥,如果迷失在沙尘暴中基本上就不太可能争取到较好名次了。
因此建议提前准备好防风镜并把袖口和裤腿扎紧,如果对自己的野外生存和方向辨别不是特别有信心的探索者建议跟随大部队一起行动,该层级虽然存在额外出口可以更快的跳转到Level C-45,但是如果迷失的话浪费的时间会比节省的时间要多得多,有识血肉的大部队走的路线是较近且相对较为容易前进的路线。
但如果对自己的攀爬和方向辨识能力有足够的信心的话也可以去附近的废墟中直接找到更近的路线,虽然这条路线的地势要复杂的多,需要探索者能妥善运用钩爪或攀岩技术,但如果成功的话可以节省大约5~6个小时的路程。
额外有一个需要注意的点是Level C-307处于较为干燥温暖的气候,相比起接下来要前往的Level C-45合适扎营的多,在出口附近驻扎为第2天的移动足精力比起直接硬闯Level C-45要明智的多,这种耐力的比赛冲在最前面的未必是赢家。
这一层级主要考验的是丛林越野和穿越水体,强烈建议不会游泳的探索者自备救生圈,最好再备一对脚蹼,因为层级中最快捷的路线必须要穿过大量水体,绕过去会浪费很多时间。
由于该层级绝大多数区域极为湿滑,不建议探索者从岩石路面尤其是生长有青苔的岩石路面经过,尽可能穿过泥土和能看到底的浅水洼。小心树林中存在的攻击性实体,在穿越过程中建议将武器随时取出预备。
关于探路杖的使用详见探索者论坛中的《长途跋涉》一文,这里简要说明就是不建议以松动的石头或是能够刺入较深的土作为支撑点,随时准备好格挡尖锐爪状划伤和撕咬攻击。
由于该层级有B.F.P.F.主基地之一,路线规划经过基地的探索者可以直接在这里购买资源,比赛不限制探索者向当地团体寻求方向指引,但目前论坛中最快速度离开的路线不经过主基地,因此这一过程具体怎么取舍就看各位探索者了。
该层级主要危险其实并不是来自实体的袭击,而是经常有可能失足从湿滑的岩石上摔落,因此提前准备好一些治疗淤青的药物是非常有必要的,虽然实际上受伤之后的移动速度大概率不可能让你获得名次,但是即使放弃比赛也需要保证自己可以支撑受伤的身体到最近的可求援的基地。
尽管原则上该层级需要考验的是探索者穿越人群的能力,但是实际上考虑到Level C-14的切入条件,携带挖掘工具的探索者的最优选择是尽快堆砌出一处坡度达到35度以上的斜坡,然后直接对斜坡进行切入。
由于这一方法和原本路线之间时间存在的碾压性差异,不推荐探索者使用原本路线。使用原本路线者请跟随有识血肉大部队的移动,注意这一过程中尽量远离原住民聚落一方,在奔跑过程中不小心冲撞到他们产生不必要的误会甚至冲突,堆砌斜坡的时间大约是6个小时,而原本路程可能要到8个小时甚至以上,请探索者做好体力管理。
该层级的档案中已经详细记录了切入和切出方式,但是在这里尤其需要注意的是,由于此时探索者通常刚刚完成堆砌和切入工作并且终点已经较为接近,因此往往处于较为激动的状态,但是即使处于此状态,仍然尽量不要往丛林中观察。
该层级实际上考验的是探索者的心理坚定程度,最主要的挑战也是来自于周围的树林和较为黑暗的环境带来的恐惧感,如果确实因为恐惧而难以前进的探索者可以尝试在确定路线后闭上眼睛一路冲刺。
值得一提的是,有识血肉的大部队不会进入该层级,或者说他们进入的该层级与人类的层级存在很大差异。根据其内部文档显示对其而言进入的是一片“环”,但是在同时进入的情况下该层级会让有识血肉方的成员落后2~3个小时,只要探索者不在该区域耽误太长时间,取得优胜是可能的。
作为决赛区域的该层级最考验的实际上是爆发能力和耐力,由于该层级绝大多数区域是城市有平坦的街道,而目前最高效率的移动攻略已经在速切论坛中张出,因此该层级最能节省时间的办法就是使用目前能找到最快速的直线移动方式迅速前进。
该层级的路线是完全确定的,在路线的最后会有一座巨大的有识血肉巢穴,只需要进入其中的腔道就可以直接前往城市完成比赛,可能有部分探索者试图用Level C-309的特性直接跳过该层级,但实际上经过尝试后发现这样更容易切入到城市外围区域前往终点线反而需要更长时间。
城市
进入通道后就可以看到城市最中央的大道上横着一条由半透明凝胶制成的丝带,成功撞破这条丝带的探索者即是冠军。
当超过一半的参赛选手都到达城市后,颁奖仪式和庆祝晚会开始在城市中举办,不过考虑到有识血肉严重差异化的饮食习惯和食物口感,可能宴会会对大多数探索者来说没有太大吸引力,此时直接领取奖品后离开也是可以的。
报名方式
请前往最近的有识血肉巢穴进行报名,考虑到有识血肉历与通用后室历存在较大差异具体,举办时间也建议在有识血肉巢穴进行咨询。