SCP-7597

[フレーム]

[フレーム]

[フレーム]


:root{
 /*headermeasurements*/
 --header-height-on-desktop:10rem;
 --header-height-on-mobile:10rem;
 --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem);
 --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem);
 --logo-image: url("https://scp-jp.github.io/Black-Highlighter/img/logo.svg");
 }#header{
 --search-textbox-text-color: var(--swatch-secondary-color);
 background:none;
 }#header::before{content: " ";
 position:absolute;
 width:100%;
 height:100%;
 left:0;
 top:0.75rem;
 background-image: var(--logo-image);
 background-repeat:no-repeat;
 background-position:center0;
 background-size:auto calc(var(--header-height-on-desktop) - 1.5rem);
 opacity:0.8;
 pointer-events:none;
 }#headerh1,
 #headerh2{margin:0;
 padding:0;
 width:100%;
 height: var(--header-height-on-desktop);
 display: flex;
 align-items:center;
 justify-content:center;
 display: flex;
 align-items:center;
 justify-content:center;
 }#headerh1a,
 #headerh1a::before,
 #headerh2span,
 #headerh2span::before{margin:0;
 padding:0;
 z-index:0;
 display:block;
 text-align:center;
 }#headerh1{z-index:1;
 }#headerh1a::before,
 #headerh1a::after{content: var(--header-title);
 }#headerh1a::before{color: rgb(var(--swatch-text-tertiary-color));
 z-index: -1;
 -webkit-text-stroke:0.325rem rgb(var(--swatch-text-dark));
 }#headerh1a::after{color: rgb(var(--swatch-headerh1-color));
 z-index:1;
 }#headerh2{z-index:0;
 text-transform:uppercase;
 pointer-events:none;
 }#headerh2span{margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/1.6 - 2em);
 }#headerh2span::before,
 #headerh2span::after{
 --wght:600;
 content: var(--header-subtitle);
 position:absolute;
 left:50%;
 transform: translateY(-50%) translateX(-50%);
 width:100%;
 text-align:center;
 }#headerh2span::before{
 -webkit-text-stroke:0.25rem rgb(var(--swatch-text-dark));
 }#headerh2span::after{color: rgb(var(--swatch-headerh2-color));
 z-index:1;
 }#search-top-boxform[id="search-top-box-form"]:not(:focus-within) input[type="text"]{color: rgba(0, 0, 0, 0);
 }@media (min-width: 36rem) {#login-status{flex-grow:1;
 left:3%;
 right: initial;
 }#login-status::before{
 --mask-image:none;
 background-color:transparent;
 }#login-status:not(:focus-within) {color: rgb(var(--login-line-divider-color));
 -webkit-user-select: initial;
 -moz-user-select: initial;
 -ms-user-select: initial;
 user-select: initial;
 }#login-status#account-topbutton,
 #login-status:not(:focus-within) #account-topbutton{
 --clip-path:
 polygon( 00, 100%0, 100%100%, 0100% );
 background-color: rgba(var(--login-arrow-color), 0);
 
 }#login-status#account-topbutton::before{
 --clip-path:
 polygon( 30%35%, 70%35%, 50%60%, 50%60% );
 --mask-image: initial;
 content: "";
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background-color: rgba(var(--login-arrow-color), 1);
 -webkit-clip-path: var(--clip-path);
 clip-path: var(--clip-path);
 }#login-status#account-topbutton::before,
 #login-status:not(:focus-within) #account-topbutton::before,
 #login-status:not(:focus-within) #account-topbutton:hover::before {
 --clip-path:
 polygon( 30%35%, 70%35%, 50%60%, 50%60% );
 --mask-image: initial;
 }#login-status:not(:focus-within) #account-topbutton::after{display:none;
 }#login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) {
 --clip-path:
 polygon(
 00,
 100%0,
 100%100%,
 0100%
 );
 pointer-events:all;
 -webkit-clip-path: var(--clip-path);
 clip-path: var(--clip-path);
 }#login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) {opacity:1;
 }#login-status#my-account{
 --wght:300;
 }#account-options{background: var(--gradient-header);
 }#search-top-box{top:1.5em;
 right:3%;
 background: rgba(var(--search-focus-textbox-bg-color), 0.4);
 }#search-top-box:focus-within ~ #login-status{opacity:1;
 }#search-top-box::after{transition:
 background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
 -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
 transition:
 background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
 clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
 transition:
 background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
 clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1),
 -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
 }#search-top-box:not(:focus-within)::after{
 --clip-path:
 polygon(
 00,
 100%0,
 100%100%,
 0%100%
 );
 background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1);
 -webkit-clip-path: var(--clip-path);
 clip-path: var(--clip-path);
 }#search-top-box:not(:focus-within):hover::after{
 --clip-path:
 polygon(
 00,
 100%0,
 100%100%,
 0100%
 );
 background-color: rgb(var(--search-icon-hover-bg-color));
 }#search-top-boxform[id="search-top-box-form"]:not(:focus-within) {max-width: var(--search-width);
 }#search-top-boxform[id="search-top-box-form"]:not(:focus-within) input[type="text"]{max-width: var(--search-width);
 padding:0 var(--search-height) 01em;
 outline-width:0;
 background-color: rgb(var(--search-focus-textbox-bg-color), 0.35);
 color: rgba(var(--search-textbox-text-color), 0.4);
 cursor:pointer;
 }#search-top-boxform[id="search-top-box-form"]:not(:focus-within) input[type="submit"],
 #search-top-boxform[id="search-top-box-form"]:focus-withininput[type="submit"]{pointer-events:all;
 border:none;
 }
 
 }
 
 #page-title::after,
 .meta-title::after,
 #page-title::before,
 .meta-title::before{content: "";
 flex-grow:1;
 height:0.0625rem;
 background: rgb(var(--swatch-primary));
 }#page-title::before,
 .meta-title::before{margin:auto1.25rem autoauto;
 }
