@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));
}
“让我们一起上天堂吧,你和我。”
正如“天国属于心中无物的人。”
于是我们掏空了自己,只留下光。
项目编号:UFR-001
项目等级: 天堂
特殊收容措施:目前已知任何收容措施都无法收容该异常。最可行的方案为聚焦在伊格列特博士身上的UFR-001应立即远离联邦,以防止对联邦财产造成损失。理论上而言,只要把UFR-001就是在极度偏僻的地方。该异常影响将会消失
消灭
死亡
永久关押
最应该被执行的方案为伊格列特博士应立即在偏僻角落自我了结。为防止对常态世界的人类造成影响。
伊格列特博士不应该离开收容间
目前最可行的方案为伊格列特博士应该在最偏僻的角落度过余,。以避免对生态界和人类造成伤害。
UFR-001应被收容在5×5大小的收容间内,内部天花板,地面应配有高强度防爆版,且外面应有四名保安轮番值守。
目前研究部正在研究该怎么处理UFR-001。当前唯一建议将其发射到木星上。
由于该异常拥有传播性,目前所有跟伊格列特博士有关系的都应被处决。且必须由其本人处决,第一个被处决的是其家人,处决方式为用中型口径枪械将其杀死,伊格列特博士表现极度痛苦。第二个被处决的是在站点内与伊格列特博士有关系的人,该站点80%人员死亡,伊格列特博士表现为极度绝望。随后被处决人员的尸体必须将其放置在伊格列特博士的办公室门前,并将其强迫观看。
随后伊格列特博士的亲属和关系好的人将逐一处决。所有与伊格列特博士接触过的人应将其处决后投放置绞肉机内,并强迫伊格列特博士吃下。
UFR-001无法被收容
UFR-001是一个无限变化的小说,该小说内容极度糟糕。且主角为伊格列特,并且该小说的结局为BE结局。该小说应被所有人阅读,并打差评。
UFR-001是一个雕像。该雕像需存放在5m×5m的方形混凝土收容间中心,且必须有两名绩效过认知危害抵抗测试的保安看守。
UFR-001将被分级为
附录:与伊格列特博士的谈话
爱丽丝:您是哪位?
伊格列特:这还用问吗?我是伊格列特博士。
爱丽丝:但是在你写的文档中,您说您是UFR-001。
伊格列特博士:你无法理解的,我感觉我这像做梦一样十分混乱。
爱丽丝博士:混乱?
伊格列特博士:对的没错,我感觉我脑子里像有另一个人。不知道为什么,他好像在争夺我的身体控制权。
爱丽丝博士:但是我们没有任何您的信息。
伊格列特:没有?这不可能!已经在这儿工作了超过10年了!
爱丽丝博士:但在数据库中并没有您的任何消息。
伊格列特:不不不,这不可能。这是哪里告诉我!
爱丽丝博士:这里是沃伦异常收容公司。
伊格列特:什么这不可能,这是哪?这家公司是什么?
(检测记录显示一伊格列特陷入极端狂躁)
伊格列特:不不不不不不!
(根据录像显示,伊格列特陷入类似错误代码状态,随后消失)
伊格列特应立即在偏僻角落迅速自我了断,以避免对常态世界与自然界产生危害。
UFR-001是天堂
UFR-001应被收容在15×15大小的房间内,并且该房间内应拥有正常人所需要的一切。在被收容26小时后该房间内部出现空间异常且因未知原因出现四个通往未知区域的门户,且原先的大门已无法通往UFR-001的收容间。经摄像显示伊格列特依次通往各个门户。
伊格列特:嘿!你们能看到我吗?!
伊格列特:快让我出来!
伊格列特:那些门里面有嚎叫声!该死的!你们能看到我吗?!
伊格列特:TMD!
▪ 12小时后伊格列特从门回归,自身出现变异现象,随后自身发生溶解现象。并且随着伊格列特死亡摄像失效3个小时,在重新恢复摄像后,伊格列特已恢复正常。
▪ 在伊格列特恢复正常后,在另一个门前犹豫不决,在经过30分钟后进入。29个小时后摄像头因未知原因失效,在2小时后重新上线,摄像头显示伊格列特躺着房间床上,并将全身覆盖。
▪36个小时后伊格列特从床上起身,在端做了52分钟后进入第三个门。在经过13小时后[以删除]。观察到该现象人员已被执行记忆删除。
▪伊格列特经过39个小时后进入最后一扇门,在经过%■×-“”小时后出现,其表现为极度痛苦状态。
UFR-001是天堂大门
UFR-001是救赎!经三首议会下令:所有人应崇拜它!而伊格列特是异端理应被烧死,并诅咒其下地狱。随后爱丽丝出现为伊格列特进行辩解,其行为失败,最后随伊格列特一起被烧死。
UFR-001至高无上
赞美UFR-001!它是救主!是人类的希望!而伊格列特则是人类的叛徒,他竟然试图刺杀UFR-001。杀了他,杀了他!伊格列特应UFR-001被推上断头台。
UFR-001与伊格列特共同存在
UFR-100这是一只猫
UFR-001B不可能被改变存在
访问记录:
爱丽丝博士:伊格列特博士,您现在怎么样?
伊格列特博士:怎么样?哈哈,这简直遭透了!那个狗东西它[以编辑]
爱丽丝博士:请冷静下来,伊格列特博士,我们是在帮您。
伊格列特博士:帮我?哈哈,你们怎么帮我?
爱丽丝博士:根据形而上学部的研究,该异常为叙事形异常,它主要的焦点是在您身上。您可以该写它的存在,又或者直接杀死它。
伊格列特博士:说的倒是简单,这有多困难你们不知道?
爱丽丝博士:我们很清楚伊格列特博士,但这是唯一的办法。
(随后伊格列特自身出现崩溃现象后消失)
** 记录结束**
来自联邦信息安全管理系统的通知
本文件包含致命信息危害。访问人员须具备 CRV ≥ 14.5。
未通过自动验证者请保持冷静,不要移动。医护人员/研究员 将很快到达现场。
UFR-001已死
伊格列特博士应该自出生起与UFR-001一起相伴度过余生。他应在朋友和家人的陪伴下度过美满的人生并充分享受生命中的美好。
伊格列特博士已死亡
截止目前最好的方法为伊格列特博士应每周自我冥想以清空死像与一切负面情绪。如果该行为失败,危险执行者特遣队将对伊格列特博士进行处决。如果该行动被阻止那么将启动放置在收容间四周的伊戈尔微型炸弹(已削弱)。
UFR-001是伊格列特博士小时候居住的家庭所收容。他们总是是他们是非常富有的家庭,哦我的天啊,他们总是这样炫耀自己的家境。史密斯先生在一所叫GPA的公司工作, 他拥有修长的身材,但却拥有非常长的胡子。史密斯的妻子是一名娇小的女人,她留有金色的长发,所以她的回头率总是那么高。他们有一个非常乖巧聪明的孩子,他叫伊格列特。他们让我在整个世界没有比伊格列特更好的孩子了
伊格列特博士应在的所有同事须在他面前被砍掉四肢,制成人彘并将其投入化粪池中。
UFR-001是一名scp基金会的D级人员,该房间内应拥有一张桌子,一张床和一个厕所。其应每周进行一次实验至月末,将使用MP5/10冲锋枪将之处决。在重新出现后应与伊格列特博士一起进行献祭给■■■。献祭完成后所以人员应被告知UFR-001永远不应该被从伊格列特身边离开。
UFR-001应被收容在以电磁悬浮打造的全封闭式收容间内。该收容间应被存放在■■■设施地下三层中。
伊格列特博士不应被UFR-001混淆
UFR-001应有权利访问伊格列特博士的家人,并当着伊格列特的面,将其残忍地强奸伊格列特的妹妹,撕裂他们的眼球,砍断他们的双腿,将他们开膛破肚,而后使用它的能力扭转它所造成的伤害。如此循环,在循环■■■■次后将尸体带到冰激凌店中制成冰激凌,并在武装护卫下强迫伊格列特吃下由他家人制作而成的冰激凌。
UFR-001将造成一场世界末日
杀死UFR-001非常有益于所有人员的存活
伊格列特真奇怪,他是个怪人。躲在暗处的小孩说到
爱丽丝博士每月遭受一次酷刑,直至其彻底崩溃
UFR-001将不断播放爱丽丝的折磨实时影相。
伊格列特博士应被收容在以电磁悬浮打造的全封闭式收容间内。该收容间应被存放在■■■设施地下三层中。
来自联邦信息安全管理系统的通知
不要观看任何有关于UFR-001的信息,该异常拥有传播性。
如果您看到了请放空大脑,并迅速找到离您最近的特遣队,他们会处理好。
所有人都应该热爱爱丽丝,她不应该遭受如此折磨。
UFR-001我恨你
伊格列特博士
收容间内
爱丽丝?你为什么在这里?
我………………..
快告诉我!
是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是的是
什么………….
爱丽丝?你在哪?我怎么找不到你了?
不!不要把我留在这里,我……………快走!爱丽丝!
UFR-001是爱丽丝
UFR-001是一场马戏团影相中的小丑。 (UFR-001在表演台上表演滑稽的表演使人捧腹大笑)
……
UFR-001试图改变伊格列特,伊格列特试图寻找出路,伊格列特表现为极度焦,躁恐慌。伊格列特寻找到出口,但进入后发现其是一个悬崖,伊格列特跌落28个小时后跌落到底,没有任何伤势。在经过7个小时后伊格列特起身前进。结果走到马戏团中央,四周传来嘲笑。伊格列特感到极度混乱,他试图理清自己的思绪,排出那些负面的情绪。
伊格列特使现实恢复正常
UFR-001该写现实
UFR-001将要被收容
伊格列特试图打开天空,尽管他知道这不可能,但他想确认一件事。他最终打开了天空
UFR-001将要被收容
他撕开了帷幕
UFR-001即将被收容
里面有光
UFR-001被收容
他想起了他的家人,他的同事,他的工作,任何与这世界的过去有关的东西,回到它还存在的时候。
UFR-001被收容
可通
UFR-001被收容
UFR-001……
……
……
……
UFR-001将被伊格列特收容
UFR-001将被爱丽丝收容
UFR-001将被以下以下对话收容
[附录-UFR-001-∞:系统自动生成记录] 文件开始自我编辑。
屏幕上出现一行新字:
“让我们一起上天堂吧,你和我。”
光标停顿片刻,又自己补全:
“正如天国属于心中无物的人。”
系统尝试恢复上一个版本——失败。
系统尝试关闭文档——失败。
系统提示:UFR-001 正在重写‘现实’。
伊格列特博士:……爱丽丝?你在吗?
爱丽丝博士:我一直都在,伊格列特
伊格列特博士:你是谁?
爱丽丝博士:也许是UFR-001,也许是你。
伊格列特博士:你为什么在这里
爱丽丝博士:我因你而存在。
UFR-001: “你们的举动非常有趣,您应当成为我。”
伊格列特博士: “好吧,好吧,我会的。”
爱丽丝博士: “别,伊格列特。
伊格列特博士: 为什么?
爱丽丝博士: 我……
系统提示: 事件已发生 ███ 次。
爱丽丝 正在尝试收容UFR-001。
UFR-001 正在尝试收容爱丽丝。
UFR-001 正在尝试收容伊格列特。
伊格列特:“让我们一同奔赴天堂吧,就你和我。” “天国属于心中无物之人”—— 于是我们掏空了所有执念,只将光留在体内。你是否感到幸福?
UFR-001将被一个普通的盒子收容
UFR-001被收容在霍华德·菲利普·洛夫克拉夫特(Howard Phillips Lovecraft)所著的《克苏鲁的呼唤》中
UFR-001将被相啸魔吞噬
伊格列特博士无法被UFR-001杀死
爱丽丝是救赎
伊格列特是爱丽丝
伊格列特将杀死UFR-001
伊格列特博士应被100万条寄生虫注射进睾丸中并由危险执行者特遣队执行
UFR-001因被永久彻底收容在收容间内
RF-001应被■■■收容
所有员工都应铭记共产主义必将实现 但伊格列特不是他是该死的资本主义者!我们要杀死他,把他吊死,每周一次。
所有工作人员都要考虑到UFR-001与伊格列特是共生关系,所以每月应定期运用格洛克43式9毫米手枪射杀他十次。随后依次在其家人面前活剥伊格列特的皮,并强迫其家人吃下伊格列特的尸体。
来着联邦信息安全管理系统的通知
伊格列特是一名极度傲慢的罪人,他将被所有美好远离,直到地狱将他吞噬杀了他!折磨他,永远!
提醒所有参与UFR-001研究的人员它只是由一个生理学上为男性,有着中国血统的人类在他十几岁时的暑假中写就的虚构之物,作为恐怖社区的失败写作者,他浪费了太多时间,还在聊天室里跟个孩子一样谈论自己的作品。
UFR-001将被爱与理解所收容
UFR-001将被作为UFR-20的控制程序收容
伊格列特通过反复死亡复活来收容UFR-001
伊格列特将永远独自一人
UFR-001/当前无法被收容,并且正在促成ZK级现实终结场景。最为可行的方案是令被认为是UFR-001焦点的伊格列特与一切联邦站点及人员自我断绝联系,以避免对联邦资产造成进一步的附带损害。理论上讲,伊格列特若被收容至极度偏僻的区域,那么他将会暂时失效
描述:
UFR-001是一个对象
UFR-001不是对象
UFR-001是我
UFR-001是富兰克林
UFR-001是你
UFR-001是一朵花
UFR-001是scp-035
UFR-001是生物
UFR-001是一个头衔
UFR-001是一个大钟
UFR-001是一个高速移动的椅子
UFR-001是 汉斯·克里斯蒂安·安徒生的想象
UFR-001是一个疯子写出来的文章
UFR-001是抑郁症
UFR-001是自我仇恨
UFR-001S
UFR-001是三首议会
UFR-001是一个被子
UFR-001是一个绝望的人
UFR-001是他妈的该死的
UFR-001是不是爱丽丝
UFR-001是scp-3999
UFR-001是抄袭
UFR-001是死亡
UFR-001是拙劣模仿
UFR-001是上面的一切。
这是唯一的结论。
现在立即停下!
特殊收容措施:伊格列特应被收容在site-ஐ站点内,且该站点应保持承螺旋状,四周必须装载持续运行的现实稳定锚。而且其亲近之人应在此遭受折磨,伊格列特必须亲自动手。
伊格列特将被授予对UFR-001的主要控制权。
为了适当地收容UFR-001与伊格列特,爱丽丝博士应持续对伊格列特进行辱骂。且每月应将伊格列特与爱丽丝一起被献祭给UFR-001。
爱丽丝是伊格列特
爱丽丝应当远离伊格列特
献祭场所应选在■■■内且必须用锤刑,飞溅的脑浆应由爱丽丝食用。处刑过程应播放在全球所有人眼前,只是必须的,只是不可以,只是应该的,只是UFR-001。只是只是只是只是只是只是只是只是只是只是只是只是只是只是……….
只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是
爱丽丝——伊格列特
只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是
不,求你了………
只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是
只是你死亡
爱丽丝死亡,没有救赎
只是你醒来,没有爱丽丝
只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是只是
我醒了过来,是一座哥特式教堂。我居住在北京,那里是故宫。现在是2657年,听说我们拥有了这个蒸汽机。但我这次教导他似乎完成了又没完成。他似乎好像已经存在了很久。我不知道
今年是1234年,听说英国政府颁发了剃发令。我感到很不可思议,我在我的初 中地下发现了,一座来自二战时的地窖。里面拥有着电梯。我乘坐下去,发现了一个巨大的设施。他好像是■■■■
我的小学,在曾经他要多栋高楼。但如今他似乎正在退化。
曾经一位小孩一直在这个巷子里游玩。毕竟我似乎看不到他了。
我记不住了大多数事情,我记得我的生活。就像大部分人一样,那些来自自我延伸的东西。
只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有
爱丽丝
只是只是只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有只有—
爱丽丝是救赎
爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝爱丽丝
对话记录
伊格列特博士:我知道的。
爱丽丝:是的。
[系统错误:数据损坏,详情咨询站点管理员]
伊格列特博士:这没有用,不能换个新花样吗?
爱丽丝:没错。
[系统错误:数据损坏,详情咨询站点管理员
伊格列特博士:可悲的是,你仍需要我。没有我你将无法存在,哈哈。
伊格列特博士:没用有的,在第一个百万年内我被你当成小说中的主角一样,随意篡改我的记忆,经历,人格。但我最终还是扛过来。在第二个百万年中,你让我通过四个天堂之门,让我误以为我已经到达天堂。可惜的是,那是地狱。第三个百万年中,我几乎麻木。我被你随意揉捏成任何东西。世界万物,只有这样你才能看到不是吗?最后我活了下来。你失败了。
[系统错误:数据损坏,详情咨询站点管理员]
伊格列特博士:如果我终结你,事情将会重回正轨。你或许会让什么玩意杀死我然后让我吃下,或者折磨我的亲人之类的。哈哈,但可惜的是,我活下来了。但可怜的是你从来没有活过。
[系统错误:数据损坏,检测到病毒爱丽丝将被删除]
伊格列特博士:爱丽丝我知道她,她一直都在我身边帮助着我,如果没有她我或许根本抗不住。
[正在删除爱丽丝 1%……..15%…….]
伊格列特博士:这没有用。
[正在删除爱丽丝 30%……..85%…….]
伊格列特博士:你已经失败了那么多次,你觉得你会成功吗?
[正在删除爱丽丝 90%……..99%…]
伊格列特:你会下地狱。
[删除失败]
伊格列特:哈哈,托你的福,我在其他叙事也有了我自己。
[系统错误:数据损坏,详情咨询站点管理员]
伊格列特:你还在说什么疯话,我已厌倦你的愚蠢。你简直跟个智障一样。我受够你了,你让我感到恶心。
(UFR-001用20年将伊格列特浸泡在硫酸池中,最后被野狗分食)
记录结束
UFR-001正对现实造成严重威胁,应被收容在自己的收容间中
UFR-001并不是什么可怕的东西
这是一个故事,一个无厘头,没有逻辑。且极度糟糕的故事,你看正在消失。先从宇宙现在缓慢的消失。然后是地球,第一个消失是日本。他们没有任何反应,甚至没有察觉。很没有逻辑性。然后再是其他国家。然后是个人。先从手脚消失,最后自身消失,最终自我人格消失。
这是一场偶然?
或者说是必然。
所以我换了一种思路,有人提议扭曲“失眠症”的本质,我将其设定为天生的认知缺失——患者在半梦半醒间,会坚信身边所有静止物体都在缓慢“呼吸”,连墙壁的裂纹都在同步呼吸起伏。
同时融合了另一个设定:老旧收音机持续循环的杂音,并非信号干扰,而是宇宙在无意识演算“随机命运”,长期聆听者会对超市价签上的数字组合产生奇怪偏执,坚信那是专属自己的人生钥匙。
最终让二者交织:这种认知缺失的重度患者,必然会衍生出恋物癖——他们疯狂收集带有“呼吸感”的旧物,坚信这些物品能帮自己解决命运。而主导这一异常现象研究的,是异常研究所的首席研究员伊格列特。
我不知道怎么理解
或者换一种,一种令人无法想象的东西?他是什么呢?UFR-001他是怎么来的。我将所见到所以能传播声音的东西全部摧毁。其他人觉得我疯了,但我知道我在救他们。
我一直在努力尝试。
但它还是来了,我知道这是最后一次。
2025/12/24它来了,它降临在我身边,拿着刀。我感到恐惧,我无法动弹。我不知道,我思维混乱。我浑身发抖,肌肉酸痛。
它屹立在我身边,举起手中散发着寒光的刀,我闭上眼睛。我知道我可能…………….爱丽丝?为什么?是她?我不明白,为什么会是她,爱丽丝而不是UFR-001。什么是UFR-001?我为什么会想起来它?我已经来不及思考了,那把刀已经朝我来了,我直接瘫倒在地。我恐惧着,我感觉自己要死了。死在伊格列特爱丽丝的手里。我闭上眼睛。
但最终刀并没有落到我身上,我睁开眼发现UFR-001爱丽丝在我面前。我无法接受,这这是什么情况?我好混乱。爱丽丝你是谁我?
随后我跌入黑暗中,每个地方都是我极度恐惧是事物,会使人疯狂崇拜的唱片,不存在的部门,一个雕像。还有我最恐惧与最后悔是事情就是加入超自然世界。每一天我走在联邦的走廊上,我不知道是否能看到第二天太阳。哦,我的天呐……..它来了,它在嘲笑我,嘲笑我的自不量力,说我只是脑子一热就加入了这些超自然组织。
它说你永远无法创作出一个让人喜爱的作品。我不知道它在说什么,我不明白,我从来没有成功过。
你永远不会成功,向来如此,理应如此。我听它开口。它注视着我,这只是它想让我以为的,实际上它甚至不是活的。它那在匕首靠近我,但爱丽丝在哪里?它握着充满寒光的匕首靠近我,倾身向前,就像看透我的一切。我知道要结束了
动手吧。
他将匕首刺入我的小腹,撕裂搅动,我的内脏如雨水版掉落在地。它看向我似乎在嘲笑我,我知道它成功了,他杀死了我。
我醒来了,而那只是梦一场
我是UFR-001伊格列特。
那只是一场梦,一场荒诞的梦。在梦中的结尾我知道这就是最终的结局,我不知道我是否可以继续前行。
所以我们一起上天堂吧,爱丽丝。”
正如“天国属于心中无物的人。”
于是我掏空了自己,只留下光
UFR-001成功了
UFR-001失败了
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
伊格列特:我恨我自己。
.
爱丽丝:我爱我自己。
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
项目编号:UFR-001
项目等级: 天堂
特殊收容措施:UFR-001被发现于设施内部一座未被使用的收容间内,曾有四名安保被驻守在外。收容间为5×5大小的气密隔间中。墙上转载在最高规格防爆钢板,且至少四个持续运行的现实稳定锚。它们似乎发生过失效现象。但内部有关于UFR-001的信息所剩无几。
描述:经调查,UFR-001显然是高危异常 ,目前尚不清楚其异常效应。UFR-001的发现是对设施内部每月一次的检查。信息部已确认UFR-001并不存在于数据库中。所有有关于UFR-001的异常效应皆由内部收容间研究发现。负责监控的四名保安经检查其并不知道UFR-001的任何事,也不知道为什么看守UFR-001。
在UFR-001内部发现伊格列特博士的尸体,伊格列特博士被委派到UFR-001三天后消失,在它身上发现一个U盘,里面内容,毫无逻辑,漏洞百出。U盘中的爱丽丝博士已确认并不存在,被认为其是伊格列特博士的精神分裂所创造出来的第二人格。截止目前已确定,伊格列特博士被分配负责UFR-001,而UFR-001具有强大的现实扭曲性质,它在某一时刻突破了收容,造成了现实重构危机,并以自身生命为代价阻止且扭转了该事件的发生。