SCP-5783

[フレーム]

[フレーム]

@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;
 }
 }
 }
 }
}

SCP-5783 — じこはおきぬさ


翻訳:

評価: +9

クレジット

翻訳責任者: Tetsu1 Tetsu1
翻訳年: 2025
著作権者: Meserach Meserach , BattleblockB0ss BattleblockB0ss , Agente Shuffle Agente Shuffle
原題: Telecommunications Monitoring Office Hub
作成年: 2022
初訳時参照リビジョン: 18
元記事リンク: https://scp-wiki.wikidot.com/scp-5783

評価: +9
アイテム番号: SCP-5783
レベル3
収容クラス:
keter
副次クラス:
class_here
撹乱クラス:
vlam
リスククラス:
warning
: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)); }}

特別収容プロトコル: SCP-5783の完全な収容は、現時点では極めて変革を要し、かつ望ましくないものと考えられています。代わりに、収容の試みは、一般大衆が「セグメンテーション」緊急サービスが利用可能なことを認識させないようにすることに焦点を当てます。

その位置と意味内容を分析できるよう、電気通信監視室(TMO)は全てのSCP-5783通話事例を記録します。SCP-5783は通常第1層の人間による監視を回避するため、TMOオペレーターが傍受することはありません。インシデント-01における発見を受け、現在財団職員がSCP-5783サービスと連絡を試みることは、いかなる手段であっても禁止されています。

インシデント-02以降、人的コストのため、SCP-5783通話で緊急事態が発生していると主張されている場所に財団職員が立ち会うことも現在禁止されています。

説明: SCP-5783は、緊急サービス専用の電話番号が存在するあらゆる地点から連絡可能な緊急サービスです。発信者が「セグメンテーション」を要求した場合、通話は現在追跡不可能な手段によって通信指令係(SCP-5783-1と総称)に接続されます。SCP-5783-1は発信者と会話し、緊急事態の主要な詳細を確認し、指示やアドバイスを行い、多くの場合対応としてエージェントを派遣したと主張します。

SCP-5783通話の意味内容は大部分が不可解なものです。会話は、発信者の言語で、通常の語彙と文法で行われますが、説明される状況は基底現実と一致しません。それにも拘らず、SCP-5783への発信者は本物の緊急事態の目撃者ないし関係者であるかのように振る舞い、同時にSCP-5783-1は誠実性と緊急性をもって通話を扱います。

SCP-5783通話で説明されている緊急事態の物的証拠は発見されていません。SCP-5783への発信者の特定には成功していません。SCP-5783通話で特定の場所、物体、人物が説明された場合、「緊急事態」解決後の調査では、説明内容は指定された場所で確認された現実と毎回整合していません。また、これらの場所は一様に、現在居住者がいないか、過疎地となっています。

SCP-5783が名指しで要求された事例の100%で、緊急サービス受付者は発信者をSCP-5783-1に接続することに成功しています。それにも拘らず、SCP-5783に関与した受付者はインタビューされた際にSCP-5783を認識しておらず、SCP-5783通話に接続する過程を実演することも不可能です。

SCP-5783通話で説明されている進行中の緊急事態の地点に立ち会った財団エージェントらは、行動中に行方不明となっています。彼らの経験の直接的なデータは回復不可能でした。(更なる詳細は補遺3を参照。)

補遺1: 通話例抜粋

通話1999年01月11日-05より抜粋

発信者: セグメンテーションを…… お願いします。

通話が接続される

SCP-5783-1: こちらセグメンテーション。緊急事態の場所はどちらですか?

発信者: [編集済]

SCP-5783-1: わかりました。そこで何が起きたのですか?

発信者: (動揺して) は-は-母が。母が…… 開いて。

SCP-5783-1: なるほど。まだ境界内にいますか?

発信者: すみません、ちょ…… ちょっと言ってることがわからないです。

SCP-5783-1: 別の言い方をしましょう。彼女はまだ上昇できますか?

発信者: あぁ! あー、はい、できます。

SCP-5783-1: 了解です。右の下あごを持ち上げてもらえますか?

発信者: あー…… わかりました。

発信者: (受信者から離れて) お母さん、今から下あご動かさせてもらうね? 電話の向こうのいい人のため。

ギシギシ、ズルズルという音。発信者が電話に戻る。

発信者: やりました。少し酸っぱいですが、まだ共鳴してます。それでいいですか?

SCP-5783-1: ええ、よくやってくれました。安静にさせ、よく円滑にさせておいてください。繭を送ったので、すぐにそちらに着くはずです。

通話2006年08月04日-02より抜粋 - 転写はスペイン語から翻訳

発信者: さっき皮を脱がされたんです。

SCP-5783-1: それはお気の毒に思います。襲撃者の説明をしてもらえますか?

発信者: 数分前のことでした。14番コーナーから投影してたんですが、その時背景からあいつらが現れて取ってったんです。奴らはキチン質で卑劣でした。多分一人はプエルトリコ人だと思います。

SCP-5783-1: それで…… 残ったものは?

発信者: 画像だけです。表面はもう感じられません。一番腹が立つのは、祖母からの贈り物だったのでもう新しいのは買えないことです。

SCP-5783-1: ドローンをお送りします。取り戻せるかどうかは全く保証できませんが、もし辿ることができれば……

発信者: あぁ、なるほど。

SCP-5783-1: 完全な陳述をお願いします。

発信者: こいつらの話が脱線するなら喜んで。

