fragment:scp-6500-2 |
---|
作成者: YS_GPCR |
作成日: 02 Oct 2022 16:18 |
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; bottom: 0.5em; left: 0.5em; z-index: 15; font-family: san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888 !important; background-color: #fff !important; border-radius: 3em; color: #888 !important; text-decoration: none!important; } @media (min-width: 768px) { .mobile-top-bar { display: block; } .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: -25em; width: 17em; height: 100%; background-color: rgb(184, 134, 134); overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; -webkit-transition: left 0.5s ease-in-out 0.1s; -moz-transition: left 0.5s ease-in-out 0.1s; -ms-transition: left 0.5s ease-in-out 0.1s; -o-transition: left 0.5s ease-in-out 0.1s; transition: left 0.5s ease-in-out 0.1s; } #side-bar:after { content: ""; position: absolute; top: 0; width: 0; height: 100%; background-color: rgba(0, 0, 0, 0.2); } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; border: 1px solid #dedede; z-index: 10; } #side-bar:target + #main-content { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.3) 1px 1px repeat; z-index: -1; } }
: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 > * { white-space: nowrap; 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 screen and (prefers-reduced-motion: reduce) { div.anom-bar-container { --timeScale: 0!important; } } /*-------------------------*/ @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; width: 1%; } to { opacity: 1; width: calc(100% - 0.25rem); } } @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)); } }
/* PLACESTYLE CSS [2021 Wikidot Theme] By Placeholder McD Based on: Penumbra Theme by EstrellaYoshte Paperstack Theme by EstrellaYoshte BLANKSTYLE CSS by Placeholder McD, HarryBlank Ad Astra Theme by NatVoltaic, stormbreath Night Rush Theme by Nagiros Edited by iti119 for SCP-JP */ @import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap'); #page-content { font-size: .81rem; } body { color: #EDEDED; background-color: #2F333C; background-image: linear-gradient( to bottom, #21252E, #21252E 90px, #21252E 90px, #2F333C 200px, #2F333C 200px, #2F333C 100%); background-repeat: no-repeat; } #main-content { top: -1.2rem; } /* ---- SCROLLBAR ---- */ ::-webkit-scrollbar { width: 12px; background: #transparent; } ::-webkit-scrollbar-track { background: #21252E; } ::-webkit-scrollbar-thumb { background: #ededed; } ::-webkit-scrollbar-thumb:hover { background: var(--accentColor); } /* ---- HEADER ---- */ div#container-wrap, div#header { background-image: none; } div#extra-div-1 { height: 164px; width: 100%; top: 0; position: absolute; background: var(--lgurl); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; z-index: -1; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } /* Move the subtitle down a smidge */ #header h2 { margin-top: 0.5rem; } /* Hide the existing text */ #header h1 span, #header h2 span { font-size: 0; display: none; } /* Style the new text */ #header h1 a::before, #header h2::before { color: var(--accentColor); text-shadow: none; letter-spacing: 2px; font-family: 'Montserrat', sans-serif !important; } /* Set the new text's content from variable */ #header h1 a::before { content: var(--header-title, "SCP FOUNDATION"); font-weight: 300; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT"); font-weight: 600; font-size: 1.3em; } #login-status { color: #ededed; } #login-status a { color: var(--accentColor); } #login-status ul a { color: #ededed; background: #21252E; } #login-status ul a:hover { color: var(--accentColor); } #account-topbutton{ border: solid 1px var(--accentColor); } #footer, #footer a { background: transparent; color: #ededed; } #license-area { color: #ededed; } #search-top-box { top: 2.2rem!important; right: 8px; } #search-top-box-form > input[type=submit] { border: solid 1px #ededed; background: #21252E!important; box-shadow: none; border-radius: 0; color: #ededed; transition: color 0.15s linear; } #search-top-box-form input[type=submit]:hover { border: solid 1px var(--accentColor); box-shadow: none; color: var(--accentColor); } #search-top-box-form > input[type=text] { display: none; } /* ---- TOP BAR ---- */ #top-bar { top: 8.4rem; display: flex; justify-content: center; right: 0; } @media (max-width: 768px) { .mobile-top-bar { display: flex; justify-content: center; max-width: 100%; width: 100%; left: 0; } } #top-bar, #top-bar a { color: #ededed; transition: color 0s; } #top-bar ul li ul { border-color: var(--accentColor); overflow: hidden; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { border-top-color: #2F333C; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: #21252E; color: #ededed; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #21252E; /* top bar hover background color */ color: var(--accentColor); transition: color 0.1s linear; } /* ---- SIDE BAR ---- */ div#side-bar{ background: #21252E; clear: both; padding: .8em; border-radius: 0; box-shadow: none; overflow-x: hidden; } #side-bar .heading{ color: #ededed; font-family: 'Josefin Sans', sans-serif; font-size: 0.94rem; border-bottom: solid 1px #ededed; } #side-bar .side-block { border: transparent; border-radius: 0; box-shadow: none; background-color: #21252E; } #side-bar .side-block.media { background-color:#21252E; } #side-bar .side-block.resources { background-color:#21252E; } .side-block .menu-item > .image { display: none; } #top-bar div.open-menu a { border-radius: 0; box-shadow: none; color: var(--accentColor); background-color: #21252E; border: 1px groove var(--accentColor); } @media (max-width: 767px) { #main-content { padding: 0; margin: 0 5%; border-left: none; } #page-title { margin-top: 0.7em; } #side-bar { background-color: #21252E; left: -18.6em; } #side-bar:target { border: none; box-shadow: none; } #side-bar .close-menu { transition: width 0.5s ease-in-out 0.1s, opacity 1s ease-in-out 0s; display: block; position: fixed; width: 100%; height: 100%; top: 0; right: 0; background: rgba(0,0,0,0.3); background-position: 18.6em 50%; z-index: -1; opacity: 0; pointer-events: none; } #side-bar:target .close-menu { width: calc(100% - 18.6em); right: 0; left: auto; opacity: 1; pointer-events: auto; } #side-bar:target .close-menu:hover { background: unset; } #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr { margin: 3em -5.5%; } #side-bar { top: 0; } #side-bar .heading { padding-left: 1em; margin-left: -1em; } #search-top-box { top: 107px; } } /* ---- TABS ---- */ /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: var(--accentColor); box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #ededed; font-weight: bold; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #21252E; border: unset; box-shadow: none; box-shadow: none; transition: background-color 0.15s linear; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ededed; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: var(--accentColor); } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ededed; background-color: #21252E; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: var(--accentColor); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #21252E; font-weight: bold; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #21252E; background-color: var(--accentColor); } .yui-navset .yui-content { background-color: #21252E; box-shadow: none; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: none; } /*---- TAB ANIMATION by Croquembouche ---- */ .yui-navset .yui-content > div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } #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; } } /* ---- INFO BAR ---- */ body{ --barColour: #21252E; --linkColour: #ededed; } .info-container .collapsible-block-content{ padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* Ayer's info-bar patch by Monkatraz */ #page-content .info-container .collapsible-block-folded, #page-content .info-container .collapsible-block-unfolded-link { width: 100%; max-width: 100%; margin: 0 auto; padding: 0; box-shadow: none; } #page-content .info-container .collapsible-block-link::before, #page-content .info-container .collapsible-block-unfolded-link::before { content: " "; display: none; } #page-content .info-container .collapsible-block-content::after { display: none; } /* ---- INFO PANE ---- */ #page-content .creditRate{ margin: unset; margin-top: 4px; margin-bottom: 4px; margin-right: 3px; } #page-content .rate-box-with-credit-button { background-color: #21252E; border: solid 2px #21252E; border-radius: 0; box-shadow: 3px 0px 0px 0px var(--accentColor); } #page-content .rate-box-with-credit-button .creditButton p a { border-left-color: transparent; } #page-content .rate-box-with-credit-button .page-rate-widget-box .cancel { border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points { border-left: 0; } .rate-box-with-credit-button .page-rate-widget-box .cancel a:hover { border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { color: #ededed; } #page-content .rate-box-with-credit-button .fa-info:hover { color: var(--accentColor); } #page-content .modalbox { background: #2F333C !important; color: #ededed; box-shadow: none; } .close-credits, .credit-back { filter: grayscale(100%) invert(100%) contrast(275%); } /* ---- PAGE RATING ---- */ .page-rate-widget-box { margin: unset; border-radius: 0; border: solid 2px #21252E; box-shadow: 3px 0px 0px 0px var(--accentColor); background-color: #21252E; margin-top: 4px; margin-bottom:4px; margin-right: 3px; } div.page-rate-widget-box .rate-points { background-color: #21252E; border: none; color: #ededed !important; text-transform: capitalize; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #21252E; border-top: none; border-bottom: none; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #ededed; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #21252E; color: var(--accentColor); } .page-rate-widget-box .cancel { background: transparent; background-color: #21252E; border: none; } .page-rate-widget-box .cancel a { color: #ededed; } .page-rate-widget-box .cancel a:hover { background: #21252E; color: var(--accentColor); } /* ---- PAGE ELEMENTS ---- */ .page-source, tt{ font-family: "Fira Code", monospace; font-size: 0.87rem; } .code pre, .code p, .code { font-family: "Fira Code", monospace; font-size: 0.87rem; color: #21252E; } ins, del { color: black; } h1, h2, h3, h4, h5, h6 { } h1 { font-family: 'Montserrat', sans-serif !important; color: var(--accentColor); font-weight: bold; letter-spacing: 1px; font-size: 2em; } h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif !important; color: #EDEDED; font-weight: bold; letter-spacing: 1px; font-size: 1.45em; } .lightbox h1 { color: #21252E; } #page-title { display: none; } /* Clicky links */ a, a.newpage, a:visited, #side-bar a:visited { color: var(--accentColor); transition: color 0.15s linear; } a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover { color: #ffffff; text-decoration: none; background-color: var(--accentColor); } /* patch for sidebar media, collapsibles, ACS, info button and ayers module so link doesn't override */ #page-content .collapsible-block-folded a:hover, #page-content .collapsible-block-unfolded-link a:hover, #page-content .rate-box-with-credit-button .fa-info:hover, #side-bar .side-block.media a:hover, .danger-diamond a:hover { background: transparent; } .info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link { background: var(--linkColour) !important; } hr{ background-color: var(--accentColor); } blockquote, div.blockquote, #toc { background-color: #21252E; border: #21252E 2px solid; border-left: 5px dashed var(--accentColor); box-shadow: 4px 4px #2F333C; } .code { background-color: #F8F8F8; border: solid 3px #2F333C; box-shadow: none; } .scp-image-block { border: 1px solid var(--accentColor); box-sizing: border-box; } .scp-image-block .scp-image-caption { background-color: #21252E; border-top: 1px solid var(--accentColor); color: #ededed; font-size: 0.65rem; padding: 0.1rem; box-sizing: border-box; } .scp-image-block.block-left { margin-left: 0; } .scp-image-block.block-right { margin-right: 0; } @media (max-width: 540px) { .scp-image-block.block-left, .scp-image-block.block-right { float: none; clear: both; margin-left: auto; margin-right: auto; } } /*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/ .imagediv { float: right; margin: 15px } @media (max-width: 540px) { .imagediv { float: none; text-align:center; margin: auto; } } @media only screen and (max-width: 600px) { .scp-image-block.block-right{ float: none; margin: 10px auto; } } #page-content tr th { color: #21252E; background-color: var(--accentColor); border: solid 1px var(--accentColor); padding: 6px; } #page-content tr td { border: solid 1px var(--accentColor); background-color: #21252E; padding: 12px; line-height: 1.4; } /* fancy collapsible */ #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { background: #21252E; transition: background 0.25s linear; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 1rem; width: min-content; white-space: nowrap; overflow: hidden; margin: auto; } #page-content .collapsible-block-folded .collapsible-block-link::before { content: "▷ "; } #page-content .collapsible-block-unfolded .collapsible-block-link::before { content: "▽ "; } #page-content .collapsible-block-link { text-decoration: none; color: #ededed; font-weight: bold; } #page-content .collapsible-block-folded:hover, #page-content .collapsible-block-unfolded-link:hover { background: var(--accentColor); } #page-content .collapsible-block-unfolded-link { box-shadow: 0px -0.26rem 0px 0px var(--accentColor); } #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { margin-top: 10px; margin-bottom: 10px; } #page-content .collapsible-block-unfolded > *:nth-child(3) .collapsible-block-link::before { content: "△ "; } #page-content .collapsible-block-unfolded > *:nth-child(3) { box-shadow: 0px 0.26rem 0px 0px var(--accentColor); } /* Selection */ ::selection { background: var(--accentColor); color: #ffffff; } /* Footnotes */ .hovertip { font-size: .81rem; background-color: #21252E !important; border: solid 1px var(--accentColor) !important; } .footnotes-footer { background-color: #21252E; padding-left: 1.4rem; padding-right: 1.4rem; padding-bottom: 1.5rem; box-shadow: -0.24rem 0px 0px 0px var(--accentColor); } .footnotes-footer .title { color: #ededed; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } .footnotes-footer { display: none; } /* BetterFootnotes Patch */ .fncon { background-color: #21252E; border-color: var(--accentColor); } .fnnum:hover + .fncon { right: calc(-8vw - 4rem); } .lightbox .fnnum::after { color: #000; } /* Tags */ #main-content .page-tags a { margin-top: .18rem; } .page-tags span { border-top: 1px solid #ededed; } /* Pop-Up Windows */ .owindow { background-color: #21252E; border-color: var(--accentColor); } .owindow .modal-header { background-color: #21252E; } .owindow .modal-body img { background-color: transparent !important; } .owindow .title { background-color: #21252E; color: #var(--accentColor); border-bottom: 1px solid #2F333C; } .owindow .button-bar a { background-color: #21252E; border-color: var(--accentColor); color: #ededed; } .owindow .button-bar a:hover { background-color: var(--accentColor); } /* Edit Buttons */ .buttons .btn { background-color: #21252E; border-color: var(--accentColor); color: var(--accentColor); padding: 3px 5px; } .buttons .btn:hover { background-color: var(--accentColor); color: #21252E; } /* Edit Lock Info*/ #lock-info { background-color: #21252E; border-color: #ededed; } /* Close Button for Page Source, Rating, Etc */ a.action-area-close:hover { background-color: #21252E; } /* Page-History Current */ .pager .current { background-color: var(--accentColor); border-color: #ededed; } /* ---- INTERWIKI ---- */ .scpnet-interwiki-frame{ filter: invert(100%) grayscale(100%) contrast(75%); } /* ACS COLORS by Nagiros */ :root { --five-color: 255, 34, 67 !important; /* red */ --four-color: 255, 141, 54 !important; /* orange */ --three-color: 255, 226, 82 !important; /* yellow */ --two-color: 117, 167, 242 !important; /* blue */ --one-color: 40, 159, 107 !important; /* green */ --white-bar: 207, 207, 207; --lg-bar: 118, 118, 130; --gray-bg: 66, 66, 72; } .anom-bar > .bottom-box { /* horizontal bar */ box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important; -webkit-box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important; -moz-box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important; box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -webkit-box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -moz-box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; } .bottom-box > .diamond-part { /* vertical bar */ box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important; -webkit-box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important; -moz-box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important; box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -webkit-box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -moz-box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; } .anom-bar-container.esoteric .text-part .main-class, .anom-bar-container.explained .text-part .main-class, .anom-bar-container.neutralized .text-part .main-class, .anom-bar-container.pending .text-part .main-class { background-color: rgba(66, 66, 72, .5) !important; background-color: rgba(var(--gray-bg, 66, 66, 72), .5) !important; border-left-color: rgb(118, 118, 130) !important; border-left-color: rgb(var(--lg-bar, 118, 118, 130)) !important; } .danger-diamond > .arrows, .danger-diamond > .bottom-icon::before { /* inverted arrows, esoteric icons */ filter: invert(90%) !important; -webkit-filter: invert(90%) !important; } .danger-diamond > .quadrants > .bottom-quad, .anom-bar-container.explained .danger-diamond > .quadrants > .top-quad, .anom-bar-container.neutralized .danger-diamond > .quadrants > .top-quad, .anom-bar-container.pending .danger-diamond > .quadrants > .top-quad { /* "transparent" bottoms/top icon backgrounds */ background-color: rgb(26, 26, 26) !important; /* body background color */ } .danger-diamond > .bottom-icon, .anom-bar-container.pending .danger-diamond > .top-icon::before { /* esoteric, pending icon backgrounds */ background-color: rgb(3, 3, 3) !important; } .anom-bar > .bottom-box::before { background-color: var(--white-bar); } .top-left-box > .item { display: none; } /* ---- CUSTOM SYNTAX ---- */ .darkbox { background-color: #21252E; border-left: solid 0.26rem var(--accentColor); border-right: solid 0.26rem var(--accentColor); padding: .4rem; padding-left: .6rem margin-top: 12px; margin-bottom:12px; } .lightbox { background-color: #ededed; color: #21252E; border-left: solid 0.26rem #21252E; border-right: solid 0.26rem #21252E; padding: 0.8rem; margin-top: 12px; margin-bottom:12px; } .lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 { color: #21252E; } .lightbox hr { background-color: #000; } .lightbox a { filter: invert(1); } .lightbox a:hover { background: none; } #page-content .sidebox tr td, #page-content .sidebox tr th{ padding: .35em; } #page-content .authorbox tr td, #page-content .authorbox tr th{ padding: .35em; } .limit{ margin-bottom: -1rem; } .anchor{ position: sticky; height: 0; top: 0; } .authorbox, .sidebox { position: absolute; width: calc((100vw - 870px) / 2); max-height: calc(100vh - 18rem); margin: 0 8px 0 0; padding: .14rem; box-sizing: border-box; overflow: auto; z-index: 5; } .authorbox { max-width: calc((100vw - 921.2px) / 2) !important; top: .5em; right: 103.5%; } .sidebox{ top: 0; left: 103.5%; padding-left: 1em; } @media (max-width:1079px) { .authorbox, .sidebox { display: none; } } #page-content .bt { color: var(--accentColor); font-weight: bold; filter: brightness(110%); text-decoration-color: inherit; } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 3px; } .tableb .scp-image-block { border: none; } .tableb .scp-image-block img { border: var(--accentColor) 1px solid; box-sizing: border-box; } .tableb .scp-image-block .scp-image-caption { margin-top: 3px; border: var(--accentColor) 1px solid; box-sizing: border-box; } :root { --accentColor: #99bbff; --lgurl: url("http://scp-jp-storage.wdfiles.com/local--files/file%3A6370408-45-op6l/arche2.png"); --posX: calc(50% - 358px - 13rem); --fnColor: var(--accentColor); --fnLinger: 1s; } div#extra-div-1 { filter: opacity(0.5); } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ span, a { word-break: normal !important } .avatar-hover { display: none !important; } #breadcrumbs, .pseudocrumbs { text-align: center; padding-top: 10px; } #main-content .page-tags span { max-width: 100%; } /* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */ .fancyhr hr { border-top: 2vw solid transparent; background-color: rgba(var(--bright-accent), 0); height: 0; box-sizing: border-box; border-image-source: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-46-ec6z/wl_hr.png'); border-image-repeat: round round; background: none; border-image-slice: 80 500 80 500 fill; border-image-width: 10em 80em 10em 80em; } .fancyborder { box-sizing: border-box; border: 2vw solid rgba(0,0,0,0.5); border-image: url('http://scp-jp-storage.wdfiles.com/local--files/file:5722815-47-mqmb/wl_border.png') 600 round; border-image-width: 6; padding: 2vw; } /* ---- Localization for JP Branch ---- */ /* Credit Module */ #page-content .rate-box-with-credit-button div.page-rate-widget-box { margin-right: 0; box-shadow: none; } #page-content .rate-box-with-credit-button .creditButton { background: #21252E; border: solid 2px #21252E; border-radius: 0; box-shadow: none; margin-left: 0; width: 20px; } #page-content div.page-rate-widget-box .rate-points { font-family: verdana,arial,sans-serif; font-size: 0.81rem; } #page-content div.page-rate-widget-box .cancel a { display: inline-flex; justify-content: center; align-items: center; color: #ededed; } #page-content div.page-rate-widget-box .cancel a:hover { color: var(--accentColor); } .modalbox .modalbox-title { background: linear-gradient(90deg, #2F333C 2em, #0000 2em calc(100% - 2em), #2F333C calc(100% - 2em)), linear-gradient(#0000 calc(100% - 1px), var(--accentColor)); } .credit-license a.cc { color: var(--accentColor); } /* Side Bar */ #side-bar { left: -20.6em; } #side-bar:target { width: 19em; border: none 0; } #side-bar .side-block[style] { background-color: #21252E !important; } #side-bar > hr { background: #ededed; } #side-bar > hr:nth-of-type(2) { display: none; } #side-bar .side-block[style="background-color: #a7dba2;"] { margin: 15px auto 15px; } #side-bar .side-block[style="background-color: #e5e5ff;"], #side-bar .side-block[style="background-color: #fff0f0;"] { margin: -30px auto -15px; } #side-bar .side-block[style="background-color: #f0f0f0;"] { margin: -15px auto 15px; } #side-bar .side-block[style="background-color: #fff0f0;"]::before, #side-bar .side-block[style="background-color: #fff0f0;"]::after { content: ""; display: block; height: 1px; margin: 2em calc(2em - 8px); background: var(--accentColor); } #side-bar div.menu-item .sub-text { color: #999; } #side-bar .collapsible-block-folded { background: none; } #side-bar .collapsible-block-folded .collapsible-block-link { margin-left: 0; } #side-bar .collapsible-block-folded .collapsible-block-link::before { content: "▷\00a0"; } #side-bar .collapsible-block-unfolded-link { border-color: #ededed; } #side-bar .collapsible-block-unfolded-link .collapsible-block-link, #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover { font-size: 0.94rem; color: #ededed; } #top-bar div.open-menu a { color: var(--accentColor) !important; background-color: #21252E !important; border: 1px groove var(--accentColor) !important; } @media (min-width: 767px) { #side-bar:target .close-menu { margin-left: 20.6em; background: none; opacity: 0; } } @media (max-width: 767px) { #side-bar:target .close-menu { width: calc(100% - 20.6em); } } #side-bar .scpnet-interwiki-wrapper iframe.scpnet-interwiki-frame { filter: none; }
アイテム番号: SCP-6500
レベル-
収容クラス: KETER
撹乱クラス: AMIDA
アイテム番号: SCP-6500
レベル-
収容クラス: KETER
撹乱クラス: AMIDA
特別収容プロトコル: 各サイトは収容記録を再点検し、管理下にあるアノマリーのうち、人類への害、もしくは異常についての知識の拡散が無視できるものを指定しなくてはなりません。これらのアイテムは非撹乱アノマリーと指定され、それらの収容は停止、もしくは簡素な観察のみに簡略化されます。実務上、これらは以下の手法を含みますが、これらに限定されません:
- 協力的な振る舞いを記録されている人型アノマリーは追跡デバイスを注射もしくは装備(もしも彼らの身体/異常性が許すならば)された上で開放されなくてはなりません。ケースによっては、新しい身分を与えられることもあります。
- 宗教的・神話的アーティファクトはそれぞれの文化的地域、人民に返還されます。
- 動物その他の生物は、より制限の少ない環境下での飼育手段とともに、ウィルソンズ・ワイルドライフ・ソリューションズまたは類似の要注意団体の保護下に開放されます。
- 書物や魔術書は、放浪者の図書館への返還のために、蛇の手の工作員に譲渡されなくてはなりません。図書館からの外交員は、財団が必要なアイテムを保持することを許可しています。
- 異常な地域はネクサスに与えられるものと同レベルの自治を与えられなくてはなりません。これらの境界の警備は大幅に減らされます。
以上の行動はこれまでの所、SCP-6500の効果を逆転させるには不十分ですが、いくらかそのプロセスを遅延させていることに留意すべきです。
戦術神学、応用奇跡術、実践的空想科学の各部門の会合により、SCP-6500に関連したあらゆるオペレーションは、文書化し、そのコードは可能な箇所では保護結界に沿って配置されるなどの秘術の要素を含まなくてはならないと決定されました。
プロトコル・シックス・サン: SCP-6500の対抗や無力化の目的で行われる全ての特殊ミッション(道)は、探索されるアイテム(SCP-6500-α)の完全性を損なわないため、もしくはSCP-6500の影響による当該アイテムの崩壊のリスクのため、儀式的側面を含まなくてはなりません。プロトコル・シックス・サンの要素にアクセスする職員は、これらの儀式およびそれらの内容を保護する奇跡論的メカニズムの必須の副作用としての、極めて非典型的な提示フォーマットを予期しなくてはなりません。
説明: SCP-6500は異常のみを標的とするエントロピーのプロセスです。これは主として様々な形態の奇跡術(口語的には「魔法」として知られる)に影響しますが、決してこれに限りません。SCP-6500は過去10年、1,500以上の異常な人物、アイテム、場所、そして現象の無力化を引き起こしてきました。
SCP-6500は様々な形態を取ります。例えば、これまで不死と考えられてきたものを含む、生物的アノマリーの老化プロセスの加速があります。基底現実外のオブジェクト──時間的移動および、平行もしくはより高位の存在領域からの転送の両方のケースを含む──は、触れることが不可能なまでに薄れて非存在となったり、既知の時空間の法則との不調和のために激しい構造崩壊を呈したりします。
その公的な認知と研究の開始以来、SCP-6500は収容の努力により加速することが判明しています。もし阻止されないならば、全ての既知および未発見のアノマリーの完全な無力化は5年以内に完了し、宇宙の状態は不可逆に変更され、我々の組織は不要となると予測されています。
O5-1のオフィスより |
---|
我々に静かな日々が訪れた。 これがあるべきゴールだと考える者もいるだろう。異常から自由になること。我々の理解の領域の外には何も存在し得ない、理性の新たな時代への案内。仲間たちが目的を果たせず、忘れゆくまま、闇の中で死ぬのを見なくてもすむ世界。 家族の待つ家へと帰ることを望む者もいるだろう。家族を直接目で見て、何も心配することはないと言うこと。夜に怯えて目を覚ます理由など何もない世界。 その他、様々な者がいるだろう。 我々の組織の始まりから、気高い男たち、女たちの数え切れないほどの世代が、理解を越えるものを封じ込めるためにその生命を捧げてきた。彼らは理解し得ないものの絶壁の上で直立し、恐れることなく深淵を覗き込んできた。彼らは深淵からの眼差しを嘲ってきた。 ならばなぜ、我々は彼らの伝統を誇るべきではないのか?なぜ彼らの犠牲を受け入れないのか?なぜ我々は頑固に閉じ込めてきたものを増やすべきなのか? SCP-6500は魔法の終わりを、物語の終わりを、そして夢の終わりを象徴している。 生命を感じる数え切れない知性の全くの荒廃だ。コミュニティの崩壊だ。文化そのもの、宗教そのものの破壊だ。これは語られなかった世界の、不自然で受け入れられない絶滅である。 それが例外なく行われることを、忘却への歩みを止まらず続けることを、我々は非難し、許さない。 それがその行いを続けることを許すのは、我々の保護というミッションの失敗である。その影響に道を譲ることは、それに我々の世界から驚異を奪うことを許すことである。傍観することは、虐殺も同様である。 そしてそれ故、それは許されてはならない。 ──O5-1、財団主席 |
歴史: SCP-6500は比較的最近増加したものですが、そのような現象の発生の可能性は過去に様々な宗教、オカルト団体、個人により提唱されてきています。放浪者の図書館では、SCP-6500は「シパクトリの饗宴」もしくは単に「難局the Impasse」と呼ばれており、「最終オカルト戦争」として予言されたイベントです。
SCP-6500現象に言及していると思われる最も古い文献としては、サーキックの文書集の中で、未知の学者により記録されたものがあります。これは、崇高なるカルキスト・イオンによるダエ-バイトの都市であるクルストの陥落を神話的に語ったものです。
ソーン・カルマ
「卑語を歓喜して叫ばぬよう、これらの行いの高慢に苦しまぬよう。」
魔術師王は浮かれる彼のクラヴィガルに向くことはなかった。代わりに、彼は遠くに話しかけた。まるで懇願する創造物それ自体に話しかけるように。
「我々の進軍は陰鬱なものである。たとえ彼らの刃が汝の喉を狙わんとしていても、我らを支配していたかもしれなかったものへの哀れみを保て。彼らは物事の大いなる性質を知らぬがゆえに。」
これにオロクは問いかけた。「確かに、Pajiwemä.逐語訳:「柳の母」──植物術botanokinesisを使う、ダエ-バイト社会の女族長を指していると考えられます。の束縛を耐えたものとして、あなたこそが最も我らの報復を喜ぶべきではないのですか?」
魔術師王の目は要塞都市の消えゆく燃え殻に固定されていた。にも関わらず、オロクは彼の刺し貫くような眼差しを感じた。
「敵はその支配の中に入らぬもの全てを消し去ろうとする。Važjumaを飢えさせることは、彼ら自身を飢えさせることである。」
イオンは自らの言葉に浸り、振り返って彼の弟子たちを見た。彼らの開放者は彼らに懇願し、一滴の涙を流した。
「貪るものは眠っているが、目覚めることはない。そこには夜と、虚無しかない。」
SCP-6500が財団に発見されたのは、財団の結成メンバーの一人が仮説を提唱したためでした。その人物は、最初の5人の監督者には、O5-0として知られていました。
財団初期の記録は一貫していないため、O5-0の来歴と個人史についての情報は殆ど存在せず、その多くが矛盾しています。彼/彼女の職歴において、広く事実と考えられている唯一の事項は、「O5-0」という呼び名は彼/彼女が他の監督者と並んで財団を指揮することを拒絶したことへの侮辱としてつけられたものであるということです。以下の文書はいずれも出典の信頼性が不十分ですが、O5-0と思われる人物について、様々な情報源で描写しています:
“ボロを着たものThe Ragged”
O5-0に言及した初期の文書に、初代O5-4の個人日誌があります。その中では、O5-0は北欧のいずこかの国出身の中年のコーカソイド男性であり、ノリス・アークレイという名前であると描写されています。彼は「世俗を離れた、裕福そうな雰囲気を漂わせた骨董品コレクターであり、ツギハギだらけの服を奇妙に纏い、自分の成熟さを隠している。自分をディオゲネスと思いこんでいるらしい頭のおかしい男と連れ添っている。」と描写されています。
文書を通して、O5-4はアークレイを、実際の権力のある地位からは距離を置きつつも、発足したばかりの評議会の決定と命令を頻繁に批判する狂人と位置づけています。唯一、O5-4がアークレイを称賛しているのは、ある名前のつけられていない事件に関してです。その事件でアークレイは、2名の財団職員の死者を出した自己修復型アノマリーの収容プロトコルを開発しました。
アークレイの財団からの脱退に関して、O5-4は「彼抜きで我々はもっとうまくやっていけるだろう……他の者は、彼の個人的なアーティファクトや古物のコレクションの喪失を惜しんでいるように見えるが、彼は拗ねた子供のように自分の玩具を持っていっただけだ。私には何の関心もない。」と書いています。
“花屋The Florist”
世界オカルト連合の記録に由来する、バイエルン・イルミナティBavarian Illuminatiのメンバーであるバートラム・スズマーという人物による一連の手紙の下書きがあります。この人物は初期の財団メンバーに対する諜報任務を担当していました。バートラムはノールという名の、「オフィスは持たないにも関わらず、その発言が重視されている」若いオリーブ色の皮膚の女性について語っています。彼女は熟達した植物学者であり、自然の秩序における異常の存在とその意義を説明することを追求していると描写されています。
バートラムの関心は主な評議会メンバーのより大きな行動にあったため、彼が任務についていた間、ノールにはほとんど注意が払われていませんでした。彼はノールが脱退するに至った詳しい状況にはほとんど気づかなかったと認めていますが、以下のように書いています:
「これは可笑しい。私はあの野獣どもの行動を記録する間、気力をくじくほどの不安、そして危険を感じてきた。それはまるで空気に重さがあるような、彼らが存在する間、悪寒と恐怖の冷たい毛布が私の上にかけられたようだった。これは私の心の問題で、私の立場によってもたらされた無害な幻覚に過ぎないと思っていた。あの女性が消えた日にも、兄弟よ、あの忌々しいプレッシャーがあったのだ。
私は何か重大な間違いを犯したのではないかと思う。」
"人道主義者The Humanist"
財団倫理員会の主席である[個人情報を削除]の記録では、彼らの財団における初期の行動と、彼らに委員会の初期の義務と原理の多くを伝えた「名誉監督者」による直接の指導について描写しています。この監督者は主席と電話によってのみ会話していたと考えられ、異常な事案に関する倫理的懸案事項についての「高い知力を持つ恐ろしい代弁者」であると描写されています。
記録の続きでは、主席は、当意即妙な対応が、「ゼロ」と呼ばれはじめていたこの監督者によってなされていたと描写しています。主席は以下のように書いています。「彼女の指導により、ヒューマノイドの収容に必要な資源は20%減らされた。異常を倫理的に取り扱うための道徳的な問題に留まらず、この効率は否定しがたい。」
しかしながら、倫理委員会が自治的な機構になるにしたがって、彼女からのコミュニケーションの頻度は落ちていきました。彼女との最後のコミュニケーションの数ヶ月後、主席は財団の高ランクの工作員の内部逮捕と裁判を記録しています。これはゼロからの情報により同定されたものでした。彼女が財団内で公的な地位を持っていなかったため、この人物を容疑により有罪とすることはできませんでした。代わりに、彼女は強制的な退職により財団から放逐されました。
「関係者へのこの手紙を、私は沈痛な気持ちで書いている。私はもはや、財団に十分な道義心をもって奉職することはできない。現在の運営は、異常についての倫理的関心への嫌悪をあらわにしており、私のキャリアを作った女性を追放したのだ。」──倫理委員会創設主席、最後の記録
O5-0は組織の拡大と影響力の増大についてのイデオロギーの相違から財団を去ったと思われます。監督評議会はSCP-6500が発生する可能性を認めず、それゆえ、財団の活動範囲を制限するO5-0の提言を却下しました。
O5-0が姿を消した後、その居室が調査されました。財団に残った職員は、4つの異常なアーティファクト(SCP-6500-αと総称)に関する、O5-0による注釈の付いた数十点の文書を回収できました。全体を通して、文書にはそれらと他のアノマリーや、SCP-6500との関連について記述されています。
これらのアイテムの回収は今後の作戦に極めて重要であると考えられています。
プロトコル・シックス・サン
奇跡論-物語エンジン起動
ミッション目的処理中
…接続中…
…接続中…
職員割当中
…認証中…
…認証中…
人格マトリックス分析中
…ロード中…
…ロード中…
魂魄浸漬準備中
…初期化中…
…初期化中…
汝の道が正しからんことを.
汝の道を選べ
導きの刃を手に入れろ: 現実の空想科学フォールドに編み込まれた伝説の剣。それを振るうものは英雄の精神を具現化させる。この武器の性質は、大いなる探索を達成することをもって、SCP-6500を克服することを可能にするだろう。
オリカルコス・コデックスOriykalkos Codexを手に入れろ: 膨大な魔法エネルギーを宿し、その使用者に潜在的には世界規模の祈祷と儀式を可能にさせる神秘のアーティファクト。コデックスを用いた奇跡の働きはSCP-6500の影響を完全に止め、そして逆転することを可能にするだろう。
未だ明らかでない多くの領域へのアクセスを可能にすると言われる、聖なる起源を持つ道具を探し出せ。リンクされた現実からの異常なエネルギーを処理することにより、SCP-6500の進行を永久に停止させられるだろう。
ムーレア・フーシーMouleur Fociを盗み出せ: 聖遺物。その真髄は宇宙のエントロピー、腐敗、劣化に編み込まれている。このアイテムをコントロールすることは、衰退に関連したあらゆる力、そしてつまりSCP-6500を支配することを可能にする。
覚書: 上記から自由にアクセスできる道は、魂魄浸漬によりSCP-6500危機のさらなる評価に必要な文脈を提供します。十分に浸漬したO5職員は、それによって獲得された資格証明を入力する事により進行することができます。もしこれらの資格証明が不明ならば、さらなる浸漬が必要です。
監督者資格証明を入力: