/* 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]]
[[/=]]


观测到的第一个SCP-MC-211-1样本(SCP-MC-211-1-A),摄于SCP-MC-211发生前。
指派站点 | 站点主任 | 研究领队 | 指派特遣队 |
Area-MC-03 | Andrew Whaseven | Andrew Whaseven | MTF-MC Corridor-8“守望者” |
特殊收容措施:按照211-CENTRE协议,SCP-MC-211研究小组已驻扎在Area-MC-03以对主世界中潜在的SCP-MC-211事件进行观测。一支传播学评估小组在Area-MC-03随时待命,以监视是否有符合条件的SCP-MC-211-1对象并策定干预方案。MTF-MC Corridor-8“守望者”已组建,其任务是进行实地考察、介入干预以及善后工作。
EAPD(经济学与建筑学专业部门)将在每个被认定为SCP-MC-211-1的聚落周围设立前哨观察站,每日针对该聚落进行一次Lambda-440标准的经济学评估与政治环境评估,以预测SCP-MC-211的发生时间。若距SCP-MC-211预计发生时间少于30日,EAPD需整合一份综合报表并提交至Area-MC-03站点主任办公室,在经过至少4位4级人员评定并同意后,程序211-WTD将执行。
程序211-WTD包括:
- 强制干预SCP-MC-211-1(下称“对象聚落”)的政治环境,使得对象聚落的政府(若有)由研究小组控制。
- 封锁对象聚落的一切市场。若市场中有较为成熟的货币体系,则停止发放货币。
- 疏散所有对象聚落中的个体。对居住在对象聚落的时间超过█年的个体进行C级记忆清除。
- 通过焚烧、爆破、人工破坏等方式去除对象聚落中至少66%的作物以及耕地。
- [更多内容仅限MTF-MC Corridor-8“守望者”成员或拥有5/211权限人员浏览]
由于对象的异常性质,预测SCP-MC-211的发生在多数情况下是困难且不精准的,若对象聚落被评估为“无保护价值”且有4名4级人员同意,程序211-WTD可不执行或取消。对于SCP-MC-211-1的物理收容是不必要的。
目前仍没有使SCP-MC-211-2个体恢复的方法,一支心理学小组被指派援助有相关需求的个体。
特殊收容措施更新 21/2/11:鉴于SCP-MC-211事件频率上升,以及其破坏性大、无法收容的特性,已将收容等级调整为Keter。
描述:SCP-MC-211是一系列异常现象,主要表现为异常的灾难性事件发生于聚落或政治实体,以及受影响聚落或政治实体中的居民个体消失。
SCP-MC-211-1是单个被SCP-MC-211作用的聚落或政治实体。根据至今观测到的SCP-MC-211实例,SCP-MC-211-1一般有以下特征:
- 常驻居民数超过2██
- 政治影响范围大于1██个单位
- 处于前自动化时代
- 拥有景观性或实用性的面积超过2██个单位的小麦耕地
- 经济状态良好
- 内部较为和睦1
- 官方指定的通用名或较流行的名称为“麦田镇(Wheatfield Town)”及其不同语言的意译、音译或变体2
在符合特征的聚落中,估计SCP-MC-211以每自然日0.025████%3的几率随机发生。SCP-MC-211的发生有以下三个阶段:
- 第一阶段:该阶段表现为一系列异常现象:SCP-MC-211-1内部经济高度繁荣,政治环境显著提升,与其他非异常聚落或政治实体的外交关系缓和;SCP-MC-211-1中的小麦生长速度提高237%~286%,在极端情况下其生长阶段将缩减为3个;SCP-MC-211-1内居民劳动积极性提高,情绪保持乐观。
- 第二阶段:该阶段表现为灾难性的异常事件,且在每次SCP-MC-211中表现都有所不同。通常来说,该事件将致使SCP-MC-211-1超过8█%的恒久物体消失或失用,超过6█%的易变物体消失、失用或被击杀,居民亦可能被杀4。SCP-MC-211-1最晚在此阶段的末尾进入无政府状态,经济与市场体系被摧毁,小麦耕地被大面积破坏。
- 第三阶段:该阶段表现为作用于部分SCP-MC-211-1居民上的异常影响,受此影响的居民被称作SCP-MC-211-2。异常影响包括情绪上的失落、悲观,性格上的冷僻,记忆上对SCP-MC-211-1的信息以及SCP-MC-211事件的细节记忆加深,生理上[已编辑]。在此阶段开始后的5~4██日内,SCP-MC-211-2将以随机比例于随机时刻在客观上消失,一切追踪其去向的尝试均失败。
在一次SCP-MC-211中,成为SCP-MC-211-2的居民数与事件所造成的破坏5呈正向关系。所有SCP-MC-211-2个体在事后都表现出对SCP-MC-211-1的怀念、惋惜、遗憾的情绪,且在未消失的个体中尤其强烈。
有关典型的SCP-MC-211的案例与分析,详见附录。
附录MC-211.1
SCP-MC-211-A事件分析报告
SCP-MC-211-A事件分析报告
SCP-MC-211研究小组
研究人员
Andrew Whaseven(领队)
Spellson Crusoe
Zed Square
文件权限
4级
记录时间
2020.2.11
SCP-MC-211-A是第一个观测到的SCP-MC-211,其对象是被称为“麦田镇(Wheatfield Town)”的政治实体(被编号为SCP-MC-211-1-A)。作为最典型也是唯一已经完成全部调查分析工作的SCP-MC-211案例,本报告将从数个方面分析此次事件。
SCP-MC-211-1-A基本情况
官方名称:麦田镇(Wheatfield Town)
中心坐标(x,z):+22██,-11██
人口:2482人
发展情况:前自动化时代
经济情况:自由市场
贸易情况:出口为主(农产品)
外交情况:与周边数个规模更小的聚落有友好关系
军事情况:无常备军
政治体制:资产阶级内阁责任制
领导人:A█████ W███████
事件经过
2020.1.23 T-19(d):一个名为萨文奇(Saavenge)的政治实体于+9██, -13██的地下部分出现,其被认为由附近的████、██████以及████的部分居民组成,萨文奇拥有未知来源的武器、补给物以及技术,推测是异常事件所致。此时刻被认为是SCP-MC-211-A的起始时刻。
2020.1.26 T-16:“第二届麦田镇大会”在聚落东北处的政府大楼召开,在会上,领导人A█████ W███████表现出明显不安。会后,SCP-MC-211-1-A的执政团体“内阁”私下召开了另一场会议,会上A█████ W███████表示“来自南方的萨文奇政权将在十数天后攻击麦田镇”,尽管没有任何实质性证据,但据信此次秘密会议决定了SCP-MC-211-1-A将开展防御措施。
2020.1.27 T-15:周边数个聚落与SCP-MC-211-1-A断绝联系。
2020.1.28 T-14:根据SCP-MC-211-1-A的农业部门的一份报告,2020年1月预计小麦总产量提高24█%,耕地面积扩大56%;同日,经济部门报告称市场交易量同比上月增长42%。
2020.1.30 T-12:A█████ W███████签署了一份未知的文件,内容可能是关于应对萨文奇入侵的策略。
2020.1.31 T-11:萨文奇于+14██, -13██建立了一个前哨站,但没有被任何SCP-MC-211-1-A的居民观测到(包括当天前往距该地2█单位处打猎的数位居民)。
2020.2.1 T-10:“第三届麦田镇选举”开始,候选人有企图连任的A█████ W███████、反对派官员M██████ A███以及一位首次参加竞选的手艺工人D███ H███。同日,SCP-MC-211-1-A政府仓库内224组零17个火药、586组零44个铁锭、151组零34个钻石、约1861组各式原木、3825组圆石以及大量其他建筑材料与物品被调走。
2020.2.3 T-8:政府大厦及其周边的广场、集市被紧急关闭,选举投票站转移至SCP-MC-211-1-A中部地区的一座教堂。
2020.2.4 T-7:SCP-MC-211-1-A开始招募民兵。同日,选举达到白热化,A█████ W███████与M██████ A███的票数比为784:730。
2020.2.5 T-6:当地147名建筑师被召集到政府大厦,推测其为设计SCP-MC-211-1-A的防御体系的恒久部分;数个集中工作点被关闭,之前在这些场所工作的居民被转移到林场或是矿场;政府开始请求居民捐赠指定材料。
2020.2.6 T-5:SCP-MC-211-1-A防御体系恒久部分开始建造,超过800名居民投入了该项工程。
2020.2.7 T-4:M██████ A███宣布退出选举,推测其已收到萨文奇将进攻的信息。值得注意的是,此事件与上述事件均未引起SCP-MC-211-1-A居民的反对或者怀疑,是为SCP-MC-211的异常效应。
2020.2.8 T-3:A█████ W███████以1022票击败对手D███ H███(163票),赢得第三届选举,开始第三期连任。当晚,政府大厦广场短暂开放,A█████ W███████于广场作了短暂的就职演说(见下方附录2),这是已知的A█████ W███████的最后一次公开露面。
2020.2.9 T-2:宵禁令颁布,除自动化农业生产与矿业生产外一切生产活动暂停,各类市场活动暂停,SCP-MC-211-1-A南部的居民在夜间被撤离至北部,之前征召的所有民兵到达位置。是日傍晚,基金会于SCP-MC-211-1-A东北方一聚落的特工察觉到SCP-MC-211-1-A的异常情况,监督者委员会指派距此最近的Area-MC-03站点主任兼高级研究员Andrew Whaseven负责对SCP-MC-211-1-A进行观测。
2020.2.10 2:00 T-26(h):基金会特工于SCP-MC-211-1-A南方约80个单位处发现了个体消失的痕迹,经确认,其身份为SCP-MC-211-1-A新一任“内阁”的经济部长。
2020.2.10 7:00 T-21(h):SCP-MC-211-1-A官方向每位常驻居民发放了一个潜影盒,内容包括1把铁剑、1套铁盔甲、16个原木、32个圆石,以及可提供饱食度总计在100左右的食物。
2020.2.10 10:00 T-18(h):SCP-MC-211-1-A防御体系恒久部分完成。
2020.2.10 12:00 T-16(h):SCP-MC-211-1-A内大部分活动均暂停,此状态被认为是SCP-MC-211第一阶段末尾的标志,直至第二阶段到来。
2020.2.10 23:00 T-5(h):机动特遣队MTF-MC Span-15“平行者”(Parallel Person)收到紧急通知,前往+16██, -6██处观察接下来SCP-MC-211-1-A的状态。
2020.2.11 1:00 T-3(h):于+21██, -12██观察到萨文奇的个体,其大多装备了全套附魔钻石盔甲(经稍后确认,附魔属性为保护V),持有附魔钻石剑、附魔钻石斧、附魔弓、附魔弩等多种装备,另有萨文奇方面建筑师于此建造临时补给处与红石驱动型攻击器械。
2020.2.11 3:00 T-1(h):萨文奇阵地停止活动。
2020.2.11 T=0:当日4:00,随着萨文奇阵地发射了一颗附有红色大型球状爆炸烟火之星的烟花火箭,萨文奇开始了对SCP-MC-211-1-A的进攻,标志着SCP-MC-211第二阶段的开始。萨文奇方面使用易变物体推进装置发射了3轮共102发TNT,彻底破坏了SCP-MC-211-1-A南方的河床与桥梁,随后超过540名萨文奇个体携带速度与力量效果从南部进入SCP-MC-211-1-A。SCP-MC-211-1-A方面开始反击,其使用稍显落后的易变物体推进装置向萨文奇进攻方向匀速发射TNT,位于SCP-MC-211-1-A南部第一道防线的民兵在远距离使用固定箭矢发射器、弓、弩、火焰弹等攻击经由河床上岸的萨文奇个体。萨文奇个体凭借装备与效果优势迅速靠近了第一道防线,SCP-MC-211-1-A民兵开始与之近战,但伤亡惨重,第一道防线于当日4:28被攻破,其余民兵被召回第二道防线
SCP-MC-211-1-A派遣了装备有鞘翅的民兵进入战场执行侦查与定点打击任务,但由于萨文奇的弓箭手与防空火焰弹而收效甚微。萨文奇个体未经休整,快速向第二道防线发动攻击,其药水效果仍有保持,推测其混合了SCP-MC-███。由于第二道防线处于SCP-MC-211-1-A广袤的麦田中,熟悉地形的民兵对萨文奇方面展开袭扰,放缓了其进攻速度。4:55,一批约40发TNT的易变物体攻势来到第二道防线,意外地击中了SCP-MC-211-1-A在前线设立的补给仓库与指挥部,民兵退守至城区内。
5:12,萨文奇个体占领了第二道防线,当即使用岩浆桶、打火石、火焰弹等焚烧了麦田。焚烧麦田的大火直至2月12日20:00左右结束,约1███个小麦损失,SCP-MC-211-1-A耕地面积锐减91%。
在经过短暂休整后,萨文奇方面于6:37开始了对城区的攻击,SCP-MC-211-1-A民兵与居民的抵抗很大程度迟滞了萨文奇陆地方面的进攻。8:30,萨文奇出动了2式粘液块-红石驱动双向恒久型推进轰炸装置(尚未得知其材料与技术来源),对SCP-MC-211-1-A城区部分轰炸,随后另一批约40位装备有鞘翅的萨文奇个体组成的队伍向SCP-MC-211-1-A城区中的木制建筑点火,由于SCP-MC-211-1-A城区内大部分建筑为木制,火焰迅速蔓延。
至10:00,萨文奇方面占领了SCP-MC-211-1-A的西部旧城区与南部经济区,这包括了超过75%的城区面积。萨文奇个体使用TNT清理当地的恒久物体,并试图杀死当地所有的SCP-MC-211-1-A居民个体。
15:17,随着萨文奇方面的第三次大规模TNT攻击,SCP-MC-211-1-A方面退守至东北部城区的第三道防线,即由麦迪逊桥-罗缇非大坝组成的坚固建筑群。此处距离SCP-MC-211-1-A政府大厦约为210个单位。17:50,萨文奇方面在清理了已占领城区的大部分恒久物体后,大规模使用末影珍珠传送至罗缇非大坝北部40~80个单位处,由此展开对第三道防线的闪击。负责防守该防线的SCP-MC-211-1-A反对派成员M██████ A███在宣布剩余士兵全部回防政府大厦后被萨文奇个体杀死。17位SCP-MC-211-1-A民兵在罗缇非大坝上点燃了数十个TNT炸毁了大坝,随后死亡。推测此时SCP-MC-211-1-A民兵仅剩原有的17%,有反击能力的居民仅剩原有的33%。
18:12,SCP-MC-211-1-A剩余所有民兵与大多数居民退至政府大厦与广场。得益于当地自动化程度较高的防御设施与有利的地形,萨文奇方面于18:00~20:00组织了三次进攻,但均未攻入到广场。萨文奇方面发动了几次轰炸,但由于政府大厦主要由石砖与混凝土制成,效果并不明显。20:05起,萨文奇方面停止了进攻。不久后,萨文奇方面开始向下挖掘地道。至20:42,据基金会█-███装置显示,萨文奇已在政府大厦及广场下方y=16~y=32处挖掘出了一个8██×5██大小的空间,这一速度被认为是异常作用。随后,这一空间逐渐被一未知的恒久物体填充。
2020.2.11 21:10 T+17(h):从SCP-MC-211-1-A政府大厦及广场下方发生了一场被评定为██级的爆炸,推测来源可能是末影水晶或大量的TNT,该爆炸直接导致以政府大厦中心半径为3██个单位的范围内的66%的恒久物体被移除,政府大厦与广场100%的恒久部分被移除,当时处于政府大厦与广场位置的100%的SCP-MC-211-1-A居民个体被移除。
2020.2.12 0:00 T+20(h):萨文奇个体及其之前建造的恒久物体消失,标志着第二阶段的结束。
2020.2.14 T+3(d):开始有幸存的SCP-MC-211-1-A居民出现于地表,这被认为是第三阶段的开始。
2020.2.15 T+4:被认为是SCP-MC-211-1-A唯一幸存的官员,前内阁运输部长开始组织灾后临时安置并开展相关统计。基金会开始介入。
2020.2.20 T+9:统计初步完成(见下方附录2)。然而,根据SCP-MC-211研究小组稍后的修正,认为此时已有SCP-MC-211-2产生,因此幸存人口应比统计人口略多。
2020.2.21 T+10:首次被注意到的SCP-MC-211-2消失事件。
2020.2.23 T+12:有幸存者开始编写与整理有关SCP-MC-211-1-A的历史,幸存者中的大多数表现出悲痛的情感,推测SCP-MC-211-2已广泛存在。
2020.2.27 T+16:SCP-MC-211-2消失速率大幅度提高,基金会尝试追踪消失者但失败。
2020.2.29 T+18:至此,推测100%的幸存者已成为SCP-MC-211-2,已消失的比例占原有幸存者的约70%。
2020.3.7 T+25:运输部长消失,在其临时居所里发现了写有文字的书与笔(见下方附录2)。
2021.2.11 T+366:最后一位已知的在SCP-MC-211-A中转化为SCP-MC-211-2的个体消失。
采访
采访日志1
采访者:Spellson Crusoe,站点主任助理
受访者:Vladimir R███████(SCP-MC-211-1-A第三届“内阁”运输部长)
时间:2020.2.17
地点:受访者临时住处
备注:为了确保帷幕协议,此次采访中Spellson Crusoe以探险家的身份向受访者提问。
Spellson:所以,您记得当时的场面吗?
Vladimir:难以忘记。闪着白光的TNT呼啸着从空中袭来,他们往往伴随着雨一般落下的冒着绿色气泡的毒箭——它们一个摧毁了我们的家园,一个杀死了我们的弟兄。敌人足够野蛮……他们只是挥着斧头向一切能看到的东西砍去。
Spellson:当时您是在?
Vladimir:政府大厦,后来我被指派前往西北城区疏散那里的居民——这救了我一命。当然,你不知道我们的政府大厦是什么,如果你想知道,(苦笑)那也太迟了。
Spellson:其他部长们呢?还有这个城镇的最高领袖呢?
Vladimir:(沉默)……其他部长们大多战死了——哦,Sparton,Medison,Kosyman——他们本可以把这些事情说给你听的。至于镇长——我还没想过。他从2月9日起就没有参加过每日的内阁例行会议了——我怎么可能没有发现?
Spellson:好……感谢您和我说了这么多,现——
Vladimir:他本知道这件事的。
(采访结束)
采访日志2
采访者:Spellson Crusoe,站点主任助理
受访者:C█████ F████(SCP-MC-211-1-A居民,采访时已成为SCP-MC-211-2)
时间:2020.2.23
地点:SCP-MC-211-1-A北部由基金会前台组织名义搭建的难民住所
备注:为了确保帷幕协议,此次采访中Spellson Crusoe以难民救济组织调查顾问的身份向受访者提问。
Spellson:F████先生,我们又见面了,这些天还好吗?
受访者:一切都好,我想我对麦田镇的想念或许减轻了些。
Spellson:那是最好的,我这次来还是例行询问,你明白的。
受访者:好的,您先坐下吧。
(省去无关内容)
Spellson:您最近的心情怎么样?
受访者:都好。
Spellson:嗯……先生,我希望您能尽可能提供实际情况,这样我们才能更好地为您服务。
受访者:是,是。我对这个镇子的感情,还是没能消散。现在我每天去后面那块田里耕地,就好像我之前做的那样,于是我往往没几分钟就回来了。这是挺难受的……你的房子、朋友、毕生为之操劳的事业,就在一天里消失殆尽了。
Spellson:话说回来,您对那伙侵略者有什么印象吗?很抱歉触动您不好的回忆,但我们需要了解更多信息。
受访者:他们太强大了,不论是从力量还是武器。我见不到他们的表情,也无法猜透他们的意图,他们似乎只是破坏与杀戮——他们不会打开箱子拿里面的财宝,也并不俘虏我们的人作他们的奴隶——只是为了破坏和杀戮。我不知道意义何在。
Spellson:您认为他们这么做仅是为了取乐?
受访者:(沉默了约20秒)麦田镇,我的麦田镇。她不在了。
(采访结束)
采访日志3
采访者:Zed Square,道德伦理委员会驻Area-MC-03顾问
受访者:Andrew Whaseven
时间:2021.1.30
地点:Area-MC-03,站点主任办公室
备注:[仅向道德伦理委员会成员开放]
[数据删除]
Zed:所以您认为这个异常应该被划为Keter?
Andrew:是的,这一支脉的最后一位平民已经不久于人世了,正如研究小组预测的那样。
Zed:结论是?
Andrew:被焚毁的麦田越来越多了。我们决不容许再有一个麦田镇因异常而消失在这个世界上。
(采访结束)
结论
SCP-MC-211-A是第一个被观测到的SCP-MC-211事件,也是至今所有事件中影响范围最大、影响人数最多的一个案例。这也是唯一一个完整地经过了三个阶段,且100%的SCP-MC-211-1-A幸存居民被转化为SCP-MC-211-2并全部消失的案例。然而,由于样本不足,SCP-MC-211-A对于研究SCP-MC-211性质的作用十分有限。
基金会信息收集小组对于SCP-MC-211-A中的重要信息作了整理归档,详见下方附录2。
附录MC-211.2
SCP-MC-211-A重要信息汇总

来自EAPD信息科的提醒
以下是SCP-MC-211-A中收集的重要信息,仅限SCP-MC-211研究小组及拥有临时权限的成员开放。文字右侧的图片可能与文字无关,请悉知。

SCP-MC-211-1-A徽标。

一位装备有鞘翅的萨文奇个体,潜在的认知危害已屏蔽,拍摄者未知。
附件01:A█████ W███████的就职演说
记录时间:2020.2.8
内容:
麦田镇的居民们!
今天,2020年2月8日,是我第三次站在这里,这美丽的樱树6下,这宏伟的石柱旁,只为再一次宣誓:我,A█████ W███████,在此就任麦田镇第三届镇长,我将继续带领麦田镇的居民们向未来迈步前进,为美好的明天矢志不渝地奋斗,保卫我们金色的麦田!
(欢呼)
但是,居民们,我们面临着一个严峻的问题,一个麦田镇从来没有遇到过,也从未有麦田镇居民——当然包括我——面对过的挑战。这场挑战或许会演变为浩劫。
(数秒的安静)
我们不知道我们的前方有着怎样的艰难险阻,我们不知道我们有什么具体的知识来应对它,我们甚至不知道挑战本身是什么。居民们,未来的洪流迅烈如斯,能以奔涛般淹没我们的城镇——但只要我们团结一心,我们想起我们的家园,我们的朋友,我们就将无往不胜。
居民们!朋友们!我们今晚在此告别吧!告别了过去,朝向未知的明天!
(结束)

一个试图以鞘翅袭击SCP-MC-211-1-A政府大厦的萨文奇个体,潜在的认知危害已屏蔽,拍摄者未知。

SCP-MC-211-1-A的麦田,拍摄者为当地居民。
附件02:由SCP-MC-211-1-A幸存者制作的统计
记录时间:2020.2.21
内容:
项目 情况 备注 人口 24(已统计) 在战争中损失了99.03%的人口 建筑物(可用) 2 为西北岸的两栋公寓楼 建筑物(轻度损坏) 4 建筑物(损毁) 无法统计 政府成员 1 运输部长兼临时委员会主席Vladimir R███████ 资源 1级损失 90%以上的建筑材料与资源损失

SCP-MC-211-1-A居民合影,据调查,图片上所有居民皆幸存,并在第三阶段消失。拍摄者未知。
附件03:Vladimir R███████留下的书与笔
记录时间:2020.3.7
内容:
从前我只是一位普通的居民,我既欢腾于这一方土地,又受囿于这里的狭小——我往往望着高高的天,身后是无垠的麦田。我们劳动,我们创造,荒芜的地盘跃出了建筑,空旷的草原拔起了楼房,那是我最幸福的时候。
接着我的出色表现给了我自己一个进入内阁的机会,我开始以别样的视角审视这个伟大的城镇,我甚至无法找到比这更美好的事物了。于是我坚持着我的使命,我在地下开凿了错综复杂的铁路网——当初没人支持,政府隧道的第一个400方块是我一个一个开出来的——我把水渠修到每片麦田的深处,直至每一寸土地都染上令人欣喜的滋润的深色。
后来,一场似乎是预先警告过的灾难降临,建筑倒塌了,楼房爆炸了,金色的麦田与血红的火焰作无谓的挣扎。我亲手打开了地下隧道的岩浆阀门,用这最炽热却又最冷酷无情的液体阻隔了我们与恐惧——也阻隔了未来与现在。
至于现在,我站在这里,平原的风混杂着烧焦的味道从四面八方狂妄地袭来。我们为了美好的明天选择了这里,但本不该降临于我们的痛苦迫使我们选择离开。这片土地像是一片坟墓,又像是我们从未来过。
附录MC-211.3
值得关注的SCP-MC-211列表
编号 | 211-1名称 | 事件 | 直接人口损失 | 恒久部分损失 | 211-2转化率 | 211-2消失率 | 备注 |
---|---|---|---|---|---|---|---|
211-B | 麦田镇 | 执政团体内部出现矛盾并分裂,其成员先后出走,最后一名成员离开前炸毁了数栋大型建筑。报告显示此个体的爆炸物来源未知,极有可能是SCP-MC-211及其衍生效应产生的。 | 86/430(20.00%) | 约47% | 62.21% | 57.20% | 与其他案例相比较为温和的一个案例。 |
211-D | 麦田联邦 | 两名当地商人为了一块土地而争执,这稍后演变为了双方使用TNT、末影水晶、岩浆桶以及[数据删除]的战斗,随着对平民的杀伤与对建筑的破坏,越来越多的平民亦加入了战斗。由于SCP-MC-███被使用,所造成的破坏远远超出预计。 | 764/1351(56.55%) | 约86% | 94.63% | 78.26% | SCP-MC-███稍后被收容。 |
211-H | 维特菲尔德(Wheatfield) | 一位自称为“执行者(Operator)”的非当地居民在与政府官员起冲突后突然飞上天空,并自行生成了大量已处于易变状态的TNT,炸毁了SCP-MC-211-1-H的中心区域,爆炸留下的空洞直至y=█。此个体随后消失。尚未得知TNT的来源。 | 1462/1556(93.96%) | 约90% | 100.00% | 97.83% | 第二次观察到100%的居民转化为SCP-MC-211-2。 |
211-K | 麦田镇 | 数个未知个体于夜间在当地释放了超过███个凋灵,随后个体消失。 | 1022/1355(75.42%) | 约64% | 84.25% | 85.91% | 推测凋灵骷髅头与Site-MC-██的收容失效有关。 |
211-L | 麦田城 | 此事件的第一阶段效果加剧,没有经过第二阶段,直接进入了第三阶段(即居民转化为SCP-MC-211-2并消失)。 | 106/106(100%) | 0.00% | 100.00% | 100.00% | 于政府办公处发现一本成书,内有“我们不再相聚。”字样。 |
附录MC-211.4
于SCP-MC-211-1-A遗址和Area-MC-03站点主任办公室桌上发现的信件
2021年1月31日,在[数据删除]事件后,一份由书与笔作为载体的信件同时于SCP-MC-211-1-A遗址和Area-MC-03站点主任办公室桌上被发现,作者未知,亦没有说明寄送对象。目前此二份信件中,一份于Area-MC-03站点主任办公室样本储存柜中,一份正由SCP-MC-211研究小组和传播学小组研究。
致:
心爱之物的破碎,日夜辛勤的付之一炬,辉煌的落幕,权力的肆意妄为,[仅限监督者议会或超形上学部成员访问]。他们选择离开。
今日,千万座城市拔地而起。
明夜,又一处麦田枯萎消亡。
这就是麦田镇消失的故事。
在这两份信件出现后,SCP-MC-211的出现速率上升约██%。
« SCP-MC-210 | SCP-MC-211 | SCP-MC-212 »