@supports(display: grid) {
 :root{
 --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19);
 --body-width-on-desktop:45.75rem;
 }
 @mediaonlyscreenand (min-width:769px) {
 #side-bar .close-menu {
 display: block;
 position:fixed;
 top: unset;
 bottom:0.5rem;
 left:0.5rem;
 width:3rem;
 height:3rem;
 background: unset;
 opacity:1;
 pointer-events:all;
 z-index: -1;
 }#side-bar.close-menuimg{color:transparent;
 }#side-bar.close-menu::before,
 #side-bar.close-menu::after{content: "";
 box-sizing: border-box;
 position:fixed;
 display:block;
 top: unset;
 bottom:0.5rem;
 left:0.5rem;
 width:3rem;
 height:3rem;
 padding:0;
 margin:0;
 text-align:center;
 pointer-events:all;
 cursor:pointer;
 transition:
 opacity var(--sidebar-transition-timing);
 }#side-bar.close-menu::before{
 --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='003232' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.102-.92-2s-.9-2-2-2H4c-1.10-2.9-22s.9222zm24 4H4c-1.10-2.9-22s.9222h24c1.102-.92-2s-.9-2-2-2zm0 8H4c-1.10-2.9-22s.9222h24c1.102-.92-2s-.9-2-2-2z'/%3E%3C/svg%3E");
 z-index: -1;
 background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
 -webkit-mask: var(--mask);
 mask: var(--mask);
 -webkit-mask-repeat:no-repeat;
 mask-repeat:no-repeat;
 -webkit-mask-position:50%50%;
 mask-position:50%50%;
 -webkit-mask-size:60%;
 mask-size:60%;
 }#side-bar.close-menu::after{z-index: -2;
 background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important;
 border-radius: var(--toggle-roundness, 50%);
 border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid;
 }#side-bar:focus-within.close-menu,
 #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover.close-menu{pointer-events:none;
 }#side-bar:focus-within.close-menu::before,
 #side-bar:focus-within.close-menu::after{opacity:0;
 pointer-events:none;
 }#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover.close-menu::before,
 #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover.close-menu::after{opacity:0;
 pointer-events:none;
 }#side-bar{display:block;
 position:fixed;
 top:0;
 left: calc(var(--sidebar-width-on-desktop)*-1);
 z-index:10;
 transition:left500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
 height:100%;
 overflow-y:auto;
 overflow-x:hidden;
 margin-top:0;
 }#side-bar:focus-within{left:0;
 }#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover{left:0;
 }#side-bar.side-block{margin-top:1rem;
 background-color: rgb(0, 0, 0, 0);
 border-radius:0;
 border-left-width:0px;
 border-right-width:0px;
 }#main-content::before{content: "";
 display:block;
 position:fixed;
 top:0;
 right:0;
 z-index: -1;
 opacity:0;
 transition:
 opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
 width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
 margin-left: var(--sidebar-width-on-desktop);
 background: rgba(var(--swatch-menubg-black-color), .3) 1px1pxrepeat;
 padding-right:0;
 width:100%;
 height:100vh;
 pointer-events:none;
 z-index:99;
 }#side-bar:focus-within ~ #main-content::before{width: calc(100% - var(--sidebar-width-on-desktop));
 opacity:1;
 pointer-events:all;
 }#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before{width: calc(100% - var(--sidebar-width-on-desktop));
 opacity:1;
 pointer-events:all;
 }@supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) {#side-bar{padding:inherit;
 }}#content-wrap{display: flex;
 flex-direction: row;
 width: calc(100vw - (100vw - 100%));
 min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
 flex-grow:2;
 height:auto;
 position:relative;
 margin:0auto;
 max-width:inherit;
 }#main-content{width:100%;
 position: initial;
 max-height:100%;
 padding:2rem 1rem;
 max-width: var(--body-width-on-desktop, 45.75rem);
 margin:0auto;
 }#page-content{max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
 }@supports (-webkit-hyphens:none) {#side-bar{transition:left500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
 padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
 background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
 padding-right:0;
 background-color: rgb(0, 0, 0, 0);
 pointer-events:all;
 overflow-x:visible;
 overflow-y:visible;
 z-index:999;
 }#side-bar::-webkit-scrollbar{opacity:0;
 -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
 transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
 }#side-bar.close-menu::before{z-index:999;
 }#side-bar.close-menu::after{z-index:998;
 }#side-bar:hover.close-menu::before,
 #side-bar:hover.close-menu::after{opacity:0;
 }#side-bar:hover{left:0;
 background-color: rgba(var(--swatch-menubg-color), 1);
 padding-right:0;
 }#side-bar:hover::-webkit-scrollbar {
 opacity: 1;
 }#side-bar:hover~#main-content::before{width: calc(100% - var(--sidebar-width-on-desktop));
 opacity:1;
 pointer-events:all;
 }
 }
 }
 }
}
:root{
 --timeScale:1;
 --timeDelay:0s;
}
 
