/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { #top-bar .mobile-top-bar { display: block; } #top-bar .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block; position: fixed; top: 0; left: -20em; width: 17.75em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; background-color: rgba(0,0,0,0.1); transition: left 0.4s ease-in-out; scrollbar-width: thin; } #side-bar:target { left: 0; } #side-bar:focus-within:not(:target) { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin-left: 19.75em; opacity: 0; z-index: -1; visibility: visible; } #side-bar:not(:target) .close-menu { display: none; } #top-bar .open-menu a:hover { text-decoration: none; } /* FIREFOX-SPECIFIC COMPATIBILITY METHOD */ @supports (-moz-appearance:none) { #top-bar .open-menu a { pointer-events: none; } #side-bar:not(:target) .close-menu { display: block; pointer-events: none; user-select: none; } /* This pseudo-element is meant to overlay the regular sidebar button so the fixed positioning (top, left, right and/or bottom) has to match */ #side-bar .close-menu::before { content: ""; position: fixed; z-index: 5; display: block; top: 0.5em; left: 0.5em; border: 0.2em solid transparent; width: 30px; height: 30px; font-size: 30px; line-height: 0.9em; pointer-events: all; cursor: pointer; } #side-bar:focus-within { left: 0; } #side-bar:focus-within .close-menu::before { pointer-events: none; } } }
/* BASALT Theme [2021 Wikidot Theme] By Azamo & Placeholder McD Based on: Paperstack Theme by EstrellaYoshte Minimal Theme by Stormbreath BLANKSTYLE CSS by Placeholder McD & HarryBlank PLACESTYLE CSS by Placeholder McD Simple Yonder Theme by EstrellaYoshte Tab animation by Croquembouche */ @import url('https://scp-wiki-cn.wdfiles.com/local--code/theme%3Apaperstack/1'); @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); /* MAIN */ /* ======================= */ :root { --title: " SCP基金会"; --subtitle: " 控制 • 收容 • 保护"; --barColour: rgb(20, 20, 20); --fnColor: rgb(15, 15, 15); --logo: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/basalt_logotype_black.png); --sidelogo: var(--logo); --sidesubtitle: var(--subtitle); } body { background: rgb(255, 255, 255); font-family: 'Noto Sans SC', sans-serif; } #main-content { top: -2.8rem; } #container-wrap-wrap { overflow-x: hidden; } /* ======================= */ /* HEADER & TOPBAR */ /* ======================= */ #extra-div-1 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: white; } #extra-div-2 { z-index: 9; position: fixed; top: 0; left: 0; width: 1000vw; height: 5rem; } #extra-div-1::before { content: var(--title); position: fixed; left: 8.5rem; top: 0.7rem; color: black; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 27.45px; animation: slideLeft 1s; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #extra-div-2::before { content: var(--subtitle); position: fixed; font-size: 1.22em; left: 8.5rem; top: 2.5rem; color: #272842; font-family: 'Work Sans', sans-serif; font-weight: 700; animation: slideLeft 1s; } #u-header-link { display: block; position: fixed; top: 0.6rem; left: 8.3rem; height: 3.5rem; width: 15.7rem; z-index: 21; } .logo { z-index: 10; position: fixed; width: 4.5rem; height: 4.5rem; top: 0.2rem; left: 3.6rem; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; background-image: var(--logo); background-size: contain; background-repeat: no-repeat; background-position: center; } .logo:hover { transform: rotate(348deg); } #header { height: 5rem; } #header h1, #header h2 { display: none; } #top-bar { position: fixed; align-items: stretch; display: flex; flex-direction: row; justify-content: flex-start; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; animation: slideLeft 1s; top: 1.7rem; max-width: 50rem; min-width: 8rem; font-size: 90%; font-weight: 800; left: 25.4rem; } #top-bar div.open-menu a { display: none; } #top-bar ul { float: left; } #top-bar ul li ul { border: none; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { background-color: #F4F4F4; } #top-bar ul li>a { border: none; } #top-bar a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #F4F4F4; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { border: none; } #top-bar ul li>a { transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); } #top-bar ul li>a:hover { transform: translate(0px, -3px); border: none; } #top-bar ul li ul li>a:hover { animation: none; } @keyframes translateTop { 0% { opacity: 1; } 100% { transform: translate(0px, -3px); } } @keyframes slideLeft { 0% { transform: translate(-200px, 0px); opacity: 0; } 100% { opacity: 1; } } @keyframes tilt { 0% { opacity: 1; } 100% { transform: rotate(360deg); } } #login-status { position: fixed; top: 0.65rem; right: 2rem; width: fit-content; font-size: 0.78em; text-align: center; color: transparent; } #login-status > a > strong { margin-right: 0.7rem; font-size: 0.7rem; } #login-status > span { color: #333; font-family: 'Work Sans', sans-serif; font-weight: 700; } #login-status span.printuser img { font-size: 0; transform: translate(6px, 5px); } #login-status a#my-account { display: none; } #account-topbutton { border: none; margin-left: -0.25rem; } div#search-top-box { width: 2rem; position: fixed; top: 0.76rem; right: 0.2rem; z-index: 21; } #search-top-box-input { display: none; } #search-top-box-form>input[type=submit], #search-top-box-form>input[type=submit]:hover, #search-top-box-form>input[type=submit]:focus, #search-top-box-form>input[type=submit]:target { background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E") 50%/0.8rem no-repeat, #000 !important; border: none; border-radius: 30%; font-size: 0; height: 1.2rem; width: 1.2rem; margin-top: -1.3rem; } .mobile-top-bar { left: unset; } /* ======================= */ /* SIDEBAR */ /* ======================= */ #u-sb-button { display: block; position: fixed; top: 0.5rem; left: 0.9rem; height: 4rem; width: 45px; color: black; font-family: 'Work Sans', sans-serif; font-weight: 300; font-size: 2.5rem; text-decoration: none !important; z-index: 21; transition-duration: 0.3s; transition-property: transform; transform: translateZ(0); animation: slideLeft 1s; } #u-sb-button:hover { font-weight: 900; } #side-bar { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 87%, rgba(250, 250, 250, 1) 100%); text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 400 !important; overflow-x: hidden; } #side-bar::before { content: var(--sidesubtitle); background: var(--sidelogo); background-size: 4.5rem; background-repeat: no-repeat; background-position: top center; padding-bottom: 0.3rem; padding-top: 4.7rem; display: inline-block; border-bottom: double 5px black; font-family: 'Work Sans', sans-serif; font-weight: 800; text-align: center; margin-right: auto; margin-left: auto; width: 100%; text-transform: none } #side-bar, #side-bar:target { z-index: 22; } #side-bar a { color: black; } #side-bar a.collapsible-block-link { background: transparent; } #side-bar a:visited { color: black; } #side-bar img { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); } #side-bar .side-block { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); border-color: transparent; border-radius: 0px; } #side-bar .side-block.media { background-color: white; border-bottom: solid 2px rgb(190, 190, 190); border-top: solid 2px rgb(190, 190, 190); margin-top: 1rem; } #side-bar .heading { color: black; border-bottom: solid 1px black; text-transform: uppercase; font-family: 'Work Sans', sans-serif; font-weight: 800; } #side-bar .collapsible-block-folded { background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Aminimal/expand.png); } #side-bar .collapsible-block-unfolded-link { border-bottom: solid 1px black; } #side-bar .collapsible-block-unfolded-link .collapsible-block-link, #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover { color: black; } /* ======================= */ /* TABS */ /* ======================= */ ul.yui-nav a { font-family: 'Work Sans', sans-serif; padding: 3.5px; color: white; font-weight: 600; } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected, .yui-navset .yui-nav a:hover, yui-navset .yui-nav a:active { color: white; background-color: black; } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border: none; border-bottom: dotted 1px grey; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); } .yui-navset .yui-content>div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } .yui-navset-top a { transition-property: background, background-color; transition-duration: 0.2s; } /* Tab animation by Croquembouche */ /*---------------------------------------------*/ #page-content .yui-navset .yui-content>div[style*="none"] { display: block !important; flex: 0; max-height: 0; padding: 0 0.5em; border-width: 0; /* The following transition affects the one that DISAPPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0s; animation: tab-disappear 0.5s ease-in-out 0s 1 both; } #page-content .yui-navset .yui-content>div[style*="block"] { display: block !important; flex: 1; max-height: 9999rem; /* The following transition affects the one that APPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18, .51, .54, .9) 0.5s; animation: tab-appear 0.5s ease-in-out 0.5s 1 both; } @keyframes tab-disappear { 0% { max-height: 9999rem; } 1% { max-height: 100vh; } 100% { max-height: 0; } } @keyframes tab-appear { 0% { max-height: 0; } 99% { max-height: 100vh; } 100% { max-height: 9999rem; } } /*---------------------------------------------*/ .yui-navset .yui-content { background: transparent; box-shadow: none; border-bottom: dotted 4px grey; } /* ======================= */ /* TAGS */ /* ======================= */ #main-content .page-tags a { line-height: inherit; background-color: rgb(20, 20, 20); border-radius: 2px 6px; color: white; font-family: 'Work Sans', sans-serif; font-weight: 500; } .page-tags span { border-top: none; } /* ======================= */ /* CONTENT */ /* ======================= */ h1, h2, h3, h4, h5, h6 { font-family: 'Work Sans', sans-serif; font-weight: 800; text-transform: uppercase; color: black; } .top-left-box>.item { display: none; } hr { background-color: #333; } .info-container { padding-bottom: 8px } /* CONTENT > CUSTOM DIVS */ /* ======================= */ .document { background: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; } .document:before, .document:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .document:before { background: #fafafa; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .document:after { background: #f6f6f6; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .darkdocument { background: rgb(30, 30, 30); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); margin: 26px auto 0; max-width: 550px; min-height: 300px; padding: 24px; padding-top: 50px; position: relative; width: 80%; color: #EDEDED; } .darkdocument:before, .darkdocument:after { content: ""; height: 98%; position: absolute; width: 100%; z-index: -1; } .darkdocument:before { background: rgb(25, 25, 25); box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); left: -5px; top: 4px; transform: rotate(-2.5deg); } .darkdocument:after { background: rgb(25, 25, 25); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); right: -3px; top: 1px; transform: rotate(1.4deg); } .notation { border-left: solid 3px rgb(30, 30, 30); border-right: solid 3px rgb(30, 30, 30); padding: 25px 25px 25px 25px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: #f7f7f7; } .modal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: auto; margin: auto; background: rgb(253, 253, 253); border: solid 2px #5D5D5D; } .smallmodal { padding: 15px 15px 15px 15px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: rgb(253, 253, 253); border: solid 2px #5D5D5D; } .jotting { padding: 5px 10px 5px 10px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 75%; margin: auto; background: #FDFDFD; border: dashed 0.1rem #5D5D5D; } .transcript { padding: 10px 10px 10px 10px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); width: 80%; margin: auto; background: rgb(253, 253, 253); border: dotted 1px #5D5D5D; border-radius: 10px; } .papernote { background-color: #eaeeef; color: #21252E !important; padding: 0.1rem 0.5rem 0.5rem 0.5rem; box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 30%); margin: auto; width: 65%; } .raisa_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/RAISA_LIGHTLOGO.png) #fff3ad; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .raisa_memo>p:nth-child(1)::before { content: "来自记录与信息安全管理部的通知\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .classification_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/CLASSIFICATION_LIGHTLOGO.png) #edf5f3; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .classification_memo>p:nth-child(1)::before { content: "分级委员会备忘录\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .ettra_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETTRA_LIGHTLOGO.png) #f5d7d7; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .ettra_memo>p:nth-child(1)::before { content: "来自潜在威胁战术响应局的通知\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .ethics_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/ETHICS_LIGHTLOGO.png) #ffdbc4; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .ethics_memo>p:nth-child(1)::before { content: "伦理委员会备忘录\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .temporal_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/DELTA_T_LIGHTLOGO.png) #ffffff; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16); border: double 3px lightgrey; width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 20px 20px 20px; word-break: break-word; } .temporal_memo>p:nth-child(1)::before { content: "时间异常部门\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .overwatch_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/O5_LIGHTLOGO.png) #e3e3e3; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 30px 20px 20px; word-break: break-word; } .overwatch_memo>p:nth-child(1)::before { content: "监督者议会\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.55rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .miscomm_memo { background: url(https://scp-wiki.wikidot.com/local--files/theme:basalt/MISCOMM_LIGHTLOGO.png) #eeedfa; background-size: contain; background-position: top center; background-repeat: no-repeat; font-family: 'Work Sans', sans-serif; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); width: 90%; min-height: 4rem; max-height: 100rem; margin-left: auto; margin-right: auto; text-align: center; padding: 10px 30px 20px 20px; word-break: break-word; } .miscomm_memo>p:nth-child(1)::before { content: "来自误传部门的通知\00000a"; font-family: 'Work Sans', sans-serif; font-weight: 900; font-size: 130%; text-align: center; margin-bottom: 1rem; padding-bottom: 0.3rem; border-bottom: dotted 0.13rem darkslategrey; max-width: 49rem; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-content: stretch; align-items: center; } .raisa_memo a, .temporal_memo a, .classification_memo a, .overwatch_memo a, .ettra_memo a, .ethics_memo a, .miscomm_memo a { font-weight: 700; } .bigtext { font-family: 'Work Sans', sans-serif; font-weight: 700; } .st { font-family: 'Work Sans', sans-serif; font-weight: 800; text-decoration: underline; } /* ======================= */ /* CONTENT > TABLES */ /* ======================= */ #page-content .wiki-content-table tr th { font-family: 'Work Sans', sans-serif; font-weight: 700; border: solid 1px #000; background-color: #aaa; } #page-content .wiki-content-table tr td { border: 1px #000 solid; } #page-content .table1 tr th { background-color: #D7EFE7; } #page-content .table1 .st { color: #D7EFE7; } #page-content .table2 tr th { background-color: #D8ECF4; } #page-content .table2 .st { color: #D8ECF4; } #page-content .table3 tr th { background-color: #FDF6D7; } #page-content .table3 .st { color: #FDF6D7; } #page-content .table4 tr th { background-color: #FFDABF; } #page-content .table4 .st { color: #FFDABF; } #page-content .table5 tr th { background-color: #F5D8E0; } #page-content .table5 .st { color: #F5D8E0; } #page-content .table6 tr th { background-color: rgba(146, 0, 255, 0.2); } #page-content .table6 .st { color: rgb(146, 0, 255); } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 5px; padding-left: -100px; } .table1 .scp-image-block .scp-image-caption { background-color: #D7EFE7; color: black; } .table2 .scp-image-block .scp-image-caption { background-color: #D8ECF4; color: black; } .table3 .scp-image-block .scp-image-caption { background-color: #FDF6D7; color: black; } .table4 .scp-image-block .scp-image-caption { background-color: #FFDABF; color: black; } .table5 .scp-image-block .scp-image-caption { background-color: #F5D8E0; color: black; } .table6 .scp-image-block .scp-image-caption { background-color: rgba(146, 0, 255, 0.2); color: black; } /* ======================= */ /* CONTENT > RATING MODULE */ /* ======================= */ .rate-points { color: black !important; font-family: 'Work Sans', sans-serif; font-weight: 700; text-transform: uppercase; border: none; font-size: 90%; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown, .page-rate-widget-box .cancel, .page-rate-widget-box .rate-points { border: none; } /* ======================= */ /* CONTENT > IMAGE BLOCK */ /* ======================= */ .scp-image-block img { background: white; } .scp-image-block.block-right { margin: 0em 0em 1em 2em; } .scp-image-block.block-center { max-width: 99% !important; } .scp-image-block { border: none; box-shadow: none; } .scp-image-block .scp-image-caption { border-top: none !important; margin-top: 8px; background-color: #292929; color: #ffffff; } .scp-image-block img, .scp-image-block .scp-image-caption { outline: solid 1px #444; box-shadow: 0px 0px 5px #999999; } .scp-image-block .scp-image-caption p { font-size: 110%; font-family: 'Work Sans', sans-serif; } /* ======================= */ /* CONTENT > LINKS */ /* ======================= */ a { color: #0645AD; } a.newpage { color: #CC2200; } a:visited { color: #0B0080; } .danger-diamond a, .danger-diamond a::selection { color: transparent; background: none; } .scp-image-block .scp-image-caption a { color: #c5c5c5; } /* ======================= */ /* CONTENT > SCROLLBAR */ /* ======================= */ ::-webkit-scrollbar { cursor: pointer; border: none; } ::-webkit-scrollbar-thumb { background: black; cursor: pointer; } ::-webkit-scrollbar-thumb:hover { background: rgb(45, 45, 45); } ::-webkit-scrollbar-track { background: white; } /* ======================= */ /* CONTENT > COLLAPSIBLES */ /* ======================= */ a.collapsible-block-link { font-family: 'Work Sans', sans-serif; font-weight: 600; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 3px; margin-top: 10px; margin-bottom: 10px; } /* ======================= */ /* CONTENT > PAGE TITLE / BREADCRUMBS */ /* ======================= */ #page-title, .meta-title { display: block !important; font-family: 'Work Sans', sans-serif; font-weight: 700; color: #252525; border: none; margin-top: 3rem; } #breadcrumbs { text-transform: uppercase; color: grey; font-weight: 600; font-family: 'Work Sans', sans-serif; margin-top: -1.5rem; font-size: 90%; } /* ======================= */ /* CONTENT > BETTERFOOTNOTES INTEGRATION */ /* ======================= */ .fnnum:hover { background: transparent; transform: scale(1.3); } .fnnum { transition-duration: 0.2s; transition-property: transform; transform: translateZ(0); } .fnnum::after { color: #3f21ff !important; } .fnnum:hover::after { color: white !important; } .fncon { background: rgb(25, 25, 25) !important; color: #EDEDED; border: 0.15rem solid rgb(20, 20, 20); border-radius: 2px; font-size: 90%; } /* ======================= */ /* @MEDIA QUERIES / MOBILE FORMATTING */ /* ======================= */ @media only screen and (max-width: 600px) { .scp-image-block.block-right { float: none; margin: 10px auto; } } @media (min-width: 768px) { #header, #top-bar { width: calc(100% - 4.4rem); max-width: calc(100% - 4.4rem); } #main-content { max-width: 95%; } } @media (max-width: 1120px) { #top-bar { font-weight: 600; font-size: 80%; } } @media (max-width: 1020px) { #top-bar { top: 3.2rem; left: 7.8rem; } #extra-div-1::before { top: 0.3rem; } #extra-div-2::before { top: 1.9rem; } #u-header-link { height: 2.5rem; } .document, .darkdocument { width: 95%; } } @media (max-width: 767px) { .mobile-top-bar { display: flex; justify-content: flex-start; max-width: 100%; width: 100%; flex-direction: row; } } @media (max-width: 500px) { .logo { display: none; } #top-bar { left: 3.6rem; } #extra-div-1::before, #extra-div-2::before { left: 4.2rem; } #u-header-link { left: 4rem; } .document, .darkdocument { width: auto; } } @media (max-width: 560px) { #login-status span.printuser { font-size: 0; } } @media (max-width: 430px) { #extra-div-1::before { font-size: 23.45px; top: 0.5rem; } #extra-div-2::before { font-size: 1em; top: 2.1rem; } #u-header-link { width: 13.5rem; } #login-status { right: 1.8rem; } } /* ======================= */ /* MISC */ /* ======================= */ .avatar-hover { display: none !important; } ::selection { background-color: rgba(0, 0, 255, 0.7); color: white; } select { font-family: 'Work Sans', sans-serif; font-weight: 600; border: solid 2px grey; cursor: pointer; border-radius: 5px; } body.wait { cursor: wait; } body.wait * { cursor: auto; } input { font-size: 90%; font-family: 'Work Sans', sans-serif; font-weight: 600; } #action-area > p { font-size: 90%; font-weight: 500; } #action-area > h1 { font-size: 150%; } div.buttons input, input.button, button, file, a.button { margin: 0 2px; border: 2px solid grey; cursor: pointer; } #who-rated-page-area > h2 { display: none; } #who-rated-page-area>div { column-count: 4; } @media (max-width: 900px) { #who-rated-page-area>div { column-count: 3; } } @media (max-width: 700px) { #who-rated-page-area>div { column-count: 2; } } @media (max-width: 540px) { #who-rated-page-area>div { column-count: 1; } } .pager .current { border-style: solid; outline: solid 1px rgb(250, 250, 250); } .pager a, .pager .current { border-style: double; border-width: 3px; text-transform: uppercase; background: none; color: inherit; } .pager a:hover, .pager .current:hover { text-decoration: none; cursor: pointer; } .pager .target { font-weight: 800; } .w-container { font-family: 'Work Sans', sans-serif; font-weight: 700; border-style: double !important; border-width: 4px !important; margin: auto; width: 90%; margin-top: 1rem; margin-bottom: 1rem; } .s-cell { font-size: 1.25rem !important; } .anom-bar-container, .anom-bar-container * { font-family: 'Work Sans', sans-serif !important; font-weight: 700; } #page-content div.warning-box div.text-number, #page-content div.warning div.text-number { font-size: 140%; font-weight: 400; } #page-content div.warning-box strong, #page-content div.warning strong { font-weight: 700; } #page-content div.warning-box div.text-top, #page-content div.warning div.text-top { font-weight: 800; } #page-content div.warning-box, #page-content div.warning { font-family: 'Work Sans', sans-serif !important; font-weight: 500; } .collection { font-family: 'Work Sans', sans-serif; color: #905c5c; } .footer-wikiwalk-nav { filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5)); width: fit-content; margin: auto; margin-top: 1rem; } .footer-wikiwalk-nav p { color: #EDEDED; } .footer-wikiwalk-nav a, .footer-wikiwalk-nav p { border-radius: 10px; background: rgb(20, 20, 20); width: fit-content; margin: auto; font-family: 'Work Sans', sans-serif; font-weight: 800; padding: 0.5rem 0.5rem 0.5rem 0.5rem; } .footer-wikiwalk-nav a { color: #bdbdff; } .footer-wikiwalk-nav a:hover { text-decoration: underline; } /* MISC > WIKIDOT OWINDOW */ /* ======================= */ #owindow-1 { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%); } #owindow-1>div.title.modal-header { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-size: 90%; cursor: default; } #owindow-1>div.content.modal-body td.active>b { font-family: 'Work Sans', sans-serif; color: rgb(100, 100, 100); } #owindow-1>div.content.modal-body>table { max-height: 10rem; overflow: auto; display: block; } #owindow-1>div.content.modal-body>div { margin-top: 1.5rem !important; border-top: solid 0.2rem rgb(210, 210, 210); padding-top: 1rem; } #owindow-1>div.content.modal-body>div>div>a { background: #870000; } #owindow-1>div.content.modal-body>div>div>a:hover { background: #470000; } #owindow-1>div.content.modal-body>img { filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.3)); padding: 0px 0px 0px 0px !important; background: none; background-color: transparent !important; margin-right: 1.7rem; } #owindow-1 { font-family: 'Work Sans', sans-serif; } /* ======================= */ /* MISC > EDIT BOX & PAGE SOURCE */ /* ======================= */ #lock-info { box-shadow: 0px 0px 4px #999999; background: white; font-family: 'Work Sans', sans-serif; font-weight: 500; margin-left: 1rem; font-size: 95%; border: solid 1px grey; color: #191919; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div.sub, #edit-page-form>table.form>tbody>tr>td:nth-child(1) { font-family: 'Work Sans', sans-serif; font-weight: 500; } #edit-page-form>table.edit-page-bottomtable>tbody>tr>td:nth-child(1)>div:nth-child(1) { font-family: 'Work Sans', sans-serif; font-weight: 600; } .wd-editor-toolbar-panel ul li a { height: 22px; width: 22px; padding: 0; margin: 0; display: block; border-radius: 2px; filter: invert(1), hue-rotate(180deg); filter: invert(1) hue-rotate( 180deg); } .wd-editor-toolbar-panel { margin-bottom: 0.5rem; } input#edit-page-title.text { border-radius: 4px; font-family: 'Work Sans', sans-serif; border: 2px solid #afafaf; } textarea { font-family: 'Noto Sans SC', sans-serif; padding: 5px 5px 5px 5px; font-size: 105%; border: 0.13rem solid #949494; background-color: #FFF; color: #000; border-radius: 2px; } .page-source { background: white; font-family: 'Noto Sans SC', sans-serif; font-size: 105%; border: none; width: 80%; box-shadow: 0px 0px 4px #999999; padding: 18px 18px 18px 18px; word-break: break-word; } /* ======================= */ /* MISC > FONT SIZE/WEIGHT CHANGES */ /* ======================= */ #page-content strong { font-weight: 900; } #page-content { font-size: 110%; } /* ======================= */ #show-upload-button { float: unset; border-radius: 6px; border: solid 1px grey; font-size: 0.85rem; } .edit-help-34 { margin-top: 2px; font-family: 'Work Sans', sans-serif; font-size: 0.7rem; font-weight: 500; } .printuser a { font-family: 'Work Sans', sans-serif; font-weight: 700; } form, #action-area>p, table.page-files td span { font-family: 'Work Sans', sans-serif; } #action-area>table>thead>tr, #revision-list>table>tbody>tr:nth-child(1) { font-family: 'Work Sans', sans-serif; text-transform: uppercase; font-weight: 700; } #page-info { font-family: 'Work Sans', sans-serif; font-weight: 500; padding-bottom: 0.2rem; margin-bottom: 0.2rem; } #page-info::first-letter, a.btn.btn-default.button.button-close::first-letter, a.btn.btn-default.button.button-close-message::first-letter, a.btn.btn-default.button.button-cancel::first-letter, a.btn.btn-default.button.button-rename::first-letter, a.btn.btn-default.button.button-no\,-cancel::first-letter, #owindow-1 > div.button-bar.modal-footer > a.btn.btn-default.button.button-yes\,-delete::first-letter, #owindow-1 td::first-letter { text-transform: uppercase; } #owindow-1 td a::first-letter { text-transform: lowercase !important; } .button-bar.modal-footer a.btn.btn-danger, #owindow-1>div.content.modal-body>div>div>a { float: right !important; margin-top: -0.73rem; } td:nth-child(1)>a { font-family: 'Work Sans', sans-serif; font-weight: 600; } /* MISC > BUTTONS */ /* ======================= */ a.btn.btn-danger, a.btn.btn-primary, .btn-small, #owindow-1>div.button-bar.modal-footer>a, #edit-cancel-button, #edit-diff-button, #edit-preview-button, #edit-save-draft-button, #edit-save-continue-button, #edit-save-button, #owindow-1>div.content.modal-body>div>a.btn.btn-default { font-family: 'Work Sans', sans-serif; font-weight: 600 !important; font-size: 0.75rem; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px !important; cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; float: left; } a.collapsible-block-link:hover, a.btn.btn-danger:hover, a.btn.btn-primary:hover, .btn-small:hover, #owindow-1>div.button-bar.modal-footer>a:hover, #edit-cancel-button:hover, #edit-diff-button:hover, #edit-preview-button:hover, #edit-save-draft-button:hover, #edit-save-continue-button:hover, #edit-save-button:hover, #owindow-1>div.content.modal-body>div>a.btn.btn-default:hover { text-decoration: none; background: rgb(45, 45, 45); } #action-area > p:nth-child(5) > a:hover { text-decoration: none; background: rgb(45, 45, 45); } #action-area > p:nth-child(5) > a { font-family: 'Work Sans', sans-serif; font-weight: 600 !important; font-size: 0.75rem; color: white; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 9px; background: rgb(20, 20, 20); border-radius: 2px !important; cursor: pointer; width: fit-content !important; margin-top: 0.1rem; margin-bottom: 0.1rem; margin-left: 0.3rem; margin-right: 0.35rem; } /* ======================= */ #footer, #license-area { font-family: 'Work Sans', sans-serif; font-weight: 500; } #page-content div.collapsible-block { margin-top: 13px; margin-bottom: 13px; } div.collapsible-block-content { animation: fade 0.4s; animation-fill-mode: forwards; } /* MISC > FOOTNOTES */ /* ======================= */ .hovertip { background: rgb(25, 25, 25) !important; border-radius: 2px; padding: 5px 5px 5px 5px; color: white; font-family: 'Work Sans', sans-serif; max-width: 400px; } .f-heading { text-transform: uppercase; font-weight: 900; font-size: 80%; } .footnotes-footer .title { font-size: 0px; color: transparent; margin-bottom: 15px; } .footnotes-footer .title:before { content: "脚注与参考文献"; color: rgb(25, 25, 25); text-transform: uppercase; font-weight: 900; font-size: 0.9rem; font-family: 'Work Sans', sans-serif; cursor: text; } .footnotes-footer a { color: black; font-weight: 700; font-family: 'Work Sans', sans-serif; } .footnotes-footer { border-left: solid 3px rgb(20, 20, 20); padding-left: 15px; margin-top: 6rem; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } /* ======================= */ #page-options-container a { color: rgb(45, 45, 45); font-family: 'Work Sans', sans-serif; font-weight: 800; font-size: 90%; text-transform: uppercase; } #page-options-container a:hover { text-decoration: none; color: rgb(2, 2, 2); } #page-info-break { height: 3rem; } .code pre, .code p, .code, tt { font-family: '仿宋', 'Fira Code', monospace; } #account-options { border: none; font-family: 'Work Sans', sans-serif; font-weight: 700; width: fit-content; box-shadow: 0px 0px 5px rgb(0 0 0 / 30%); padding: 5px 5px 5px 5px; text-transform: uppercase; } #account-options a { filter: grayscale(100%) saturate(0%); -webkit-filter: grayscale(100%) saturate(0%); color: grey; } /* Anendlessusername's invaluable correction of the ACS octagon! */ #page-content .quadrants>div { top: 2.25%; left: 18.5%; } /* WHEN YOU SEE IT... */ .licensebox .collapsible-block-link, .licensebox .collapsible-block-link:hover { background: none; text-transform: uppercase; font-weight: 700; } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ #page-content span, #page-content a { word-break: normal !important; }
[[/collapsible]]
[[/=]]
基金会档案管理部门提示
您当前所阅读的版本为此文档的最新版。文档中所有出现于特殊收容措施及描述部分的有关“A型异常控制单位”的内容皆为囚笼计划Cage Project成功后添加。
附录中的日记部分为Dr.Kalan在研究期间的日记。由于篇目较多,此处不一一显示,只展示其中最为重要的部分。若有相关需要,可向Area-CN-120档案管理部门提出申请,索要完整版日记。
受SCP-CN-2133影响状态下的Unit-06 |
---|
特殊收容措施:原Area-CN-120附属Iota1-03翼区Unit-5与Unit-7区域已被拆除,改造为一块半径长50m的圆形区域,该区域底部为一圆形平台,上有55台生命维持设备及精神加强设备,用于进行囚笼仪式,并在其附近设立囚笼计划Cage Project研究基地。而Unit-6,即剩余SCP-CN-2133活动区域,则使用反重力装置悬浮于圆形区域中心,周围布置精神影响异常检测设备。一旦发现Unit-6之外出现SCP-CN-2133影响,则立即启动囚笼仪式。SCP-CN-2133紧急收容措施研究组所研讨出的各类收容措施出于各类原因对SCP-CN-2133皆无效。目前认为,使用载体为对SCP-CN-2133唯一有效的收容方式。
SCP-CN-2133的载体,即四十个A型异常控制单位,在不随MTF-庚寅-132“水宿烟雨寒”执行任务时,应放置于Area-CN-120高价值物品收容室内,其门口装有三台自动炮台,一旦发现任何未经允许的人员在收容室大门开启状态下进入其收容区域周围,则立即开火,直到周围所有未经允许人员生命体征消失。执行任务中的异常控制单位应时刻处于严密保护下,防止其被摧毁并导致项目收容失效。无论何时,异常控制单位都不应暴露于对方攻击之下。当一个A型异常控制单位被摧毁时,其内部的SCP-CN-2133碎片将随之一并消失。
Area-CN-120附属Iota-03翼区Unit-6区域已停用,除东侧87号走廊外的所有入口都被封闭,并于周边每隔10m设立一处精神影响类异常检测设备。
鉴于SCP-CN-2133影响范围开始不断扩张,所有受到SCP-CN-2133影响的设施应被立即停用,并于其周围布置精神影响类异常检测设备。设施停用范围与检测设备布置范围随SCP-CN-2133影响范围变化而动态调整。
SCP-CN-2133紧急收容措施研究组于2003/5/11成立,其目的为尽快研究出可实施的SCP-CN-2133收容方案。
描述:SCP-CN-2133为一种最初被发现于Area-CN-120附属Iota-03翼区Unit-6区域内的精神影响类异常。任何受到影响的人类将会出现极端的情绪化,并最终无法控制情绪。受影响者情绪化的方向取决于其受到影响前的主要情绪,通常情况下,正面情绪最终会被转化为极端兴奋,负面情绪则被转化为极端绝望。当受影响者主要情绪较复杂时,则会出现多种极端情绪共存的情况。目前已证实SCP-CN-2133具有智慧。一般来说,卡氏精神强度2越高,受SCP-CN-2133攻击时所能坚持的时间越久。
A型异常控制单位由载体及SCP-CN-2133碎片组成,现服役于MTF-庚寅-132“水宿烟雨寒”。其外形与基金会机械收容单位类似,且具有较高智能。在开启状态下,其可利用SCP-CN-2133的异常性质,同时对多个目标进行精神控制。一般地,一个A型异常控制单位可同时控制的目标上限与使用者及其控制目标的精神强度有关。标准的基金会制A型异常控制单位的同时控制值上限为2000ka3,足够同时控制40名正常成年人类。
实验记录CN-2133.A
实验对象:D-1339,D-1440
实验内容:对D-1339谎称其即将被释放,致使其情绪兴奋,随后引诱其进入实验区域。同时逼迫D-1440进入实验区域,使其情绪愤怒。
实验结果:D-1339在进入实验区域后出现明显的心跳加快、血压升高等现象,于10秒后突然倒地,生命体征消失。经鉴定,对象死于过度兴奋导致的突发心脏骤停。D-1440在进入实验区域后开始抱头痛哭,于7秒钟后撞向实验区域墙壁自杀。
备注:无
实验记录CN-2133.B
实验对象:D-2098
实验内容:于实验区域内投射其家人的全息影像,并对其谎称那是他的家人。随后投射一名机动特遣队队员持枪准备对其家人射击的影像,使对象同时含有愤怒、兴奋等多种情绪,并让其进入实验区域。
实验结果:对象进入实验区域2秒后突然止步不前,检测到其心率急剧加速,随后对象突然倒地,但生命体征未消失。后证实对象的行为系多重极端情绪同时出现致使的精神崩溃导致。
备注:无
实验记录CN-2133.C
实验对象:三只美国长毛垂耳兔(American Fuzzy Lop)
实验内容:模拟食物香气,引导对象进入实验区域。
实验结果:其中两个实验对象于进入实验区域4秒后突然倒地,另一实验对象于7秒后也出现同样现象。
备注:动物也会被SCP-CN-2133的异常性质所影响
实验记录CN-2133.D
实验对象:SCP-CN-2208
实验内容:将对象被放置于一个2mX2mX2m的气密盒中,气密盒的内部构造与对象原收容间相同,上有两台摄像头。气密盒由预先编写好程序的一运输机器人运送至SCP-CN-2133影响范围内,并在实验结束后运回。在此期间,该运输机器人所途径的通道皆被封闭。实验开始后,一支由15个机械收容单位构成的临时收容小队将立即就位。
实验结果:在运送至实验区域10秒后,注意到对象外壳颜色变为红色,热成像显示其温度急剧升高。15秒后,对象开始颤动,检测到其异常性质发生改变。气密盒瞬间爆炸,守在附近的临时收容小队立即尝试对其进行重新收容。
备注:SCP-CN-2208被重新收容,损失了7个机械收容单位,所幸无人员伤亡。推测SCP-CN-2133放大了对象对突破收容的渴望。由实验可知,SCP-CN-2133的异常性质对一切有情绪的实体皆有效。目前已禁止SCP-CN-2133与其它收容物的交互实验。而后发生的事故CN-2133.1被认为与此次实验有关。
前言:此次事故发生于实验CN-2133.D进行当天下午4时26分,发生的具体原因不详,但推测是SCP-CN-2208对项目产生了一定影响所导致。此次事故后,布置于SCP-CN-2133影响范围周边的精神影响类异常检测设备不断报告称检测到项目影响范围扩大。鉴于此,SCP-CN-2133紧急收容措施研究组成立。
<记录开始>
00.00.01:研究员Lucy和研究员Kino出现于摄像头摄像范围内,小声交谈,主要内容为双方的家人及经历。00.00.30:刺耳的警报声突然响起,声音来源为布置于SCP-CN-2133周边的一台精神影响类异常检测设备。Lucy和Kino看向声音源头,随后向反方向逃跑。
00.00.34:研究员Kino和Lucy先后站住。走廊另一端的摄像头拍摄到闻讯赶来的安保人员Pike、Mark。Pike和Mark在抵达走廊时站立在原地。
00.00.40:研究员Kino突然倒地,随后Pike和Mark也倒在地上。研究员Lucy面部表情极度扭曲,随后撞墙自杀。
<记录结束>
在此次事故中丧生者名单如下:
- Dr.Lucy,基金会三级研究员。受项目影响自杀。
- Dr.Kino,基金会三级研究员。受项目影响精神崩溃。
- Mark,基金会安保人员。受项目影响精神崩溃。
- Pike,基金会安保人员。受项目影响而突发脑溢血。
From:Dr.Kalan
To:站点主管办公室
邮件标题:研究计划申请书
经过对SCP-CN-2133的研究,我们已经了解了此项目的具体异常性质。一般来说,基金会在对这些无实体异常进行收容后便不会研究如何对其进行利用,只有少部分原本就可以被控制的异常会被用以增强实力。但我认为,我们完全有办法把主动权掌控到自己手中,将更多的异常为基金会所用。
我查阅过众多基金会所收容的异常的档案,发现其中的大多数都有一个共同点:它们的实体多是以一种正常的方式呈现出来的。我认为,这些较正常的实体外形,是它们的异常性质的“载体”,这些“载体”的存在大大削弱了项目本身的异常性质,换句话说,就像是一个笼子,把异常困在了里面。打个比方,对一个有异常性质的杯子而言,杯子就是“载体”,将其异常性质囚禁在其中。
如果说我们能找到一种方法,将SCP-CN-2133“赶”进物体当中,最好是某种机械,我们也许可以成功抑制住它的异常性质,甚至将它可控化,应用于机动特遣队。
故我向您提出申请,希望您能够批准此项计划的实施。这项研究的成功也许会使全站点,乃至全基金会受益匪浅。
————Dr.Kalan,2004年4月12日
见往事,得真知
Area-CN-120
From:站点主管办公室
To:Dr.Kalan
邮件标题:Re:研究计划申请
计划的大致情况我已知晓,鉴于当前SCP-CN-2133已经对站点构成了极大威胁,此计划将作为紧急收容计划之一而被批准。站点会给予计划一切必要的援助。计划名定为囚笼计划Cage Project,并由Dr.Kalan全权负责。
————站点主管Dr.黄品皓,2004年4月13日
见往事,得真知
Area-CN-120
计划名称:囚笼计划Cage Project
主要负责人:
精神影响类异常研究专家 Dr.Kalan
奇术研究专家 Dr.Frank
工程学专家 Dr.Celam
描述:此计划的目的旨在寻找将SCP-CN-2133禁锢于实体中的方式,并对其加以利用。目前已提出的提案如下:
- 将SCP-CN-2133数据化,并输入Lolin.aic中,使其具有精神控制能力,在一些战斗中由此aic控制机械收容单位。此提案中载体为SCP-CN-2133数据化后的程序。下文简称提案A。
- 将SCP-CN-2133使用奇术仪式导入数名经特殊训练的人类或机器人个体中,并让这些个体随机动特遣队执行部分任务。此提案中载体为被导入SCP-CN-2133的人类或机器人个体。下文简称提案B。
时间:2004/11/10
记录者:Dr.Kalan
用了将近7个月时间,我们成功研制出了适应SCP-CN-2133的粒子分析及自动编程设备,虹吸设备的研究正在进行。老天,这东西可是真够复杂的。以下是其工作原理简介。
这套设备分为三个部分:接收部分,分析部分和编程部分。接收部分由九千万亿亿个EVE接收单元组成,面积为25平方米。每个EVE接收单元前端有一个EVE感知器,其工作原理简单来说就是感知极小范围内的现实扭曲。当一个EVE接收单元感知到EVE粒子触碰后,便会发送信号至分析部分。分析部分的工作就是想办法找出项目散射的EVE粒子流特征,随后有编程部分将这些特征编写为代码(我们把它称为“捕鼠夹”),上传到虹吸设备。
另一边,Frank和他的团队每天都发来几乎一样的报告,简而言之就是没有结果。不过,对于他们的进度这么缓慢,我也能够理解。这本身就是一项复杂的工作。
这套设备还算比较成功,在多次计算机模拟当中都达到了很好的成绩,实地测试也大获成功。接下来,我们要开始研究粒子虹吸设备了。祝我们好运。
紧急收容方案状况简报:截止到2004/11/10,SCP-CN-2133已经影响了大部分Iota-03,其扩张速度有增加之势。据估计,项目会于2007年10月左右影响整个Area-CN-120。所有收容方案,除了囚笼计划Cage Project正在研究,其余全部失败。
见往事,得真知
Area-CN-120
时间:2005/11/30
记录者:Dr.Kalan
虹吸设备的研究及建造终于结束了。虽然耗费了1年零7个月的时间,但这已经很了不起了。Celam在这方面的天赋真是非常人能比的。闲言少叙,以下是粒子虹吸设备的工作原理简介。
粒子虹吸设备分为虹吸区域和处理区域两个部分。处理区域用于处理由编程设备传来的代码以及整理虹吸区域所吸收的SCP-CN-2133,并将其传输至编程设备进行数据化工作。虹吸区域由两千亿个EVE粒子收发单元构成,通过构建专门针对SCP-CN-2133的EVE粒子漩涡,将项目卷入设备中,并将其困在漩涡里进行分析。同样的,这一设备在计算机模拟及实地测试中都很令人满意。
Frank那边依然没有什么结果。不过,他的工作是创造一种专门针对SCP-CN-2133的奇术,而“创造奇术”本身就异常麻烦,再加上SCP-CN-2133影响范围如此之大,又是如此复杂,这项工作简直就像不可能完成的。Frank和他的团队自从计划开始就极度缺乏休息,每天从早忙到晚。可是谁又不是这样呢?总之,希望方案A能成功吧,至少能让我们睡上一顿好觉。
各设备的检查结果正常。明天,我们就将进行正式收容工作!
紧急收容方案状况简报:截止到2005/11/30,SCP-CN-2133已经影响了整个Iota-02、Iota-03及Iota-04,其扩张速度有增加之势。据估计,项目会于2007年10月左右影响整个Area-CN-120。所有收容方案,除了囚笼计划Cage Project正在研究,其余全部失败。
见往事,得真知
Area-CN-120
时间:2005/12/1
记录者:Dr.Kalan
我们失败了,方案A彻彻底底地失败了。我们共进行了5次收容,每次都是收容刚刚开始,机器就传回了无数条未知错误报告。这套机器的每一个零件,每一条程序都是由Celam亲自把关的,以他的细心劲,是绝对不会放过任何一个错误的,而且这一方案经过了数百次的计算机模拟,数十次的实地测试。可是为什么会失败……我始终想不明白。我们消耗不起另一个1年零7个月了,只能将工作重心放到方案B上。我还会继续保持写日记,就算我们最终失败了,这些记下来的东西没准就对后人有用呢。
紧急收容方案状况简报:截止到2005/12/1,SCP-CN-2133已经影响了整个Iota-02、Iota-03、Iota-04以及小部分Iota-01,其扩张速度仍有增加之势。据估计,项目会于2007年10月左右影响整个Area-CN-120。所有收容方案,除了囚笼计划Cage Project正在研究,其余全部失败。
见往事,得真知
Area-CN-120
时间:2006/5/11
记录者:Dr.Kalan
由于之前提案A的失败,我们团队的士气一直有些失落。毕竟大家之前对这一提案都信心十足。今天,站点主管前来询问我要不要暂时转移到别的站点进行研究,还说他认为在这里研究太危险了。我回绝了,因为时间,时间啊!两个站点之间一来一往,各类机器搭建、运送,一次消耗不了多少时间,但几百次,那可就是个大数目了!我现在连睡觉多睡一分钟都觉得心疼。不过,Frank那边传来了好消息,他们已经找出了一种理论上能够控制住SCP-CN-2133的奇术。不过,这种奇术必须由机器操作,而且是很多机器,因为一两台设备根本承受不了它的巨大威力。
希望Frank能快些吧。
紧急收容方案状况简报:截止到2006/5/11,SCP-CN-2133已经影响了整个Area-CN-120东侧及西侧翼区群,其扩张速度有增加之势。据估计,项目会于2007年10月左右影响整个Area-CN-120。所有收容方案,除了囚笼计划Cage Project正在研究,其余全部失败。
见往事,得真知
Area-CN-120
时间:2006/7/18
记录者:Dr.Kalan
失败了。我们又失败了。Frank的奇术没能发挥作用。仪式刚刚开始没几分钟,SCP-CN-2133突然就开始像发了狂一样扩张,精神影响检测设备一台又一台发出刺耳的警报。这次我们可能是真的惹怒项目了,要不是Frank跑得快,他估计也会和团队中大部分成员一样,精神崩溃,倒在地上不省人事。
Frank也被惹急了,他非得让Celam改造他的机器,放进SCP-CN-2133深处进行检测。他怀疑,SCP-CN-2133骗了我们。
紧急收容方案状况简报:截止到2006/7/18,SCP-CN-2133已经影响了整个Area-CN-120西侧及东侧翼区群以及小部分北侧翼区群,其扩张速度有增加之势。据估计,项目会于2007年10月左右影响整个Area-CN-120。所有收容方案,除了囚笼计划Cage Project正在研究,其余全部失败。
见往事,得真知
Area-CN-120
时间:2006/7/21
记录者:Dr.Kalan
检测结果出来了。Frank是对的。他妈的,我们都被一个精神影响异常给骗了!检测设备在不断深入的过程中,一切似乎都很正常,但就在进入最内层的时候,设备突然检测到不同于先前的粒子流,但是这粒子流转瞬即逝,检测设备又显示结果正常。我们有理由相信,核心区域正是SCP-CN-2133的控制区域。这个鬼东西在我们进行试验时让我们对它所控制的EVE粒子流规律误判断,然后在我们进行收容的关键时候悄悄做一些手脚,导致我们的每次收容全都失败!这下,我绝望了。
紧急收容方案状况简报:截止到2006/7/21,SCP-CN-2133已经影响了整个Area-CN-120西侧及东侧翼区群以及将近一半的北侧翼区群,其扩张速度有增加之势。据估计,项目会于2007年10月左右影响整个Area-CN-120。所有收容方案,除了囚笼计划Cage Project正在研究,其余全部失败。
见往事,得真知
Area-CN-120
时间:2006/8/27
记录者:Dr.Kalan
我知道了,我知道了!既然奇术对SCP-CN-2133无用,对我们可有用啊。我们或许应该采取“狩猎”的方式,将数个人的精神会聚在一起,形成一股更为强大的精神影响云,将SCP-CN-2133逼进载体里。我已经通知了Celam和Frank。我们又有希望了!
紧急收容方案状况简报:截止到2006/8/27,SCP-CN-2133已经影响了整个Area-CN-120东侧、西侧翼区群,北侧、南侧翼区群被部分影响。其扩张速度仍有增加之势。据估计,项目会于2007年10月左右影响整个Area-CN-120。所有收容方案,除了囚笼计划Cage Project正在研究,其余全部失败。
见往事,得真知
Area-CN-120
时间:2007/9/7
记录者:Dr.Kalan
研究终于结束了,一切进展还算顺利。Frank成功找出了精神分离及汇聚的方法,Celam也搞出了辅助设备。我们将这类仪式称为“囚笼仪式”。时间不多了,来不及进行那么多测试了,我们必须立即进行收容。
紧急收容方案状况简报:截止到2007/9/7,SCP-CN-2133已经影响了整个Area-CN-120西侧、东侧及北侧翼区群以及大部分南侧翼区群,其扩张速度有增加之势。据估计,项目会于2007年10月左右影响整个Area-CN-120。所有收容方案,除了囚笼计划Cage Project正在研究,其余全部失败。
见往事,得真知
Area-CN-120
时间:2007/9/10
记录者:Dr.Kalan
明天我们就将再次进行收容。站点里精挑细选出了500名人员参加收容。他们每五人配备一台生命维持设备,每两人配备一台精神加强设备,且Lolin.aic也会参与收容。在实验前,他们还将服用精神加固药物及记忆加强药物,以便收容后进行口述记录。当然,我和Frank也带着我们的研究团队申请了参与收容,虽然我们完全符合选拔条件,但站点主管死活不同意,他觉得我们不冒这个风险对基金会价值更大。可是,他妈的,这是我研究出来的方案,我!如果它失败了,整个站点将全无希望,而这一切都是因为我!我必须得参与收容,至少让我死的好看一些。就算主管不允许我参加,我就想办法不让他发现我参加。
紧急收容方案状况简报:截止到2007/9/10,SCP-CN-2133已经影响了整个Area-CN-120西侧、东侧及北侧翼区群以及大部分南侧翼区群,其扩张速度有增加之势。据估计,项目会于2007年10月左右影响整个Area-CN-120。所有收容方案,除了囚笼计划Cage Project正在准备进行,其余全部失败。
见往事,得真知
Area-CN-120
名称:囚笼仪式
描述 :该仪式通过奇术形成EVE粒子涡流,将人体所散射的EVE粒子的核心,即“人的精神”移出体外,形成精神云,即一种非实体状态,对精神影响异常,如SCP-CN-2133,进行攻击、引诱或一系列操作,将其引入载体中。同时使用技术手段维持人体在失去“精神”期间的生命。
目前认为,囚笼仪式针对各类型的精神影响异常都有效,但在面对不同的同类型异常时仍需谨慎地根据其具体性质规划战术及参与人数。即便是被认为“不具备智能”的异常,除非有确切证据,否则也应默认其拥有智能。
针对空间或时间类异常的囚笼仪式目前正在研究。
前言:由于无法对精神影响云进行细致探测,以下记录由参与收容人员的口述及Lolin.aic对行动的描述经整理后完成。且据参与收容的人员称,处于精神脱离状态下,任何实体,如墙面,也都是可以随意穿越的。在精神云组合的情况下,个人的精神所说的话将以全体处于此片云中的人员的精神共同发出,故无法辨认具体的发言者,且其发言会立即传至其说话对象附近。
此次收容计划如下:首先派遣400人及Lolin.aic进入精神脱离状态,分成二十一组对SCP-CN-2133进行不间断攻击,每次攻击不需造成大量伤害,但需保证较高的攻击频率,分散项目的注意力,在此期间,Lolin.aic负责指挥各小组的大体位置、是否攻击等。约二十分钟后,另外100人进入精神脱离状态,对SCP-CN-2133进行引诱。在SCP-CN-2133对100人展开攻击的同时,Lolin.aic分出70%精神,包裹100人的精神云,对其形成保护,冲入SCP-CN-2133核心区域,全力攻击其核心。在攻占核心区域后,500人全部退出精神脱离状态,只留下Lolin.aic的10%精神于核心控制SCP-CN-2133融入载体,并对其进行适应。本次收容中,将由70个机械收容单位作为临时载体。
<记录开始>
400名人员及Lolin.aic按照计划进入精神脱离第三小组:这异常在这个角度下看可是真够震撼的。我甚至能看见它外层的EVE粒子像风暴一样肆虐。
Lolin.aic:不要闲谈了,项目已经发现我们了。迅速分组,实施计划。
精神云迅速分为二十组,Lolin.aic单独为一组,在SCP-CN-2133附近不断快速移动,对项目喷射EVE粒子。同时,SCP-CN-2133外层粒子团形状不断变化,以适应各小组的攻击和位置移动。
Lolin.aic:所有小组听着,我们需要找出SCP-CN-2133表层防御的漏洞!我们没有什么在精神领域的战斗经验,只能用最笨的方法了!一至七小组,你们负责东侧翼区,八至十四,你们负责西侧,十五至十九,南侧,二十和我将负责北侧!各小组抵达区域后的具体操作可自行决定。记住,一定要对SCP-CN-2133进行全方位的打击,确保找出弱点!
各个小组分别抵达其目标区域,对SCP-CN-2133表面进行猛攻。
第一小组:第一小组报告Lolin,发现SCP-CN-2133表面出现EVE粒子流出现变化,且有大量裂痕,推测其正在分裂!
第十三小组:第十三小组报告Lolin,发现相同情况!
Lolin.aic:收到,继续攻击。我已经将一部分精神分开至各个区域,协助你们,必要时可形成保护外壳。你们放心就好。
第五小组:发现数团EVE粒子团!它们在攻击我们!这应该是SCP-CN-2133的一小部分,它在分裂!我们的力量无法抵抗这团粒子!它现在追着我们不放!
第五小组在追击中损失了五人,随后与在附近的第三小组汇合。第四小组及第七小组随后抵达附近,与第三小组共同对抗SCP-CN-2133放出的EVE粒子团。Lolin.aic调动精神碎片,辅助展开防御。
第十八小组:报告Lolin,我们收到了第五组的消息,并且也在此区域发现了分裂的痕迹!我们已经和第十七、十五小组融合,第十六和第十九小组也融合了。有一团碎片已经分裂出来了。不对,是三团!它们正在攻击我们!请求进行保护!
Lolin.aic:收到,已经派遣最近的精神碎片对你们进行保护。你们再坚持一会!
Lolin.aic调动精神碎片。第十八小组奋力反抗,以损失15人为代价击溃了其中一团粒子云。随后Lolin.aic赶到,将十八组全部覆盖,并在表面打开数个EVE粒子流空洞,便于十八组进行攻击。与此同时,第十、十一及十二小组也遭遇了分裂的粒子团。第十二小组被全灭,第十一及十小组损失13人,成功逃出。
第十一小组:这里是十一组!第十二组被击溃了!重复,第十二组被击溃了!我们遇到的攻势太猛烈了,这一部分绝对不是这鬼东西的弱点!我们已经联系了剩余的几个小组,我们决定进行融合!
第八、九、十四小组在赶往第十一组所在区域时遭遇粒子团,共损失四十一人,最终在Lolin.aic的保护下逃脱。第十三小组毫发无损地完成融合。
Lolin.aic:我已经对各个小组所在区域的攻势进行了判断。我认为,我所处的位置即为项目的弱点!而剩余小组听着!我们还有15分钟时间,原一至十十九小组分散于各个区域展开攻击,我会全程提供保护!我和二十小组对项目弱点展开攻击!记住,你们一定要想办法拖住项目,让它误以为我们还没有找到弱点!
第十八小组:我们分散失败了!SCP-CN-2133发出了一堆像触手一样的东西,我们被缠住了!它正在把我们往它体内拉!
第六小组:我们在这里遇到了大量的粒子团!它们从各个方向赶来!
第十九小组:十八组!我们马上就抵达你那里了!坚持一会!
Lolin.aic:十八组,我的一部分精神已经与你们融合了,另一部分将继续保护你们。坚持住。
第七小组:我们正在被围攻,我们[无法辨认]
第十九小组抵达,开始攻击触手,SCP-CN-2133伸出数只触手,向第十九小组刺去。第十九小组不断抵抗,但始终无法消灭触手。第七小组确认已被击溃。
第十九小组:十八组,我们必须要撤离了,触手实在是太多了!
Lolin.aic:十九组与我互换位置,我去想办法救十八组!
第十九小组:我们被SCP-CN-2133抓住了!这鬼东西真是……挣脱不开!
第二小组:粒子团太多了!前往其它区域的精神云共计损失173人,击溃粒子团71团!
第二十小组:我们以损失3人为代价,破开了一部分EVE粒子流,正在逐渐向内展开攻击。为了不让项目发现我们的企图,我们和Lolin必须谨慎!你们再撑一会,Lolin正在想办法!
Lolin.aic:原一至五小组,前往援救第十九组和十八组!原六至十七小组全部融合!我会派遣部分精神对你们的融合精神云提供保护。
第一小组:第二组和第三组已经被击溃了!我们和第四、第五小组融合,融合精神云共计有40人。
Lolin.aic:我们人手严重不足,目前只剩下70人。第二十组继续破开弱点区域,我派遣75%的精神前往援助其它区域,10%的精神援助第一小组,剩余精神继续提供保护。
第十八小组:SCP-CN-2133正在持续攻击我们的底部!我们快支撑不住了。
负责保护第十八小组的Lolin.aic精神碎片被扯开,第十八小组底部被大量EVE粒子流攻击。第十八小组被击溃。第十九小组也遭受了相同的攻击方式。
第十九小组:完了,我们完了。不需要救援了。站点完了。我们[无法辨认]
第十九小组随后放弃抵抗,被拉入SCP-CN-2133内,确认已被击溃。
Lolin.aic:不要放弃啊!我都还在这里,不要忘了我的精神力量能抵得上140个成年人类!我们还有希望!
第一小组:我们已经没希望了……你也知道这点,不是吗Lolin。你比我们可聪明的多。
其它区域的攻势明显减弱。SCP-CN-2133突然开始向南侧区域派遣粒子团,推测其已经揣摩出Lolin的意图。
第二十小组:Lolin!我们遭到猛烈攻击!已经损失了7人!
Lolin.aic:事到如今,确实是没有希望了。我已经通知了没有参与收容的人员。他们已经准备好抛弃站点了。很高兴能与各位共事。倒数3秒钟,准备全体退出精神脱离。三,二……
未知男声:各位!我们来了!
Lolin.aic:Dr.Kalan?你来干嘛!
系统检测到大量精神力量汇入,推测为Dr.Kalan、Dr.Frank及其研究团队。
Dr.Frank:你以为我们会善罢甘休吗?这鬼东西和我可是仇人!别把我们赶出去,我和Kalan好不容易才搞到这么几百台设备。
第二十小组:别废话了!我们需要支援!
Lolin.aic:好吧。所有人员集中到北侧区域吸引项目注意,与研究团队人员汇合后重新分为10队。我会将60%的精神用于帮助第二十组,剩余的全部派遣到北侧!由于原计划中用于最终攻击的100人已经撤离,而在危险解除之前,我不能冒险把他们召回来。我们现在得变更计划。在第二十组成功后,我将冲入核心区域!其他人尽力对我进行掩护。
所有人员全部抵达北部。研究团队与其融合完毕。SCP-CN-2133注意到北部区域的攻击猛烈,将大量粒子团派往北部,其余的留在南侧。
第五小队:我们成功击溃了数团粒子团,损失7人!
第八小队:我被触手缠住了!它冷不丁向我发射了一堆这种玩意,根本逃不开!
第七小队:收到,正在前往救援。
第一小队:收到,正在路上!
在其他小队的攻击下,SCP-CN-2133被迫放弃对第八小队的控制。第八小队损失8人,成功逃脱。
第九小队:怎么回事,SCP-CN-2133放出的粒子团明显减少了。我刚刚看见一群粒子团回到了SCP-CN-2133主体内。
Lolin.aic:它肯定又有什么新花招。我会留意其变化的。
第二十小组:我们成功突破了第三层。任务马上就可以完成了!
第一小队:攻击停止了……不对劲……它在膨胀!它又开始膨胀了!
Lolin.aic:继续攻击,它好像在找什么……我们必须尽快完成任务!
第二十小组:好了,抵达核心区域!Lolin,这里由你接手。
Lolin.aic派遣大部分精神进入核心区域。其余各小队停止攻击,赶向南侧区域。
第六小队:我们已抵达预定区域。
Lolin.aic:第一至三小队跟我进入核心区域,第四小队看住EVE粒子流破洞,不要让它闭合,五至十小队在外边守住!
各小队就位。SCP-CN-2133开始往南侧区域并伸出大量触手。
第五小队:发现大量粒子团!展开攻击!
第八小队:我被触手盯上了!暂时无法对抗粒子团。
第三小队:我被包围了!请求支援!
第五小队:收到,马上就到。
第八小队:触手太多了!我们被缠住了!
第四小队:遭受攻击!破口缩小了一圈!
Lolin.aic:第一小队前去援助第四小队!我们没办法派出更多人手,核心区域的防御越来越强了!
第五小队:攻击好像减弱了。粒子团在向项目撤退!
Lolin.aic:它很有可能是想加大核心保护力度。第五、六和七小队立刻来核心区域支援,其余小队和第一、四小队守住破口!
各小队就位。
第三小队:怎么回事,核心区域防御好像并没有加强……
Lolin.aic:不对劲……所有现在仍在外边的小队立刻进入SCP-CN-2133内!快!
第一、八小队成功撤离至项目内部。SCP-CN-2133突然放出一道极其强大的EVE粒子流,第四、九、十小队被冲散,后被确认击溃。
第一小队:破口开始缩小了!它想把我们困在里面!
Lolin.aic:它是想玉石俱焚!我们已经占领了大部分核心区域。第四小队来核心区域全力进攻!我去守破口。
Lolin.aic派70%精神变化为一团环状精神云,抵住破口,剩余部分与第一小队对破口周围展开猛烈攻击。破口缩小被成功阻止。
第三小队:攻占马上就完成了!还剩最后一点!
Lolin.aic:快!我还能支撑一会。
第三小队:这一块区域的防御又被加强了!
第五小队:我们会抵住粒子团的攻击,你们快点占领核心!
第五小队精神云展开成膜状,成功抵挡了一段时间的粒子团攻击。最终被击溃。但此时,项目核心区域被成功占领。
第三小队:Lolin,我们成功了!正在前往破口!
Lolin.aic:快!我马上支撑不住了!
各小队成功撤离,随后Lolin.aic将10%的精神留在项目内部进行操控。剩余部分成功撤退。
Lolin.aic:终于成功了……
剩余人员纷纷退出精神脱离。寥寥无几的存活者相互拥抱。
<记录结束>
备注:事后,Dr.Kalan、Dr.Celam及存活下来的研究团队成员被评为Area-CN-120站点守护之星,而Dr.Frank被确认死亡,原因为在项目收容过程中精神严重受损。其与所有死亡的参与收容人员被追授为站点守护之星。两周后,Area-CN-120站全面恢复运转。三个月后,Dr.Kalan发表了论文《精神控制类异常使用的方式》,其中详细记载了其对“载体”的研究。一年后,A型异常控制单位被Celam成功研制,SCP-CN-2133被转移至其中。此外,Dr.Kalan还自愿贡献出了自己的日记。该日记后被Area-CN-120站文书部门编写为《Kalan博士传》,现存放于太魄楼图书馆“人物传记”区域。
« SCP-CN-2132 | SCP-CN-2133 | SCP-CN-2134 »