著作信息
新人(fw)的第一篇文档,希望大家喜欢
图片来源:https://pixabay.com/zh/photos/business-computer-conference-20031/
感谢Franz Ismal,
xOLowithSinnine,
H-Storm Z,
sciencekiller,
day by die,
Dr Ankh,
Gong Ju Ren的看稿以及对其做出的修改建议
感谢WSOA1-Transenci的部分剧情思路提供
感谢Hauyu一直鼓励我发射这篇文章,我谢谢他祖宗十八代
@supports((display: -ms-grid) or (display: grid)) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header { 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 -3.5rem; -webkit-background-size: auto 8rem; -moz-background-size: auto 8rem; -o-background-size: auto 8rem; background-size: auto 8rem; background-position: center top; opacity: 0.45; pointer-events: none; } #header h1, #header h1 a, #header h1 a::before { position: absolute; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; } #header>h1>a>span { width: 100%; height: 100%; top: 0; left: 0; max-width: inherit; } #header h1 { height: -webkit-calc(100% - 2.25rem); height: -moz-calc(100% - 2.25rem); height: calc(100% - 2.25rem); } #header h1 a::before, #header h1 a { text-align: center; line-height: 0.8; } #header h2, #header h2 span, #header h2 span::before { position: absolute; left: 0; top: 0.15em; margin-left: 0; padding: 0; width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; text-transform: uppercase; pointer-events: none; } #login-status { min-height: -webkit-calc(var(--base-font-size) * 1.5); min-height: -moz-calc(var(--base-font-size) * 1.5); min-height: calc(var(--base-font-size) * 1.5); -webkit-border-radius: .0625rem; -moz-border-radius: .0625rem; border-radius: .0625rem; -webkit-border-radius: var(--border-radius-width); -moz-border-radius: var(--border-radius-width); border-radius: var(--border-radius-width); color: rgb(var(--pale-gray-monochrome)); background-color: rgba(0, 0, 0, 0); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; left: 3%; right: initial; } #login-status .printuser { --wght: 900; position: relative; top: 0; left: 0; color: rgb(var(--swatch-menutxt-light-color)); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0.25rem; margin: 0; font-weight: 900; } #login-status #my-account { --wght: 300; color: rgb(var(--pale-gray-monochrome)); font-weight: 300; } #login-status #account-topbutton { border: initial; padding: 0.5em 0.5em 0.5em 0.25em; position: relative; height: 100%; top: 0; left: 0; margin: 0; font-size: 1em; } #account-options { width: auto; padding: 0.5em; border-color: rgba(var(--bright-accent)); background: var(--gradient-header); color: rgb(var(--swatch-text-light)); } #account-options ul li a { color: rgb(var(--swatch-text-light)); } #account-options li a:hover { color: rgb(var(--swatch-text-light)); text-decoration: underline; } @media only screen and (min-width: 769px) { #search-top-box { right: 3%; top: 0.5rem; } #search-top-box-form>input, #search-top-box-form>input:hover, #search-top-box-form>input:focus { background: rgb(var(--black-monochrome)); } #search-top-box-form>input { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form>input:hover, #search-top-box-form>input:focus { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } #search-top-box-form input[type="submit"], #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { border: none; border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form input[type="submit"] { background: rgb(var(--swatch-primary-darkest)); color: rgb(var(--swatch-menutxt-light-color)); } #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { background: rgb(var(--swatch-primary)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } } #page-title { text-align: center; } @media only screen and (max-width:768px) { :root { --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header h1, #header h1 a, #header h1 a::before { top: 0.25rem; } #header h2, #header h2 a, #header h2 a::before { top: 0; } #header h2 span { margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem); } }
@supports((display: -ms-grid) or (display: grid)) { @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.25rem; left: 0.5rem; width: 3rem; opacity: 1; pointer-events: all; } #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.25rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; -webkit-transition: opacity var(--sidebar-transition-timing); -o-transition: opacity var(--sidebar-transition-timing); -moz-transition: opacity var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%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(--swatch-menubg-color))) !important; -webkit-border-radius: var(--toggle-roundness, 50%); -moz-border-radius: var(--toggle-roundness, 50%); border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; } #side-bar { display: block; position: fixed; top: 0; left: -webkit-calc(var(--sidebar-width-on-desktop)*-1); left: -moz-calc(var(--sidebar-width-on-desktop)*-1); left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; -webkit-transition: left var(--sidebar-transition-timing); -o-transition: left var(--sidebar-transition-timing); -moz-transition: left var(--sidebar-transition-timing); transition: left var(--sidebar-transition-timing); height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); -webkit-border-radius: 0; -moz-border-radius: 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; -webkit-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); -o-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); -moz-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); 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: -webkit-calc(100% - var(--sidebar-width-on-desktop)); width: -moz-calc(100% - var(--sidebar-width-on-desktop)); width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #content-wrap { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: -webkit-calc(100vw - (100vw - 100%)); width: -moz-calc(100vw - (100vw - 100%)); width: calc(100vw - (100vw - 100%)); min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); -webkit-box-flex: 2; -webkit-flex-grow: 2; -moz-box-flex: 2; -ms-flex-positive: 2; 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; width: 45.8rem; max-width: 45.8rem; margin: 0 auto; } @media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) { #side-bar { -webkit-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); -o-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); -moz-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); 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 var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before { 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: -webkit-calc(100% - var(--sidebar-width-on-desktop)); width: -moz-calc(100% - var(--sidebar-width-on-desktop)); width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } } }
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media (prefers-reduced-motion) { div.anom-bar-container { --timeScale: 0; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);} to { opacity: 1; clip-path: inset(0);} } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem);} to { opacity: 1; transform: translateX(0);} } @keyframes expand2 { from { opacity: 0; max-width: 1%;} to { opacity: 1; max-width: 100%;} } @keyframes fade { from { opacity: 0;} to { opacity: 1;} } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
特殊收容措施:SCP-CN-2010被收容于Site-CN-95的一处封闭式标准物品收容柜中,前往SCP-CN-2010-1探索需要一名3级人员的许可。
于事故CN-2010后更新:暂时禁止进入SCP-CN-2010-1进行探索。
SCP-CN-2010
描述:SCP-CN-2010是一个██公司生产的投影机,当使用SCP-CN-2010播放任意影片后,受到SCP-CN-2010投影的墙面将产生空间异常。此时任何生物均可直接穿过受到SCP-CN-2010影响的墙面。穿过墙面的对象将来到SCP-CN-2010-1,SCP-CN-2010-1被推测位于一基准现实以外空间,为一栋名叫SCP基金会(Special Containment Protect Foundation)的建筑,宗旨被描述为:“保护世界上即将灭绝的异常”,SCP-CN-2010-1内部收容了和基金会具有相同编号,且具有部分相似特征的异常。大部分异常编号被空置,原因未知。SCP-CN-2010内部有人形实体,其习惯与基金会中的员工相同。
据位置测量仪器显示,SCP-CN-2010-1的位置与Site-19重合。经勘察,在Site-19附近并未发现任何与SCP-CN-2010-1相似的建筑。在SCP-CN-2010-1内部可以使用无线电设施和现实世界的人员进行沟通。人员在离开SCP-CN-2010-1时无法以物理方式带出空间内部的任何物体。
根据探索记录显示,在穿过受影响的墙面后,SCP-CN-2010-1的内部人员并没有对进入SCP-CN-2010-1内部的对象做出任何额外反应。离开SCP-CN-2010的唯一方法为穿过进入SCP-CN-2010-1时的墙面。任何从正常出口离开SCP-CN-2010-1的尝试均以失败告终。
附录
为方便查阅人员辨别,所有SCP-CN-2010-1内出现的异常代称都被打上了引号。
基金会派遣特工██前往SCP-CN-2010-1探索,特工携带微型对讲机和针孔摄像头。
通讯员:一切准备就绪,你可以进去了。
[特工穿过SCP-CN-2010所影响的墙壁]
通讯员:喂?听得到吗。
特工:可以。报告情况,现在我来到了一个走廊……旁边有电梯。针孔摄像头显示一个人靠近了特工,衣服上有“SCP”的图案(下文简称为研究员)
研究员:██博士?
特工:什么事?
研究员:您是新来的██博士吗。
通讯员:尽力配合他,如果出现问题,立即通过墙面离开。
特工:是的,我是██博士。
研究员:我是研究员██,负责带您熟悉这边的环境和你负责的保护项目。口渴吗,那里有个咖啡机,你可以去倒一杯咖啡.
通讯员:我虽然不在主站工作,但是我认得它,那是SCP-294,为什么会在这儿?
特工走向了咖啡机,输入了“可乐”,机器立即显示出范围外的字样。研究员:想什么呢,这就是个咖啡机,不会吐可乐出来。
特工:不好意思,我现在不口渴,我想我们可以去看看我负责的保护物了。
[中间无关内容跳过]
研究员:这是您的主要负责的保护对象,SCP-173。
特工:SCP-173?我听说这是一个杀人雕像,我是否会有危险?
研究员:那只是个谣传,许多人在来我们这儿之前都会听到这些谣言,甚至还有许多关于没用过的编号的谣言,比方说中国分部的SCP-CN-1773,谣传里他可以把别的“次元”的人拉到现实世界中,像是哄小孩用的,对吧。别相信我们这会有些什么危险的东西,这儿的生活安全到无聊……哦,差点忘了正事,这是“SCP-173”的档案。
通讯员:怪了,我们的SCP-CN-1773和他描述的差不多,这恐怕不是巧合。
研究员将一份“SCP-173”的档案交给了特工
通讯员:进去的时候保持警惕,没准这里的人很危险,必要的时候可以动用武力。
特工:嗯,我知道了。
特工进入了“SCP-173”的保护间,针孔摄像机拍摄到一只橘黄色小猫。
研究员:如你所见,这就是“SCP-173”,刚才你应该也在档案里看到了,这是一只猫,非常脆弱,如果有生物发出的力作用于它的身体,它脖子的部分会受到巨大的力,这个力量和生物触碰它时用的力有关。总之,它的脖子非常脆弱。但是它需要食物,它还会排泄,排泄物是一堆巧克力布丁
特工:好的,我明白了,那么我要干些什么。
研究员:你需要听从上级指示,派其他员工定时给"SCP-173"喂食,清理它的排泄物,站点主管会告知你需要研究的内容。记住一定要非常小心,它绝对比你想得脆弱。
特工:我知道了,接下来还有什么事吗?
研究员:接下来暂时没事了,如果你还想再熟悉一下站点,我可以带你继续去看看我们站点负责的其他异常。
特工:不需要了,我可以去休息了吗。研究员:没问题,这是您房间的钥匙,坐电梯到6层左转就是你的办公室。电梯在你来时的地方。
通讯员:去"办公室"可能会有一些不必要的风险,你直接回来吧,这样就行了。
特工:谢谢,下次见。
[特工和研究员告别并回到了Site-CN-95,探索结束]
为方便查阅人员辨别,所有SCP-CN-2010-1内出现的异常代称都被打上了引号。
基金会派遣特工███前往SCP-CN-2010-1探索,携带的工具和特工██所携带的相同
特工:呼叫指挥部,我是特工███,我似乎来到了上次那个特工来时的地方,旁边也有个电梯。
通讯员:好的,如果遇到什么人,尽可能配合他们的对话,在出现问题时立刻回来。如果有什么问题,也可以来询问我。
特工:明白。
[摄像头显示一个身穿白衣的人向特工走来(下文称为“博士”)]
博士:从Site-CN-95调过来的研究员███?我等你好久了。
特工:抱歉,让您久等了,带我去看负责的项目吧。
博士:快走吧,赶时间。
[中间无关闲聊省略]
博士:好的,我们到了小伙子,这就是“SCP-096”的房间。你应该看过文档了吧。
特工:说实话我快忘了,是那个什么看了脸就会……
博士:我看你记性不太好。幸好我准备了一份文档。
[博士将一份“SCP-096”的文档交给了特工
特工:我明白了,那么现在我应该做的第一步是戴上这个SCRAMBLE装置?你确定这东西有效果?
博士:这个你不用担心,这装置听说在几百年前就出现了,好像是那个叫…Daniel的博士发明的,花了他不少心血。而且每天都会有人来检修,戴上这个就可以和“SCP-096”正常交流了。现在,我们一起去“SCP-096”的房间和他聊聊,我带你几句,然后就看你的了
通讯员:为了保险起见,我想我应该要关闭这个针孔摄像头,接下来我只能听见你的声音了,祝好运。
[特工戴上了SCRAMBLE装置并进入了"SCP-096"的房间]
博士:“SCP-096”,近来可好?
[接收到低沉的男音,根据特工回到Site-CN-95的描述确认为“SCP-096”在与特工和博士进行交谈]
SCP-096:你好,博士,这位是新来的研究员吗?
博士:愣着干嘛?向“SCP-096”打个招呼啊。
特工:你好,伙计,我叫研究员███,那个,你看起来很高啊,你的脸……我看不见你的脸?
SCP-096:是的,这就是你们头上戴的这个装置的用处了,他可以让你们看不到我的脸,这样你们就不会来打我了。
特工:能造出这种机器,那位Daniel还蛮厉害的。
SCP-096:没错,我一直蛮佩服那老家伙,虽然我都没见过他,我记得最开始这个项目并不成功,剩下的我不记得了,好像是我因此杀了人……
博士:我记得我之前和你说过的,那段记忆肯定是你记错了。
SCP-096:嗯,应该是我记错了,但是不知道为什么那段记忆虽模糊,但是感觉起来非常真实。
特工:说起来这个SCRAMBLE装置的工作原理是?
博士:光学原理,简单点解释,在SCP-096的面部光线到你的眼中前屏蔽掉他。
SCP-096:说起来,我还是希望你们那天可以丢掉这个装置和我交谈。
博士:我们已经在研究了,我相信哪天你一定可以和我们一起正常交流。特工:不是说研究已经……
博士:闭嘴。
[沉默30秒]
博士:啊……气氛有点尴尬,我先走了,你应该已经学会和他交流了,接下来你来。
特工:什么?
特工:好吧他真的走了,我想问问关于你那些……模糊的记忆。
SCP-096:你感兴趣?我就说说,你也别当真,我也活了几百年,说不定我老年痴呆了呢。特工:我还蛮喜欢恐怖故事的,说来听听?
SCP-096:我说快点,就是一个人在几公里外看到了我的脸,我愤怒的去追,然后顺便把路上的人全杀了。接下来你们的人来了,他们戴着这个装置也看到了我的脸,所以我也把他们杀了。
特工:所以说你杀过很多人?可是你为什么要杀他们,他们只是看到了你的脸啊?
SCP-096:我不知道,前面也说了,故事,假的。
特工:啊,这是……奇幻故事?那么接下来我们来聊聊……呃……
[沉默]
[有人进入房间的声音]博士:我并没有真的走,事实上我在外面的监控上看你们。这不是你的错,很多时候,第一次来这儿的研究员总会把天聊死的。其实和“SCP-096”聊天很简单,你把他当成正常人就行了,你可以问问“你今天吃了什么”这些和你的朋友经常聊的话题,不是吗?
特工:好主意,所以说你今天吃了什么?
SCP-096:这不都是你们安排的吗,中午吃了一整只火鸡和一盘子生菜,配了面条。
特工:胃口不错。
[后续内容被确认为闲聊且对研究没有帮助,省略]
博士:今天你的任务完成了,事实上我蛮惊讶的,你学的可比一般的新人好多了。
特工:谢谢夸奖,但是我在和它聊天的时候还是比较紧张,我可以走了吗。
博士:事实上我有件事想和你说。
[博士按响了警报系统,摄像头显示两名警卫正在从走廊远处赶来]
博士:你的演技拙劣到可笑,我可不相信我们的研究员会对基金会了解的如此之少,刚才你想要及时离开我更是证实了我的想法,说吧,你是哪个国家派来的间谍?
特工:你在说什么?
通讯员:别解释了,警卫来了,迅速撤离!
[特工试图向墙面跑去,摄像头显示前方出现了一名警卫]
警卫:你这一跑不就全招了?[警卫拿起枪进行射击,特工被命中并倒地,摄像头和对讲机损坏]
通讯员:操,完了。
[记录结束]
附加:
特工███推测在这次事故中死亡,为考虑到人员安全,暂时关闭对SCP-CN-2010-1的探索。
对于这次探索中“SCP-096”所描述的事件,经过确认应该为事故096-1-A,目前“SCP-096”拥有此段记忆的原因正在考证。
来自:研究员Lafite
收信人:宫梓凉
标题:申请恢复对SCP-CN-2010的探索
这几次的探索记录只能说是个开始,SCP-CN-2010-1里保护的异常似乎和我们收容的异常有一些相似之处,我不觉得这只是个普通的空间异常,我们需要更多的数据来进一步研究。为防止损失特工,我提议使用D级人员进行探索。
来自:宫梓凉
收信人:研究员Lafite
标题:回绝
我们已经在此项目中损失了一名人员,也知道了此异常的异常效应并可以进行妥善收容,不需要冒着失去一名人员的风险继续前往探索。其次,让D级人员单独进入SCP-CN-2010-1风险过大,故拒绝此方案。
检测到本文档已经于2021/4/1更新,点此阅读
« SCP-CN-2009 | SCP-CN-2010 | SCP-CN-2011 »