/*Convertingmiddledividerfrombox-shadowto ::beforepseudo-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;
}
 
/*CLASSIFIEDLEVELBARS*/
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)); }
 
/*TOPTEXT*/
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, RISKCLASSES*/
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;
}
 /*BOTTOMTEXT*/
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;
}
 
/*MOBILEQUERY*/
@media (max-width: 480px ) {.anom-bar > .bottom-box::before{display:none;
 }.anom-bar > .bottom-box{box-shadow:0 -0.5rem 00 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)); }}
 
/*--- MotionAccessibility ---*/
@mediascreenand (prefers-reduced-motion: reduce) {div.anom-bar-container{ --timeScale:0!important; }}
 
/*-------------------------*/
 
@keyframesdivider{from{max-width:0%; }to{max-width:100%; }}@keyframesbar{from{max-width:0%; }to{max-width:100%; }}@keyframesbar-mobile{from{max-height:0%; }to{max-height:100%; }}@keyframesbottomup{from{top:100px; }to{top:0; }}@keyframesexpand1{from{opacity:0; clip-path:inset(0 calc(100% - 0.75rem) 00); }to{opacity:1; clip-path:inset(0); }}@keyframesiconslide{from{opacity:0; transform: translateX(-5rem); }to{opacity:1; transform: translateX(0); }}@keyframesexpand2{from{opacity:0; width:1%; }to{opacity:1; width: calc(100% - 0.25rem); }}@keyframesfade{from{opacity:0; }to{opacity:1; }}@keyframesflowIn{from{opacity:0; transform: translateY(20px); }to{opacity:1; transform: translateY(0); }}@keyframesarrowspin{from{clip-path:circle(0%); transform: rotate(135deg); }to{clip-path:circle(75%); transform: rotate(0deg); }}@keyframesnodegrow{from{transform: scale(0);}to{transform: scale(1);}}@keyframesdiamondBorder{from{box-shadow: -0.5rem -20rem 00 rgb(var(--black-monochrome, 12, 12, 12)); }to{box-shadow: -0.5rem 000 rgb(var(--black-monochrome, 12, 12, 12)); }}
評価: +22