SCP-5783-1: ありがとうございます。ドローンが来ないかアンテナを見ておいてください。

補遺2: インシデント-01

1997年08月15日から数週間にわたり、財団はSCP-5783-1への接触を試みました。もっともらしい虚偽のSCP-5783緊急事態シナリオの構築により財団がSCP-5783-1実体の性質に関する情報を収集できるよう、電気通信監視室が収集したSCP-5783通話情報は分析されました。

SCP-5783-1は毎回緊急事態が不正であることを直ちに特定することができたため、これらの試みは失敗しました。

抜粋

工作員: 助けてください、母が開いてます。

SCP-5783-1: えっと、嘘をついているのですか?

工作員: いえ、私は……

SCP-5783-1: 緊急サービスに虚偽の電話をすることは重大な犯罪です。本当に緊急事態が起きていないのであれば、直ちに電話を切ってください。

工作員: でも母の下あごが……

SCP-5783-1: この膜組織にいませんし、あなたのお母さまも違いますし、あなたの角度にいません。あなたにとってはきっと面白いのでしょうが、我々の仕事はとても真剣であり、時間の無駄は人々の命を危険にさらすことになります。通話を終了します。

補遺3: インシデント-02

当該アノマリーに関して更なる情報を得るため、機動部隊オミクロン-67("ゼロス・レスポンダーズ")のエージェントが以前SCP-5783通話で緊急事態の場所と指定されたエリア付近で待機することになりました。目的は、通話の継続中にSCP-5783の緊急事態の発生場所に立ち会い、知覚・記録可能な現象の有無を確認することです。

2004年05月02日、対象として的確なSCP-5783通話が電気通信監視室により検知されました。通話では、イギリス、ポーツマスの廃墟となった映画館で発生した、一見住居侵入らしき状況について説明されていました。

発信者: 2人、だと思う。屈曲で撒いたと思ってたんだけど、私を嗅ぎつけてきたに違いない。すぐに来て、あいつら差異を通ってきてる。いとこたちと一緒にいるけど、怖がってる。

SCP-5783-1: 落ち着いてください。今あなたのいる場所は安全ですか?

発信者: わからない。そう思いたいけど。脱皮でバリケード作って、屈折させてるから見つかりにくいとは思う。何なの。

この時点で、電気通信監視室の第2層職員が通話に介入してSCP-5783-1の通話を切断し、通話を継続する目的で発信者と直接会話しました。それと同時に、機動部隊オミクロン-67のエージェント カン・ユンリとギリジャ・マリクが現場に派遣されました。

TMO: こんにちは、別の通信指令係が通話を引き継ぎます。状況を確認できますか?

発信者: (囁き) じっとしてて、鞘に包まれてる。いとこたちも一緒にいる。

TMO: エージェントが気付けるよう、ご自分について説明してもらえますか?

発信者: うーん、太陽に照らされた生皮と芳しい窓を持ってる。

TMO: ……ありがとうございます。周囲の状況はどうですか? どのように見えますか?

発信者: 質問の意味が解らない。

TMO: 何を…… あー、認識できますか?

発信者: 2人の侵入者が震えてる。自分のことが重いみたい。悪いニュースみたいに見える。

TMO: ……なるほど。

発信者: 差異を突破しようとしてる。波風立てるのを止めないと。

この時点で、発信者は4分間発話を停止しました。

派遣から8分後、エージェント カン及びマリクとの連絡が途絶え、映画館から200メートル以内でGPS、音声・映像信号が途絶えたか、回収不可能なほどに破損しました。

45秒後、発信者は再び話し始めました。

発信者: もしもし?

TMO: はい、どうされました?

発信者: よくわからない。こんなのは…… 状況がすごい変。

TMO: どのようにですか?

発信者: 侵入者が。屈曲で奴らは拡張されましたが、なんか…… おかしい。柔らかさがある。

TMO: 柔らかさ?

発信者: 正しく反響してない。あいつら投影できないのかも?

TMO: それは…… 珍しいですね。彼らについて他に何を、あー、認識できますか?

発信者: あいつらは普通じゃない。あいつらが巻き付いてるのを見てると吐き気がする。そいつらは混乱してるみたい…… 知性すらないっぽい。あいつらはモノなの。

TMO: か…… 彼らは危険を呈するようには見えますか?

発信者: 投影できないか、屈曲を理解できないならそうじゃないと思う。うぇ、すごいやだ。

TMO: それでしたら、彼らと…… 交差することはできますか? もっと完全に認識できますか?

発信者: 変な言い方だけど、まあ確かに。

カサカサという音。

発信者: 聴いて。音を立ててる。多分止まると思う。

誰かがうめく声がゆっくりと聞こえるようになる。

声: (歪んで) マリク……

この音声は逆畳み込み変換分析された。結果として得られた声は、エージェント・マリクのものと64%一致していた。

発信者: 気持ち悪っ。それでいつドローンは到着するの?

その後の映画館の調査では、発信者及びエージェント・マリクの痕跡は発見されませんでした。壁の、総面積4.5平方メートルの不規則な形状の領域を覆っていた17枚の薄い生物膜が回収されました。顕微鏡検査により、これらはエージェント・カンのDNAと一致するヒトの腎細胞で構成されていることが判明しました。

エージェント マリク及びカンは行方不明と見做されました。SCP-5783通話や緊急事態を妨害する更なる試みは、逆因果的事象の可能性が調査されている間停止されます。

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

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