/* 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;
}
/*
2024 Theme
[2024 Wikidot Theme]
by Ambersight
For 2024 Archipelago
*/
@import url('https://use.fontawesome.com/releases/v5.11.2/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@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); }
}
@keyframes collapsible-arrow-spin-2 {
from { transform: rotate(0deg); }
to { transform: rotate(90deg); }
}
@keyframes collapsible-arrow-spin-back-2 {
from { transform: rotate(90deg); }
to { transform: rotate(0deg); }
}
/* ROOT */
:root {
--2024_red: 212, 39, 39;
--2024_gray: 255, 237, 221;
--2024_black: 39, 36, 36;
--2024_white: 255,255,238;
--2024_purple: 96, 39, 212;
--2024_link: 251, 40, 54;
--2024_visited-link: 210, 12, 12;
--2024_hover-link: var(--2024_visited-link);
--2024_dead-link: 251, 163, 31;
--2024_alt-link: var(--2024_black);
--2024_alt-visited-link: 0, 0, 0;
--2024_alt-hover-link: var(--2024_alt-link);
--2024_alt-dead-link: 255, 202, 45;
--2024_alt-link-2: 210, 12, 12;
--2024_alt-visited-link-2: 156, 8, 8;
--2024_alt-hover-link-2: 210, 12, 12;
--2024_alt-dead-link-2: 221, 102, 17;
--2024_pattern: url('http://ye-zhi-d.wikidot.com/local--files/start/theme2024pattern.png');
--logo-image: url(http://backrooms-oversight-cn.wikidot.com/local--files/posts/CN-logo-alt-white.png);
--header-title: "2024";
--header-subtitle: "The Backrooms";
--mono-font: 'JetBrains Mono', Recursive, "Noto Serif SC", "Noto Serif TC", "宋体", "SimSun", "Microsoft YaHei UI", "微软雅黑", "Microsoft JhengHei UI", "Microsoft JhengHei", "Courier New", Courier, monospace, STXihei, "华文细黑";
--white-monochrome: var(--2024_black);
--pale-gray-monochrome: var(--2024_red);
--very-light-gray-monochrome: var(--2024_black);
--light-gray-monochrome: var(--2024_red);
--gray-monochrome: var(--2024_gray);
--dark-gray-monochrome: var(--2024_gray);
--black-monochrome: var(--2024_white);
--bright-accent: var(--2024_red);
--medium-accent: var(--2024_red);
--dark-accent: var(--2024_gray);
--alt-accent: var(--2024_dead-link);
--link-color: var(--2024_link);
--hover-link-color: var(--2024_hover-link);
--visited-link-color: var(--2024_visited-link);
--rating-module-button-cancel-color: var(--2024_gray);
--header-height-on-desktop: 19.5rem;
--header-height-on-mobile: 19.5rem;
--header-h1-font-size: calc(var(--base-font-size)*5);
--header-h2-font-size: calc(var(--base-font-size)*2);
--topbar-height-on-desktop: 2.35rem;
--body-width-on-desktop: 61.25rem;
--toggle-border-color: rgb(var(--2024_red));
--toggle-icon-color: rgb(var(--2024_red));
--modal-header-bg: var(--2024_red);
--modal-header-txt: var(--2024_white);
--base-font-size: max(0.8125rem, min(2vw, 0.9375rem));
--sidebar-width-on-mobile: calc(var(--base-font-size) * (14 / 15) * 19);
}
/* HEADER */
#header {
--swatch-headerh1-color: var(--2024_white);
--swatch-headerh2-color: var(--2024_white);
}
#header::before {
background-size: auto 12rem;
background-position: center top;
opacity: 1;
}
#header h1,
#header h1 a {
top: 0;
}
#header h1 span,
#header h2 span {
font-size: 0;
}
#header h1 a::before {
display: block;
position: absolute;
top: 14rem;
}
#header h2, #header h2 span,
#header h2 span::before {
top: 5.5rem;
}
#header h2 span::before {
font-size: var(--header-h2-font-size);
}
#header h1 a::before,
#header h2 span::before {
--wght: 400;
--text-shadow: none;
font-family: 'Archivo Black', var(--title-font);
}
#extrac-div-1 {
position: absolute; top: 0; right: 0;
width: 100%;
height: var(--header-height-on-desktop);
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
}
#skrollr-body {
background: none;
}
/* TOP BAR */
#top-bar div.mobile-top-bar > ul > li > ul > li > a,
#top-bar div.top-bar > ul > li > ul > li > a {
--wght: 700;
}
#top-bar div.mobile-top-bar > ul > li > ul > li > a:hover,
#top-bar div.top-bar > ul > li > ul > li > a:hover {
color: rgb(var(--2024_white));
background: rgb(var(--2024_red));
}
/* SIDE BAR */
#main-content::before {
background: rgba(var(--2024_black), .5) 1px 1px repeat;
}
#side-bar {
scrollbar-color: rgb(var(--2024_red)) rgb(var(--2024_black));
}
#side-bar .side-block.media {
background-color: rgb(var(--2024_red)) !important;
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
}
#side-bar .side-block.media a {
overflow: hidden;
}
#side-bar .side-block.media a img {
position: relative;
transform: translateX(-80px);
filter: drop-shadow(rgb(var(--2024_white)) 80px 0);
}
#side-bar div.side-block {
border: none;
}
#side-bar .side-block .heading {
background: rgb(var(--2024_gray));
color: rgb(var(--2024_black));
}
#side-bar .heading p,
#side-bar #side-bar .side-block > .collapsible-block .collapsible-block-link {
--text-shadow: none;
}
#side-bar div.menu-item a:hover {
background-color: rgb(var(--2024_red));
color: rgb(var(--2024_gray));
}
#side-bar .side-block > .collapsible-block a.collapsible-block-link {
padding-right: 0;
font-size: var(--base-font-size);
}
#side-bar .side-block > .collapsible-block a.collapsible-block-link:after,
#side-bar div.menu-item a.collapsible-block-link:after {
transform: none;
content: "▼";
position: static;
background: none;
width: auto;
filter: none;
}
/* CONTENT */
#container {
background-image: none;
}
#main-content :is(h1, h2, h3, h4, h5, h6, blockquote, div.blockquote, div.lightblock, div.darkblock, div.styled-quote, div.dark-styled-quote, hr, div.collapsible-block, table.wiki-content-table, .yui-navset-top, div.code, table, div.paperblock, div.darkerblock, div.darker-styled-quote) {
margin-top: var(--base-font-size);
margin-bottom: var(--base-font-size);
}
#main-content :is(blockquote, div.blockquote, div.lightblock, div.darkblock, div.styled-quote, div.dark-styled-quote, code, div.code, div.scp-image-block) {
box-shadow: none;
}
#page-title {
--wght: 700;
display: flex;
align-items: center;
min-height: 1em;
margin: .5em 0 1em;
padding: 0;
border: none;
color: rgb(var(--swatch-text-general));
font-weight: var(--wght);
font-size: 2em;
line-height: 1;
font-family: var(--title-font);
font-variant-ligatures: common-ligatures contextual discretionary-ligatures;
text-align: left;
}
#page-title::after,
#page-title::before{
content: "";
flex-grow: 1;
height: 0.0625rem;
margin: auto auto auto 1.25rem;
background: rgb(var(--swatch-primary));
}
#page-title::before{
margin: auto 1.25rem auto auto;
}
.yui-navset .yui-nav {
transition: none;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
background-color: rgb(var(--2024_red));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
color: rgb(var(--2024_white));
transition: none;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
background-color: rgb(var(--2024_gray));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
color: rgb(var(--2024_black));
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active {
background-color: rgb(var(--2024_black));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
color: rgb(var(--2024_white)) !important;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
background-color: rgb(var(--2024_black));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
padding: 1px 1em;
}
.footnotes-footer {
background-color: rgb(var(--2024_gray));
color: rgb(var(--2024_black));
}
hr {
height: 0px;
border-top: 1px solid rgba(var(--2024_gray), .4);
}
#toc {
margin: 0;
background-color:rgb(var(--2024_gray));
color: rgb(var(--2024_black));
border: none;
}
table {
border-spacing: 0;
}
.scp-image-block {
border: none;
}
.scp-image-block .scp-image-caption {
border: none;
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
}
table.wiki-content-table th {
--wght: 700;
color: rgb(var(--2024_white));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
}
table.wiki-content-table td {
color: rgb(var(--2024_black));
background: rgb(var(--2024_white));
}
table.wiki-content-table td,
table.wiki-content-table th,
table.wiki-content-table tr {
border: 0.2rem solid rgba(var(--2024_red), 0.6) !important;
}
div.rate-box-with-credit-button div.page-rate-widget-box .rate-points,
div.page-rate-widget-box .rate-points {
font-size: 0.8em;
align-items: center;
}
div.rate-box-with-credit-button div.page-rate-widget-box .rate-points .number,
div.page-rate-widget-box .rate-points .number {
--wght: 400;
font-size: 1.3em;
}
ul {
list-style-type: disc;
padding-inline-start: 20px;
}
ol {
padding-inline-start: 20px;
}
a.collapsible-block-link {
display: block;
background-color: rgb(var(--2024_black));
text-align: center;
color: rgb(var(--2024_white));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
padding: 0.3em 0.5em;
--wght: 700;
font-size: 1.2em;
text-decoration: none !important;
transition: background-color 300ms;
}
a.collapsible-block-link:hover {
color: rgb(var(--2024_white));
background-color: rgb(var(--2024_red));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
}
.collapsible-block-folded a.collapsible-block-link::before,
.collapsible-block-unfolded-link a.collapsible-block-link::before,
.collapsible-block-folded a.collapsible-block-link::after,
.collapsible-block-unfolded-link a.collapsible-block-link::after {
margin: 0 0.5em;
content: "▼";
display: inline-block;
}
.collapsible-block-folded a.collapsible-block-link::before {
animation-name: collapsible-arrow-spin;
}
.collapsible-block-unfolded-link a.collapsible-block-link::before {
animation-name: collapsible-arrow-spin-back;
}
.collapsible-block-folded a.collapsible-block-link::after {
animation-name: collapsible-arrow-spin-2;
}
.collapsible-block-unfolded-link a.collapsible-block-link::after {
animation-name: collapsible-arrow-spin-back-2;
}
.collapsible-block-folded a.collapsible-block-link::before,
.collapsible-block-unfolded-link a.collapsible-block-link::before,
.collapsible-block-folded a.collapsible-block-link::after,
.collapsible-block-unfolded-link a.collapsible-block-link::after {
animation-duration: 300ms;
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.32, .38, .39, .94);
animation-fill-mode: forwards;
}
.collapsible-block-content {
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
background-color: rgb(var(--2024_black));
padding: 1px 1rem;
color: rgb(var(--2024_white));
}
.sponsor table {
width: 100%;
color: rgb(var(--2024_black));
}
.sponsor table {
border-top: 0.2rem solid rgba(var(--2024_red), 0.6) !important;
border-bottom: 0.2rem solid rgba(var(--2024_red), 0.6) !important;
}
.sponsor table tr {
display: grid;
grid-template-areas: 'name con' 'name req' 'name rew';
grid-template-columns: 7.5em auto;
border-top: none !important;
border-bottom: 0.3rem transparent solid !important;
}
.sponsor table tr:nth-last-child(1) {
border-bottom-width: 0 !important;
}
.sponsor table tr td:nth-child(1) {
grid-area: con;
border-right: none !important;
border-top: none !important;
}
.sponsor table tr td:nth-child(1)::before {
--wght: 700;
content: "赞助用户:"
}
.sponsor table tr td:nth-child(2) {
--alt-accent: var(--2024_alt-dead-link);
--link-color: var(--2024_alt-link);
--hover-link-color: var(--2024_alt-hover-link);
--visited-link-color: var(--2024_alt-visited-link);
--wght: 700;
white-space: normal;
grid-area:name;
display: flex;
align-content: center;
justify-content: center;
flex-wrap: wrap;
color: rgb(var(--2024_white));
background-color: rgb(var(--2024_red));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
text-align: center;
}
.sponsor table tr td:nth-child(3) {
grid-area: req;
border-right: none !important;
border-top: none !important;
}
.sponsor table tr td:nth-child(3)::before {
--wght: 700;
content: "成就条件:"
}
.sponsor table tr td:nth-child(4) {
grid-area: rew;
border-right: none !important;
border-top: none !important;
border-bottom: none !important;
}
.sponsor table tr td:nth-child(4)::before {
--wght: 700;
content: "青睐奖励:"
}
#main-content [id*=u-credit] div.modalbox {
background: rgb(var(--2024_black)) !important;;
color: rgb(var(--2024_gray));
}
#main-content [id*=u-credit] div.modalbox > div:first-of-type {
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
}
#main-content [id*=u-credit] div.modalcontainer div:nth-child(1) > h2 {
margin-top: 0;
margin-bottom: 0;
}
#main-content [id*=u-credit] .credit.first {
display: block;
}
#main-content [id*=u-credit] div.modalbox > hr {
margin: 0;
height: 0;
border: none;
}
#main-content [id*=u-credit] .credit.first p {
margin: 1em 0;
padding: 0;
}
#main-content [id*=u-credit] div.creditBottomRate {
margin: 0 0 1em;
padding: 1rem 0 0;
box-shadow: none;
}
#page-content .licensebox a.collapsible-block-link {
margin-left: 0;
opacity: 1;
color: rgba(var(--2024_white), 0.5);
transition: background-color 300ms;
}
#page-content .licensebox a.collapsible-block-link:hover {
color: rgba(var(--2024_white), 1);
}
/* DIV */
.darkblock a,
.dark-styled-quote a {
color: rgb(var(--link-color));
}
.darkblock a:visited,
.dark-styled-quote a:visited {
color: rgb(var(--visited-link-color));
}
.darkblock a:hover,
.dark-styled-quote a:hover {
color: rgb(var(--hover-link-color));
}
.darkblock a.newpage,
.dark-styled-quote a.newpage {
color: rgb(var(--newpage-color));
}
blockquote,
div.blockquote {
--alt-accent: var(--2024_alt-dead-link);
--link-color: var(--2024_alt-link);
--hover-link-color: var(--2024_alt-hover-link);
--visited-link-color: var(--2024_alt-visited-link);
background: rgb(var(--2024_red));
color: rgb(var(--2024_white));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
border: 2px solid rgba(var(--2024_white), .6);
}
div.lightblock {
--alt-accent: var(--2024_alt-dead-link-2);
--link-color: var(--2024_alt-link-2);
--hover-link-color: var(--2024_alt-hover-link-2);
--visited-link-color: var(--2024_alt-visited-link-2);
margin-left: 0;
background: rgb(var(--2024_gray));
color: rgb(var(--2024_black));
}
div.paperblock {
padding: 0.1rem 1rem;
background: rgb(var(--2024_gray));
color: rgb(var(--2024_black));
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23bbbbbb' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-repeat: repeat;
}
div.darkblock {
--alt-accent: var(--2024_alt-dead-link);
--link-color: var(--2024_alt-link);
--hover-link-color: var(--2024_alt-hover-link);
--visited-link-color: var(--2024_alt-visited-link);
margin-left: 0;
background: rgb(var(--2024_red));
color: rgb(var(--2024_white));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
}
div.darkerblock {
background: rgb(var(--2024_black));
color: rgb(var(--2024_gray));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
padding: 0.1rem 1rem;
}
div.styled-quote {
--alt-accent: var(--2024_alt-dead-link-2);
--link-color: var(--2024_alt-link-2);
--hover-link-color: var(--2024_alt-hover-link-2);
--visited-link-color: var(--2024_alt-visited-link-2);
margin-left: 0;
background: rgb(var(--2024_gray));
color: rgb(var(--2024_black));
border-color: rgb(var(--2024_red));
}
div.dark-styled-quote {
--alt-accent: var(--2024_alt-dead-link);
--link-color: var(--2024_alt-link);
--hover-link-color: var(--2024_alt-hover-link);
--visited-link-color: var(--2024_alt-visited-link);
margin-left: 0;
background: rgb(var(--2024_red));
color: rgb(var(--2024_white));
border-color: rgb(var(--2024_gray));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
}
div.darker-styled-quote {
padding: 0.1rem 1rem;
background: rgb(var(--2024_black));
color: rgb(var(--2024_gray));
border-left: 0.5rem solid rgba(var(--2024_red));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
}
div.styled-quote hr,
div.lightblock hr {
background: rgba(var(--2024_black), .6);
}
blockquote hr
div.blockquote hr,
div.dark-styled-quote hr,
div.darkblock hr {
border-color: rgba(var(--2024_white), .8);
}
div.paperblock hr {
--alt-accent: var(--2024_alt-dead-link-2);
--link-color: var(--2024_alt-link-2);
--hover-link-color: var(--2024_alt-hover-link-2);
--visited-link-color: var(--2024_alt-visited-link-2);
display: grid;
height: 6px;
background: rgba(var(--2024_red), .6);
border: none;
transform: skew(-15deg);
border-radius: 3px 8px 10px 6px;
}
div.code {
background: rgb(var(--2024_black));
color: rgb(var(--2024_white));
border: 0.2rem solid rgba(var(--2024_red), .6);
}
/* BUTTONS */
div#page-options-bottom > a,
div#page-options-bottom-2 > a {
background-color: rgb(var(--2024_red));
color: rgb(var(--2024_white));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
}
div#page-options-bottom > a:focus-within,
div#page-options-bottom-2 > a:focus-within {
text-decoration: none;
}
.owindow .button-bar a,
a.button,
button,
div.buttons input,
file,
input.button {
border-color: rgb(var(--2024_black));
background-color: rgb(var(--2024_red));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
color: rgb(var(--2024_white));
}
.owindow .button-bar a:hover,
a.button:hover,
button:hover,
div.buttons input:hover,
file:hover,
input.button:hover {
border-color: rgb(var(--2024_black));
background-color: rgb(var(--2024_gray));
color: rgb(var(--2024_black));
}
/* PAGE TAGS */
#main-content .page-tags {
border-top: 0.2rem solid rgb(var(--2024_red));
position: relative;
margin-top: 2rem;
}
.page-tags:before {
color: rgb(var(--2024_gray));
content: "TAGS";
font-weight: bold;
font-size: 85%;
background: rgb(var(--2024_red));
padding: 0.1rem 0.3rem;
margin: 0;
display: block;
width: fit-content;
position: absolute;
bottom: 1.4rem;
left: 0;
}
#main-content .page-tags span {
border-top: none;
padding-top: 3px;
}
.page-tags span a:nth-child(1) {
margin-left: 0;
}
/* OTHERS */
::selection {
background: rgb(var(--2024_purple));
color: rgb(var(--2024_white));
}
::-moz-selection {
background: rgb(var(--2024_purple));
color: rgb(var(--2024_white));
}
#footer {
white-space: nowrap;
padding: 0.2rem;
align-items: center;
height: auto;
font-size: calc(var(--base-font-size)*.75);
}
#footer .options {
display: flex !important;
flex-wrap: wrap;
border: none;
font-size: 0;
padding-right: calc(var(--base-font-size)*.75*.4);
}
#footer .options a {
font-size: calc(var(--base-font-size)*.75);
box-shadow: .0625rem 0 0 0 rgb(var(--2024_red));
padding: 0.2em;
padding-right: 0.4em;
margin: 0.2em;
}
#license-area {
background: rgb(var(--2024_red));
background-image: var(--2024_pattern);
background-repeat: repeat;
background-size: 80px auto;
color: rgb(var(--2024_gray));
padding: 0.5em 0;
}
#license-area a {
color: rgb(var(--2024_gray));
}
.avatar-hover {
display: none !important;
}
.printuser img.small {
padding-right: 3px;
}
#page-info-break {
height: 0.8rem;
}
#page-options-container {
margin-bottom: 0.5em;
display: grid;
grid-template-areas: 'info watch' 'option1 option1' 'option2 option2';
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
#page-options-container #page-info {
grid-area: info;
text-align: left;
margin: 0;
padding: 0;
font-size: 0.65rem;
}
#page-options-container .page-watch-options {
grid-area: watch;
margin: 0;
padding: 0;
font-size: 0.65rem;
}
#page-options-container #page-options-bottom {
grid-area: option1;
margin-top: 0.5rem;
}
#page-options-container #page-options-bottom-2 {
grid-area: option2;
}
#page-options-container #page-options-bottom,
#page-options-container #page-options-bottom-2 {
width: 100%;
}
.hl-code,
.hl-identifier,
.hl-brackets {
color: rgb(var(--2024_gray));
}
.hl-string,
.hl-special {
color: rgb(96, 39, 212);
}
#who-rated-page-area > div > span[style*=color] {
color: rgb(var(--2024_gray)) !important;
}
/* ICONS */
.infomark::before {
content: "\f05a";
font-weight: 900;
font-family: "Font Awesome 5 Free";
}
/* MOBILE */
#license-area {
bottom: 0;
width: 100%;
padding-top: 0.5em;
}
#top-bar div.mobile-top-bar {
height: var(--topbar-height-on-mobile);
}
@media only screen and (max-width: 768px) {
:root {
--rating-module-height: 1.5em;
}
#content-wrap {
margin: var(--topbar-height-on-mobile) auto 0;
}
#page-content {
font-size: 0.95em;
}
#page-options-container {
grid-template-areas: 'info info' 'watch watch' 'option1 option1' 'option2 option2';
}
#page-options-container .page-watch-options {
text-align: left;
}
.sponsor table tr {
grid-template-columns: min-content auto;
}
.sponsor table tr td:nth-child(2) {
white-space: normal;
}
.sponsor table tr td:nth-child(1)::before {
content: "赞助用户"
}
.sponsor table tr td:nth-child(3)::before {
content: "成就条件"
}
.sponsor table tr td:nth-child(4)::before {
content: "青睐奖励"
}
.sponsor table tr td:nth-child(1)::before,
.sponsor table tr td:nth-child(3)::before,
.sponsor table tr td:nth-child(4)::before {
display: block;
}
#license-area {
padding: 0.8em 0;
height: auto;
}
#license-area a {
display: block;
}
}
……
“Alex,别什么都问我,我也不知道这是哪里。”
“闭嘴 Bob,我只是借助问句发泄自己的愤怒罢了。”
BTC 2024/2/11 13:17
某不知名 Island
Alex:等一下,我们先不要互相责怪了,能不能先回忆一下咱们两个是怎么沦落到这步田地的。
Bob:可是你刚刚说一般情况下轮不上你问我啊?
Alex:你能不能先别管那个了,回忆一下。
Bob:我想想……
BTC 2024/2/9 18:41
Level C-393 E.B.A. 第三实验室办公区
Bob:Alex。
Alex:又怎么了?
Bob:(把手机递到 Alex 眼前)你看这个。
失踪现象频发!M.E.G. 怀疑后室中出现新区域!
2 月 9 日 9:00 于 Level 11 B.N.T.G. 新闻部 +关注
English|日本語|繁體中文|简体中文|.sw~tiu'ylo-o|其它语言
(不结盟贸易集团新闻社 2 月 8 日电)近日,后室中频发出现失踪事件,真相竟是…
明日,M.E.G. 发布通告称接到多起原定MIA人员的紧急通讯,其中内容包括这些人员声称他们落入了一个名为“群岛”的地点。
M.E.G. 排除了“群岛”为 U.E.C. 新型饲养场(经由 U.E.C. 刃岭游击队长亲自出面口头否认)的可能性后推测“群岛”是位于蓝色通道的一个全新的特殊区域,并正在筹备群岛探索小队以期探索并获取该地区的有关信息。
目前根据通告中透露的内容,本社已归纳出以下关于“群岛”的信息:
- “群岛”在蓝色通道有入口。您可以在那里埋伏,阻拦 M.E.G. 的探索小队或与其交易;
- “群岛”有很多岛。您可以借口加入 M.E.G. 的探索小队并在那里度假;
- “群岛”有WiFi。您的孩子会愿意前往;
- “群岛”不会过于危险;
更多详情请等待后续通告或请关注本账号的跟进报道。
BTC 2023/2/9 9:00
Level 4 M.E.G. Omega 基地办公区
M.E.G. 通知部员工:(发布通告,刷新)
M.E.G. 通知部员工:不是,B.N.T.G. 的新闻部门在我们发布这个通告后3秒就写完了他们的新闻稿然后在昨天电给了他们总部?
M.E.G. 信息安全管理部员工:这是后室,时间紊乱不是一件很正常的事情?
M.E.G. 安保部员工:你们信息安全管理部多久没更新防火墙协议了?
M.E.G. 信息安全管理部员工:服务器机房又不会着火,为什么要设置防火墙?
M.E.G. 通知部员工:我就知道我们不应该把稿子事先屯好然后等着发布日期…
BTC 2024/2/9 18:41
Level C-393 E.B.A. 第三实验室办公区
Alex:(端起马克杯,慎重地喝了一口咖啡)什么嘛,失踪事件这种东西前厅都多的是还用说后室啊?连 Level 1 关个灯都能少两个人。还有这个乱码语言是怎么回事啊?
Bob:B.N.T.G. 那帮子人不知道从哪学的新语言。主要这个“群岛”什么的东西貌似很有意思,说不定还能找到些不可思议的东西欸。
Alex:你不会要拿这个当理由申请外出考察吧?
Bob:呃…毕竟咱们一年年假就那么几天?
Alex:你先写个申请报告再说。
Bob:我就知道你会说这个!早就写好啦!
(Bob 把一张稿纸拍在 Alex 面前的桌子上)
外出考察申请
我发现群岛非常有趣并且听说有很多生鲜食品,所以我想申请去那里外出考察,应该有汪望获取新一手实体生物学资料。;)))))
Alex:我赌五杯█巴克咖啡你的申请会被打回。
Bob:不一定,我之前有一次研究报告就这么写的,过了。
Alex:那他妈是因为被打回来之后我熬了两个晚上才看懂你在写啥然后修改之后才通过的。
Bob:你要是不信咱们一块去交申请咯?
Alex:(将咖啡一饮而尽,起身)行,看看咱们今天谁会输掉那五杯咖啡。
BTC 2023/2/9 21:17
未知层级 E.B.A. 某基地办公区
Alex:说起来在咱们被调到 393 之后的主任是谁来着?
Bob:肯定还是可瓦拉女士啊。
Alex:那是咱们的顶头大上司!我说的是主任!第三实验室的主任!
Bob:呃…(低头)
Alex:(表示无奈)唉,要你到底有什么用…
Bob:是 K. F. Catherine 女士。
Alex:你是怎么做到一低头就想起来的?
Bob:我刚刚在低头看这个行政部门分配表。(指着身边办公桌上的文件)
Alex:哦。
Bob:好了,你就准备输掉那五杯咖啡吧!
BTC 2023/2/9 21:22
未知层级 E.B.A. 某基地办公区
Alex:就是这儿了。(指着门牌)
Bob:噗嗤。
Alex:你笑什么?
Bob:我刚刚想到咱们主任的全名简写是 K.F.C. 。
Alex:(沉默,然后给了 Bob 一锤,拉着他推开门走进去)
(办公室里一片漆黑)
Alex:没人?
(Alex 摸索着打开灯开关,发现 Cathy 趴在办公桌上一动不动)
Bob:啊啊啊啊啊啊啊——!
Alex:啊啊啊啊啊啊啊——!
Cathy:(抬起头)啊啊啊啊啊啊啊——!
Alex:啊——!哦。原来还活着啊。
Cathy:你几个意思?
Alex:呃——那个——看见您在这趴着还以为您遇害了,吓死我了。
Cathy:没事,我上夜班容易打瞌睡而已。
Alex:哦。
Bob:啊啊啊啊啊啊啊复活啦——!
Alex:闭嘴 Bob 人家就没死。
Bob:哦。
Cathy:所以你们来做什么?
Bob:哦,呃,KFC 小姐,我这里有一个外出考察申请,请过目。(递过稿纸)
Cathy:你还是叫我 Cathy 吧。(接过稿纸,阅读)嗯…
Alex:(“哈哈我等不及看到你输啦”的表情)
Bob:(“哈哈我要赢啦”的表情)
Cathy:通过。(拿起一旁的印章盖在上面)
Bob:好——!
Alex:不——!
Bob:Alex!五杯咖啡!
Alex:不是?!这连分割线都是拿标记笔画的?!
Cathy:这没什么,不过我要求你们带我一起去。
Alex:为什么?!
Cathy:中层也是偶尔需要公费旅游的嘛,我回头就找财务批经费。明天就出发。
Bob:好耶——!
Alex:…靠。
BTC 2024/2/11 13:22
某不知名 Island
Alex:你是不是回忆太远了?
Bob:别急,应该很快就到了。
BTC 2024/2/10 9:22
Level 48 M.E.G. 欧文森港
Alex:(拖着 Bob 和行李)Bob——!你能不能不要让我拉着你还睡觉了!我们都迟到二十二分钟了!
Bob:(睡眼惺忪)嗯…什么?现在不是才 8:82 吗?
Cathy:(看着表,等在船边)要不是我把时间提前了半小时再通知你们咱们就只能看着船消失在港口的边缘了。
Alex:啊…哈哈哈!主任英明!我们就是在路上遇到了一点小事情…没事的啊我们马上就上船不劳驾您再等了——Bob 你,不,要,再,睡,了——(一路把 Bob 和行李拖上了船)
Cathy:…弱智。(跟在后面上了船)
BTC 2024/2/10 9:29
Level 48 B.N.T.G. “群岛 1 号”客滚船客房
Alex:嘶…话说回来为什么我们是坐游轮去啊?
Cathy:M.E.G. 志愿者招募明确标注了不欢迎像我们和老伙计装修公司与美食联盟这样的家伙报名,所以我买了 B.N.T.G. 的船票,他们只说不许带没有缴纳海关税的货物上船。
Alex:呃,好吧,我本来以为我们会单独租一条船什么的。
Cathy:哪有租船远航的道理。
Alex:也是。(翻看导览册)
Bob:不过 B.N.T.G. 居然造得起这么大的船啊?
Alex:(依然盯着导览册)…B.N.T.G. 好像也是和一个叫做“海沫矿业”的组织买的…
Bob:没听过。
Alex:你个就知道吃的家伙听过什么。
Cathy:不知道这个组织的底细。
Alex:那可能是某个和 B.N.T.G. 维持了长期贸易关系的组织吧。
Bob:喂!Alex——!
Alex:别打扰我看导览册。
Cathy:嗯…你们有没有闻到这船上有一股…呃…沙丁鱼和橡胶放在一起点燃然后泡进海水里的味道?
Bob:(动动鼻子)好像有哦。
Alex:(翻页)没注意。
Cathy:不管了,船快要开了,我上甲板看看。(离开客房)
BTC 2023/2/2 15:36
Level C-271 B.N.T.G. 海关署会议室
B.N.T.G. 船舶总管:(递过一张打印纸)那么,您确定为我们提供的船只均为一手,且没有任何严重故障是吗?
海沫矿业销售员:当然!本公司运行 BRSO100797 质量保证协议,决不会向我们的顾客销售二手船,翻新船,事故船,泡水船!
B.N.T.G. 船舶总管:那就在合同上签字吧。
(两人签好了合同之后,海沫矿业销售员离开了)
B.N.T.G. 船舶总管:等会,什么是 BRSO100797 协议?
BTC 2024/2/11 13:24
某不知名 Island
Alex:然后呢?
Bob:船开到蓝色通道不久之后就漏水了,接下来的事情我也记不清楚了,总之现在我们就在这儿了。
Alex:呃…话说回来…Cathy 呢?
Bob:不知道。
Alex:(转过头)哦。(转回来)草!Cathy 不见了!
Bob:…啊?!KFC 小姐不见了?
(就在此时,Bob 和 Alex 听到一旁的沙滩中传出诡异的振动)
Alex:…那是…什么?
Bob:呃…不知道?
Alex:不…不会就是这个东西把 Cathy 吃掉了吧?
Bob:Alex 你别吓我啊!
(沙滩中传出的振动越来越明显了,仿佛有什么东西正要破土而出)
Alex:它在靠近它在靠近它在靠近…
Bob:啊啊啊啊啊啊啊——!
(Cathy 从沙土中探出头来)
Alex:啊啊啊啊啊啊啊——!
Cathy:两个弱智赶紧过来给我拉出来!
Bob:哦——原来是 KFC 小姐…吓死我了。
Alex:啊…Cathy 小姐你没事啊…没事就好…
Cathy:(咳出一坨沙土)咳——呃…我还记得咱们沉船的细节…你们先把我拉出来吧…
BTC 2024/2/10 23:55
蓝色通道中某处水域 B.N.T.G. “群岛 1 号”客滚船
Alex:呃…我后悔坐船了…呕…(四处摸索袋子)
Bob:(鼾声如雷)
Cathy:嗯…(仔细聆听)
Alex:(终于找到了袋子,连忙把一肚子的货吐了进去)呕——啊——好多了…呃怎么了?
Cathy:你们有没有听到…水声?
Alex:我们在船上,当然能听到水声。
Cathy:那是海浪的声音,我指的是…水涌进船体的声音。
Alex:啊?呃…(仔细聆听)
(船舱的下层似乎隐隐约约传来碰水的声音和船员手忙脚乱的呼喊声)
Alex:坏了,好像真有,还有叫喊声。
(就在此时,一个船员冲进客房)
船员甲:别在这待着了!这死船漏水了!他妈的跑啊!
Alex:草!Bob!Bob!妈的别睡了!船他妈要沉了!
Cathy:可能有点迟了。
Alex:什么?
(话音刚落,船的重心似乎就猛得偏向一边去了)
……
BTC 2024/2/11 13:25
某不知名 Island
Cathy:然后船翻了,船体破裂,船舱被水淹了,醒来之后我们就到这儿了。
Alex:能活下来真是万幸…(环顾四周)话说回来,除了我们之外没有幸存者了吗?船呢?
Bob:那儿。(指着船的残骸,就在 Alex 身后)
Alex:(回头)啊,在这儿啊。
Cathy:那这样吧,咱们进里头看看。
Alex:咱们能不能不去…
Bob:走。
Alex:…好吧。
BTC 2024/2/11 14:01
某不知名 Island
Alex:(清嗓子)那么统计一下幸存者和剩余物资:目前一共找到找到…一,二,三…算上咱们仨一共七个幸存者,然后剩余物资…呃…五杯█巴克咖啡,
Bob:幸好还在。
Alex:一罐草莓果酱,
度假的 M.E.G. 特工:我的。
Bob:原来你也喜欢吃草莓果酱啊!
Alex:一本《█与地下城》规则书和一套骰子,
船员甲:呃…那是我的。
船长:你上船带这东西?
船员甲:这不船上无聊嘛…
Alex:一,二,三…五十罐番茄汤罐头,
船员甲:这是货物…呃,算了,现在不重要了。
跟踪 M.E.G. 特工的 B.F.P.F. 家居员工:哈,看来我们还有救。
Alex:没有拉环,没找到开罐器。
没法继续跟踪 M.E.G. 特工的 B.F.P.F. 家居员工:哦…
Alex:一个马桶搋子,呃…P.R.I. 出品,
没法继续度假的 M.E.G. 特工:挺幽默的。
Alex:还有一本《荒岛求生五十招》。没别的了,除了这堆前游轮。
船长:这是客滚船。
船员甲:我觉得这本书应该有用。
Alex:(翻开书页)字泡花了,认不得。
船长:去它的!这不就是说我们有用的东西只有一罐草莓果酱吗?
船员甲:我们可以玩D█D,我把█骸岛█风谷什么的的大概剧情都记下来了。
船长:滚。
Cathy:没事,凭这罐果酱我们能撑大概一周,只要我们忍得住不自尽或者自相残杀之类的。
Bob:我想吃,但是没有吐司片。
B.F.P.F. 家居员工:你可以去海里捞捞有没有面包屑。
M.E.G. 特工:呃…就这么说吧,为什么我们不就地取材?你们看那就有颗椰子树。(指着椰子树)
(椰树挺立在海岛边缘,上面似乎有两三颗椰子)
B.F.P.F. 家居员工:嗯…我可以试着爬上去弄颗椰子下来看看。不过这是后室,任何东西你都不能完全信。
BTC 2024/2/11 14:05
某不知名 Island
(B.F.P.F. 家居员工顺着树干爬了上去)
Bob:真的爬上去了!厉害!
M.E.G. 特工:我赌他几分钟之后就会掉下来。
Alex:喂——!注意点别掉下来——!
B.F.P.F. 家居员工:(抱着一颗椰子探头)什么?
(然后 B.F.P.F. 家居员工重心不稳,连人带着椰子掉进了水里)
BTC 2024/2/11 14:08
某不知名 Island
M.E.G. 特工:你们看,我说什么来着?
B.F.P.F. 家居员工:(湿漉漉)可闭嘴吧你。
船员甲:不过咱们怎么把椰子打开啊?这地方好像也没什么大石头之类的东西啊?
Bob:嗯…不然试试用草莓果酱的盖子割开?
Alex:能想到这个点子也是难为你了,咱们那瓶果酱是旋盖的。
M.E.G. 特工:番茄汤罐头倒是挺结实的,试试?
BTC 2024/2/11 14:15
某不知名 Island
M.E.G. 特工:除了一个变形的汤罐头和一个完好无损的椰子之外我们啥也没得到。
B.F.P.F. 家居员工:其实我们还有得到一个双手抽筋的 M.E.G. 特工。
M.E.G. 特工:闭嘴。
Alex:总感觉这么熟悉呢这一幕。
船员甲:这样吧,我那套骰子是金属的,里面有一四面骰,特尖,指定能干开。
船长:那那玩意还有点用,赶紧拿来。
BTC 2024/2/11 14:17
某不知名 Island
船员甲:(沉默)
Alex:(尝试抠了一下卡在椰子上的骰子)根本下不来。
船员甲:幸好我还存一套备用骰子。(从衣袋里面翻出来)咱们还能玩█与地下城!
BTC 2024/2/11 14:18
某不知名 Island
船员甲:算了,咱们到时候过战斗轮的时候记得别用匕首或者魔法飞弹,神导术这类需要用 D4 的东西。
Cathy:现在看来我们只有一个选择了。(拿起马桶搋子)
M.E.G. 特工:不是,你要拿搋子把这玩意拔开?
Cathy:在正常的方法都试过之后自然就只剩下不正常的方法了,起开。
(Cathy 用搋子吸在椰子上,然后踩住另一半,用力往外拔)
Bob:KFC 小姐加油!
B.F.P.F. 家居员工:不是,这要是能打开我就把椰子皮啃着吃了。
(“啵”的一声,椰子竟然裂成两半)
B.F.P.F. 家居员工:我能不能只吃里面软的那层。
M.E.G. 特工:算了,你随便怎么吃,给大家测试一下这东西有没有毒。
B.F.P.F. 家居员工:你们 M.E.G. 还真是擅长私事公办…(尝了一口椰子水,砸吧砸吧嘴巴)呃…该说不愧是后室的产物吗…这玩意一股杏仁味儿…而且我现在也没悲尸化,我觉得这估计是杏仁水。
Alex:(举手)虽然这是个值得庆贺的时刻,但我有个问题。
Cathy:说。
Alex:我们刚刚为什么不用骰子开罐头?
Cathy:(沉默)
其他人:(沉默)
Bob:(大声吃椰子)
Alex:(夺过)你再吃我们就没得吃了。
Bob:哦…
BTC 2024/2/11 14:24
某不知名 Island
船员甲:(擦擦嘴角)我想到了!
Cathy:什么?
船员甲:我可以把八面骰当成两个四面的!
Alex:不是你对这玩意上瘾了?
M.E.G. 特工 & B.F.P.F. 家居员工:地下城批。
Cathy:(端详八面骰)等会,这个骰子也挺尖的。
船长:你说得对。
BTC 2024/2/11 14:29
某不知名 Island
M.E.G. 特工:这汤罐头好咸啊。
B.F.P.F. 家居员工:不得不认同。
Alex:没事,椰子水我看着咱们都能喝着。(顺手按住了一旁的 Bob)
船员甲:(摩挲着磨损的八面骰)我珍藏的金属骰子…
船长:(观察包装)这东西说它能保存 737 年…不可思议。
Cathy:好了,现在我们基本不算缺乏必要的生存物资了,接下来我们得想办法离开这鬼地方,就这一棵椰子树和这堆汤罐头不够咱们等待救援的。
BTC 2024/2/11 15:23
某不知名 Island
Alex:不是,这岛有多大啊?
Bob:看起来挺小的。
M.E.G. 特工:该死的后室又开始表演超阈限空间秀了,就这么点地咱们兜转了快一小时居然没遇到重样的东西。
B.F.P.F. 家居员工:呃…说起来我有一计,咱们先回海滩我给你们细说。
BTC 2024/2/11 16:35
某不知名 Island
B.F.P.F. 家居员工:(沉默)
Alex:你画的是《威█号汽船》里面的█老鼠,版权都过期了迪█尼没法拉咱们上法庭。
M.E.G. 特工:不是,重点难道不是因为我们在后室而迪█尼在前厅吗?
B.F.P.F. 家居员工:没事我肚子里存了好几首版权肯定没过期的音乐剧和欧美动画的歌。(清嗓)波袅袅袅袅给他搜楼法克耶——
BTC 2024/2/11 16:40
某不知名 Island
B.F.P.F. 家居员工:苦瓜——是——什么——的——
M.E.G. 特工:你妈的别唱了。英国人的法语说的都比你好。
(B.F.P.F. 家居员工遗憾地结束了演唱会)
M.E.G. 特工:等一下,我突然想起来我们有配备 E.P.B. 造的手机,上面有语音助手。
Cathy:虽然不知道语音助手现在可以帮忙干什么,不过试试无妨。
M.E.G. 特工:成。(掏出手机)嘿 Biri。
(沉默)
M.E.G. 特工:嘿 Biri!
Biri.aic:我在。
M.E.G. 特工:如何逃出荒岛?
Biri.aic:抱歉,我没有听清你在说什么。
M.E.G. 特工:(放慢语速)如何逃出荒岛?
Biri.aic:抱歉,我没有听清你在说什么。
M.E.G. 特工:(大声)如何逃出荒岛?!
Biri.aic:听到了听到了!你吼那么大声干什么嘛!给你搜给你搜!
B.F.P.F. 家居员工:这玩意还挺聪明。
Biri.aic:已为您搜索到“荒岛求生”相关词条约 1 个。
M.E.G. 特工:就一个?
Biri.aic:我也不知道为啥这就搜到这么一个你 b 能不能就将就着看看?要不要这 aic 你来当?
船员甲:呦,发火了。
M.E.G. 特工:行行行你给我打开吧打开吧。
Biri.aic:正在为您打开“群岛指南”。
BTC 2024/2/11 16:42
某不知名 Island
M.E.G. 特工:不是你打开了没?
Biri.aic:不是这儿只有一格WiFi你指望我能有多快?
M.E.G. 特工:好好。
BTC 2024/2/11 16:51
某不知名 Island
M.E.G. 特工:看完了,啥也没看下。
B.F.P.F. 家居员工:你们 M.E.G. 真是,写个指南都不会。
M.E.G. 特工:妈的这个东西又不是我们写的!
(M.E.G. 特工指着页面最后的署名“由 蓝天电信公司 提供”)
B.F.P.F. 家居员工:那个意思是这个数据库是蓝天电信公司搭的。
M.E.G. 特工:那你也没法证明这是 M.E.G. 写的啊。
B.F.P.F. 家居员工:当然有办法,这种前后矛盾的傻逼文章只有 M.E.G. 写得出来。
M.E.G. 特工:不是唐纳德那个龟儿子给你们说了多少惑众妖言?
Biri.aic:两傻逼别吵了,信不信我打开手机自爆模块跟你们爆了。
Alex:不是你手机还有自爆模块?
Biri.aic:不信我打开了。十——九——
船员甲:我草哥稍稍,别真爆了。
Biri.aic:等会我不爆了。我探测到这岛下面有东西。
Bob:啥意思?
Cathy:有物资?
Biri.aic:疑似金属物体,位于正下方约二十五米处。
船长:有宝藏?
Alex:管它是啥咱们想办法挖出来。
船员甲:用什么挖?
B.F.P.F. 家居员工:好问题。
Bob:果酱瓶盖?
M.E.G. 特工:不是,这汤罐头个不是挺大的?
Cathy:你试试。
BTC 2024/2/11 17:15
某不知名 Island
M.E.G. 特工:(气喘吁吁)怎么样?我应该快挖到了吧?
Biri.aic:激光测距仪显示你挖了 145.67cm。
M.E.G. 特工:草,怎么才这么点。
Alex:实在不行椰子壳也用上呗。
Cathy:低效。
B.F.P.F. 家居员工:阁下可有高招?
Cathy:起开我来。(掏出马桶搋子)
(Cathy 走上前,把搋子插进地里猛地一拔,然后退回来)
(平静)
Bob:没啥事啊。
(地面剧烈震动,然后一股泥沙从坑洞中喷涌而出)
船员甲:我草,为什么?
船长:P.R.I 的货就是牛逼,明明根本就不科学的东西都能给他们造出来。
(原本的坑洞已经变成了一个大坑)
M.E.G. 特工:(探头看向里面)我草。
B.F.P.F 家居员工:看到啥了?(也探头往里看)
M.E.G. 特工:黑嘛咕咚啥也看不见。
B.F.P.F. 家居员工:(指着一个位置)我可去你的吧,那个反光看见没?
M.E.G. 特工:就使劲吹吧你。
Cathy:(看向 B.F.P.F 家居员工指向的方向)好像真有。
M.E.G. 特工:好好,眼神好,行了吧。
Cathy:(推眼镜)正常,我有八个眼睛视力当然比你好四倍。
船长:那么有人愿意下去吗?
Alex:不要。
Bob:我怕上不来。
Cathy:看别人,别看我。
M.E.G. 特工 & B.F.P.F. 家居员工:(面面相觑)
船员甲:这样吧,除了 Bob 实在有点重,咱们六个人丢一个六面骰子决定谁下去探,有意见的举手。
(没有人举手)
船员甲:行,从我开始算一顺时针数啊。
(投掷骰子)
B.F.P.F. 家居员工:靠!为什么又是我?
M.E.G. 特工:天命如此,从了吧你。
B.F.P.F. 家居员工:所以倒是整个什么东西把我放下去啊,总不能我扑通一下跳进去。
M.E.G. 特工:我觉得也不是不行。
B.F.P.F. 家居员工:我可去你的吧。
Cathy:还是用搋子。
(Cathy 双手握住搋子的木柄,然后把它不断拉长)
M.E.G. 特工:我草。
B.F.P.F. 家居员工:不是,为什么?
Cathy:(抽出一只手从衣袋里找出一张黑色的纸,边缘是蓝色和橙色的)你们完全不看说明书的吗?
船长:不愧是 P.R.I. 的货,连搋子都有说明书。
Alex:这东西能拉到二十五米长?
M.E.G. 特工:你说这东西能把这座岛开走我都敢信。
BTC 2024/2/11 17:19
某不知名 Island
B.F.P.F. 家居员工:我去我摸到一个硬硬的东西。
M.E.G. 特工:我去,出货了。
Cathy:稍等,我开一下搋子照明模式。(打开搋子照明模式)
B.F.P.F. 家居员工:这有一大块金属,上面有几个按钮,还有字。
Cathy:读。
B.F.P.F. 家居员工:鹦鹉螺号…
M.E.G. 特工:这下面是不是还埋着一个尼摩船长?
B.F.P.F. 家居员工:…岛屿自爆推进装置控制台。
Alex:不是,为什么?
Cathy:这样吧,(把搋子杵在金属板上)咱们都下去看看,除了 Bob 你留在上面放风。
BTC 2024/2/11 17:27
某不知名 Island
(Alex 最后一个顺着搋子的手柄滑了下来)
Cathy:嘶,这东西怎么没有使用说明。
M.E.G. 特工:指不定还在更深的地方埋着呢。
船长:话说回来我发现了这个。(指着金属板上的 E.P.B. 标志)
B.F.P.F. 家居员工:我草,E.P.B. 什么时候来过这鬼地方?
M.E.G. 特工:嘶…这样的话…(掏出手机)嘿 Biri。
Biri.aic:我就没休息。
M.E.G. 特工:你能不能想办法查查这个东西的使用资料?
Biri.aic:搜不到你别找我——我草,搜到了,给你打开一下。
BTC 2024/2/11 17:32
某不知名 Island
M.E.G. 特工:你妈的我受不了这网速了。
B.F.P.F. 家居员工:我原神都进登录界面了,现下的。
M.E.G. 特工:该死的 Biri 你的网络宽带是百█云赞助的吗?
Biri.aic:他骗你的,刚刚就下了个更新包。
M.E.G. 特工:哦。
B.F.P.F. 家居员工:不是你怎么知道的?
船员甲:(指着屏幕)开了。
M.E.G. 特工:我看看——呃…“控制台左边的第一个红色按钮启动…”
Alex:(按下按钮)
M.E.G. 特工:“…自毁模式。”
Alex:我草你话能不能一次性说完?!
B.F.P.F. 家居员工:不是你们 E.P.B. 这么喜欢给自己的产品装自爆按钮吗?
Biri.aic:是的,您甚至可以在速切终端上找到自毁装置。
裁判员 Liurd:话说回来我一直想知道速切终端背面这个红色盖子里面的按钮是干什么的。
计分员 Liurd:你大可以按一下试试。
裁判员 Liurd:(按下按钮)
速切终端:正在启动自毁程序,倒计时:5——
裁判员 Liurd:我草,为什么是他妈的自爆按钮?
BTC 2024/2/11 17:32
某不知名 Island
M.E.G. 特工:呃第二个按钮是取消自毁按钮!
Alex:(拍下按钮)
船员甲:(长出一口气)呼——吓死了。
M.E.G. 特工:第三个按钮启动推进模式。
Cathy:(按下按钮)
“鹦鹉螺号”岛屿自爆推进装置控制台:正在启动推进系统。
B.F.P.F. 家居员工:我有点好奇这东西是咋推进的。
船长:直觉告诉我不要对 E.P.B. 的产品感到好奇,我先上去了。(顺着搋子的手柄往上爬)
“鹦鹉螺号”岛屿自爆推进装置控制台:约 1 分钟后启动推进系统。
Cathy:我也上去了。(顺着洞壁爬上去)
Alex:别把我落下!(顺着搋子爬上去)
“鹦鹉螺号”岛屿自爆推进装置控制台:启动。
B.F.P.F. 家居员工:好吧,那只能咱们仨研究这东西了。
“鹦鹉螺号”岛屿自爆推进装置控制台:为您播放启动音效——Chipi Chipi Chapa Chapa…
M.E.G. 特工:啥?
“鹦鹉螺号”岛屿自爆推进装置控制台:…Lubi Lubi Daba Daba…
B.F.P.F. 家居员工:我记得这段歌词后面是不是有五个 “Boom” 来着?
M.E.G. 特工:我草快跑!(不知道按到了搋子的哪里,船员甲被弹射了上去)
船员甲:诶不是我草——
“鹦鹉螺号”岛屿自爆推进装置控制台:Magico Mi Dubi Dubi——
(Boom!Boom!Boom!Boom!)
(B.F.P.F. 家居员工和M.E.G. 特工被爆炸的冲击掀起飞回了地表)
Alex:你记错了,好像只有四个 “Boom”。
BTC 2024/2/11 18:09
某不知名 Island
(某不知名 Island 在蓝色通道的海洋中疾驰)
B.F.P.F. 家居员工:靠,我没死真是个奇迹。
Cathy:倒不如说你和三个 E.B.A. 的疯子在一块想死都难。
B.F.P.F. 家居员工:好吧。
M.E.G. 特工:(有气无力地站起来)嘿 Biri。
Bob:原来你没被炸死啊。
Biri.aic:你有啥不能直接问吗?
M.E.G. 特工:帮我看看我们现在在往什么方向行驶。
Biri.aic:根据之前那篇指南的定义我们应该在往东走——哎我收到个信息,给你播放出来啊。
(Biri 播放了广播)
广播 2:请求回复
日期:2009/1/4
发送者:“夕阳”
来自:落日岛
这是一条面向全体群岛流浪者的广播,我们希望接收到广播的流浪者能够迅速反应,利用广谱信号对这条广播进行回复并保持获救的希望,你们不是孤独的。
我是“夕阳”,我期待你们尽快回复。
Bob:啥意思。
船员甲:不是这人为啥还非得用个代号啊。
船长:而且这日期怎么都不对劲吧。
Cathy:这是后室,日期紊乱不是很正常的事情?
B.F.P.F. 家居员工:我倒是觉得应该是因为这人刚打开一个被重置的电脑,日期还在 2009 年导致的。
M.E.G. 特工:太好了!这里还有其它人!我们还有希望!
Alex:哦。
M.E.G. 特工:Biri!帮我们发送回复信息!
Biri.aic:就知道你要说这个,早发了。
M.E.G. 特工:好好好。
BTC 2024/2/11 18:21
某不知名 Island
“鹦鹉螺号”岛屿自爆推进装置控制台:“Magico Mi Dubi Dubi——”
(Boom!Boom!Boom!Boom!)
B.F.P.F. 家居员工:妈的我快受不了这玩意了,一直循环这狗屎歌,每到那几个蹦蹦蹦就爆两下。(转头)M.E.G. 那个你能不能让你的 Biri 把这音响关了?
M.E.G. 特工:我试试。(掏出手机)嘿 Biri。
Biri.aic:我早就在尝试跟它的控制台建立连接了,但是密钥不一致我一直对接不了,你试试把音响砸了吧。
Alex:受不了了。
Bob:我还想吃一个汤罐头,挺好吃的其实。
Cathy:还是留着点吧。
船员甲:(指向前方)你们看那是什么?
M.E.G. 特工:嘶…看不清。(举起手机)嘿 Biri。
Biri.aic:自己开相机缩放。
M.E.G. 特工:行行行行行。(打开手机相机,放大)呃…那好像…我草,陆地!
Cathy:什么?(看过去)真的,上面还有建筑,似乎还有灯光。
船长:也就是说可能有人?
Bob:有海鲜派对?
Alex:你怎么到哪都想着吃?
B.F.P.F. 家居员工:那还等什么?准备靠岸啊!
Cathy:说得好,想办法让咱们的岛停下来。
M.E.G. 特工:嘿 Biri。
Biri.aic:你没完了是吧?
M.E.G. 特工:帮我让我们的岛停下来。
Biri.aic:我还没和控制系统对接呢。
M.E.G. 特工:那难道我们顶着爆炸的冲击波下去关?
Cathy:没事,搋子还在。(拉长,照明,伸入洞口,一气呵成)
M.E.G. 特工:(拿手机望着里面)呃…我记得控制台右边第一个按钮是关闭…
Cathy:(拿搋子了一下那个按钮,音乐停止了)
M.E.G. 特工:…音响,天哪,世界终于安静了。
Cathy:别贫嘴了赶紧告诉我到底是哪个。
M.E.G. 特工:右边第二个。
(Cathy 捅了一下那个按钮,爆炸声也停止了,岛屿也开始减速)
BTC 2024/2/11 18:25
另一个不知名 Island
(某不知名 Island 最终停靠在另一个不知名岛屿旁边大约两米远)
M.E.G. 特工:欸讨厌,为什么不能正好靠上去,还非得留个两步路让我们淌水?
B.F.P.F. 家居员工:没事,我幼儿园的时候是立定跳远冠军,看我给你表演一下跳过去。
(B.F.P.F. 家居员工在岛屿边缘站定,然后扑通一下跳进了两座岛屿中间的海水里)
M.E.G. 特工:哈哈傻逼。
船员甲:希望人没事。
Bob:(闻)我闻到吃的的味道了,是海鲜!(一步跳过两座岛屿之间的海水,循着气味跑了)
Alex:欸等等——!妈的之前咋没见你跑这么快。(跟在后面一步跳了过去)
Cathy:你们两个——还不知道底细呢——(也跟在后面一步跳过去了)
船长:(憋笑,然后也一步跳了过去)
M.E.G. 特工:先走一步啦——(一步跳过去)
B.F.P.F. 家居员工:(起身)合着就我跳不过去是吧?(淌水走过去)
BTC 2024/2/11 18:31
另一个不知名 Island派对岛 后室娱乐派对现场
Bob:海鲜派对万岁——!(一手抓着一只蟹腿,另一手拿着杯子和旁边的一位后室娱乐成员干杯)
M.E.G. 特工:呃…不是,那篇指南不是说了不要轻易信任群岛中的建筑和其他人吗?
Alex:那篇指南还说只能相信自己呢。
M.E.G. 特工:而且这个地方为什么也他妈的在放 Chipi Chipi Chapa Chapa 啊!真的听厌了啊!换碟啊!
(话音刚落,DJ 就换了一首音乐)
M.E.G. 特工:去你妈的,这首是那个方块黑猫跳舞的音乐。
Cathy:(仔细闻了闻杯子中的液体,确定不是轻松可乐之后喝了一口)你在后室娱乐的派对现场就别指望 DJ 有什么歌品了。
B.F.P.F. 家居员工:所以为什么后室娱乐能找到一个这么偏僻的地方还开了一个海鲜派对的?
Alex:我的建议不要试图去怀疑像我们和后室娱乐这样的组织出现在任何地方的合理性。(指着一个穿蓝色 T 恤衫的人)你看,那儿还有一个速切玩家。
Bob:(咽下蟹腿)至少他们的东西真的很好吃啊!你们要不要试试?
船员甲:我尝尝。(从桌子上抓起一只炸虾丢进口中)嗯——好吃!
M.E.G. 特工:不要,我打死也不沾后室娱乐的东西。
BTC 2024/2/11 20:55
派对岛 后室娱乐派对现场
M.E.G. 特工:(一手高举着一罐轻松可乐,脸上贴满了纸条,神情亢奋)我是后室之神!你们都得喝!不喝就给我流进枢纽!
B.F.P.F. 家居员工:(脸上的纸条和激昂的神色不比前者少多少)喝!喝就喝!(开启一罐轻松可乐一饮而尽)
船员甲:呃…他们两个真的不会有什么问题吗?
船长:没事,大不了回头把他们撂在这儿乐。
Cathy:算了吧,咱们要这人工智能启动器和炮灰还有用。
Bob:这俩人才喝几罐啊嗨成这样?(喝杯子里的饮料)
Alex:(指着一地的易拉罐)大概这么多罐吧。
BTC 2024/2/12 9:11
某不知名 Island
M.E.G. 特工:(捂着脑袋起身)嘶——头好疼!我们现在在哪儿啊?
Alex:(面无表情)缅甸北部。
M.E.G. 特工:啊?
Cathy:(面无表情)岛上。
M.E.G. 特工:哦。
Biri.aic:你醒了啊。知道吗,你昨天晚上叫了我 3,642 次。
M.E.G. 特工:啊?
BTC 2024/2/11 22:42
派对岛 后室娱乐派对现场
瘫在地上的M.E.G. 特工:嘿比瑞——
Biri.aic:不是你别叫我了行吗?求你了,好歹叫对行不行?
M.E.G. 特工:死瑞——挖肺——
BTC 2024/2/12 9:11
某不知名 Island
M.E.G. 特工:没别的了吧?
船长:你和所有人都表了遍白。
BTC 2024/2/11 21:52
派对岛 后室娱乐派对现场
M.E.G. 特工:无愣平琼还四富给——
Cathy:(平移)
M.E.G. 特工:剋瑟棱内斯——奶现在阔以——岑稳森狼乐!!!!!!(手舞足蹈)
BTC 2024/2/12 9:11
某不知名 Island
M.E.G. 特工:(沉默)
船员甲:然后这货同意了。(指向B.F.P.F. 家居员工)
BTC 2024/2/11 22:11
派对岛 后室娱乐派对现场
B.F.P.F. 家居员工:巴特爱咧赞的二艾耐嗡 fo 给特则佛 sei 太么骚油费斯——
M.E.G. 特工:(根据其他人的描述,他跳了一种介于探戈,弗拉明戈女子舞,踩到香蕉皮以及用脚刺杀 DJ 之间的舞蹈)
Alex:(站得远远的)首先我声明一下:这个 Alexander 不是我。
后室娱乐的 DJ:(吓得开始打音混碟)
BTC 2024/2/12 9:12
某不知名 Island
M.E.G. 特工:我们能不能先把昨天晚上的事情跳过一下?
B.F.P.F. 家居员工:我同意。
Cathy:别管昨晚了,酒后乱性人之常情,现在根据之前那篇指南我们打算向南走。
Biri.aic:预计抵达迷雾海需要 3 天 17 时。
M.E.G. 特工:我记得那个指南不是都不确定群岛地区到底多大吗?
Biri.aic:我知道不就行了,另外我跟推进系统配对上了,打个招呼。
“鹦鹉螺号”岛屿自爆推进装置控制台:你好。
M.E.G. 特工:哦。
“鹦鹉螺号”岛屿自爆推进装置控制台:欸不是你下次关音响能不能跟我说声?
M.E.G. 特工:不是之前那 Biri 跟你配对不上我能有什么办法?听得我烦死了好吗?
“鹦鹉螺号”岛屿自爆推进装置控制台:好好好,那我现在再打开你没意见吧?我还挺喜欢那歌的。
M.E.G. 特工:有。
“鹦鹉螺号”岛屿自爆推进装置控制台:好吧。
船员甲:话说回来你们两个之前不是密钥配不上吗?是控制台版本太旧了?
Biri.aic:我后来自检发现是我 e+OS 版本过旧了,更新了一下就对上了。
船长:这老东西居然比你手机新?
“鹦鹉螺号”岛屿自爆推进装置控制台:骂谁老东西呢?我刚出厂 43 天零 9 小时 13 分 56 秒!
BTC 2023/12/31 23:59
某不知名 Island
E.P.B. 安装员工乙:(按下开机按钮)
E.P.B. 安装员工丙:为什么你要在这个点安装啊?
E.P.B. 安装员工乙:这样等机器自检完成正式开机的时候正好是新的一年!
E.P.B. 安装员工丙:帅。
(几十秒后)
“鹦鹉螺号”岛屿自爆推进装置控制台:欢迎使用“鹦鹉螺号”岛屿自爆推进装置控制台!现在是 BTC 2023 年 12 月 31 日 23 时 59 分 59 秒!
E.P.B. 安装员工乙:靠,算失了。
“鹦鹉螺号”岛屿自爆推进装置控制台:“鹦鹉螺号”岛屿自爆推进装置控制台现在祝您新年快乐!
BTC 2024/2/12 9:14
某不知名 Island E.P.B. 引擎岛
B.F.P.F. 家居员工:所以 E.P.B. 到底为什么要在这里安一个通过自爆的方式推进岛屿的仪器?
“鹦鹉螺号”岛屿自爆推进装置控制台:安装目的保密,但可以透露的信息是本装置是由于兼有自爆和爆破式推进两种功能才被称为“自爆推进装置”的。
Bob:这个很酷!Alex,我觉得我们也应该给第三实验室装一个!
Alex:你要把 Kevin 炸死吗——不对,Bob 你走的时候有没有喂 Kevin?
BTC 2024/2/12 9:14
Level C-393 E.B.A. 第三实验室生物保存区
Kevin:(瘫软在收容间地板上)好——饿——啊——
BTC 2024/2/12 9:15
E.P.B. 引擎岛
Bob:没事,Kevin 饿不死,咱们回去再喂就行了。
Cathy:你们为什么要把自己的同事关在地下室?
Alex:呃…说来话长…大概跟凝胶方块前体实体的一次收容突破事故相关什么的…总之把他关在那是保险起见。
M.E.G. 特工:(仔细观察前方,拿出手机)嘿 Biri。
Biri.aic:…我在。(打开相机,放大)
M.E.G. 特工:…又是一块陆地!
B.F.P.F. 家居员工:岛屿这么多?
Bob:有吃的?
船员甲:有没有派对?我昨晚█与地下城还没玩尽兴呢!
船长:你被那个胖子传染了?
M.E.G. 特工:哦,那只是一块礁石。
Bob & 船员甲:(失望)哦——
M.E.G. 特工:等会,我又看见一块!白色的!
Bob & 船员甲:(兴奋)耶——!
M.E.G. 特工:白色的礁石。
Bob & 船员甲:(失望)哦——
M.E.G. 特工:不对,好像不是礁石。是岛屿!
Bob & 船员甲:耶——!
BTC 2024/2/12 10:22
E.P.B. 引擎岛
(引擎岛稳稳当当地停在了白色的岛屿旁差不多半米处)
M.E.G. 特工:什么嘛,岛上什么也没有。
Bob:(闻闻气味)你们有没有闻到一股香味?
Alex:呃…类似清蒸海鲜的味道?闻到了。
B.F.P.F. 家居员工:好了这次让我一步跨过去。
(B.F.P.F. 家居员工一步跨了过去,发现这座岛屿的地面非常软)
B.F.P.F. 家居员工:我草,这他妈怎么这么软?
Cathy:而且海鲜味怎么越来越浓了?
Bob:(思考,然后揪下来一块地面送进口中)…哇!这个是蒸牡蛎!
船长:啊?
船员甲:我试试。(重复 Bob 揪地面吃的动作)嗯!真的是蒸牡蛎!
M.E.G. 特工:靠,昨晚刚吃一肚子海鲜现在又到一个蒸牡蛎岛来了。
B.F.P.F. 家居员工:啊?(低头,看着自己踩着的地方)这…
M.E.G. 特工:踩就踩了,大不了吃的时候洗洗。(一步踏上去)
(M.E.G. 特工滑倒了,掉进了水里)
B.F.P.F. 家居员工:我觉得这个名字挺准确的。
M.E.G. 特工:(撕下一块牡蛎肉)只要在咱们把这个名字告诉其他人之前这块大牡蛎没有被吃完就行。
船员甲:你们谁有酱油啊?想蘸酱油吃。
Bob:哦,我。(从兜里拿出一小瓶酱油)给。
船员甲:谢谢。(接过)
船长:(依然在引擎岛上)受不了这群弱智了。
Cathy:我同意。
M.E.G. 特工:嘿 Biri。
Biri.aic:对,前面就是迷雾海,理论上从这过去我们就回到正常的蓝色通道了。
M.E.G. 特工:其实我只是想问现在几点了来着。
Biri.aic:自己看。
B.F.P.F. 家居员工:“正常的蓝色通道”?之前我们一直在蓝色通道里面?
M.E.G. 特工:你就没发现现在都凌晨三点了天还是蓝色的吗?
Cathy:指南是这么写的。
船员甲:也就是说…
船长:我们快回去了!
Alex:好!
速切玩家丁:好耶!
B.F.P.F. 家居员工:等会你是从哪冒出来的?
速切玩家丁:那天你们走的时候就带上我了,还是你邀请的呢。
M.E.G. 特工:唉,酒后乱性。
B.F.P.F. 家居员工:说得你没喝似的。
Bob:(吃牡蛎肉)
Alex:省着点吃你。(给了 Bob 一锤)
Bob:反正咱们没几天就出去了?
速切玩家丁:还有多久啊——
Alex:用不了多久了,Bob 把咱们的补给吃完了,咱们过几天就见上帝了。
Bob:(吃东西)
B.F.P.F. 家居员工:其实还有一些东西没吃完。
M.E.G. 特工:你说的是那几箱后室娱乐的货?(指着旁边的一堆印着“博君一笑”的箱子)
船长:那些东西吃一口就能嗨三天。
BTC 2024/3/6 14:37
迷雾海边缘(另一个)
Biri.aic:醒醒。
(一群正在狂欢的嘈杂)
Biri.aic:正在启动自毁程序——10——
Cathy:关闭自爆模式!
Biri.aic:骗你们的,我没开——等等你没嗨?
Cathy:我的神经系统和人类不太一样。
Biri.aic:好吧,不过我现在要通知你们的是我们要到迷雾海边缘了。
船长:好。
Biri.aic:你神经也不一样?
船长:不是,我这两天吃了俩椰子。
Biri.aic:总之目前预计到达时间为 7 小时 16 分。
Cathy:知道了。
M.E.G. 特工:(搭着 B.F.P.F. 家居员工,船员甲和 Alex 的肩膀)硼游一声以泣奏——辣鲜日次不再由——
船长:真受不了了。(捂脸)
(引擎岛在蓝色通道的海面上疾驰)
M.E.G. 特工:终于!我们逃出群岛了!
船长:你们嗨完了?
B.F.P.F. 家居员工:终于要回家了——
Bob:回家喂 Kevin!
Alex:我感觉事情发展顺利得有点不太对…
Cathy:(观察前方)我看到陆地了,但是我要说的是这不是好消息。
船员甲:为什么?
Biri.aic:雷达探测比对结果说明该陆地为“后室娱乐派对岛”。
M.E.G. 特工:啊?
Bob & 船员甲:派对!
Alex:靠,咱们绕回来了。
B.F.P.F. 家居员工:欸不是合着整个群岛境内都有非线性空间特质?
Biri.aic:空间非欧几里得度测算结果指出可能确实如此。
B.F.P.F. 家居员工:你还有这功能?
BTC 2024/3/7 22:02
后室娱乐派对岛 派对现场
M.E.G. 特工:好了好了这次我真不喝了,打死都不喝了。(喝了一口杯子里的普通可乐)靠,█事。
Cathy:话说回来我一直想问:之前那个溜上咱们岛的速切玩家上哪去了?
Bob:你说那个?(用手里的烤鱼指着站在另一角的速切玩家丁)
Cathy:不,不是——嘶…真的是他。
Alex:他怎么做到突然消失又突然出现的?
B.F.P.F. 家居员工:呃…速切玩家永远知道一些咱们不知道的近路。(耸肩,然后喝了一口杯子里的普通可乐)是█事!好喝!
(这时,一个未知实体靠近了众人)
???:?shy'gg#ujk&_a-a
M.E.G. 特工:这东西在说啥?
B.F.P.F. 家居员工:这货又是从哪冒出来的?
???:.shq~@uuii*j/nbv;csday-y
船员甲:hu~qkk;jki*y%fg-g
M.E.G. 特工:怎么你还能跟这家伙聊起来的?
船长:.sw~tiu'ylwl*j'hgfr-r
B.F.P.F. 家居员工:你们 B.N.T.G. 的人都会这个?
船长:oiz——呃,做生意的人嘛,会两门语言才好做生意。
Cathy:合理。
BTC 2024/3/8 0:07
后室娱乐派对岛 派对现场
船长:(沙哑的声音)呃讲太多话了,嗓子有点哑——
Bob:(递过一个罐子)给,喝点。
船长:(接过)谢了。(喝了一口)这什么味道?(查看包装)
(后室娱乐® 轻松可乐)
船长:欸我——
BTC 2024/3/8 12:17
E.P.B. 引擎岛
Cathy:我已经懒得对你们通过成瘾品浪费时间的行为再作任何评价了。
Alex:别看我,我可是最后唯一一个没喝的。
Cathy:算了。
M.E.G. 特工:嘿 Biri。
Biri.aic:…我在。
M.E.G. 特工:帮我计算一下我们这次需要多长时间驶出群岛。
Biri.aic:引入非线性空间参数后无法用线性时间估量。
B.F.P.F. 家居员工:啥意思?
Biri.aic:我也不知道,满意了吧?
船长:这下我们全都没指望离开了。
船员甲:所以接下来你需要骰四个六面骰,然后选择最大的三个点数相加作为属性点…
Bob:哦哦。(投掷骰子)嗯…6,6,1,3…14!
Alex:15。
Bob:哦哦,15。(记在一张纸上)
船长:你们几个还有心思玩?
船员甲:…反正也没事干。
船长:你们——
船长:…
船长:带我一个。(坐在一旁)
M.E.G. 特工:(站到一块石头上,摆出一个正经的表情)听着,这里有很多人…呃,咱们就当有很多人吧。我不怎么认识你们中的任何一个人,但这些人需要帮助!我们需要帮助!想必很多人都和咱们有着同样的命运。如果我们真的要被困在这里了,为什么不让它变得更安全呢?为什么不去探究我们必须去发现的所有谜团?当我们可以拯救数百甚至数千人时,为什么要坐在这里?我知道这听起来像是一项艰巨的任务,但来吧!我在呃…咱们好像还没啥友谊。从我…来到这里起,你们就一直和我并肩同行。看看我们做了什么…我们开动了岛屿!我们发现了其他岛屿!既然我们能做到这一点,我们就可以拯救更多人……当我还是个孩子时,我一直梦想着探索和找到以前没有人发现的最伟大的东西!因为在我的一生中,我一直相信在最黑暗的角落里总会有光,我们只需要跟随它。我们是他们的一线希望!
B.F.P.F. 家居员工:去你妈的,不要把宣传资料里面的东西改几个句子就背出来好吗?
M.E.G. 特工:没事,只要我们保留希望,就一定能走出群岛,走出这片海域!
(M.E.G. 特工高举自己的右拳,尽管没人附和他)
Cathy:(指着 M.E.G. 特工)皱他,阿列克尸。
Alex:(不为所动)呃…我看看…魔法飞弹!(丢骰子)…靠,三个一。
Cathy:(捂脸,叹息)
…
BTC ????/?/? ??:??
未知海域
Bob:“Alex,别什么都问我,我也不知道这是哪里。”
Alex:“闭嘴 Bob,我只是借助问句发泄自己的愤怒罢了。”
……
Alex:…妈的,我感觉咱们说过这话。
-
(一群衣着端正的人出现在引擎岛上)
???:你们哪位是████,哪位是甲?
B.F.P.F. 家居员工:什么事?
船员甲:你们的面前现在就是那头远古白龙——什么事先生?
迪█尼法务部人员:这里是迪█尼法务部,我身后的是威█智 海岸██会®,█24,林-曼努尔·米兰达,安东尼·伯吉斯,星█克,█bot Gentleman Studios 和 K█C 的法务部人员或者私人律师,你们涉及了严重的侵权行为,请和我们去法院。
M.E.G. 特工:你们怎么连这都能找到的?
Alex:等会…你们也出不去吧?
(沉默)
船员甲:…终于,你们打败了冰霜少女欧█尔,冰█谷的太阳终于再次放晴,镇民们也可以期待更加暖和的日子了。
迪█尼法务部人员:其实挺好玩的。
不是,这哪儿啊? - 2024 The Backrooms
荣誉出品
感谢您的阅读