クレジット


本記事は、CC BY-SA 4.0ライセンスの下で提供されます。これに加えて、本記事の作成者、著者、翻訳者、または編集者が著作権を有するコンテンツは、別段の定めがない限りCC BY-SA 3.0ライセンスが付与されており、同ライセンスの下で利用することができます。

「コンテンツ」とは、文章、画像、音声、音楽、動画、ソフトウェア、コードその他の情報のことをいいます。

評価: +22
評価: +22

by PlaguePJP & cocacolafiend

万能の蛾、無能の主Moth of all Trades, Master of None - PlaguePJP & cocacolafiend


翻訳:

アイテム番号: 7597
レベル3
収容クラス:
euclid
副次クラス:
{$secondary-class}
撹乱クラス:
vlam
リスククラス:
caution

moth2.jpg

SCP-7597。


特別収容プロトコル: SCP-7597はサイト-322の地下48階にある標準的な昆虫生息域に収容されています。問題の地下階において最も高いミーム抵抗値を有する職員のみがSCP-7597との交流を許可されます。

更新: 監督者指示により、SCP-7597は国際連合・世界オカルト連合からの要請に従って引き渡されました。詳細は補遺7597.2-3を参照してください。

説明: SCP-7597は、自らがその場の最高権威者であると人々に信じ込ませる能力を有する、1匹のマザーオブパールモス (Patania ruralis) です。

ある場所に入ると、SCP-7597はそこに所在する人々から統率者であると認識されます。このミームフィールドは広範に浸透するため、SCP-7597が蛾であり、同種の非異常な個体と同じように振る舞うにも拘らず、被影響者たちはSCP-7597との会話、会議、進捗報告を行います。更に、SCP-7597の行動 (飛行、物体への着地、摂食など) は、現代英語を用いた電子メールの作成と送信、車両の運転、キーカードのスキャンなど、指導者が通常行うであろう物理的な相互作用に変換されます。

SCP-7597は固有の自己識別名や肩書を持ちませんが、一般的に様々な名前で認知されており、そのほとんどは頭文字を合わせて読むと蛾を指す英単語の"moth"を構成するか、もしくは直接"moth"という単語を含みます。例として以下が挙げられます。

  • モハメド・T・H (Mohammed T. H.、カリフォルニア大学バークレー校で詩学の講義を担当)
  • ミスター・オスカー・トンプソン=ハート (Mr. Oscar Thompson-Hart、シタデル・アドバイザーズ・ヘッジファンド)
  • モン・モスマ (Mon Mothma、スペースX)

上記の現象にも拘らず、ミームフィールドはSCP-7597の外見にまでは及びません。SCP-7597の影響を受けた場所に所属する部下たちは、SCP-7597が蛾であることを認識しますが、それがSCP-7597の統率力に関連する、もしくは不利に働くとは見做しません。SCP-7597は周辺人物らから多大な敬意を持って処遇され、SCP-7597のあらゆる命令は細部まで厳密に順守されます。これはしばしば壊滅的な結果に繋がります。

補遺7597.1: 事案ログ

事案ID: 7597-04

日付: 2012年3月13日

SCP-7597の影響を受けた場所: エバーグリーンGクラスコンテナ船 "エバー・ゴー"

evergo_convert_20230729184434.jpg

エバー・ゴー

結果: SCP-7597はエバー・ゴーの船長に着任した。日の出を迎えると、SCP-7597は船を最高速度の30ノット (時速56km) で航行させるように命令した。エバー・ゴーはスエズ運河から西に向かって地球を一周し始めた。

航海の30日目、エバー・ゴーはメイン州の南方を航行しているのを発見された。その後、船は急旋回して最高速度でアメリカ合衆国本土へ向かい、最終的には灯台が設置されたマウント・デザート・ロックの沖合で難破、沈没した。

SCP-7597は唯一既知の生存者である。

事案ID: 7597-05

日付: 2012年7月4日

SCP-7597の影響を受けた場所: ニュージャージー州アトランティックシティ、シーザーズ

caesars.png

