:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
:root { --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15)); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 56.25rem) { #content-wrap { display: flex; position: initial; flex-direction: row; flex-grow: 2; width: calc(100vw - (100vw - 100%)); max-width: inherit; height: auto; min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem)); margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2); } #main-content { position: initial; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); max-height: 100%; margin: 0 auto; padding: 2rem 1rem; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } #side-bar { position: -webkit-sticky; position: sticky; top: 0; left: 0; grid-area: side-bar; width: var(--sidebar-width-on-desktop, 13.6rem) !important; min-width: var(--sidebar-width-on-desktop, 13.6rem) !important; max-height: 100vh; padding-right: 2.5rem; padding-left: 0.5rem; overflow-y: scroll; transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear; border: none; border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem); direction: rtl; scrollbar-width: thin; -ms-scroll-chaining: none; overscroll-behavior: contain; scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-tertiary-color), 0.05); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { width: 0.5rem; border-right-width: calc(100vw + 100vh); border-right-style: inset; border-color: inherit; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); } #side-bar:is(:hover, :active, :focus-within) { margin-right: 2.25rem; padding-right: 0.25rem; overflow-x: hidden; overflow-y: auto; border-color: rgba(var(--swatch-primary-darker), 1); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1); translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)); scrollbar-color: rgba(170, 170, 170, 1) /* Thumb */ rgba(252, 252, 252, 1); /* Track */ scrollbar-color: rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */ rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */ } #main-content::after { content: " "; display: flex; position: fixed; top: 0; left: 1rem; align-items: center; justify-content: center; width: 1rem; height: 100%; max-height: 100%; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg"); background-attachment: fixed; background-repeat: no-repeat; background-position: center left 1rem; background-size: 1rem 12.875rem; pointer-events: none; } #side-bar:is(:hover, :active, :focus-within) + #main-content::after { left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); width: 0rem; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0; background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); font-size: 0em; } #main-content::before { content: " "; position: absolute; z-index: 9; top: var(--final-header-height-on-desktop, 0); left: 0; width: var(--sidebar-width-on-desktop, 14.5rem); height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem); margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem); transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0.5; background-color: rgb(var(--swatch-alternate-color, 0, 0, 0)); pointer-events: none; translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem); } #side-bar:is(:hover, :active, :focus-within) + #main-content::before { translate: 0; opacity: 0; } #side-bar .side-block { margin-top: 1em; padding-left: 0.25em; border-right-width: 0rem; border-left-width: 0rem; border-radius: 0; background-color: rgb(0, 0, 0, 0); direction: ltr; } #side-bar .scpnet-interwiki-wrapper { direction: ltr; } /* Print Friendly Formatting by Estrella */ body.print-body { --sidebar-width-on-desktop: 0; } body.print-body #main-content::before, body.print-body #main-content::after { display: none; } }
:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }

