生存难度:生存難度:
等级等級 万象
- 安全
- 多变
- 万物之始
如何使用:
[[include :backrooms-wiki-cn:component:level-class
|class=等级
]]
class 处的可用参数包括以下内容,支持简繁体及英文输入。
English | 简体中文 | 繁體中文 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 |
unknown | 未知 | 未知 | |||||||||||||||
habitable | 宜居 | 宜居 | |||||||||||||||
deadzone | 死区 | 死區 | |||||||||||||||
pending | 等待分级 | 等待分級 | |||||||||||||||
n/a | 不适用 | 不適用 | |||||||||||||||
amended | 修正 | 修正 | |||||||||||||||
omega | 终结 | 終結 |
该组件支持简繁切换,如下方代码所示:
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级
]]
在 lang 处选择语言,cn 表示简体中文,tr 表示繁体中文,不填默认选择简体中文。
自定义等级
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级名字
|color=#000000(带有井号的十六进制色号代码。)
|image=链接(至图片的链接。)
|one=在这
|two=随便
|three=放文字
]]
使用 CSS 进行自定义:
你可以使用 CSS 进行额外的自定义,将代码放入到 [[module css]] 中或者是放入到页面的版式内都可以。在这一组件中,不要把 [[module css]] 放在 [[include]] 里面,把它放在那个的下面或者是页面的顶部或底部。
将这些代码放入到你的页面/版式中以编辑所有的颜色,因为组件的 |color= 部分仅能控制背景:
[[module css]]
.sd-container {
/* 字体 */
--sd-font: Poppins, Noto Sans SC, Noto Serif SC;
/* 边框 */
--sd-border: var(--gray-monochrome); /* 大多数等级 */
--sd-border-secondary: 0, 0, 0; /* 不适用 */
--sd-border-deadzone: 20, 0, 0; /* 死区 */
/* 标志 */
--sd-symbol: var(--sd-border) !important; /* 大多数标志 */
--sd-symbol-secondary: 255, 255, 255; /* 4 级以上的是白色 */
/* 文本 */
--sd-bullets: var(--sd-border) !important; /* 点句符文本颜色 */
--sd-text: var(--swatch-text-secondary-color); /* 顶部框文本颜色 */
/* 等级颜色 */
--class-0: 247, 227, 117;
--class-1: 247, 227, 117;
--class-1: 255, 201, 14;
--class-2: 245, 156, 0;
--class-3: 249, 90, 0;
--class-4: 254, 23, 1;
--class-5: 175, 6, 6;
--class-unknown: 38, 38, 38;
--class-habitable: 26, 128, 111;
--class-deadzone: 44, 13, 12;
--class-pending: 182, 182, 182;
--class-n-a: 38, 38, 38;
--class-amended: 185, 135, 212;
--class-omega: 25, 46, 255;
}
[[/module]]
旧版颜色:
如果你不喜欢新版的样式,想要用回旧版的红色边框色,只需要在你的页面中与组件一同引入下方的代码:
[[module css]]
.sd-container {
--sd-border: 90, 29, 27;
--sd-image: 90, 29, 27;
--sd-symbol: 90, 29, 27;
}
[[/module]]
/* BHL Style Search Top Box And User Account */ /* By Mercuresphere */ /* Based on BHL Theme */ :root, :root:lang(cn) { --merc-light-color: var(--swatch-menutxt-light-color); --merc-dark-color: var(--swatch-menubg-dark-color); --user-account-mask: url("https://fastly.jsdelivr.net/gh/Crimone/crimson-anemone@main/files/user-circle.svg"); --search-top-box-mask: url("https://fastly.jsdelivr.net/gh/Crimone/crimson-anemone@main/files/search-top-box-mask.svg"); } /* ===用户和搜索栏=== */ @media only screen and (max-width: 768px) { #login-status { right: unset; font-size: unset; } #navi-bar, #navi-bar-shadow, #search-top-box-input { display: unset; } #search-top-box-input { min-width: unset; } #search-top-box { top: unset; right: unset; height: unset; } #search-top-box:focus-within { box-shadow: unset; background: unset; padding: unset; } #search-top-box:not(:focus-within):before { -webkit-mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; -webkit-mask-image: var(--search-top-box-mask); ; z-index: 14; background-color: rgb(var(--merc-light-color)); color: rgb(var(--merc-dark-color)); text-align: center; cursor: pointer; mask-image: var(--search-top-box-mask); ; mask-position: center center; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); pointer-events: none; position: absolute; top: 0; right: 0; width: calc(0.9375rem * 1.8); height: 100%; content: " "; } #search-top-box form[id=search-top-box-form] { visibility: unset; height: unset; } #search-top-box form[id=search-top-box-form]:focus-within { visibility: unset; } #search-top-box form[id=search-top-box-form] input { -webkit-appearance: unset; -moz-appearance: unset; position: unset; top: unset; transform: unset; appearance: unset; height: unset; } #search-top-box form[id=search-top-box-form] input[type=text] { visibility: unset; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .6s cubic-bezier(.4, 0, .2, 1), padding .6s cubic-bezier(.4, 0, .2, 1), max-width .6s cubic-bezier(.4, 0, .2, 1); } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] { position: unset; right: unset; transform: unset; cursor: unset; border-width: unset; width: unset; height: unset; color: unset; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text]:hover { background-color: unset; } #search-top-box form[id=search-top-box-form] input[type=submit] { background: none; transition: unset; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=submit] { opacity: unset; margin: unset; padding: unset; width: unset; } #header h1 a { z-index: unset; } } @media only screen and (max-width: 56.25rem) { #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { background-color: rgba(0, 0, 0, 0); } } @media (min-width: 36rem) { #login-status { flex-grow: unset; left: unset; right: unset; } #login-status:not(:hover):not(:focus-within) { visibility: hidden; } #login-status::before { visibility: visible; } } #search-top-box-input { min-width: unset; display: inline-block; } #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover { color: transparent; } #search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover { border: none; text-shadow: none; } #search-top-box-form input[type=submit], #search-top-box-input:focus, #search-top-box-input:hover { border: none; } #search-top-box { display: flex; z-index: 12; position: absolute; top: 1.5em; right: calc(3% - .25em); align-items: center; justify-content: center; width: auto; height: calc(0.9375rem * 1.8); transform: translateY(-50%); font-size: calc(0.9375rem * .86667); } #search-top-box, #search-top-box * { box-sizing: border-box; margin: 0; padding: 0; border: none; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .6s cubic-bezier(.4, 0, .2, 1), padding .6s cubic-bezier(.4, 0, .2, 1), max-width .6s cubic-bezier(.4, 0, .2, 1); will-change: box-shadow, font-variation-settings, font-weight, background-color, color, right, width, padding, max-width; } #search-top-box:focus-within, #search-top-box:focus-within *, #search-top-box:focus-within :after, #search-top-box:focus-within :before { margin: 0; padding: 0; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .3s cubic-bezier(.4, 0, .2, 1), padding .3s cubic-bezier(.4, 0, .2, 1), max-width .3s cubic-bezier(.4, 0, .2, 1); will-change: box-shadow, font-variation-settings, font-weight, background-color, color, right, width, padding, max-width; } #search-top-box:focus-within { background: rgba(var(--merc-dark-color), .7); box-shadow: calc(calc(0.9375rem * 1.8) / 2 * -1) 0 calc(calc(0.9375rem * 1.8) / 2) rgba(var(--merc-dark-color)); } #search-top-box:after, #search-top-box:before { position: absolute; top: 0; right: 0; width: calc(0.9375rem * 1.8); height: 100%; content: " "; } #search-top-box:before { -webkit-mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; -webkit-mask-image: var(--search-top-box-mask); ; z-index: 14; background-color: rgb(var(--merc-light-color)); color: rgb(var(--merc-dark-color)); text-align: center; cursor: pointer; mask-image: var(--search-top-box-mask); ; mask-position: center center; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); pointer-events: none; } #search-top-box:not(:focus-within):hover:before { background-color: rgb(var(--merc-light-color)); } #search-top-box:after { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); z-index: 13; clip-path: var(--clip-path); pointer-events: none; background-color: transparent; } #search-top-box:not(:focus-within):after { --clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); background-color: rgb(var(--merc-light-color), 0); } #search-top-box form[id=search-top-box-form] { display: flex; visibility: visible; position: relative; right: 0; max-width: 100%; height: calc(0.9375rem * 1.8); } #search-top-box form[id=search-top-box-form]:not(:focus-within) { max-width: calc(0.9375rem * 15); } #search-top-box form[id=search-top-box-form] input { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; top: 0; } #search-top-box form[id=search-top-box-form] input[type=text] { z-index: 13; position: absolute; right: 0; width: calc(0.9375rem * 15); max-width: calc(0.9375rem * 15); height: 100%; padding: 0 calc(0.9375rem * 1.8) 0 1em; outline: 0 solid rgb(var(--merc-light-color)); background-color: rgb(var(--merc-dark-color), .7); box-shadow: 0 0 0 .125rem rgb(var(--merc-light-color)); color: rgba(var(--merc-light-color)); } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] { max-width: calc(0.9375rem * 1.8); padding: 0; outline-width: 0; background-color: rgba(var(--merc-dark-color), 0); box-shadow: 0 0 0 0 rgb(var(--merc-light-color)); color: rgba(0, 0, 0, 0); cursor: pointer; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text]:hover { background-color: rgba(var(--merc-dark-color), 1); } #search-top-box form[id=search-top-box-form] input[type=submit] { visibility: visible; z-index: 14; position: absolute; right: 0; width: calc(0.9375rem * 1.8); height: calc(0.9375rem * 1.8); outline: 0 solid rgb(var(--merc-light-color)); background-color: transparent; box-shadow: 0 0 0 .125rem rgb(var(--merc-light-color)); color: t; font-size: calc(0.9375rem * .86667); cursor: pointer; pointer-events: all; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=submit] { box-shadow: 0 0 0 0 rgb(var(--merc-light-color)); pointer-events: none; } #login-status { --wght: var(--ui-wght); display: flex; z-index: 11; position: absolute; top: 1.5em; right: calc(3% + calc(0.9375rem * 1.8) - .25em); align-items: center; justify-content: center; height: 2em; margin: 0 0 0 .5em; transform: translateY(-50%); color: rgb(var(--merc-light-color)); font-weight: var(--wght); font-size: 1em; font-family: var(--UI-font); white-space: nowrap; transition: opacity .2s cubic-bezier(.4, 0, .2, 1); } #search-top-box:focus-within ~ #login-status { opacity: 0; } #login-status span.printuser a:first-of-type { width: 1.75em; } #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in { margin: 0 1em; background-color: rgb(var(--pale-gray-monochrome)); color: rgb(var(--merc-dark-color)); padding: 0.1em 1em; text-decoration: none; } #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:active, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:hover, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:active, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:hover, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:focus-within, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:focus-within { background-color: rgba(var(--merc-light-color), 1); color: rgb(var(--merc-dark-color)); text-decoration: none; } #login-status span.printuser { --wght: var(--ui-wght); margin-right: .5em; color: rgb(var(--merc-light-color)); font-weight: var(--wght); } #login-status a#my-account, #login-status a[href*="account/messages"] { color: rgb(var(--merc-light-color)); } #login-status a#my-account { --wght: var(--ui-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) .125em; display: flex; align-items: center; padding: 0 .5em; background-color: initial; box-shadow: inset 0 0 0 0 rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) .125em; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), text-decoration .2s cubic-bezier(.4, 0, .2, 1), -webkit-text-decoration .2s cubic-bezier(.4, 0, .2, 1); } #login-status a#my-account:active, #login-status a#my-account:hover { --wght: var(--ui-hvr-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) 0; box-shadow: inset 0 -2em 0 0 rgb(var(--merc-dark-color)); color: rgb(var(--merc-light-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) 0; } #login-status a#my-account:focus-within { --wght: var(--ui-hvr-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) 0; box-shadow: inset 0 -2em 0 0 rgb(var(--merc-dark-color)); color: rgb(var(--merc-light-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) 0; } #login-status #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); position: relative; width: var(--account-height); height: var(--account-height); margin: 0; padding: 0; background-color: rgb(var(--merc-light-color)); color: transparent; clip-path: var(--clip-path); transition: -webkit-clip-path .1s cubic-bezier(.4, 0, .2, 1); transition: clip-path .1s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .1s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options { display: block !important; z-index: 12; position: absolute; top: 1.5rem; right: 0; width: 10em; margin: .25em 0 0; padding: 0; overflow: hidden; background-image: var(--gradient-header); background-color: rgb(var(--merc-dark-color)); opacity: 0; pointer-events: none; transition: opacity .15s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options:focus-within, #login-status #account-topbutton:active + #account-options, #login-status #account-topbutton:focus + #account-options { opacity: 1; pointer-events: all; } @media (pointer: coarse) { #login-status #account-options:hover, #login-status #account-topbutton:hover + #account-options { opacity: 1; pointer-events: all; } } #login-status #account-options * { margin: 0; padding: 0; } #login-status #account-options ul { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 2em; flex-grow: 1; align-items: center; justify-content: center; font-size: .85em; } #login-status #account-options ul li { position: relative; } #login-status #account-options ul li, #login-status #account-options ul li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; } #login-status #account-options a { --box-shadow: rgba(var(--merc-dark-color)); --wght: var(--ui-wght); position: relative; flex-grow: 1; height: 100%; max-height: 2em; padding: 0 .25em; box-shadow: inset 0 0 0 .0625rem var(--merc-dark-color); font-weight: var(--wght); transition: color .15s cubic-bezier(.4, 0, .2, 1), font-weight .15s cubic-bezier(.4, 0, .2, 1), font-variation-settings .15s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options li > a, #login-status #account-options li > a:visited { color: rgb(var(--merc-light-color)); } #login-status #account-options li > a:active, #login-status #account-options li > a:hover { --wght: var(--ui-hvr-wght); color: rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: none; } #login-status #account-options li > a:focus-within { --wght: var(--ui-hvr-wght); color: rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: none; } #login-status #account-options li > a[href*="/messages"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-height: 100%; font-size: 0; } #login-status #account-options li > a[href*="/messages"]:after { position: absolute; left: 50%; transform: translateX(-50%); content: "信息"; font-size: calc(0.9375rem * .765); pointer-events: none; } #login-status #account-options li > a:before { --clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); -webkit-clip-path: var(--clip-path); z-index: -1; position: absolute; top: 0; width: 100%; height: 100%; background-color: rgb(var(--merc-light-color)); content: " "; clip-path: var(--clip-path); pointer-events: none; transition: -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); transition: clip-path .2s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options li > a:active:before, #login-status #account-options li > a:hover:before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100%); } #login-status #account-options li > a:focus-within:before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100%); } /* ===默认收起用户信息栏和搜索栏=== */ #search-top-box { top: 23px; right: calc(3%); } #login-status { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; top: 24px; right: calc(3% + calc(0.9375rem * 1.8) + .25em); color: transparent; pointer-events: none; transition: color .2s cubic-bezier(.4, 0, .2, 1); user-select: none; } @media only screen and (min-width: 980px) { #search-top-box { right: calc(3% + (-100vw + var(--header-width-on-desktop, 61.25rem)) / 2); } #login-status { right: calc(3% + calc(0.9375rem * 1.8) + .25em + (-100vw + var(--header-width-on-desktop, 61.25rem)) / 2); } } #login-status:active, #login-status:hover { -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; color: rgb(var(--merc-light-color)); pointer-events: all; user-select: auto; } #login-status:focus-within { -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; color: rgb(var(--merc-light-color)); pointer-events: all; user-select: auto; } #login-status:active #account-options, #login-status:hover #account-options { pointer-events: all; } #login-status:focus-within #account-options { pointer-events: all; } #login-status > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 0; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), text-decoration .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), clip-path .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-text-decoration .2s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); } #login-status:active > :not(#account-topbutton):not([href*="account/messages"]), #login-status:hover > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 1; } #login-status:focus-within > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 1; } #login-status #account-topbutton { margin-left: 0; background-color: initial; pointer-events: all; transition: clip-path .15s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .15s cubic-bezier(.4, 0, .2, 1); } #login-status:hover #account-topbutton { background-color: rgb(var(--merc-light-color)); } #login-status:before { -webkit-mask-image: var(--user-account-mask); -webkit-mask-size: calc(calc(0.9375rem * 1.8) - .5em); -webkit-mask-position: center right; -webkit-mask-repeat: no-repeat; z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--merc-light-color), 1); content: ""; cursor: pointer; mask-image: var(--user-account-mask); mask-position: center right; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) - .5em); pointer-events: all; transition: background-color .15s cubic-bezier(.4, 0, .2, 1); } #login-status:hover:before { background-color: rgba(var(--search-icon-hover-color), 1); } #login-status:active:after, #login-status:active:before, #login-status:hover:after, #login-status:hover:before { background-color: rgba(var(--search-icon-hover-bg-color), 0); cursor: auto; pointer-events: none; } #login-status:focus-within:after, #login-status:focus-within:before { background-color: rgba(var(--search-icon-hover-bg-color), 0); cursor: auto; pointer-events: none; } #login-status #account-topbutton { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); background-color: rgba(var(--merc-light-color), 0); clip-path: var(--clip-path); } #login-status:active #account-topbutton, #login-status:hover #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); background-color: rgb(var(--merc-light-color)); clip-path: var(--clip-path); } #login-status:focus-within #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); background-color: rgb(var(--merc-light-color)); clip-path: var(--clip-path); } #login-status #account-options { margin: 0; } #login-status a[href*="account/messages"] { color: rgb(var(--merc-light-color)); pointer-events: all; } #account-topbutton { border: none; } #account-options { border: none; }
迷途的孩子被家乡抛弃,无序的世界被未知遮蔽
Level C-539是后室C层群的第539层。
描述
本层级被发现为一片5000平方公里的有限空间,其中的边界被无可窥视的屏障包裹,外围表现出与内部世界形态变换一致的特性,暂未发现穿越屏障的可能性。
本层级以60天为周期,会进行规律的空间变换,已有「冰原」「森林」「沙漠」「海滩」状态的空间被证实存在,罕见情况下会出现「巨峦峰群」「无序之城」的变换情况,亦有少许报告发现「熔岩壁垒」「辉鸣宫殿」等多个奇特的的地形特征,但报告时间下其他流浪者未发现任何异常且依旧存在于原层级状态中,报告者也未发现其他流浪者或实体存在,故真实性尚有待考究。
在封冻的寒冷之中呼吸
绝寒冰原
该状态下,层级被30cm厚度的坚冰覆盖,不规律地分布着大量冰山,其高度由1m至100m不定,温度恒定在-30摄氏度,但处于其中的流浪者无被冻伤可能。值得注意的是,本状态下,于层级四周会随机出现小范围的“碎冰浅滩”群系,于此特殊群系内,自东南方向而来的寒风会切割所有不属于实体本身的物品,包括但不限于武器,衣装,食物。碎冰内藏有危险实体,生死状态未知,但不建议流浪者对其进行任何程度上的破坏。
冰原小屋
这是本状态下唯一适合长期居住的地方,每个小屋内拥有一座恒常保持燃着状态的火炉,使室温保持在26摄氏度且不会破坏房屋本身。火炉可被人为熄灭,熄灭后室内温度与外界相同。小屋内会有一日量的食物与杏仁水,每23h会刷新一次。小屋数量与处于本层级内流浪者数量保持一致,每位流浪者仅可进入一座小屋。
去聆听年轮刻下的乐曲
秘言诸林
该状态下,层级中出现大量植物,树木种类多变,随机分布在层级的任何地方,树木与前厅中正常树木类似,砍伐后可经过正常加工制成木制品或纸张,对人体无有害影响。流浪者于其中行走时,可能会听到树木或花草的低语,因为本层级内之植被皆有其意识且少数可与人类进行交流,这样的交流似乎与植物距流浪者之距离无关,而是精神层面上的直接交流。每次交流最长可持续5分钟,然后便会消失。这种交流目的大多在于引发流浪者的同理心,故不建议多次进行该行为。本状态下可于森林内寻找到少量的猎人小屋,其中拥有充足的前厅食物与杏仁水,寓居实体多数与前厅森林相同,少数分布着微光向导。
树顶梦呓
这是一种仅出现于树顶的特殊建筑建构,流浪者可定居其中。房间内部的装饰与流浪者心中所梦想的住所总是保持一致,但请注意,这仅是流浪者单方面的精神认知。进入已有流浪者居住的该建筑结构,内部仅会表现为简单的食物,床铺及少量家具,且无法观测到定居其中的流浪者,直至流浪者离开该结构。
炽烈的热风掩埋绝望
驼铃沙漠
该状态下,层级表现为厚度不可探测的黄沙。层级的中央坐落着一片绿洲,绿洲内含有无限的杏仁水湖泊,进入湖泊底部,可找到一座楼梯。沿其向下会发现异常茂密的森林结构。本结构拥有蔚蓝色的天空与无数座连续彩虹。森林内部的植物与任何已知植物均不相同且表现出叶片结构不连续的特点。该结构中央为一座高度难以估量的瀑布,水流成分被检测为正常的海水,大量的黑曜石分布在瀑布的底部。沙漠中也可找到一定的仙人掌,切开也可取得少量的杏仁水,该状态下无任何自然生成实体。
漠之礁
这种建筑仅在驼铃沙漠内出现,可供5-7名流浪者居住,内部拥有充足的食物且刷新频率为恒定的23h,小屋中可找到数量不定的冷兵器,长枪,长矛,短剑均已被发现,材质为铁质,但是拥有“不可折断”的异常特性,带出层级后该特性消失
广袤的海滩洒下朝阳
朝阳永恒
该状态下时间正常流逝,但太阳永远停留在初升的时刻。海滩上的沙子可被带出层级,并在本层级之外散发着少量的热度与光芒,可在海岸线旁寻找到椰子树,椰子内的液体被证实为是安全的杏仁水,沙滩上随机刷新“沙滩蟹”实体,与前厅螃蟹口感相似,但品质取决于沙滩蟹背上的装饰数量。以 无装饰-存在小型太阳伞装饰-存在小型沙滩椅装饰-存在任何微缩版实体模型装饰 的顺序,口感递进,其上装饰可被取下做收集之用,无任何其他特性。
本状态无固定定居点,但广袤的沙滩被更多的流浪者所喜爱,躺在上面具有放松身心与治愈心理疾病的效果。挖开沙子可能会找到大量的能量棒,能量棒并不直接出现于沙子之下而其刷新与流浪者挖开沙子的行为本身有关。
登上巨峦的山巅
斫云峰峦
该状态转换后流浪者会随机出现在山峰之上,层级整体表现为峰林地貌,亦有少许岩溶洞可供流浪者探索。部分溶洞内拥有大量的杏仁水与食物,每隔23h刷新一次。绵密的云雾出现在山体半中的位置,任何跃入云雾之下的流浪者会被重新传送回进入层级时的位置—-尽管可能那里在一段时间内依然是云海。
“斫云”
此结构被发现于斫云峰峦的层级边界处,每次出现的数量为固定的四座且刷新地点不固定。本结构高539米,结构周围的云海显现出异常的撕裂状态,云海的切口均为锯齿状。在进行一次吸收云海后,本结构的顶端器械将制造出大量后室食物且不规律地直接出现在层级内的山峰处。本层级内云海已被证实为由大量水分子构成,故暂不可知这种转变是依据如何原理运作。
回望蜃楼的城邦
无序之城
此处被发现为与level 11 相类似的城市市区,实体车兽于此大量刷新,当车兽刷新过多时会造成路口堵车的可能性。楼房极其不稳定,其中结构呈现为无休止地旋转状态,猜测是因为该城市层级尚未组建完成而导致的。杏仁水和皇家口粮刷新于层级内的任意地点,但因此而强行卡入楼房的过程所造成的任何后果均是不可估量的。
桑梓无可归途,汝等仅余前路
尚未确认的层级状态
「熔岩壁垒」 「无边之海」 「辉鸣宫殿」 「繁星之门」以上名称均为流浪者报告,暂无可考证,且报告者事后拒绝谈论其中内容,请流浪者多加注意。
以下为目前仅有的关于以上层级状态的有效报告:
我现在处于一片汪洋之间,我的身体下面有鱼,无数的鱼!我从没见过它们,它们的特征就好像无数热带鱼拼接起来的一样,海底有宫殿,我无法到达那里,海水进入我的眼睛后那座宫殿就消失了,我估测是某种幻象,现在我会想办法找到是否有岸边了!「无边之海」「无边之海」!我只知道这个…为什么?我是谁?不对…这是什么(信号随水流声终端)
看那,如此巨大的门。如同神迹一般。繁星跪倒在它的脚边,我不知道进去会是什么,我看见无数的生物,它们的身体上被星辰包裹,不过都是缩小版的星空,我的身体上似乎也开始出现这样的情况,他们在跪拜,我也如此,没错,是「起源」…「起源」…,大门打开了,群星的洪流被大门吸入,我想进去看看那是什么,或许是唯一的出口。(信号中断)
该流浪者拒绝谈论任何其中内容,但鉴于安全考虑本状态仍被记录。
实体
生灵之母
*本层级发现自称“生灵之母”的未知实体,其仅以意识与处于本层级内的流浪者交流,以下是M.E.G工作人员的整理的此实体部分叙述存档。
“迷途的孩子被家乡抛弃,无序的世界被未知遮蔽。”
“在封冻的寒冷之中呼吸,去聆听年轮刻下的乐曲。”
“炽烈的热风掩埋绝望,广袤的海滩洒下朝阳。”
“登上巨峦的山巅,回望蜃楼的城邦。”
“桑梓无可归途,汝等仅余前路。”
其中前两句被每一位进入该层级的流浪者记录,后续一切语句均在发生空间转换时随机出现,至今尚未可知是否仍有语段未被记录。
塑造万象
【苍生之苗圃】
本状态由“此为终点”为M.E.G报告的层级状态,被发现为一座100平方米的生态系统,其中包括数十种小型的生态环境以及一座高2.2米的星图,星图所显示的星域未被任何前厅或后室数据库记录。桌上被发现一张以墨水书写的纸条,含有如下内容。
“山海与吾,皆为弃子。”
“塑造万象,所求乡原。”
“非实非虚,非真非假。”
“未聆亡语,安求新生?”
“无端怒苦,光星回溯。”
“重启九州,栽种苗圃。”
“当为现世之谜,千秋不解半语。”
“无妨,前路值得探寻,万象已藏其中。”
新增记录
“我进去了,那座繁星的大门。我看到红巨星百万年的光阴顷刻略过,白矮星异常的光芒照亮寰宇,炽热的沙漠律动着心跳,繁盛的森中诞生出文明。我的确被警告——就是那个进入层级时的声音,祂曾告诉我不要透露更多,但近期祂似乎又默许我的行为。总之,你知道吗?我敢负责任的说,那里不是虚假,那里是真正的星空,独属于这片后室的星空!我不清楚那里1+1是否等于2,我更不清楚那里的物理学规则如何,但是当一切井然有序的时候,什么都不重要了不是吗?前厅已经回不去了!你我都是如此,如果那片星空真如我观测到的那般广袤,我们为何不能在那里寻找宜居的家园!不用再在这操蛋的后室苟延残喘,不必再担心下一刻会不会被送进哪个死区!祂是我们唯一的希望,我相信祂会为我们创造家园,连同祂自己一起。”
“我是进入「无边之海」的流浪者,具体情况如何相信你也已经看到了,隐瞒的原因我也不多赘述。「辉鸣宫殿」的记录也是我上传的,它的入口就在「无边之海」里。不过这不重要,先说说上次信号中断后的事情吧。我在海里漂泊,直至被冲入某座瀑布。还记得「驼铃沙漠」底下那个通天的瀑布吗?我就是从那里下来的。不过那时候层级的状态还不是「驼铃沙漠」,我与在level-539的朋友联系才得知外面当时是「朝阳永恒」的环境状态。我踌躇了很久要不要上去,因为我们从未在这样的情况下进入某个层级状态。不过我还是上去了,毕竟也没有更多的出口。当我打开门时,我惊呆了,虽然杏仁水湖泊并没有改变,但是外面的状态完全不一样。千色的光芒汇聚在宝殿的中央,如同王律一般,我所见过的一切财宝随意地堆放在大殿里。半透明的如同前厅科幻片里的操作面板悬浮在天上,楼房,山川,林木,水流像积木一样,被那座面板一样的东西拼装着。我相信纵使创世也不过如此。那简直可被称作奇迹,再醒来就遇到了“此为终点”的那伙人,他们说在报告什么“苍生之苗圃”,然后我就和他们一起切出了。等再次切换到「驼铃沙漠」时,我再去那个地方探索,但那已经没有什么异常了,那座瀑布我也没能再攀上去过。只能说,这个层级绝没它看上去那么简单。”
其余实体
大多与前厅相同,且被人为杀死后会于71h后重新复活。
秘言诸林内可找到微光向导
朝阳永恒内有沙滩蟹
无序之城内有大量车兽
特性
本层级内流浪者不会死亡,即使不慎死去也会在71H后于死亡地点复活
基地、前哨与社区
山海万象
- 隶属于M.E.G的30人团队,负责接纳流浪者并为其提供杏仁水和食物
“此为终点”
- 由10人组成的小队,负责于本层级内探索异常的层级状态
入口与出口
入口
- 于Level 11想念前厅的景色可能会来到此层级
- 于任意层级怀念家人与安全,会来到此层级
- 于Level 711的海滩睡着,可能会切入「朝阳永恒」状态下的此层级
- 少数流浪者从Level 555直接切入「繁星之门」
出口
- 于层级内无意义地大肆杀死动物实体或造成严重破坏,会被传送至随机「死区」层级
- 找到世界边界的门,进入会来到Level 11
- 于「无序之城」强行卡入大楼,部分流浪者成功回到了Level 0
- 于「秘言诸林」收集一百种由不同树种诞生的树叶,会被传送至Level 129
- 于「驼铃沙漠」或「朝阳永恒」带走骆驼形状的沙子雕塑,会来到Level 60
- 默念想要去到的层级3遍,有绝大几率直接来到该层级
« Level C-538 | Level C-539 | Level C-540 »