アトランティックシティ、シーザーズ。

結果: SCP-7597はシーザーズのカジノの管理責任者 (ピットボス) に着任した。SCP-7597は最初の37分間、ごく普通にこの役職を務めていたが、やがてスロットマシンのジャックポットが出るのを目撃した。SCP-7597はカジノにある全てのスロットマシンの勝率を50%まで引き上げるように命令した。

これによって、シーザーズは僅か48分未満で7,900万ドル以上の損失を被った。SCP-7597の暴挙は、スロットマシン利用者の劇的な増加とジャックポットによる勝利が相まって、客同士の喧嘩17件、刺傷事件1件、重度のアルコール中毒102件、離婚14件、児童による危険行為3件、心臓発作による死亡1件が発生し、シーザーズ・ホテルの停電で混乱が最高潮を迎えるまで続いた。

事案ID: 7597-06

日付: 2012年8月1日

SCP-7597の影響を受けた場所: ペンシルベニア州フィラデルフィア、暫定サイト-322-1

結果: 暫定サイト-322-1は当時、ナンティコーク原野における研究プロジェクトの一環として、サイト-322及びポール・ラグー管理官の管轄下にあった。

SCP-7597とラグー管理官の間に交わされた電子メール記録は、SCP-7597がサイトに侵入した時点から管理官代理として行動し始めたことを示す。それまでの研究は中止され、プロジェクト"一番大きな光"の開発が開始された。この計画は、あらゆる点から見て、史上最も強力な核兵器を設計するためのものであった。ウラン、プルトニウム、水素同位体の輸送が後ほどSCP-7597によって命じられた。

幸いにも、SCP-7597は暫定サイト-322-1に設置された既存の核弾頭に気を取られ、その起爆を命じた。執行者2名制ルールが適用されたが、プロトコルは監督評議会によって中止された。SCP-7597は8月29日の夜、影響を受けていないサイト-322職員によって発見、収容された。

補遺7597.2: 国際連合・世界オカルト連合 (UNGOC)

UNGOCと財団の間の典型的な手続きに従い、両団体は6ヶ月ごとに低脅威異常実体のファイルを共有しています。SCP-7597に関する資料は直近の取引に含まれていました。

heli_convert_20230729184406.jpg

サイト-322に到着したUNGOC代表者たち。

60年にわたるUNGOCと財団の協力関係にも拘らず、UNGOCがSCP-7597の存在を知ったことによって、緊張が再燃しました。後日、SCP-7597とその異常性について更なる説明を行うために、財団の顧問とUNGOCの調停者の会議が開かれました。標準的な運用上の安全対策として、SCP-7597の能力の全容は明かされず、UNGOCには要約版の説明のみが開示されました。

この交流に先立ち、UNGOCは対立関係にある政権や敵対的な要注意団体との紛争を幾度か経験していました。UNGOCは財団がこの混乱に気付いていないと仮定していたと思われます。監督司令部にはSCP-7597の正式な譲渡要請が届きました。

国際連合 // 世界オカルト連合 // 精神部門公式声明
2012年09月07日


この公式要請は、国際連合・世界オカルト連合最高司令部より、ハウス協定第12条第21項に基づき、SCP-7597の譲渡を求めるものである。

その根拠は、SCP-7597が有する非凡な特性は、異常現象に関する執行原則を堅持する上で我々の組織に独特の優位性をもたらし、また未踏の敵地における強固な拠点の戦略的確立を可能にするためである。

大使 カール・ハース


財団の対応: 却下

UNGOCがSCP-7597を用いて多数のクーデターを引き起こそうとしていることは明らかでした。

UNGOCと財団の関係が悪化の一途を辿る中、国連加盟国のうち10ヶ国が、前述した敵対組織による攻撃の恐れを理由に挙げて、UNGOCへの資金提供を打ち切りました。同時に、UNGOCの拠点14ヶ所が起源不明のポータルに引き込まれるのが財団の衛星に捉えられ、資金と信頼の更なる喪失に繋がりました。

2012年9月19日、UNGOCはSCP-7597を捕獲するため、サイト-332への疑似的な侵入試行を実行しました。サイト-332の下級職員に紛れていたUNGOCの潜入エージェント数名が、SCP-7597の収容室にアクセスし、奪取と移送の準備を整えようと試みました。エージェントたちがSCP-7597の異常効果に曝露し、電球を求めてサイト内の倉庫を物色し始めたため、これは一方的な失敗に終わりました。彼らは後ほど発見され、サイト-332の敷地内から退去させられました。

