@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter&display=swap');
/* 全局 */
:root {
--theme-base: "black-highlighter";
--theme-id: "blank";
--theme-name: "Blank Theme";
--logo-image: none;
--header-title: "The Backrooms";
--header-subtitle: "你曾经来过这里";
--bb-black: 65, 65, 65;
--bb-white: 253, 253, 253;
--bb-accent-color: 63, 66, 50;
--bb-accent-background: 215, 219, 204;
--body-font: Inter, Noto Sans SC, Noto Sans TC, Arimo, Verdana, Geneva, sans-serif;
--header-font: var(--body-font);
--title-font: var(--body-font);
--mono-font: Bitter, Noto Serif SC, Noto Serif TC, Consolas, monaco, monospace;
--temp-font-1: Inter, Noto Sans SC, Noto Sans TC, Arimo, Verdana, Geneva, sans-serif;
--temp-font-2: Bitter, Noto Serif SC, Noto Serif TC, Consolas, monaco, monospace;
--white-monochrome: var(--bb-white);
--pale-gray-monochrome: var(--bb-white);
--light-gray-monochrome: var(--bb-white);
--gray-monochrome: var(--bb-white);
--black-monochrome: var(--bb-black);
--bright-accent: var(--bb-black);
--medium-accent: var(--bb-white);
--dark-accent: var(--bb-black);
--pale-accent: var(--bb-black);
--swatch-topmenu-border-color: var(--bb-white);
--swatch-menubg-dark-color: var(--bb-black);
--rating-module-button-plus-color: var(--bb-black);
--rating-module-button-negative-color: var(--bb-black);
--rating-module-button-cancel-color: var(--bb-black);
--rating-module-button-credit-color: var(--bb-black);
--link-color: var(--bb-black);
--hover-link-color: var(--bb-black);
--visited-link-color: var(--bb-black);
--background-gradient-distance: 0rem;
--gradient-header: linear-gradient(to top,
rgba(var(--medium-accent)) 0%,
rgba(var(--medium-accent), 0.90) 100%);
--diagonal-stripes: linear-gradient(transparent 0);
}
* {
scrollbar-color: rgb(var(--bb-black)) transparent !important;
}
#page-content {
font-size: 110%;
}
@media only screen and (max-width: 768px) {
#page-content {
font-size: 90%;
}
}
::selection {
background: rgb(var(--black-monochrome));
color: rgb(var(--white-monochrome));
}
::-moz-selection {
background: rgb(var(--black-monochrome));
color: rgb(var(--white-monochrome));
}
#skrollr-body {
background-image: none;
}
#container {
background-image: none;
}
/*
body::-webkit-scrollbar-thumb {
background-color: rgb(var(--bb-black));
}
body::-webkit-scrollbar-track {
background-color: rgb(var(--bb-white));
}
*/
#main-content {
padding-bottom: 3em;
}
/* 版头 */
#login-status,
#login-status a {
color: rgb(var(--bb-black));
opacity: 0;
transition: opacity 300ms;
}
#login-status span.printuser {
opacity: 0;
transition: opacity 300ms;
}
#header:hover #login-status span.printuser,
#header:focus-within #login-status span.printuser {
opacity: 1;
}
#header:hover #login-status,
#header:hover #login-status a,
#header:focus-within #login-status,
#header:focus-within #login-status a {
opacity: 1;
}
#account-topbutton {
border: none;
}
#account-options {
background-color: rgb(var(--bb-white));
border: 0.15rem solid rgb(var(--bb-black));
}
#login-status ul a {
text-decoration: none;
background-color: rgb(var(--bb-white));
color: rgb(var(--bb-black));
transition: background-color 300ms;
}
#login-status ul a:hover,
#login-status ul a:focus {
background-color: rgb(var(--bb-black));
color: rgb(var(--bb-white)) !important;
}
@media only screen and (max-width: 768px) {
#search-top-box-form {
display: none;
}
}
#search-top-box-input {
display: none;
}
#search-top-box-form>input.button.btn {
opacity: 0;
transition: opacity 300ms, color 300ms, background-color 300ms;
color: rgb(var(--bb-black));
background-color: rgb(var(--bb-white));
border: 0.15rem solid rgb(var(--bb-black));
}
#search-top-box-form>input.button.btn:hover {
color: rgb(var(--bb-white));
background-color: rgb(var(--bb-black));
}
#search-top-box-form input[type=submit]:focus,
#search-top-box-form input[type=submit]:hover {
text-shadow: none;
}
#header:hover #search-top-box-form>input.button.btn,
#header:focus-within #search-top-box-form>input.button.btn {
opacity: 1;
}
#header h1 a::before,
#header h2 span::before {
text-shadow: none;
color: rgb(var(--bb-white));
transition: color 300ms, bottom 300ms;
}
#header:hover h1 a::before,
#header:hover h2 span::before,
#header:focus-within h1 a::before,
#header:focus-within h2 span::before {
color: rgb(var(--bb-black));
}
#header h1 a:before {
position: relative;
font-weight: 900 !important;
bottom: 0;
}
#header:hover h1 a:before,
#header:focus-within h1 a:before {
bottom: 3px;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
top: 2rem;
margin: 0;
width: 100%;
display: flex;
justify-content: center;
}
/* 顶栏 */
#top-bar div.mobile-top-bar>ul>li>a,
#top-bar div.top-bar>ul>li>a,
#header:hover #top-bar div.mobile-top-bar>div.open-menu>p>a,
#header:focus-within #top-bar div.mobile-top-bar>div.open-menu>p>a {
color: rgb(var(--bb-white));
transition: opacity 300ms;
}
#header:hover #top-bar div.mobile-top-bar>ul>li>a,
#header:hover #top-bar div.top-bar>ul>li>a,
#header:focus-within #top-bar div.mobile-top-bar>ul>li>a,
#header:focus-within #top-bar div.top-bar>ul>li>a {
color: rgb(var(--bb-black));
}
#header:hover #top-bar div.mobile-top-bar>div.open-menu>p>a,
#header:focus-within #top-bar div.mobile-top-bar>div.open-menu>p>a {
color: rgb(var(--bb-black)) !important;
}
#top-bar div.top-bar>ul>.sfhover>a {
color: rgb(var(--bb-white)) !important;
}
#top-bar div.mobile-top-bar>ul>li:hover>a,
#top-bar div.mobile-top-bar>ul>li:focus-within>a {
color: rgb(var(--bb-white)) !important;
}
#top-bar div.mobile-top-bar>ul>li>ul>li,
#top-bar div.top-bar>ul>li>ul>li {
transition: background 300ms;
}
#top-bar div.mobile-top-bar>ul>li>ul>li:hover,
#top-bar div.top-bar>ul>li>ul>li:hover,
#top-bar div.mobile-top-bar>ul>li>ul>li:focus,
#top-bar div.top-bar>ul>li>ul>li:focus {
background: rgb(var(--bb-white));
}
#top-bar div.mobile-top-bar>ul>li>ul>li:hover a,
#top-bar div.top-bar>ul>li>ul>li:hover a,
#top-bar div.mobile-top-bar>ul>li>ul>li:focus-within a,
#top-bar div.top-bar>ul>li>ul>li:focus-within a {
color: rgb(var(--bb-black));
}
/* 侧栏 */
#side-bar::-webkit-scrollbar {
display: none !important;
}
#main-content::after {
visibility: hidden;
}
#main-content::before {
background-color: rgb(var(--bb-white)) !important;
}
#side-bar div.side-block {
border-right: none;
}
#side-bar .heading {
border-top: 0.125rem solid rgb(var(--bb-black));
border-bottom: 0.125rem solid rgb(var(--bb-black));
}
#side-bar .heading p {
background-color: rgb(var(--bb-black));
color: rgb(var(--bb-white));
text-shadow: none;
}
#side-bar .menu-item,
#side-bar .menu-item p {
border-bottom: 0.15rem solid rgb(var(--bb-white)) !important;
}
#side-bar div.menu-item a:not(a:first-child) {
border-left: 0.15rem rgb(var(--bb-white)) !important;
}
#side-bar .side-block>.collapsible-block .collapsible-block-link {
color: rgb(var(--bb-black));
text-shadow: none;
}
#side-bar .side-block>.collapsible-block .collapsible-block-link:hover {
color: rgb(var(--bb-white));
}
#side-bar div.menu-item a {
transition: background-color 300ms;
}
#side-bar div.menu-item a:hover {
background-color: rgb(var(--bb-black));
color: rgb(var(--bb-white));
}
#side-bar .side-block>.collapsible-block a.collapsible-block-link:after,
#side-bar div.menu-item a.collapsible-block-link:after,
#side-bar div.menu-item a::before {
display: none;
}
#side-bar {
position: fixed;
border-right: 0.15rem solid transparent;
}
#content-wrap {
margin-left: 0;
}
#side-bar:hover {
border-right: 0.15rem solid rgb(var(--bb-black));
}
@media only screen and (max-width: 768px) {
#side-bar {
border: none !important;
}
}
/* 评分 */
.page-rate-widget-box,
.rate-box-with-credit-button {
background-color: rgb(var(--bb-white)) !important;
border-color: transparent !important;
box-shadow: none !important;
}
/* 页面元素 */
.radius-div>* {
border-radius: 10px;
}
.error-inline {
color: rgb(var(--bb-black));
border: 1px solid rgb(var(--bb-black));
}
hr,
.dashed-hr {
margin: 1em 0;
padding: 0;
display: block;
border: none;
height: 2px;
background-image: linear-gradient(90deg, rgb(var(--bb-black)) 0%, rgb(var(--bb-black)) 55%, rgb(var(--bb-white)) 55%, rgb(var(--bb-white)) 100%);
background-size: 1em 2px;
background-repeat: x-repeat
}
.solid-hr {
margin: 1em 0;
padding: 0;
display: block;
height: 2px;
background-color: rgb(var(--bb-black));
}
.styled-hr {
margin: 1em 0;
padding: 0;
display: block;
position: relative;
height: 0.15em;
overflow: hidden;
border: initial;
background-color: rgb(var(--bb-black));
-webkit-clip-path: polygon(50% 10%, 100% 50%, 50% 90%, 0% 50%);
clip-path: polygon(50% 10%, 100% 50%, 50% 90%, 0% 50%);
}
.avatar-hover {
display: none !important;
}
.avatarhover a {
text-decoration: none;
color: rgb(var(--bb-black));
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
transition:
color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.avatarhover:hover a {
text-decoration: none;
color: rgb(var(--bb-white));
}
#action-area .avatarhover:hover a {
background-color:rgb(var(--bb-black));
}
#page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href*="#u-credit-view"]),
#page-content .avatarhover,
.hovertip a,
.classic-collap a.collapsible-block-link {
padding: 0.15em;
margin: -0.15em;
color: rgb(var(--bb-black));
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
box-shadow: inset 0 -0.125rem 0 0rem rgb(var(--bb-black));
transition:
box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
#page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href*="#u-credit-view"]):hover,
#page-content .avatarhover:hover,
.hovertip a:hover,
.classic-collap a.collapsible-block-link:hover {
box-shadow: inset 0 -1.5em 0 0 rgb(var(--bb-black));
text-decoration: none;
color: rgb(var(--bb-white));
}
#page-title,
.meta-title {
margin: 0 auto 0.6em;
text-align: center;
font-size: 30px !important;
}
/* 目录 & 折叠 */
#toc {
background-color: rgb(var(--bb-white));
border: solid 0.15rem rgb(var(--bb-black));
color: rgb(var(--bb-black));
padding: 0;
}
#toc-action-bar {
padding: 0 !important;
}
#toc-list {
margin: 0.5em;
}
#toc-action-bar>a,
a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *) {
display: inline-block;
transition: background-color 300ms;
color: rgb(var(--bb-black));
background-color: rgb(var(--bb-white));
text-decoration: none !important;
}
a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *) {
padding-right: 0.4em;
}
.collapsible-block {
margin: 1em 0;
}
#toc-action-bar>a {
width: 100%;
}
#toc-action-bar>a:hover,
a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *):hover {
color: rgb(var(--bb-white));
background-color: rgb(var(--bb-black));
}
#toc-action-bar>a:nth-child(1)::before,
#toc-action-bar>a:nth-child(2)::before,
.collapsible-block-folded a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *)::before,
.collapsible-block-unfolded-link a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *)::before {
margin: 0 0.2em 0 0.4em;
content: "▼";
color: rgb(var(--bb-black));
background-color: transparent;
visibility: visible;
display: inline-block;
}
#toc-action-bar>a:nth-child(1):hover::before,
#toc-action-bar>a:nth-child(2):hover::before,
.collapsible-block-folded a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *):hover::before,
.collapsible-block-unfolded-link a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *):hover::before {
color: rgb(var(--bb-white));
}
#toc-action-bar>a:nth-child(2)::before,
.collapsible-block-folded a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *)::before {
animation-name: collapsible-arrow-spin;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.32, .38, .39, .94);
animation-fill-mode: forwards;
}
#toc-action-bar>a:nth-child(1)::before,
.collapsible-block-unfolded-link a.collapsible-block-link:not(.classic-collap *):not(.styled-collap *)::before {
animation-name: collapsible-arrow-spin-back;
animation-duration: 0.3s;
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.32, .38, .39, .94);
animation-fill-mode: forwards;
}
@keyframes collapsible-arrow-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-90deg);
}
}
@keyframes collapsible-arrow-spin-back {
from {
transform: rotate(-90deg);
}
to {
transform: rotate(0deg);
}
}
/* 分页 */
.yui-navset .yui-nav {
border: solid 3px rgb(var(--bb-black));
box-shadow: none;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
transition: background-color 300ms;
background-color: rgb(var(--bb-white));
color: rgb(var(--bb-black));
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
background-color: rgb(var(--bb-black));
color: rgb(var(--bb-white));
}
.yui-navset .yui-nav .selected,
.yui-navset .yui-navset-top .yui-nav .selected {
background-color: rgb(var(--bb-black));
color: rgb(var(--bb-white)) !important;
}
.yui-navset .yui-nav .selected a {
color: rgb(var(--bb-white)) !important;
}
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active {
background-color: rgb(var(--bb-black));
color: rgb(var(--bb-white));
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
box-shadow: 0 0 0 .0625rem rgb(var(--bb-white));
background-color: rgb(var(--bb-white));
}
.yui-navset .yui-content {
background-color: rgb(var(--bb-white));
border: none;
margin: 0;
padding: 0.25em 0;
}
/* 图像框 */
.scp-image-block {
border: none;
box-shadow: none;
}
.scp-image-block .scp-image-caption {
background-color: rgb(var(--bb-black));
color: rgb(var(--bb-white));
border: none !important;
}
.reversed-image .scp-image-block .scp-image-caption {
background-color: rgb(var(--bb-white));
color: rgb(var(--bb-black));
}
.bordered-image .scp-image-block {
border: 0.15rem solid rgb(var(--bb-black));
}
/* 表格 */
table.wiki-content-table tr,
table.wiki-content-table th,
table.wiki-content-table td {
border: .2rem solid rgb(var(--bb-black)) !important;
}
table.wiki-content-table th {
background-color: rgb(var(--bb-black)) !important;
color: rgb(var(--bb-white));
}
/* DIVs */
.code {
border: dashed 0.15rem rgb(var(--bb-black));
background-color: rgb(var(--bb-white));
color: rgb(var(--bb-black));
}
.code::-webkit-scrollbar-thumb {
background-color: rgb(var(--bb-black));
}
.code::-webkit-scrollbar-track {
background-color: rgb(var(--bb-white));
}
.blockquote,
blockquote {
border: solid 0.15rem rgb(var(--bb-black)) !important;
box-shadow: none !important;
background-color: rgb(var(--bb-white)) !important;
color: rgb(var(--bb-black)) !important;
}
.lightblock {
margin-left: 0;
border: solid 0.15rem rgb(var(--bb-black)) !important;
box-shadow: none !important;
background-color: rgb(var(--bb-white));
color: rgb(var(--bb-black));
}
.darkblock {
--bb-black: var(--white-monochrome);
--bb-white: var(--black-monochrome);
margin-left: 0;
border: none !important;
box-shadow: none !important;
background: rgb(var(--bb-white));
color: rgb(var(--bb-black));
}
.darkblock * {
--bb-black: var(--white-monochrome);
--bb-white: var(--black-monochrome);
}
.styled-quote {
background-color: rgb(var(--bb-white));
color: rgb(var(--bb-black));
margin-left: 0;
border-left: solid 0.4rem rgb(var(--bb-black)) !important;
box-shadow: none !important;
padding-top: 0;
padding-bottom: 0;
}
.dotted-quote {
color: rgb(var(--bb-black));
background-color: rgb(var(--bb-white));
padding: 0.01rem 1rem;
margin: 0.5rem 0;
border: dashed 0.15rem rgb(var(--bb-black));
}
.dotted-quote hr {
background-image: none;
background-color: rgb(var(--bb-white));
height: 0px;
border-top: dashed 0.15rem rgb(var(--bb-black));
}
.accent-block {
--bb-black: var(--bb-accent-color);
--bb-white: var(--bb-accent-background);
background-color: rgb(var(--bb-white));
padding: 0.01rem 1rem;
margin: 0.5rem 0;
color: rgb(var(--bb-black));
}
.accent-block * {
--bb-black: var(--bb-accent-color);
--bb-white: var(--bb-accent-background);
}
.accent-block .darkblock {
--bb-black: var(--bb-accent-background) !important;
--bb-white: var(--bb-accent-color) !important;
}
/* 脚注 */
a.footnoteref {
color: rgb(var(--bb-black));
background-color: transparent;
transition: background-color 300ms;
text-decoration: none !important;
padding: 0 0.2em;
}
a.footnoteref:hover {
color: rgb(var(--bb-white));
background-color: rgb(var(--bb-black));
}
.hovertip {
border: 0.15rem solid rgb(var(--bb-black)) !important;
}
.hovertip .f-footer {
display: none;
}
#page-content>div.footnotes-footer {
border-left: solid 0.4rem rgb(var(--bb-black));
margin-top: 1rem;
}
.footnotes-footer .footnote-footer a:nth-child(1) {
text-decoration: none;
color: rgb(var(--bb-black));
}
/* 标签 */
.page-tags {
margin: 0 auto;
text-align: center !important;
}
.page-tags a {
line-height: inherit;
font-weight: 600;
}
.page-tags span {
border-top: none;
border-bottom: 0.15rem solid rgb(var(--bb-black));
}
.page-tags span a {
color: rgb(var(--bb-black));
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
transition:
box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.page-tags span a:hover {
box-shadow: inset 0 -1.5em 0 0 rgb(var(--bb-black));
text-decoration: none;
color: rgb(var(--bb-white));
}
/* 按钮 */
div#page-options-bottom-2>a,
div#page-options-bottom>a {
background-color: rgb(var(--bb-white));
font-weight: 600 !important;
color: rgb(var(--bb-black));
border-radius: 0em;
-moz-border-radius: 0em;
border: 0.15rem solid transparent;
text-decoration: none !important;
transition:
border 300ms,
background-color 300ms;
}
#prw54355 {
font-weight: 600 !important;
}
div#page-options-bottom-2>a:active,
div#page-options-bottom-2>a:hover,
div#page-options-bottom>a:active,
div#page-options-bottom>a:hover {
color: rgb(var(--bb-white));
background-color: rgb(var(--bb-black));
border: 0.15rem solid rgb(var(--bb-black));
text-decoration: none !important;
}
/* 信息 */
#page-info {
color: rgb(var(--bb-white));
}
div.page-watch-options {
visibility: hidden;
}
@media only screen and (max-width: 768px) {
#page-info {
display: none;
}
}
/* 页脚 */
#license-area {
display: none;
}
#footer {
display: none !important;
}
/* 操作 */
#owindow-1 {
border-color: rgb(var(--bb-black));
}
#who-rated-page-area>div>span {
color: rgb(var(--bb-black)) !important;
}
#who-rated-page-area .avatarhover:hover a {
transition: background-color 300ms;
}
#who-rated-page-area .avatarhover:hover a {
background-color: rgb(var(--bb-black));
}
#action-area input.text::-webkit-scrollbar-thumb,
#action-area textarea::-webkit-scrollbar-thumb {
background-color: rgb(var(--bb-black));
}
#action-area input.text::-webkit-scrollbar-track,
#action-area textarea::-webkit-scrollbar-track {
background-color: rgb(var(--bb-white));
border-left: rgb(var(--bb-black)) 0.15rem solid;
}
#action-area input.text::-webkit-resizer,
#action-area textarea::-webkit-resizer {
border-top: rgb(var(--bb-black)) 0.15rem solid;
border-left: rgb(var(--bb-black)) 0.15rem solid;
background-color: rgb(var(--bb-white));
color: rgb(var(--bb-black));
}
textarea,
input.text,
input.checkbox,
div.note,
#lock-info {
border: 0.15rem solid rgb(var(--bb-black)) !important;
}
table.form td div.sub,
form div.sub {
color: rgb(var(--bb-black));
}
.pager a {
color: rgb(var(--bb-black));
background-color: rgb(var(--bb-white));
border: 0.15rem solid rgb(var(--bb-black));
text-decoration: none !important;
transition: background-color 300ms;
}
.pager .current {
border: 0.15rem solid rgb(var(--bb-black));
color: rgb(var(--bb-white));
background-color: rgb(var(--bb-black));
}
.pager a:hover {
color: rgb(var(--bb-white));
background-color: rgb(var(--bb-black));
}
.change-textarea-size a {
color: rgb(var(--bb-black));
background-color: rgb(var(--bb-white));
border: 0.15rem solid rgb(var(--bb-black));
transition: background-color 300ms;
text-decoration: none;
}
.change-textarea-size a:hover,
.change-textarea-size a:active {
color: rgb(var(--bb-white));
background-color: rgb(var(--bb-black));
}
.owindow .button-bar a,
a.button,
button,
div.buttons input,
file,
input.button {
background: rgb(var(--bb-white));
color: rgb(var(--bb-black));
border-radius: 0em !important;
-moz-border-radius: 0em !important;
border: 0.15rem solid rgb(var(--bb-black));
transition:
border 300ms,
background-color 300ms;
}
.page-source {
border: 0.15rem solid rgb(var(--bb-black));
font-family: var(--mono-font);
}
.owindow .button-bar a:active,
.owindow .button-bar a:hover,
a.button:active,
a.button:hover,
button:active,
button:hover,
div.buttons input:active,
div.buttons input:hover,
file:active,
file:hover,
input.button:active,
input.button:hover {
color: rgb(var(--bb-white));
background-color: rgb(var(--bb-black));
border: 0.15rem solid rgb(var(--bb-black));
}
.preview-message {
border: 0.15rem dotted rgb(var(--bb-black));
background-color: rgb(var(--bb-white));
}
a.action-area-close:hover {
background-color: rgb(var(--bb-white));
}
table.page-history td.optionstd a {
color: rgb(var(--bb-black));
border: none;
text-decoration: none;
background-color: transparent;
transition: background-color 300ms;
}
table.page-history td.optionstd a:hover {
color: rgb(var(--bb-white));
background-color: rgb(var(--bb-black));
}
select {
font-family: var(--body-font);
border: 0.1rem solid rgb(var(--bb-black));
color: rgb(var(--bb-black));
background-color: rgb(var(--bb-white));
}
/* 特殊折叠 */
.styled-collap .collapsible-block {
margin: 0.5rem 0;
}
.styled-collap a.collapsible-block-link {
text-decoration: none;
display: block;
padding: 0.3rem 0.5rem;
background-color: rgb(var(--bb-black));
color: rgb(var(--bb-white));
}
.styled-collap .collapsible-block-content {
padding: 0.01rem 1rem;
background-color: rgb(var(--bb-white));
border: 0.125rem solid rgb(var(--bb-black));
border-top: none;
}
.styled-collap .collapsible-block-folded a.collapsible-block-link::before {
margin: 0 0.2em 0 0.4em;
content: "▶";
color: rgb(var(--bb-white));
background-color: transparent;
display: inline-block;
}
.styled-collap .collapsible-block-unfolded a.collapsible-block-link::before {
margin: 0 0.2em 0 0.4em;
content: "▼";
color: rgb(var(--bb-white));
background-color: transparent;
visibility: visible;
display: inline-block;
}
/* 更多标题 */
.classic-title {
text-align: left;
border-bottom: 3px rgb(var(--bb-black)) solid;
padding: 0;
margin-top: 0.6em !important;
margin-bottom: 0.6em !important;
}
.classic-title p {
margin-bottom: 0.2em;
}
.new-title {
display: flex;
margin-top: 0.6em !important;
margin-bottom: 0.6em !important;
}
.new-title p {
display: flex;
margin-top: 0;
margin-bottom: 0;
}
.new-title::after {
content: "";
flex-grow: 1;
height: 3px;
margin: auto auto auto 1.2rem;
background: rgb(var(--bb-black));
}
/* SD 适配 */
.sd-container {
--sd-border: var(--bb-black);
--sd-bullets: var(--bb-black) !important;
}
/* 授权栏适配 */
#page-content .licensebox .collapsible-block-link {
color: rgb(var(--bb-black));
}
#page-content .licensebox .collapsible-block-link:hover {
color: rgb(var(--bb-white));
}
:root {
--lh-red: #c0392b;
--lh-blue: #2980b9;
--lh-green: #27ae60;
--lh-dark-green: #16a085;
--lh-purple: #8e44ad;
--lh-orange: #e67e22;
--lh-yellow: #f1c40f;
--lh-paper-bg: 255, 251, 240;
--lh-string-color: 192, 57, 43;
--lh-book-color: var(--gray-monochrome);
--lh-tape-color: 90,90,90,0.3;
--lh-white-bg: 249,249,249;
--lh-dark-bg: 50, 50, 50;
--lh-highlighter: var(--bright-accent);
--lh-border-color: var(--gray-monochrome);
--lh-wiki-note-color: var(--bright-accent)
}
/**
* 旧代码合集
* 为了向下兼容而保留
*/
.grid-container{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.grid-container,.grid-container [class*=grid]{box-sizing:border-box}[class*=grid]{padding:5px}.grid{width:100%}.grid-large{width:75%}.grid-big{width:50%}.grid-medium{width:33.33%}.grid-small{width:25%}@media screen and (min-width:768px){.wd-grid-large{width:75%}.wd-grid,.wd-grid-big{width:50%}.wd-grid-medium{width:33.33%}.wd-grid-small{width:25%}}.text-hover-hide{opacity:0;transition:opacity .3s}.text-hover-hide:hover{opacity:1}.text-block-hide{background:rgb(var(--black-monochrome));color:rgb(var(--black-monochrome));transition:background .3s}.text-block-hide:hover{background:0 0}.text-blur-hide,.text-blur-hover-hide{filter:blur(.3rem);-webkit-filter:blur(.3rem) transition: blur .3s}.text-blur-hover-hide:hover{filter:blur(0);-webkit-filter:blur(0)}.lyric-box{text-align:center;font-size:1.05rem;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}.lyric-box p{margin:1.5em auto}.lyric-box.with-bigger-line p{margin:3em auto}
/**
* 便签纸
* notepaper
*/
.notepaper {
background: linear-gradient(rgb(var(--lh-paper-bg)) 95%, #ddd 0);
line-height: 2em;
background-size: 100% 2em;
background-attachment: local;
border: 2em solid rgb(var(--lh-paper-bg));
box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.2);
padding: 0;
margin: 1em auto;
box-sizing: border-box;
position: relative
}
.notepaper p {
margin: 0;
font-size: 1.05rem;
letter-spacing: 0.1rem;
line-height: inherit
}
.notepaper.narrow,
.notepaper.wide {
width: 90%
}
@media screen and (min-width:768px){
.notepaper.narrow {
width: 50%
}
.notepaper.wide {
width: 75%
}
}
.notepaper.tight {
border-width: 1rem;
border-left-width: 1.2rem;
border-right-width: 1.2rem;
line-height: 1.8em;
background-size: 100% 1.8em;
font-size: 13px
}
.notepaper.with-string::before {
content: '';
width: 0.5em;
height: 6rem;
background: rgb(var(--lh-string-color));
top: -2rem; right: -1rem;
display: block;
position: absolute;
box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2);
clip-path: polygon(-100% -100%,100% 0%,100% 100%,50% 98%,0% 100%);
}
.notepaper.with-tape::before {
content: '';
border: 1px solid #ddd;
background: rgba(var(--lh-tape-color));
width: 1.5em;
height: 4em;
transform: rotate(45deg);
display: block;
position: absolute;
top: -3em;
left: -1.8em
}
.notepaper.tight.with-string::before {
top: -1rem;
right: -0.25rem;
}
.notepaper.tight.with-tape::before {
top: -2.5em;
left: -1.3em
}
.notepaper.page {
min-height: 36em;
counter-increment: page;
display: flex;
flex-direction: column;
justify-content: space-between
}
@media screen and (min-width:768px){
.notepaper.page {
width: 70%
}
}
.notepaper.page:after {
content: counter(page);
display: block;
text-align: center
}
.notepaper-group {
counter-reset: page;
}
.book-pattern {
display: flex;
flex-wrap: wrap;
flex-direction: row
}
.book-pattern .notepaper.page:not(.notepaper > .notepaper) {
width: 100%
}
@media screen and (min-width: 768px) {
.book-pattern .notepaper.page:not(.notepaper > .notepaper) {
width: 50%
}
}
.book-wrapper {
background: rgb(var(--lh-book-color));
padding: 0.5rem;
box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.2);
border-radius: 5px;
margin: 1rem auto
}
@media screen and (min-width: 768px) {
.book-wrapper .notepaper {
margin: 0
}
}
/**
* 文字修饰
*/
.text-highlighted {
position: relative
}
.text-highlighted::before {
content: "";
position: absolute;
height: 0.9em;
bottom: 2px;
left: -2px;
width: 105%;
z-index: -1;
background-color: rgb(var(--lh-highlighter));
opacity: .6;
transform: skew(-15deg);
transition: opacity .2s ease;
border-radius: 3px 8px 10px 6px;
transition: 0.1s ease background-color;
}
.text-underlined {
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 2px;
text-decoration-color: rgb(var(--lh-highlighter))
}
.text-wavy {
text-decoration: underline wavy;
text-underline-offset: 4px;
text-decoration-color: rgb(var(--lh-highlighter))
}
.text-circled,
.text-squared {
display: inline-block;
border: 2px solid rgb(var(--lh-highlighter));
border-radius: 100%;
box-sizing: border-box
}
.text-squared { border-radius: 0 }
.text-shadow { text-shadow: 0.075em 0.075em 0 rgb(var(--lh-highlighter)) }
.text-highlighted.td-red::before { background: var(--lh-red) }
.text-circled.td-red, .text-squared.td-red { border-color: var(--lh-red) }
.text-underlined.td-red, .text-wavy.td-red { text-decoration-color: var(--lh-red) }
.text-highlighted.td-blue::before { background: var(--lh-blue) }
.text-circled.td-blue, .text-squared.td-blue { border-color: var(--lh-blue) }
.text-underlined.td-blue, .text-wavy.td-blue { text-decoration-color: var(--lh-blue) }
.text-highlighted.td-green::before { background: var(--lh-green) }
.text-circled.td-green, .text-squared.td-green { border-color: var(--lh-green) }
.text-underlined.td-green, .text-wavy.td-green { text-decoration-color: var(--lh-green) }
.text-highlighted.td-darkgreen::before { background: var(--lh-dark-green) }
.text-circled.td-darkgreen, .text-squared.td-darkgreen { border-color: var(--lh-dark-green) }
.text-underlined.td-darkgreen, .text-wavy.td-darkgreen { text-decoration-color: var(--lh-dark-green) }
.text-highlighted.td-purple::before { background: var(--lh-purple) }
.text-circled.td-purple, .text-squared.td-purple { border-color: var(--lh-purple) }
.text-underlined.td-purple, .text-wavy.td-purple { text-decoration-color: var(--lh-purple) }
.text-highlighted.td-yellow::before { background: var(--lh-yellow) }
.text-circled.td-yellow, .text-squared.td-yellow { border-color: var(--lh-yellow) }
.text-underlined.td-yellow, .text-wavy.td-yellow { text-decoration-color: var(--lh-yellow) }
.text-highlighted.td-orange::before { background: var(--lh-orange) }
.text-circled.td-orange, .text-squared.td-orange { border-color: var(--lh-orange) }
.text-underlined.td-orange, .text-wavy.td-orange { text-decoration-color: var(--lh-orange) }
/* 隐藏文字 */
.text-blank { color: rgba(0,0,0,0) }
.text-block {
background: rgb(var(--black-monochrome));
color: rgb(var(--black-monochrome));
}
.text-blur {
filter: blur(0.3em);
-webkit-filter: blur(0.3em)
}
.text-hoverback,
.text-selectback {
transition-duration: 0.3s;
transition-property: background, transform, color
}
.text-blank.text-hoverback:hover,
.text-blank.text-selectback::selection,
.text-blank.text-selectback *::selection { color: rgb(var(--black-monochrome)) }
.text-block.text-hoverback:hover { background: transparent!important }
.text-block.text-selectback::selection,
.text-block.text-selectback *::selection { color: rgb(var(--white-monochrome, 255, 255, 255)) }
.text-blur.text-hoverback:hover { filter: blur(0)!important; -webkit-filter: blur(0)!important }
/**
* 附加项
*/
.with-border, .with-box-style { border: 1px solid rgb(var(--bright-accent)) }
.with-border-dark { border: 1px solid rgb(var(--black-monochrome)) }
.with-border-light { border: 1px solid rgb(var(--white-monochrome)) }
.with-border-thick { border-width: 2px }
.with-shadow-sm { box-shadow: 0 0 0.1em rgba(0,0,0,0.2) }
.with-shadow { box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2) }
.with-shadow-lg { box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.2) }
.with-shadow-xl { box-shadow: 0 0.2em 0.5em rgba(0,0,0,0.2) }
.with-shadow-xxl { box-shadow: 0 0.25em 0.8em rgba(0,0,0,0.2) }
.with-padding, .with-box-style { padding: 0.25em 1em }
.with-p-sm { padding: 0.125em 0.5em }
.with-p-lg { padding: 0.5em 2em }
.with-margin, .with-box-style { margin: 1em auto }
.with-m-sm { margin: 0.5em auto }
.with-m-lg { margin: 2em auto }
.with-narrow-width {
width: 90%!important;
margin-left: auto;
margin-right: auto
}
@media screen and (min-width: 768px) {
.with-narrow-width { width: 75%!important }
}
[class*="with-bg-"], [class*="with-bg-"] h1 { color: #fff!important }
.with-bg-red { background: var(--lh-red)!important }
.with-bg-blue { background: var(--lh-blue)!important }
.with-bg-green { background: var(--lh-green)!important }
.with-bg-darkgreen { background: var(--lh-dark-green)!important }
.with-bg-yellow { background: var(--lh-yellow)!important }
.with-bg-orange { background: var(--lh-orange)!important }
.with-bg-purple { background: var(--lh-purple)!important }
/**
* 删除类
*/
.offwith-shadow { box-shadow: none!important }
.offwith-border { border: none!important }
.offwith-padding, .offwith-pam { padding: 0!important }
.offwith-margin, .offwith-pam { margin: 0!important }
.offwith-width-limit {
width: auto!important;
margin-left: auto!important;
margin-right: auto!important
}
div[class*="grider"].offwith-grid-gap { grid-gap: 0!important }
/**
* 网格布局
*/
/* Gridder 容器 */
div[class*="gridder"] {
display: grid;
box-sizing: border-box;
grid-gap: 1rem;
padding: 0
}
div[class*="gridder"] * { box-sizing: border-box }
.gridder, .gridder-col-2 {
grid-template-columns: 1fr 1fr;
}
.gridder-col-3 {
grid-template-columns: repeat(3, 1fr);
}
.gridder-col-4 {
grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 768px) {
.pc-gridder, .pc-gridder-col-2 {
grid-template-columns: 1fr 1fr;
}
.pc-gridder-col-3 {
grid-template-columns: repeat(3, 1fr);
}
.pc-gridder-col-4 {
grid-template-columns: repeat(4, 1fr);
}
}
.spanner, .spanner-2 {
grid-column-start: span 2;
}
.spanner-3 {
grid-column-start: span 3;
}
/**
* 告示组件
*/
.signblock,
.signblock-dark,
.signblock-warn {
margin: 1rem auto;
box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.4);
background: rgb(var(--lh-white-bg));
font-size: 1.05rem;
padding: 2rem
}
@media screen and (min-width: 768px) {
.signblock,
.signblock-dark,
.signblock-warn {
width: 75%
}
}
.signblock-dark,
.signblock-dark h1 {
background: rgb(var(--lh-dark-bg));
color: #fff
}
.signblock-warn,
.signblock-warn h1 {
background: var(--lh-red);
color: #fff
}
.signblock h1,
.signblock-dark h1,
.signblock-warn h1 {
text-align: center;
font-size: 2rem;
margin: 0;
font-weight: 700
}
.signblock-img {
display: flex;
flex-direction: row;
justify-content: center
}
.signblock-img img {
width: 8em
}
.signblock-footer {
font-size: 0.9em;
text-align: center;
margin: 0.5rem 0;
font-weight: bolder;
display: block
}
/**
* 报告
*/
.reportblock,
.reportblock-dark {
border: 2px solid rgb(var(--lh-border-color));
box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3);
background: rgb(var(--white-monochrome));
padding: 0.8rem 1.5rem;
padding-bottom: 0.4rem;
margin: 1.5rem auto;
margin-bottom: 1rem;
position: relative
}
.reportblock hr,
.reportblock-dark hr {
background-color: rgb(var(--lh-border-color));
margin-left: -1.5rem;
margin-right: -1.5rem
}
.reportblock h1:first-child,
.reportblock-dark h1:first-child {
position: absolute;
top: -1rem;
left: 1.5rem;
font-size: 110%;
font-weight: 600;
background: rgb(var(--lh-border-color));
color: #fff;
padding: 0.2rem 0.5rem;
margin: 0;
}
.reportblock-dark,
.reportblock-dark h1 {
border-color: rgb(var(--lh-white-bg));
background: rgb(var(--lh-dark-bg));
color: #fff
}
.reportblock-dark hr {
background-color: rgb(var(--lh-white-bg));
}
/* 更好的折叠框 */
.bettercollap {
margin: 1em 0;
}
.bettercollap .collapsible-block {
width: auto;
overflow: hidden;
border: 1px solid rgb(var(--lh-border-color))
}
.bettercollap .collapsible-block-content,
.bettercollap .collapsible-block-link {
background: rgb(var(--white-monochrome));
padding: 0.5em
}
.bettercollap .collapsible-block-content {
padding-left: 1em;
padding-right: 1em
}
.bettercollap .collapsible-block-link {
color: rgb(var(--lh-border-color));
background: rgb(var(--white-monochrome));
transition: .3s;
display: block;
}
.bettercollap .collapsible-block-link:hover,
.bettercollap .collapsible-block-unfolded .collapsible-block-link,
.styledcollap.bettercollap .collapsible-block-link {
color: rgb(var(--white-monochrome));
background: rgb(var(--lh-border-color))!important;
text-decoration: none
}
.bettercollap .collapsible-block-link:hover a { color: rgb(var(--white-monochrome)) }
.bettercollap .collapsible-block-link::before {
content: "\25BC";
display: inline-block;
margin-right: 0.5em;
transform: rotate(-90deg) scale(0.9)
}
.bettercollap .collapsible-block-unfolded .collapsible-block-link::before {
transform: rotate(0) scale(0.9)
}
.bettercollap .collapsible-block + .collapsible-block { border-top: none }
.styledcollap.bettercollap .collapsible-block {
border-radius: 2px;
box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3)
}
.styledcollap.bettercollap .collapsible-block-content {
background-color: rgb(var(--pale-gray-monochrome));
border-width: 3px
}
.styledcollap.bettercollap .collapsible-block-link:hover {
background: rgba(var(--lh-border-color),0.95)!important;
}
/**
* 提示框
*/
.infoblock {
color: #f1f1f1;
font-weight: bold;
background: #424242;
padding: 5px 5px 5px 5px;
border-radius: 4px;
margin: -0.5rem 0 1rem 0;
display: block;
width: fit-content;
padding-right: 25px;
}
.infoblock::before {
content: "ⓘ "
}
/**
* 单页迭代
*/
.offset-page:not(:target), .offset-page:target ~ div#u-default-page { display: none }
.offset-page:target { display: block }
观前提示:请先阅读Level IF-307与Level IF-283内容,后阅览此文。
日期:2025年9月1日
地址:Level IF-261切入点外500m,楼群13号,左至右第21号楼。
人物:Sulfur,Onecity
Sulfur:不愧是速切玩家,住的地儿这么偏…虽然说他离开速切玩家已经好一段时间了,但我想他应该还会答应我的吧…?
[Sulfur顺墙而行,走至道路尽头,直到看见一栋与此前Onecity在互联网上描述相近的建筑,Sulfur方才停下脚步。他拿出此前从Silicon手上顺的手电,在Onecity所居住楼层的窗户边晃了晃,Onecity注意到灯光,这是他平时在Level IF-261一贯的打招呼方式。Onecity从窗户探出一张写着“可进入”的纸条,Sulfur便直接进入建筑内。]
Onecity:干嘛…
[Onecity照常迎接,但显然没明白Sulfur的意图,以为只是来叙旧的,便倒了杯从Level C-1304里带来的饮品。但Sulfur并未饮用,而是照旧般滔滔不绝地讲起了关于Level IF-283内教堂的事。]
Sulfur:今天来这儿就是为了跟你讲一件事。你还记得Level IF-283吗?
Onecity:是…那个矿洞?我最近没咋看文档,看了的也没细读——欸,话说你怎么还在文档里“出镜”了?
[Onecity拿出一台手机,手机显示着Level IF-283的文档,Onecity顺着划到了较为下面一点的地方,指了指那一处的对话。
Sulfur:呃,这个不重要,你看完那段对话了吗?
Onecity:大概看过了,我当时直接划到下面去了——你不是说要去一个教堂吗?
[听到这句话,Sulfur的兴致更加高涨,肢体动作也愈发夸张。]
Sulfur:正是,我今天来这儿就是为了跟你说这事,你有兴趣一块去那儿吗?
Onecity:等下,如果没什么风险的话,我会考虑一下的…你先给我讲讲这里怎么发现的呗。
Sulfur:你不是说你读过对话了吗?
Onecity:中间全没看,就看了开头和结尾,毕竟我又没想过要去这鬼地方,我看那么仔细干嘛。
Sulfur:就是有几个矿工挖矿的时候,那边突然爆炸了,然后就出现了一座教堂。现在B.N.T.G.和M.E.G.初步认定它是一个独立层级。
Onecity:它有什么特别的吗?
Sulfur:你看啊,B.N.T.G.都给封上了,难道不特别吗?
Onecity:那咱要过去…不得给咱抓起来。
[Sulfur假装撇头并摆手,成功又引起了Onecity的兴趣,Onecity正期待地看着他,期望他能给出什么可行的方案。]
Sulfur:我又没说要明着去,直接偷偷溜进去又不是不行——欸,我正好听说Level IF-307有一个能溜到Level IF-283的通道,顺着这个通道继续往下走就能来到教堂里面。
Onecity:那这通道…它好找吗?
Sulfur:要是不好找的话,我就没必要专门来找你了,我之前画了张Level IF-307的地图,上面有标这地,而且这地方还不会受到非欧现象的干扰,简直就是为这次探险而生的。
[Sulfur从兜里掏出一张略有磨损的A4白纸,上面用醒目的红色墨水画着Level IF-307的简单地图,并标注了通道的位置。]
Onecity:这就好办了,不过,你得给我一个保证。
Sulfur:什么保证?
Onecity:这次说什么你都得防止我被B.N.T.G.拉黑。上次被U.E.C.追了半天我还记忆犹新呢,怎么,这应该不难吧。
Sulfur:好说,你是我朋友,我当然得保护了。
Onecity:那你又有什么手段能保护我呢?
Sulfur:我有M.E.G.数据库的成员权限,到时候被看到了就说是给M.E.G.搜集数据,他们应该会信的。
Onecity:听起来挺靠谱的,但你要是被M.E.G.查了怎么办?
Sulfur:办法有得是,反正肯定扯不上你。
Onecity:那就好。
日期:2025年9月1日
地址:Level C-83游船餐厅,二层。
人物:Silicon,Maxierote Camlleko
Silicon:你约我出来就为了这事?
[Silicon拿叉子戳了戳盘中的炸鱼薯条,不仅全是凉的,还全是软的。打扮的像是侦探小说人物的Maxierote Camlleko刚刚还在与Silicon尴尬地对视,为了打破这种尴尬,Maxierote Camlleko望出窗外的冻洋,用两根手指捏着一杯什么都没装的玻璃杯的杯颈。]
Maxierote Camlleko:还记得那个被你们叫做“无名”的流浪者吗?
Silicon:就是那个Level IF-307记录里面让“神”进自己身体里的?
Maxierote Camlleko:对,没错,你之前还见过他,对吧。
Silicon:当然见过,在记录出来之后,M.E.G.很快就追踪到了他的地址,为了防止他精神崩溃,专门派我去看看他的精神状况。
Maxierote Camlleko:他死了。
Silicon:不是?
[Silicon丢下叉子,表情立刻变了,连其周围的侍者都察觉到了他的异样,不久后便离去。]
Maxierote Camlleko:你把他跟丢了,对吧。
Silicon:不是哥们,你怎么啥都知道,不对不对,你怎么认识他的?我记得关于他的消息还没公布吧。
Maxierote Camlleko:因为我偶然拿到了一些东西。
Silicon:什么?
Maxierote Camlleko:一封不断变换内容的信。
[Maxierote Camlleko从风衣内袋拿出一封看着较新的信件,Silicon的视线随即聚焦到信件上,但由于信件上的内容过于混乱,Silicon的视线最终移开,Maxierote Camlleko看出了Silicon的心思,拿出了一张写满了他所记录该纸张线索的笔记本。]
Silicon:这是?关于那个教堂的?
Maxierote Camlleko:没错,我之前去Level IF-307的时候,偶然找到了这封信件。
Silicon:在哪个地方?
Maxierote Camlleko:就在那个之前有墙的地方,现在虽然已经墙没了,但它的轮廓在地上还是清晰可见的,有次我在那待着的时候,突然发现地上多了封信,就是现在桌上这封。
Silicon:那你可真踩了狗屎运啊,M.E.G.来来往往翻了这么久,一点线索都没找到,倒是让你给碰上了真身。
Maxierote Camlleko:小概率事件嘛,基本上每个人都可能碰上的。
Silicon:这封信刚开始就是这样吗?
Maxierote Camlleko:并不是,刚开始的时候,这封信的内容还没那么乱,上面的字还能看清楚,所以那个时候我整理出了这本笔记,直到后来,那个“无名”死了,这张纸里的内容就彻底陷入混乱了。
[Maxierote Camlleko翻开笔记的其中一页,上面贴着一张信封在“无名”死之前状态的照片。]
Silicon:所以,信件和教堂的状态,都跟“无名”有着关联?
Maxierote Camlleko:不仅是“无名”,应该还有“神”的原因。
Silicon:想起来了,如果“神”寄生在“无名”的身体里的话,那如果“无名”的精神状态不好,与“神”关联的教堂也会随之陷入混乱,而信封上出现内容;如果“无名”死了,与“神”关联的教堂将会陷入寂静,而原本内容依稀可见的信封将会彻底混乱。
Maxierote Camlleko:不止是陷入寂静。
[Maxierote Camlleko把笔记翻到最新的一页,推到Silicon的面前,笔记上的自己略显潦草,记录着教堂的变化时间线。]
Silicon:所以…
Maxierote Camlleko:在“无名”死后,教堂开始移动了。
Silicon:这个我们都知道,那么能得出什么结论呢?
Maxierote Camlleko:在Level IF-307被发现后,每次教堂移动到的层级,都是“无名”曾经踏足过的层级,“无名”曾在Level IF-307探索时接触了与Level IF-283所相连的通道,后又经Level C-28、Level C-103、Level 208、Level IF-43、Level IF-104等层级,最终到达了一个从未被记录的层级,因未知原因死亡。
Silicon:什么未知层级?
Maxierote Camlleko:这个我还不知道,只能等以后M.E.G.调查了,反正绝对不是教堂。
[Silicon思索片刻,回想起此前追踪“无名”时的场景。]
Silicon:他应该不会因为意外或者暗杀死掉,有“神”的掌管,只要他不主动寻死,在“神”10%的力量下,应该不会因为一个小意外就死了,没人能发现他的踪迹,我之前在M.E.G.的协助下追“无名”的时候都追丢了,更别说其他杀手了,况且没啥人愿意杀他,所以他只有可能是自杀了。话说你是怎么知道他去了哪的?
Maxierote Camlleko:那封信件里的内容似乎能说明他的内心,他的想法在那上面一览无余,当然可以推断出他去哪了。
Silicon:他最后疯了吗?
Maxierote Camlleko:差不多,那个时候信件内容已经变得混沌,一个普通人根本承受不起来自一个“神”的精神冲击。
[Silicon沉默了几秒,望向窗外冻洋。]
Silicon:有意思。
Maxierote Camlleko:也许…“无名”和“神”并不是被寄生与寄生的关系这么简单。
Silicon:什么意思?
Maxierote Camlleko:他们更像是共生关系,或者说,在那之后,他们就是一个人,而教堂也是他们的一部分。
Silicon:大胆的想象。
Maxierote Camlleko:教堂也许和“无名”一样,本不是“神”的一部分,却在融合后潜移默化地被转化成了“神”的一部分。
[Silicon望向菜单,随后皱起了眉头。]
Silicon:草,你是怎么想到在这鬼地方谈事的。
Maxierote Camlleko:无关紧要对吧,咱现在又不饿,其他地方又不缺吃的,待会随时可以去其他地方。
Silicon:我才想起来,Sulfur还不知道这事,他跟Level IF-307有过接触,听说他好像还准备去教堂。
Maxierote Camlleko:等等,我好像还没提醒过他,上次在论坛里他特地和我谈了这事,但我还没当回事。现在他应该还会找个人去教堂那边跑,我先告诉你,他说他会组建一个小团队去那边探索一番。
[Maxierote Camlleko的话语停顿了一下。]
Silicon:不是…?我以为他开玩笑呢!?
[Silicon听到时差点打翻了餐具,迅速打开了通讯设备,于屏幕上快速滑动,找到一个名为Sulfur的联系人。]
Silicon:他IP还在Level IF-283?奔着教堂去了?
Maxierote Camlleko:上次他和我私聊的时候透露过,他们走的是一条小的通道,可以直接绕过那些封锁,直接进到教堂里面。
Silicon:操。我得去拦他们。
Maxierote Camlleko:等下等下,不,我觉得,我们可以一起去那边看看。
[Silicon的所有动作均停下,看着Maxierote Camlleko,好奇的同时夹杂着一丝警惕。]
Silicon:噢,所以我明白你到底为什么要约我出来了…
Maxierote Camlleko:你不是B.O.P.职员么?你肯定会有点什么权限,正好我手上也有些线索,或许咱们能合作一下?
Silicon:其实我他妈还真想去里面看看,之前在找文件的时候,我偶然发现一张Level IF-307的地图,或许能派上用场。
[Silicon掏出一张打印出的黑白色地图,扔在桌面上,Maxierote Camlleko的眼睛亮了一下。
Maxierote Camlleko:行…我正好还有些紫外线手电,待会路上跟你讲些信的内容,走。
这个从B.N.T.G.那搞来的拍摄系统还怪好用的,这里差不多是入口处,还蛮亮堂。
这边是Sulfur,总算到教堂里面了,有窗户的地方还算亮堂点,我总感觉除了你之外后面还有人跟着,但我想不到谁还有可能会盯着咱俩,我们得注意点。
话说私人直连真好用。
你现在大概走了多远了?我现在还在通道出口处,这里比较暗。
差不多两三百米的样子,然后就是,可能是幻觉吧,我总感觉有些什么家伙在盯着我 。
我还以为是我想多了,既然你也有这种感觉,那说明我的直觉是对的。
这里本来就算不上什么好地方,到处都阴森森的,但来都来了,别半途而废。
当然在,这个时候我要是跑了,咱俩就都会没法保障安全的。
那当然,不过,要是真有什么东西从里面冒出来的话,提醒完,可别怪我第一个跑。
你先过来吧,这里似乎没什么实体,与其一直守在那还不如抱团。
日期:2025年9月1日
地址:未命名层级 - 教堂
人物:Silicon,Maxierote Camlleko
[Silicon蹲坐于通道边缘,手持跟踪器,跟踪器是他在紫外线手电上装的,后被Sulfur借走,此时正跟踪着Sulfur的每一步足迹。Maxierote Camlleko手中仍拿着那封信,信件的内容如原先般混沌。]
Silicon:他们似乎停下脚步了,一个在分岔路口周围,一个还在出口那边。
Maxierote Camlleko:他们是不是在用私人直连?
[跟踪器上显示周围似乎有着细微的信号。]
Silicon:你怎么知道的?
Maxierote Camlleko:附近有些不知道什么发出的信号,如果你仔细听的话,还能发现些细碎的说话声,他们应该是在通讯,而私人直连则是目前最方便也是最便于携带的通讯设备,他们如果来这的话应该不会说带什么笨重的物品,所以是私人直连无疑了。
[Silicon仔细听着空气中嘈杂的声音,仿若间他感觉好像真听到了些什么人说话的声音。]
Silicon:他们看到我们没有?
Maxierote Camlleko:应该没有,如果真看到的话,他们的移动速度应该会突然变快。
Silicon:我们下一步要做什么?
Maxierote Camlleko:跟着他们,别把他们赶跑了,或许跟着他们我们还能发现点什么。
[Silicon从兜中掏出另一把手电,与Maxierote Camlleko手上的一模一样。]
Silicon:其实这次来,我也有些准备,上次我还借了点手电出去,上面留了点标记,要知道这手电可是很难得的。
Maxierote Camlleko:所以我手里的手电是从你手上借出来的三手货?
Silicon:巧合罢了,Sulfur那把也是从我手里借的,反正带太多了对我也没啥好处。
Maxierote Camlleko:让我看看他们走到哪了。
[Maxierote Camlleko从Silicon手中拿走了跟踪器,紧盯着上面图像的移动。]
Silicon:他们好像要汇合了。
Maxierote Camlleko:这是个好机会,我们可以这个时候加入他们,动身吧。
[Silicon与Maxierote Camlleko熄灭手上一切的照明物,在一片黑暗中接近着其余二人,而其余二人早已汇合,正向前走去,Silicon和Maxierote Camlleko紧随其后。]
Silicon:上次这么紧张还是在我刚来后室的时候。那次是在Level 1逃命,后面跟着两只笑魇。
Maxierote Camlleko:那时你感觉怎么样?
Silicon:茫然,不知所措,恐惧。
Maxierote Camlleko:这就对了,后室从来都是让人感到未知的恐惧的,而我们需要做的,就是揭开重重面纱,让后室的真面目现于世人眼前。
Silicon:这和我们现在做的又有什么关系?
Maxierote Camlleko:我们现在不正是在打破未知吗?
日期:2025年9月1日
地址:Level 4某监控室内。
人物:Amos Green,Wright Ruiz
Amos Green:哦牛批还有这种无人机的。
[Amos Green紧盯着标有“教堂”字样的监控器,监控器那头是一架B.N.T.G.用于拍摄层级的无人机,此刻正在教堂内自主地探索。]
Wright Ruiz:他们还是管这叫做教堂…命名组这么懒吗,连个PA的临时编号都不给。
Amos Green:那边效率太慢了,如果我在他们那有个一官半职的话,教堂这法子事早结束了,非要拖一个月。
[Amos Green拿了一包速溶咖啡,倒入杯中,紧接着再次倒入事先准备好的开水。]
Wright Ruiz:怎么又喝咖啡,你换班的时候已经买过五次咖啡了。
Amos Green:那群傻逼让我一直盯着这屏幕三个整天,我能不累吗,所以我才买这么多速溶的,等我以后扔掉现在手头这份破工作,我就去找一个能买得起现磨咖啡的工作。
Wright Ruiz:其实这也不错…至少能领钱体验恐怖游戏。
Amos Green:少说些玩笑话,早知道我就让那些只想着体验刺激的游戏玩家来顶替我的工作了。
[无人机从Level IF-283缓慢地钻入教堂的窗户,显示屏闪了一下,Wright Ruiz走到隔壁房间,从箱装补给里拿了点吃的。]
Wright Ruiz:这鬼地方还有信号干扰?
Amos Green:正常,没出现后室其他特有的奇异不搞笑特性就算好的了…对吧?
Wright Ruiz:上次看Level C-444录像的时候嚇我一雷,幸好那只是个无人机视角,要是真人去探索的话我不敢想死的得有多惨。
[Amos Green只顾着盯着屏幕,丝毫没注意到咖啡粉末没搅匀,喝的时候一下全呛到了地上。]
Amos Green:哎我操。
Wright Ruiz:多放点注意力在眼下事我说。
[Amos Green拿了张纸擦拭地面,坐在前面的Wright Ruiz突然站了起来,给Amos Green吓了一跳。]
Amos Green:不是哥们。
Wright Ruiz:看那上面,无人机对面有两个人影。
[Amos Green望向屏幕,屏幕上出现了两个结伴而行的人,似乎没有注意到旁边的无人机。]
Amos Green:我去,还真是。
Wright Ruiz:看来还有潜入过来的,我给上面发条指令,让他们管就是了。
Amos Green:等等…我们为什么一定要告诉上面呢,这样干看着不是有意思多了?还能体会一下捉人的乐趣。
Wright Ruiz:也只有你能体会到了…不过这个主意我觉得还真不错。
Amos Green:行吧,我们将开展这个…呃…这个层级叫什么来着。
Wright Ruiz:名字出来了,PA381,刚出来的。
Amos Green:那就是针对PA381内外来者的搜捕行动。
Wright Ruiz:真会取名,指望下B.N.T.G.那群人看到的时候不会怀疑吧…
日期:2025年9月1日
地址:PA381
人物:Sulfur,Onecity,Silicon,Maxierote Camlleko
[Sulfur快步前进,紧握手电,与Onecity汇合后,两人正准备推门而入,来到另一个区域时,身后传来了急促的脚步声。]
Sulfur:谁在后面?!
Silicon:别搞,是我。
[Silicon与Maxierote Camlleko两人从后面现身。]
Sulfur:Silicon…你怎么也来了?
Onecity:你刚才说后面有人跟着,就是现在这两人?
Sulfur:我不到啊,我以为实体呢。
Onecity:所以说你们为什么一路跟着我们?
Silicon:我也想看看这地方…不过还有一重原因,这地方可能很不寻常。
Sulfur:再复杂能复杂到哪个地步?不就是个教堂吗?我之前去过的地方比这光怪陆离多了。
Silicon:还记着之前聊天室里面的内容吗?
Sulfur:当然记得。
Silicon:那你还记得那份关于Level IF-307文件的内容吗?
Sulfur:记得一清二楚,我之前为了来这,把和这有关的资料都快翻烂了。
Silicon:那你记得“无名”吗?
[Silicon与Sulfur相对视。]
Sulfur:行吧…我记得,就是那个让“神”进入自己体内的那个流浪者对吧?
Maxierote Camlleko:没猜错的话,他应该已经死了,并且,在他死后,教堂还会移动到他生前去过的地方。
Sulfur:所以我们现在仍在墓碑里?你的意思是这?
Silicon:也许大概是这样。
Onecity:你不是说我会有个保证的吗,Sulfur,现在呢?
Sulfur:我不知道会有这种情况啊,这是我从来没料到的。
Onecity:那你们两个来这准备干什么?
Maxierote Camlleko:合作,你们知道这里的路怎么走,而我们手上有些线索。
[Sulfur看向Onecity。]
Sulfur:你觉得呢?
Onecity:行吧,那我现在能提个条件吗?
Silicon:说。
Onecity:待会出了什么事,你们这方线索多的帮忙殿后,我们负责开路。
Maxierote Camlleko:行。
[Sulfur看向身上装有的手电,与Silicon手上的款式一模一样。]
Sulfur:你不会之前一直在用这种玩意跟踪我吧?
[Sulfur拿出了手电,扔在地上。]
Onecity:先进去里面的部分再说。
[四人推门而入。]
日期:2025年9月1日
地址:Level 4某监控室内。
人物:Amos Green,Wright Ruiz
[Amos Green紧盯着屏幕,画面的右侧出现了两个新来的人。]
Amos Green:又来了两人。
Wright Ruiz:你觉得他们接下来会干什么?是合作,还是互相争执?
Amos Green:前者的几率大一点,不过说不好,光凭无人机隔着这么老远看可看不出他们的意图。
[画面中的四人开始交谈。]
Wright Ruiz:我感觉他们就是明摆着合作的,现在他们还搁那协商呢。
Amos Green:看样子他们那协商得还蛮顺利,可惜无人机这边音质还是差了点,传出来的声音要么断断续续,要么根本没法听。
Wright Ruiz:B.N.T.G.产品的通病,能用,但是老有功能性缺陷,我看那个什么E.P.B.搞的录像就挺不错的,可惜我没钱买。
Amos Green:继续跟着他们吧,我倒要看看他们接下来要去哪,要是待会发现点新线索不得赚大发了。
[Wright Ruiz起身,准备再去拿点自己喜欢吃的东西。]
Wright Ruiz:得了吧,这还能有什么新线索,我们盯这看了这么久,一点变化都没有,你能指望接下来的24小时内这里突然发现些什么吗?
Amos Green:后室嘛…又不是前厅,发现什么都有可能,你看过在那树荫下那个档案吗?里面发生的事也挺玄乎,而且是在另一个前厅里面…一切皆有可能嘛。
Wright Ruiz:也对…直至现在的每分每秒说不定还有新的层级或者子区集被发现呢,如果能在PA381里发现点新东西就有意思了。
[Wright Ruiz拿了些不知道从哪搞来的水果罐头。]
Amos Green:嚯嚯嚯这都有水果吃的噢。
Wright Ruiz:那是当然,后室大部分区域可以看做前厅的复制品,因此有些东西会原封不动地被搬过来,上次我还看了带“前厅映像”标签的层级,说实话都挺不错的。
Amos Green:我感觉Level C-1273和Level C-1626都挺有意思,不是像Level C-981那样的就行。
Wright Ruiz:确实,宜居层级大多能让人感到亲切,而0级就不一定了。
[Amos Green突然一愣,Wright Ruiz放下了手上正开着的水果罐头,视线随即扫过去。]
Amos Green:等等…卡了?
Wright Ruiz:破烂玩意…等等不对啊,信号是正常的啊,为什么画面仍旧不动。
Amos Green:是我的错觉吗,感觉画面变得更暗了一点。
Wright Ruiz:是有点,这地方确实有点邪,再盯着看会,我倒要看看怎么个事。
[画面中的四人消失了,背景变为对比极其强烈的黑白图像,锐化极其明显,画面中央浮现出一行看起来像是在蠕动的字:]
不要再注视着这里了,此处已然凋零。
Amos Green:额…怎么又是谜语人…
Wright Ruiz:信号也断了我天…PA381的“神”做事可真绝。
Amos Green:我想我们还是跟B.N.T.G.汇报一下吧…反正说了又不会有什么事,我们最多算是多在这驻留了一会,损失一个无人机,也不贵。
Wright Ruiz:行吧,按你说的做。
[Wright Ruiz再次拾起了水果罐头。]
日期:2025年9月1日
地址:PA381
人物:Sulfur,Onecity,Silicon,Maxierote Camlleko
[一道强光闪过,前文所述的字样于每个人眼前闪过,墙壁如奶油般化开,缓缓流淌到地面上,随后干涸成印迹,彩窗闪烁着闪耀的光芒,把PA381染成红蓝混色。四人睁眼再次醒来,已经身处PA381的另一处地方。]
Sulfur:哎我操,搞什么鬼,我们现在他妈在哪。
[Sulfur扶墙前行,忍着眩晕感,尝试着不让自己吐出来。]
Onecity:不是刚刚那个地方…我们现在应该还在PA381里面,建筑风格没什么改变,但房间比之前狭窄些,还少了扇门。
Silicon:信号全断了…私人直连,手电上的跟踪器,以及我们之前带过来的一切电子设备都黑屏了,全打不开,搞什么。
[Maxierote Camlleko想到了什么,掏出兜中信件,信件上的内容似乎稳定下来不少,上面渐渐浮现出一行工整的手写体。]
对不起,我不想再看到有人死在这里了。
Sulfur:这什么玩意?
Onecity:我感觉这是…那个“神”写的?
[微光闪过,空气中浮现出光粒,随后汇集为一巨大光点。]
不要害怕,我不会伤害你们。
Silicon:不是这什么?!
Maxierote Camlleko:你是…“神”还是“无名”?
“无名”死了,他承受不了我,但我还弥留于此。
Sulfur:你现在要干什么?把我们全都献祭了?当做你的载体?
不不不,一定不要提到献祭,我不喜欢献祭,你们也许不知道这原来是什么,原本仅是一座宗教团体的据点,那时,我刚刚从某个破碎的时空切行于此,他们把我当做信仰,对我很好,建立了这座教堂,把那些最精美的材料留在了这里。
然后,噩梦开始了。他们对我的信仰愈发疯狂,原本我无论什么要求都从未提过,可他们却认为在失去九成力量后,我需要更多的“养分”以补充,需要以生命滋补,我告诉他们我从来都不需要,我甚至不知道他们为什么要这么做,但他们从来都没有把我的话听进去,换言之,他们太…虔诚了。
一个接一个的人…在我面前,笑着走进教堂,然后被以各种方式杀死,被我所吸收,随后消逝。我本想阻止他们,可我所剩的力量过于弱小,无力改变,只能眼睁睁看见那些生命的死亡。
每当献祭之时,我将吸收他们的生前意识,他们的记忆,他们所遭受的痛苦,到最后,我的成分愈发混沌,而我身边的人们也变得越来越少,我越来越孤独。当最后一个人在我面前死去时,那个组织覆灭了。
Onecity:那“无名”呢?
他仅仅是迷路了,在进入此处,看到我的记忆…他共情我,于是,他让我主动进入他的身体,但由于我的混沌性,他生活的每一天都是折磨。刀斩、火烧,这些真实的痛觉在他的体内一幕幕上演,而我无能为力,最后,他选择结束这一切,割开了自己的手腕。
Silicon:所以,你现在又孤身一人了?
是的,我在Level IF-283那就地取材,把这的材质全替换成了隧移岩,这样,我就能让它可以被随意地移动。我还把层级里的门全部关上了,防止其他人误入。最后,我将意识分为了无数份,转移至了每个可能的时间线内不同的层级,现在在这里的这份是最后的残留。
被分为无数份的意识足够弱小,不足以吸引任何狂热的信徒,伤害不了任何人。我可以在不同的时间线内安静的存在,不继承这一份意识,当个有特殊能力的普通人正常生活。你们手上的那封信同样是我残留的意识,我想告诉你们真正的真相,不要再来这里了,离开这里。
Onecity:那我们现在能出去了吗?
顺着正门出去吧,你们将会回到Level IF-283,届时,这条通道将永久性地关闭,从今往后,不再会有流浪者找到这里,也不在会有误入的迷途者。
Silicon: 那你呢?
我嘛…我会去休息,找个地方,好好休息,再见了。
Sulfur:一切都…结束了。
Onecity:我以后再也不瞎探险了。
Silicon:信号又有了,跟踪器嘛…
Sulfur:别惦记你那破跟踪了,我刚才都差点死里面了。
Silicon:我们回去吧,去写这层的报告。
Maxierote Camlleko:走吧。
Level IF-311是后室IF层群的第311层。
概述
Level IF-311形成于前厅年十二世纪,表现为一座面积不固定的教堂,同时其内饰夹带有些许档案库元素,些许为两者的结合体,其似乎会随机出现于其他层级之内。该层级极度不稳定,总是处于变化之中,截止在Level IF-283内发现该层级的2025年8月24日,该层级已停止变化现象。
性质
对于该层级的多数描述总是内容不一致,例如,在一个报告中出现的内容物在另一个报告中可能始终未提及,但无论如何,所有报告中均有对该层级的一致元素描述,这些元素多与教堂或档案库相关。
该层级内部被判定为非欧几里得空间,因此其常使流浪者感到困惑,以至于多数探险者于其中迷失。目前为止,仅有一种方式可对抗其效应,便是手持紫外线手电于内探索,这样可使流浪者周遭环境暂时稳定下来,其原理将在后文内阐述。
环境
Level IF-311内一切物体均由与Level IF-283内隧移岩成分近似的物质所构成,这也同时赋予了其随意变换空间的能力,也因此,紫外线在此层级内同样生效。这些与隧移岩成分近似的物质形态不仅可变幻为岩石,还可变为一切石制物件,例如石墙、雕塑等。
Level IF-311内唯一自然照明来自于其内部彩色玻璃窗,玻璃窗上绘有图案,图案多为一些象征性符号,例如鸽子或是羔羊。外围层级内的光线透过玻璃窗折射于层级内,在层级的墙面与地面上投射出彩色图案。除玻璃窗外,层级内其他照明,例如台灯等发出的光线则微乎其微。
走廊与房间结构在此层频繁出现,作为层级的主要组成部分,他们之间大多彼此相连,之间链接有上下高度不超过20m的楼梯,组成了层级内错综复杂的空间结构。
相较于真正的教堂或者档案库,此层级更像是上述两者内元素的拼贴物,祭台、圣体柜、读经台、洗礼池、壁画、雕塑、古籍藏书以及其他价值较高的物件在层级内混乱地出现与摆放,无任何有迹可循的规律。在近期,该层级内物件摆放的位置并未出现任何变化。
出现于此的书籍或档案内容多为难以辨认且异常扭曲的文字,这些文字内容多由多种语言的文段拼接而成,前言不搭后语,异常混沌,但这些文段内均会提到至少一个同义名词。
理论
根据目前研究,理论认为,该层级似乎为某个后室内古老的宗教团体所遗留。该宗教团体规模宏大,并曾经一度成为过后室中主要组织之首。
该层级原本为其建设于某开阔层级内的一座大型教堂,在该组织覆灭后后逐渐通过某种暂时未知的过程被后室自身吸纳,成为了一个固定的新层级,随后逐渐出现了各种怪异的性质。
该理论目前仍有些许疑点,目前正在持续调查之中。
基地、前哨与社区
由于其不稳定性,鲜有大型团体于此建立基地,仅有少数流浪者因想获得其中所埋藏的财宝而组成队伍,探索此层级。我们不建议流浪者贸然切入此层级,因为大多深入探索的流浪者最终杳无音信,仅有少数流浪者成功撤出。
入口与出口
由于其不稳定性,因此每次其出入口都会发生变化,以下是被记录可出入此层级的其他层级:
| 事件 |
层级 |
记录者 |
| 1147/3/12 |
Level 5 |
unknown |
| 2025/7/19 |
Level IF-307 |
unknown |
| 2025/8/24 |
Level IF-283 |
Eli Carter |
| 2025/8/26 |
Level C-28 |
Maxierote Camlleko |
| 2025/8/27 |
Level C-103 |
Andy Rogers |
| 2025/8/28 |
Level 208 |
Helen Collins |
| 2025/8/29 |
Level IF-43 |
Jacob Peterson |
| 2025/8/30 |
Level IF-104 |
April Turner |
| 2025/9/1 |
Level IF-283 |
Silicon |
此后该层级似乎无法进入。
日期:2025年11月3日
地址:Level 11
人物:Sulfur,Onecity
Onecity:Level IF-283的照片我还存着的呢…看看这儿。
[Onecity拿出一张照片。]
Sulfur:有意思…