目前存储有SCP-MC-163的USB盘
特殊收容措施:目前唯一已知的SCP-MC-163副本被存放于Site-15的一间安全储藏收容间内。每天须有一名认知阻抗系数(CRV)不低于12的人员对SCP-MC-163进行内容测试,同时由一名心理医生在不直接目击屏幕的情况下进行监视。除此以外严禁任何将SCP-MC-163(或其拷贝)带离收容间的行为。如内容测试出现与以往不同的异常状况,操作者须立即上报并记录,由基金会网络爬虫在全世界范围内搜索15天内有关儿童失踪的新闻。在锁定目标后,外勤特工将搜索、回收另外的SCP-MC-163副本,交由收容专家进行评估,并对与失踪儿童有关的人员进行采访。
描述:SCP-MC-163是一份游戏Minecraft的异常地图存档,名为“Labyrinth”。SCP-MC-163可在1.6.4以上任意版本的Minecraft中导入。当玩家将SCP-MC-163导入游戏并启动后,其异常效应即开始显现。对于15岁以下1的儿童,SCP-MC-163的异常效应表现为严重的成瘾性以及玩家性格的剧变。随时间延长,玩家会表现出偏头痛、神经衰弱及妄想性障碍的症状。约15天后,受影响儿童将失踪,现已寻回的儿童均以不同方式被害,凶手尚不明确。
对于15岁以上的玩家而言,游玩SCP-MC-163将导致认知危害影响,且程度随累计时长加长而增大。已发现的效应详见附录。
此外,可以确定SCP-MC-163具有本质促动性质,具体信息可从附录中获取。
附录MC-163-1:已发现的SCP-MC-163对于15岁以上玩家的影响
- 幻听:玩家可在日常生活中听见急促的脚步声和儿童人声,包括啜泣、尖叫、哭喊和难以辨识的哀求。此外亦有钝器击打、血肉撕裂、斩骨和拖行的声音,但频率较低。当玩家周遭环境较安静时,幻听的内容会更加清晰。
- 幻视:玩家会在Minecraft中看见事实上不存在的暗红色字符和手印。通常字符在玩家视觉中持续时间较短。持续游玩5天2后玩家会在现实生活中产生视幻觉,表现为扭曲、模糊的人影。这些人影大多出现于距受影响者较远的位置、隐蔽的位置(如半掩的门后、墙边)和镜像中。人影的面部特征难以辨认,且常常于夜晚出现并快速消失。
- 幻嗅:玩家会在现实生活中闻到血腥味及血肉腐烂和烧焦的气味。
- 持续的不安感:受影响者表示在游玩Minecraft时(不管存档是否为SCP-MC-163)始终感觉被注视。此外玩家还表现出对独处、密闭、黑暗的非理性恐惧。
- 头痛。
- 反胃感。
以上影响在玩家停止游玩SCP-MC-163一定时间后即自行消失,具体时间与玩家CRV有关。
附录MC-163-2:已确认的与SCP-MC-163相关的失踪儿童
失踪儿童名称 | 年龄 | 失踪日期 | 是否寻回 | 寻回时状态 |
---|---|---|---|---|
赵██ | 8岁 | 2013年11月14日 | 是 | [已编辑] |
Kalis Walsh | 11岁 | 2014年3月27日 | 是 | 尸体被沉入其住处2km外的一条河流,严重肿胀,双眼被挖去 |
Timmy Robinson | 7岁 | 2014年4月5日 | 否 | |
安俊基 | 13岁 | 2014年4月11日 | 是 | 被剥皮,整张表皮连同头颅被倒挂于其学校的废弃地下室中,其余部分不知所踪 |
Rick Chapman | 12岁 | 2014年4月13日 | 否 | |
Freja Linnaeus | 5岁 | 2014年7月12日 | 否 | |
铃木赤子 | 9岁 | 2014年9月16日 | 是 | 于住处3.3km外一处废弃谷仓中发现,尸体被肢解,躯干用小肠悬挂于天花板,其余部分失踪 |
Jacob James | 11岁 | 2015年7月7日 | 是 | 位于其学校附近最近的一所教堂内,头颅连同脊椎被固定在一个巨大的十字架装饰上,十字架上下颠倒,周围用血液画满意味不明的辐射状符号,其余部分失踪 |
宋铭石 | 8岁 | 2015年8月17日 | 否 | |
Müller Leiche | 15岁 | 2015年12月30日 | 是 | 尸体被绑在住所附近丛林的一棵树上,在被开膛,除去内脏并填入大量土壤后缝合,口部严重开裂,声带被暴力移除,同时额头处有人类啃食痕迹 |
Mongkhon Gilana | 6岁 | 2017年4月15日 | 否 | |
Abbie King | 15岁 | 2021年8月10日 | 否 |
附录MC-163-3:研究员Steve William对于SCP-MC-163的研究日志(第一部分)
首席研究员Steve William在去世前曾任SCP-MC-163的直接测试员。由于视频画面的认知危害影响,从测试中获取的SCP-MC-163相关信息以研究员Steve所撰的研究日志的形式呈现。CRV不低于12的人员可在此查看。
好吧,我就不多说什么废话了,直接切入正题吧。刚开始的时候很正常,就是一张低技术力的普通恐怖地图,开着冒险模式而且关了作弊。地图的结构大概是个迷宫,所有的建筑方块都是橡木木板,插着火把,门也是木门,很单调。整张图很暗,即使我把游戏设置里的亮度调到最大。墙上不少地方画上了血色的符号,有箭头,还有各种血手印啊什么的。另外我在玩游戏的时候还能从耳机里听到一些怪异的声音,很模糊,感觉像是……呻吟声,小孩的。不过这都没什么,对吧?对于地图制作者来说要实现这些效果只是小儿科。
值得一提的是我在玩的时候时不时会有一些模糊的黑色影子出现。呃,地图里有一些奇怪的结构,四根火把围绕着一个Steve(不是我,是恰好和我重名的可操纵角色)的玩家头颅。那些黑色影子就在那……像是被固定在那。影子不是方块做的,而是现实中儿童的轮廓。当我远离它们时,它们就坐在那,垂着头,一动不动,好像睡着了,但当它们发现(?)我靠近时,它们中的大部分就会起身狂乱地挣扎、扭曲,但它们无法离开头颅的位置。有时它们会朝我扑过来,不过那也是徒劳。我得承认第一次我被吓了一跳,因为似乎离它们越近,儿童呻吟、哭喊的声音就越响。
有一个地方很古怪,木门前杂乱地摆放了一些木板,把门堵死了。我在冒险模式下,所以破坏不了方块,自然也就开不了门。我又花了点时间把地图剩余部分探索了一遍,直到认知危害开始影响我。心里有点发毛,感觉有人在背后偷偷地看,但转头时那什么都没有。总之今天的研究就告一段落。现在看来那个被堵死的门是整张图最与众不同的地方了。明天再接着看看吧。
附录MC-163-4:对赵██亲属的采访(第一部分)
赵██,中国江西省的一名8岁男性儿童,是目前确认的第一个因SCP-MC-163效应受害的儿童。在将疑似具有关联的数起儿童失踪案联系分析后,基金会锁定了SCP-MC-163。为帮助更好地理解SCP-MC-163的异常效应,基金会对赵██的亲属展开了一系列相关采访。
受访者:刘丽霞,赵██的母亲,平民
采访者:李杰,基金会外勤响应员
时间:2014年10月27日
<记录开始>
李:刘女士,尽管距离您孩子的失踪已经过去将近一年的时间,但我们一直没有放弃寻找。毕竟您看,无论生死,总得对赵██的下落给一个交代。所以我今天再次来进行调查采访,希望您能够配合,也希望我们能寻获更多相关的信息。
刘:哦,感谢……(抽泣)感谢你们对这个案子还能这么看重。一个大活人就这么不明不白地消失了……连这里的警察都摸不着头脑。小█是咱家的独苗,就算他不在人世了也拜托你们给我们一个解释(抽泣)。
李:我们会尽力的。那么,您是否可以告诉我们,赵██在失踪前,有过哪些不寻常的表现?
刘:哦……对的,很多人都问过。小█他……失踪前的那段时间……变得很怪。
李:很怪?您是说……性格方面吗?
刘:对……他以前不这样的,他以前是……很开朗的一个小孩,学校里发生什么事都要兴冲冲地跟我们将一番的。但突然有一天……他好像变了个人似的,整天拉着脸,话也不跟我们说一句,有时候他爸会听见他在房间里自言自语,也不知道在说些什么。
李:嗯……他有没有表现出……对游戏的痴迷?
刘:哦,对!有!他就整天盯着那个“我的世界”玩。他一碰上就好像着了魔一样,拼命地玩。一开始只是放学后把自己关在房间里玩,作业也不做了,到后来连学也不肯上,把自己锁在房间里。我俩怎么骂都没用。
李:“一碰上”……他以前没玩过?
刘:没有啊!不知道他从哪里知道的这个游戏,估计是他同学给他的。我看他变成那样就是因为这个游戏。这游戏到底有什么好玩的啊,我就搞不懂,就看他在一个迷宫里转,暗得快要看不见了,看了一会我就头痛。
李:好的,我知道了。我可不可以把那个游戏拷一份回去研究一下?
刘:啊当然可以。但这东西我也不太会弄,你自己看可以吗?
李:嗯。还有一件事,赵██的父亲……恕我冒犯,我听说他自杀了?
刘:对的呀,他受不了那个打击,小█失踪两天后就走了……(抽泣)搞得我现在孤家寡人的一个……
李:很抱歉提起这些往事……他既然是自杀,有没有遗书什么的?
刘:遗书?他就留了一句话,潦潦草草地涂在墙上,说他,什么不能被饶恕……他太自责了……
李:……好的,我知道了。那么这次采访就到这里吧。我们以后应该还会再来的。请您放心,一有新的发现我们会立刻通知您。
刘:哎,好好,谢谢谢谢……
<记录结束>
附录MC-163-5:研究员Steve William对于SCP-MC-163的研究日志(第二部分)
感觉好些了,哦不,其实也没有好太多。这些天来一直感觉不太对,心神一直定不下来。每当我一人独处的时候,每当周围环境安静下来的时候,我就感觉有人在隐蔽处窥视,但每次一转头的时候又总是什么都没有。我现在对独处一事有点怵。我还间或能闻到血腥味,还有什么尸体腐烂的味道,这搞得我吃不下饭。
不管怎么样我还是得接着搞这个项目。我昨天又进了一遍图,还是暗得一批的迷宫,诡异的扭曲黑影整得我神经衰弱,我数了一下,和我的猜想一致:黑影的数目和目前已确认的相关失踪儿童的数目是吻合的。还有那些血红色的印记……但是……说起来很怪,我玩的时候就感觉不太对劲,那些印记好像换了位置。我后来去查了一下第一次玩的录像,但是……录像里没有那些血色印记了。根本没有。
我不知道为什么。
然而有一处印记很特别,它既不是箭头也不是手印,但屏幕太暗,再加它本身就模糊,所以我看不清究竟是什么。另外,虽然它在录像中一样也看不见,但它在我游玩时并未改变位置,都在那扇被堵死的门附近。这是我昨天才发现的。
除此之外还有一处发现,尽管位置改变,但箭头和手印似乎都在暗示着我向那扇堵死的门前进。那扇门后绝对藏了什么秘密,如果这张鬼地图有一个游戏结束的终点的话,那绝对就是那扇门了。
我联络了几个专长于网络的研究人员,让他们看看能不能通过修改代码的方式强行改成创造模式或是开启作弊,结果全都失败了。敲代码敲得明明白白,登入游戏却还是老样子,再退出来看,之前改过的代码全都自发变回原来的内容了。我自己也尝试了一下,结果是毫无悬念地失败了。不过我有了一些意料之外的发现:一串密码,和游戏的运行没有关联。这看起来像是某种加密后的信息。我把它拷贝下来提交给基金会的破译学专家去对付,希望能获得一些有用的信息。
收获不算很大,但是代价在与日俱增。认知危害的程度又加剧了。那些该死的黑影……它们每向我扑来一次,我神经上的负担就要加重一分,直到哪一天把我压垮。我出现幻觉了。有时候我可以在现实生活里听见游戏里的哭喊声……它们在乞求……还有一些切割声……我不想多想。有时夜深人静,我躺在床上半梦半醒时,这些声音更加清晰,好像梦里传出的一样。当我试着睁大眼睛环顾四周时……这次不是一无所有了,有歪歪扭扭的黑色人影,站在门口或窗外,向我张望,然后转瞬即逝,只留下被惊醒的我坐在床上,冷汗淋漓。
附录MC-163-6:对赵██亲属的采访(第二部分)及其后发生的意外事件
受访者:刘丽霞,赵██的母亲,平民
采访者:李杰,基金会外勤响应员
时间:2014年11月3日
<记录开始>
李:我们的搜寻工作还在进行中。为了帮助搜寻工作更有针对性,提高我们的效率,我们需要您提供一些有关赵██失踪事件的更详细的信息,望您配合。
刘:好,好,你们想问什么?
李:首先,您能描述一下发现赵██失踪时的情景和细节吗?如果您还记得的话3。
刘:我……我记得在失踪前的那天晚上,小█还是把自己锁在房间里。你知道的,自从他迷上那个游戏就一直把自己锁在房间里,他很厌烦我们进进出出,只有在上厕所时才出来一趟,饭都要我们敲门递进去。那天晚上还是老样子,他一个人在里面,我们也不好进去。我心里很烦,把耳朵贴在门上听,他还是在自言自语,好像着了魔一样。第二天早上他还是没吃早饭,但是中午我们敲门还是没人应,晚上也这样。最后我和他爸忍无可忍了,把门撞开,但他人不见了。
李:房间里的陈设是否遭到什么破坏?
刘:没有,电脑开着,游戏关掉了。其他屋里的东西原来什么样还是什么样。窗子也是好好地关着,门却是锁上的,我真的搞不懂小█他人是怎么没的。
李:……奇怪……4那请问您在赵██失踪的时间节点前后是否观察到反常的情况。
刘:没有啊……等等……诶?我好像有点记起来了……
刘:那天半夜……我记得我睡得不深。我迷迷糊糊听到隔壁小█的房间里传出点说话声,但那声音不是他的……还有个什么调子。
李:什么调子?
刘:我也不知道,当时听不清楚,只感觉是首歌的调子。哦还有,我刚刚跟你说过小█他晚上自言自语,那天晚上的声音这么一说我突然发现了和平常不一样,语调没变,但更低了。不知道为什么我现在才想起来,要是之前警察来问的时候我能早点想起来说不定小█就找到了……
李:好的……这倒很值得注意。还有一点,刘女士,赵██失踪前的一段时间是否有留下什么信息?他有没有记日记之类的习惯?
刘:小█他没有,不过他爸倒是有,但他走了以后那本日记就没找到过,警察也搜不到。
李:嗯……好的。谢谢您的配合,刘女士,如果有了最新状况我们会通知您的。以后我们遇到问题可能还需要对您进行采访。
刘:哎,好,没问题。要是能把小█给找回来,我知道的都能告诉你们。拜托你们了。
<记录结束>
后记:由于研究中所发现的相对于其他失踪儿童的特殊性,赵██被单独列为重点研究对象,推测其与SCP-MC-163有着某种特别联系。
2014年11月4日,即第二次采访后的一天,刘丽霞所在居所突发火灾,她在火灾中丧生,这导致对赵██的研究工作出现严重障碍。经调查,刘的居所并无火灾相关的安全隐患,她与附近居民也均无主动纵火的合理动机。火灾发生的原因尚不明确。
附录MC-163-7:研究员Steve William对于SCP-MC-163的研究日志(第三部分)
很古怪……我尝试了我能尝试的所有途径去调取有关赵██的资料,但却一无所获。报告说他所在的学校丢失了他的档案,他的班主任前天因车祸身亡;当地的公安局缺少他的信息;基金会在那里的公民档案库唯独缺失了他的备份。再结合那起火灾……我不得不怀疑某些东西有问题……
好像有人在阻止我进一步了解赵██。
但为什么呢?是谁要这么做?
我得说,赵██是一个很特殊的失踪者,他身上的疑点有点多。除了之前记录的,我想我还发现了一个新的特殊之处。我开始遭遇一些此前从未被记录过的异常效应。夜晚,当我入睡时,陌生摇篮曲的曲调在我耳畔响起,遥远而模糊,难以仔细辨识。当我打开电视、收音机、车载广播,我能听见……流水声,哗啦啦的,掺杂在节目的声响中。我问过其他参与MC-163项目的同事,可没人遭遇过这种情况,好像这是我专属的认知危害。似乎从我开始调查赵██的那一刻起,我就被标记了。
我在做梦,我在反复地做梦。
我梦见Minecraft中的场景,那张地图,SCP-MC-163,那扇被堵死的门。
我梦见自己一次次地穿越弯弯绕绕的木制迷宫,耳畔充斥着幽幽的孩子哭泣声。迷宫的路径复杂而幽暗,但不知为何我却自然地识得方向,有东西在冥冥中引导我走向那扇堵死的门。我走到那扇门前,将耳朵贴近,流水声无比清晰。
那扇门后真的有什么东西,我敢用我的理智作担保。有东西在阻止我穿越它,但还有东西在引导我穿越它。我现在十分确信,门的背后隐藏了所有真相。
哦对了,当我在梦中的方块迷宫中穿行时,那些孩子的黑影安定得诡异,它们只是在原地静静地望着我,没有挣扎和躁动,完全没有。
我又登入了Minecraft的那张图,盯着门旁那个模糊的血标记看了多少个小时连我自己都记不得了。我感觉眼睛快瞎了,但我最后看出来了。
“HELP”。
它们在向我求救。
我的头好痛。
附录MC-163-8:研究员Steve William对于SCP-MC-163的研究日志(第四部分)
2014年11月11日,由于研究员Steve William在相关认知能力评估和心理健康评估中结果不佳,他被要求停止SCP-MC-163的研究工作并休假。2014年11月18日,研究员Steve William失踪。相关监控录像及调查线索表明他在休假期间以未知途径违规获取了SCP-MC-163副本并继续研究,并在18日以未知途径突破安保离开Site-15前往[已编辑]。第四部分的研究日志被发现于他的笔记本电脑中。
该死的,他们把我从MC-163号项目上调开,但认知危害的作用没有丝毫减弱。一整晚我都开着电视,电视里在放什么内容我没关注,后来甚至只是无节目的雪花,但那流水声从未停歇,从高处汩汩不断地流下,溅落在更深的水中。一股不祥感不可抑制地涌出。有些事情发生了,很恶劣的事情。我知道我必须做点什么。我得找到真相。既然在Minecraft里做不到,那我就到总部现实里去找。
我知道能找得到,没有理由,但我就是知道。一种强烈的预感不知何时起攥住了我。SCP-MC-163中的那些东西,那道迷宫,在总部现实中有对应的存在。我得找到它。我必须找到它。那些失踪的人在不断,不断地召唤我到那里去,有一些任务要我去完成。我不知道那地方在哪,但我总会找到的。
哦天哪,我是不是疯了?
我记得我说过关于赵██的信息的所有线索都断了。现在不是了。一觉醒来后,他父亲的日记被塞在我的枕头下面5。我现在知道了很多。
赵██早就死了。
失踪的那个根本不是他,是别的东西。
赵██在失踪案发生的五年前死于一场家暴事件。他醉酒的父亲用一根铁棍砸开了他的脑袋。这是场悲剧,显然他父亲也是这么想的。追悔莫及的时候,现在的“赵██”找上了他,双方点点头,然后生活继续正常进行,好像一切从未发生过,直到2013年11月14日,它一直在等着那一刻。
自从我参与到Minecraft分部的工作中来后,我学到了很多。Minecraft世界,或者说分部现实,并不是因那款游戏的发布而存在,它自古以来就是与我们的总部现实平行存在和发展的一个完整的世界。那东西也许就是存在于Minecraft宇宙中。它就是起因。
门外有脚步在响,先写到这。
流水声。
我又做了一些调查。泰国的失踪儿童Mongkhon Gilana的超度仪式失败了,超度师在念经诵咒时疑似心肌梗死,尸体急速腐烂。在美国失踪儿童Abbie King的葬礼上,神父手中的十字架莫名着火,将他活活烧成灰烬,燃烧产生的气体是沙林毒气。他们试着让死者的魂灵脱离痛苦,但有东西在阻止他们。
与它的交易、失踪的孩子、流水声、摇篮曲的调子,一切答案和解脱都藏在那扇门后。无论会发生什么,有什么在阻拦,我都必须到达那里,打开门,做我应做的事。
附录MC-163-8:研究员Steve William在出逃期间随身携带的录音笔内容摘录
研究员Steve William的尸体及其所配备的基金会制录音笔由于内置的定位系统被发现于中国江西省[已编辑]的一处树林内,距其死亡地点约██m。录音内容显示他携带此录音笔、一支手电和一柄消防斧探索了[已编辑]的树林中一处非天然洞穴并最终自杀。录音内容摘录如下。
<录音开始>
开始时的录音显示研究员Steve在树林中徒步行走,时间为11月19日2时左右,未知其如何在数小时内穿越如此遥远的距离。他发出急切的呼吸声。
[无关内容已删节]
它在附近……我能感觉到它在附近。
啊,我看到了……那个洞穴,就在那,就在那里面……
更急切的脚步声,随后踩断枯枝落叶的声音转变为踏在岩石上的声音。
这里有条阶梯,石制的,人造的……呼,我能听见那个调子,摇篮曲的调子……但是很轻,如果是在白天我肯定听不见。
一段时间的脚步声。
操,谁在后面!(停顿)哦……好吧……没有人……
研究员Steve的脚步声变得更快,其后的嗓音开始颤抖。
脚步声由踏在岩石上转变为踏在木板上。
哦,我到了,就是这儿。果然是这样,迷宫,和游戏中的结构完全一样。那张地图我已经走得烂熟了。这儿有股血腥味。血迹……指向那里,不用说我都知道。
录音中摇篮曲的声音变得更响,可以分辨出曲调为Tili Tili Bom,一首俄罗斯童谣,由于太模糊而无法分辨演唱者的性别和年龄。同时,儿童的哭泣和尖叫声逐渐出现。
在研究员Steve左侧,一声巨大的女童尖叫,随后是长时间的呻吟和乞求声,伴随着异常明显人体的扭动声。
啊!我操!别过来!……天哪我差点忘了……
男童的低沉呻吟声。
我操!
快速的奔跑声,随后是沉重的摔落声。背景中的儿童声音减轻。
操你妈的……痛死我了。我现在在哪?
长时间的脚步声,伴随着间或出现的儿童哭泣声和奔跑声。
确实如此,这里的一切和地图中都是吻合的,这里就是SCP-MC-163对应的复制品,或者说SCP-MC-163是它的复制品……我不知道。到处都插着火把,但这光线怎么会他妈的这么暗?不管怎样,我现在应该是在C-2号岔路口,离那扇门还有……等等,如果我……
研究员Steve开始使用消防斧暴力破坏迷宫结构。劈砍木板声持续了约7分钟。
呼……呼……搞定了……让我过一下,应该能过去……(衣物摩擦声)好了我过来了,成功了!呼……希望这么做不会招惹到什么东西。呼……希望我还有体力接着砍穿接下来挡路的木墙……(劈砍声)哦不,我不行了。呼……我得,我操。(停顿)这是……复原了?它自己复原了?仅仅是一转眼的工夫……
研究员Steve背上消防斧,声音颤抖着快速做了一段祷告,随后继续前进约5分钟后停步。
近了,我能听见流水声了。就在这附近,那条路。
长时间的脚步声和奔跑声。Tili Tili Bom的曲调逐渐变得更加大声,随后录音笔记录到微弱的流水声。
呃啊,好重的血腥味,我要吐了老天……我忍受不了了……
我找到了。
记录到明显的流水声。
“HELP”,就是这里肯定没错。终于给我找到了。(轻笑声)真相就在这后面,仅有咫尺之遥,唯一相隔的只有这扇木门。我居然离它那么近,简直触手可及。我要把它破开。
取下消防斧的声音,随后是啜泣声,消防斧被丢在地上,发出沉重的碰撞声。
我不……我好害怕……我不知道为什么……
研究员Steve疑似坐下。
哦天哪,我得缓一缓,让我喘口气。我怎么会这么慌,慌得浑身都在抖……呼……我感觉我的心脏要跳出来了……
啜泣声。
呼,好吧,我得先让你们听听看,不管是谁在听这支录音笔里的内容。
研究员Steve起身,将录音笔靠近门,可以听见其中传来更强烈的音乐和流水声。
好了,差不多了,不能再等了。我得开干了。我等的就是这一刻。
研究员Steve捡起消防斧,随后猛烈地对木门进行破坏。约2分钟后,可以听见木门倒下的声音,音乐和流水声随之变响。继续传来劈砍木板的声音,持续约5分钟。
呼……呼……
天哪。我操。
那不是水。
研究员Steve剧烈呕吐,随后抛下消防斧转身逃离,一路上他未停止奔跑,且不断传来哭泣和惊恐的尖叫声,期间有数次摔倒,但他均立刻起身并继续奔跑。他快速离开迷宫登上石制阶梯,随后进入树林,在树林中停步并喘息了20分钟之久。接着传来树枝折断声、穿刺声和重物倒地声。研究员Steve咳嗽并抽搐了一段时间,最终趋于平静。搜索发现他在洞穴附近使用一根坚锐树枝贯穿右眼及其后脑组织。在他死后,录音笔继续工作直至电量耗尽。6
<录音结束>
在录音笔内容被记录后,基金会曾派遣D级人员对该洞穴进行探索实验。该次探索导致一名直播室监控人员死亡,死因为肾上腺素分泌过量导致的心脑血管破裂。探索实验的录像带现已被销毁,相关的探索被无限期禁止。参与实验的另外两名监控人员和D级人员已在伦理委员会的允许下被执行安乐死。
« SCP-MC-162 | SCP-MC-163 | SCP-MC-164 »