補遺7597.3: 譲渡

9月20日、サイト-332管理官 ポール・ラグーは監督評議会会議への出席を命じられました。

監督評議会会議


«記録開始»

O5-1: これに関する現在の収容プロトコルはどうなっている?

ラグー: ミーム抵抗値が最も高い人員を集め、収容を組織させています。他の職員に影響を及ぼさないよう、地下のガラス張りの囲いに入れてあります。

O5-1: その抵抗値はどれぐらい高い?

ラグー: 95パーセンタイル以上。

O5-13: 我々ガ何事ニオイテモ優秀ナノハ素晴ラシイコトダナ。

O5-1: 我々はその蛾を連合に譲渡することにした。明朝に間に合うように移送を手配しろ。

ラグー: 正気ですか?

O5-1: 彼らが尻尾を巻いて逃げ惑うことになった後、ボールはこちら側のコートに渡った。我々は寛大に対処すべき立場だ。

O5-6: 今回限りはね。

O5-5: 親切であることは良いことだと思うよ... 我々全員にとって。受け入れてくれてありがとう、ラグーくん!

O5-2: ワン。

O5-1: 何だ?

(O5-9が身振りでO5-1を促す。)

O5-1: おお、そうそう。抵抗値が最も高い職員の名前を教えてくれ。移送を補助してもらう。

«記録終了»

補遺7597.4: 更新

SCP-7597の譲渡は監督評議会の命令に従って組織されました。サイト-332で最も高いミーム抵抗値を記録している職員、ダニエラ・ウォーカー研究員もまた、評議会との会議のためにサイト-01へ呼び出されました。UNGOCは2012年9月22日にSCP-7597を受け取りました。

SCP-7597の譲渡と、国際連合とのパートナーシップの再確立を経て、UNGOCと財団の緊張関係は徐々に修復されました。UNGOCの活動を脅かす敵対的要注意団体の鎮圧と収容の双方において、財団は有益な役割を果たしました。

財団は戦略立案と交戦の大半を統括し、喪失した拠点の再建、資金調達、人員の再編成をUNGOCに委ねました。以下は財団が受け取った要請です。

国際連合 // 世界オカルト連合 // 精神部門公式声明
2012年11月13日


この公式要請は、より多くの光を求めるものである。

その根拠は、より多くの光がより大きな光を作るためである。

事務次長 M・オスOth
共同事務次長 D・ウォーカー


財団の対応: 承認

譲渡以来、ダニエラ・ウォーカー研究員は共同事務次長としてUNGOCに雇用され、財団及び監督評議会との直接連絡を担当しています。UNGOCの損害や破壊に繋がるようなSCP-7597の命令は、彼女によって却下されます。

ページリビジョン: 2, 最終更新: 31 Jul 2023 15:34
特に指定がない限り、このサイトのすべてのコンテンツはクリエイティブ・コモンズ 表示 - 継承3.0ライセンス の元で利用可能です。
ページを編集するにはこのボタンをクリックしてください。
セクションごとの編集を切り替えるにはこのボタンをクリックしてください(ページにセクションが設定されている必要があります)。有効になった場合はセクションに"編集"ボタンが設置されます。
ページのソース全体を編集せずに、コンテンツを追加します。
このページが過去にどのように変化したかを調べることができます。
このページについて話をしたいときは、これを使うのが一番簡単な方法です。
このページに添付されたファイルの閲覧や管理を行うことができます。
サイトの管理についての便利なツール。
このページの名前(それに伴いURLやページのカテゴリも)を変更します。
編集せずにこのページのソースコードを閲覧します。
親ページを設定/閲覧できます(パンくずリストの作成やサイトの構造化に用いられます)
管理者にページの違反を通知する。
何か思い通りにいかないことがありますか? 何ができるか調べましょう。
Wikidot.comのシステム概要とヘルプセクションです。
Wikidot 利用規約 ― 何ができるか、何をすべきでないか etc.
Wikidot.com プライバシーポリシー

AltStyle によって変換されたページ (->オリジナル) /