SCP-6056 - 起爆(原題: The Crumpening)

このページの批評は終了しました。

原文: SCP-6056 by HarryBlankHarryBlank rev.20


/* 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)); }
}

評価: 0+x

アイテム番号: SCP-6056
レベル3
収容クラス:
esoteric
副次クラス:
damballah
撹乱クラス:
vlam
リスククラス:
danger

Crumpening.jpg

Dr. W. Wettle's office subsequent to Incident 6056-06. インシデント 6056-6後のW・ウェトル博士のオフィス。

Special Containment Procedures: SCP-6056 is contained. The precise details of this containment are unavailable, as it was performed by persons unknown. Investigations are ongoing.
特別収容プロトコル: SCP-6056は収容されています。実行している人物が不明であるため、この収容の正確な詳細は利用できません。調査が進行中です。


Description: SCP-6056 denotes a series of inexplicable shock waves occurring at Site-43 between 04/28/2021 and 08/04/2021. Each shock wave resembled the air volume expansion effects of a small explosion, sufficient to propel objects away from its source at high velocity and inflict moderate injury on nearby personnel. There were no associated thermal effects, nor the shrapnel one would expect from such an explosion.
説明: SCP-6056は、2021/04/28から2021/08/04にかけてサイト-43で発生した、一連の説明のつかない衝撃波を指します。それぞれの衝撃波は、その発生源から物体を押し出し、付近の職員に中程度の負傷を与えるのに十分な、小規模の爆発における空気の体積膨張効果に類似していました。そのような爆発において予測される、関連した熱的効果や散弾はありませんでした。

Six instances of SCP-6056 were recorded, all taking place in the underground structure of Site-43 and all occurring in the presence of senior personnel.
SCP-6056の6実例が記録されており、全てにおいてサイト-43の地下構造で、上級職員がいる場で発生していました。


Addendum 6056-1, Incident Log: The following is a complete catalogue of all SCP-6056 occurrences to date.
補遺6056-1、インシデントログ: 以下は、今までの全てのSCP-6056発生の完全な目録です。

Incident 6056-01
インシデント 6056-01
Date: 04/28/2021
Time: 12:11 PM
Investigating Officer: Chief H. Kuroki (Security and Containment Section)
日付: 2021/04/28
時間: 12:11 PM
調査担当者: H・黒木セクション長(保安・収容Security and Containmentセクション)

Log begins.
ログ開始。

[Drs. Harold Blank and William Wettle are sitting in the former's office in the Archives and Revision Section. Dr. Wettle is eating a meatball sub. Dr. Blank is drinking a bottle of soda. They are conversing.]
[ハロルド・ブランク、ウィリアム・ウェトル両博士は、保管・改訂Archives and Revisionセクションにおける前者のオフィスで座っている。ウェトル博士はミートボールのサブマリンサンドを食べている。ブランク博士はソーダのボトルを飲んでいる。両者は会話している。]

Dr. Blank: And I'm telling you, it sounds fucking stupid.
ブランク博士: 言ってるだろう、それはとんでもなくバカみたいに聞こえる。

Dr. Wettle: No, you know what sounds stupid? Saying it the wrong way.
ウェトル博士: いや、何がバカみたいに聞こえるってわかってるのか? 使い方間違ってるぞ。

Dr. Blank: The wrong way?! I'm saying it the only right way! "The First World War" is an anachronism. They didn't call it that at the time. They thought it was a one-off, Willie.
ブランク博士: 間違ってるだって?! 私は唯一の正しい使い方で言っているぞ! 「第一次世界大戦」は時代錯誤だ。当時はそう呼ばれていなかった。あれは一度きりだと思われてたんだぞ、ウィリー。

Dr. Wettle: You're an anachronism. Your parents called you "the Blank child" for a week before settling on "Harold."
ウェトル博士: 君が時代錯誤だ。君の両親は君を「ハロルド」に決める1週間前には「ブランクの息子」と呼んでいただろう。

Dr. Blank: I told you that in confidence. My point is, I'd doubt the qualifications of any historian who doesn't call it "the Great War."
ブランク博士: それはお前に内緒で教えたことだ。言いたいことは、あれを「大戦争」と呼ばない歴史家に資格があるか疑っている、ということだ。

Dr. Wettle: I'm a historian.
ウェトル博士: 私は歴史学者だ。

Dr. Blank: It's "an historian."
ブランク博士: 「歴史家」だろう。

Dr. Wettle: Like f—
ウェトル博士: そりゃ—

[Dr. Blank begins to drink from his bottle as SCP-6056 occurs. The point of origin is Dr. Wettle's meatball sub; it explodes, coating him, Dr. Blank, and the bookshelves and carpets of the office in tomato sauce and beef. Dr. Wettle is thrown into a display cabinet filled with model ships; it also explodes. Dr. Blank is still drinking from the bottle; it, too, explodes, filling his lungs with soda as he is flung into the office wall. He begins to cough violently as the ceiling and light fixtures collapse, and the camera view goes dark.]
[ブランク博士がボトルから飲み始めると、SCP-6056が発生する。発生地点はウェトル博士のミートボールのサブマリンサンドであり、それは破裂し、ウェトル博士、ブランク博士、オフィスの本棚やカーペットがトマトソースと牛肉で覆われる。ウェトル博士は船の模型で満たされた展示棚に投げ出され、それもまた破裂する。ブランク博士はいまだにボトルから飲んでいるが、さらにそれも破裂し、彼の肺をソーダで満たして彼はオフィスの壁に投げ飛ばされる。彼が激しくせき込み始めると、天井と照明設備が崩落して、カメラの視界が暗くなる。]

Log ends.
ログ終了。

Aftermath: Dr. Wettle suffered minor lacerations from the display case glass, as well as a broken collarbone and internal bruising. Dr. Blank suffered a concussion.
影響: ウェトル博士は展示ケースのガラスによる軽度の裂傷、鎖骨の骨折、内部打撲を負った。ブランク博士は脳震盪を起こした。


Incident 6056-02
インシデント 6056-02
Date: 06/12/2021
Time: 8:12 PM
Investigating Officer: Chief H. Kuroki (Security and Containment Section)
日付: 2021/06/12
時間: 8:12 PM
調査担当者: H・黒木セクション長(保安・収容セクション)

Log begins.
ログ開始。

[Dr. Udo Okorie and Chief Delfina Ibanez are seated on a couch in the former's quarters.]
[ウド・オコリー博士とデルフィーナ・イバニェス セクション長は、前者の宿舎で長椅子に座っている。]

Dr. Okorie: It's just… I didn't think it would be this soon.
オコリー博士: こんなこと……こんなすぐにだなんて思ってなかった。

[Chief Ibanez places a hand on Dr. Okorie's shoulder.]
[イバニェス セクション長はオコリー博士の肩に手を置く。]

Dr. Okorie: He wasn't… he was only sixty. It's…
オコリー博士: 彼はまだ……まだ六十歳だった。こんなの……

[Dr. Okorie sobs.]
[オコリー博士はすすり泣く。]

Chief Ibanez: I know. It's bullshit.
イバニェス セクション長: わかります。こんなこと、ひどすぎる。

Dr. Okorie: I was going to say it's not fair, but that's a better w—
オコリー博士: 公平じゃないと言おうとしてたけれど、そっちほうがいい—

[SCP-6056 occurs. The couch is the point of origin. It explodes. Airborne particulates of stuffing briefly obscure the camera view. Dr. Okorie is flung upwards into the ceiling, strikes her head, and is rendered unconscious. Chief Ibanez is inverted, clips a light fixture with her legs, and pulls the ceiling down on top of her when she crashes through a glass coffee table.]
[SCP-6056が発生する。長椅子が発生地点である。長椅子は破裂する。詰め物の浮遊微小粒子によって短期間カメラの視界がさえぎられる。オコリー博士は上方の天井に投げ出されて頭を打ち、意識を失う。イバニェス セクション長は逆さになり、脚に照明設備が接触して彼女の上に天井を引き落とし、彼女はガラスのコーヒーテーブルを突き破る。]

Log ends.
ログ終了。

Aftermath: Dr. Okorie suffered a concussion. Chief Ibanez suffered minor abrasions and blunt force trauma against her arms, legs and back.
影響: オコリー博士は脳震盪を起こした。イバニェス セクション長は腕、脚、背中に軽度の擦過傷、鈍器損傷を負った。


Incident 6056-03
インシデント 6056-03
Date: 06/16/2021
Time: 4:21 PM
Investigating Officer: Chief H. Kuroki (Security and Containment Section)
日付: 2021/06/16
時間: 4:21 PM
調査担当者: H・黒木セクション長(保安・収容セクション)

Log begins.
ログ開始。

[Chief Amelia Torosyan is working on a complex fuse box in Acroamatic Abatement Facility AAF-A. Technician Philip Deering enters the room, carrying his duty tablet.]
[アメリア・トロシヤン セクション長は玄妙除却Acroamatic Abatement施設AAF-Dで複雑なヒューズボックスの作業を行っている。フィリップ・ディアリング技師が業務用タブレットを持って部屋に入る。]

Deering: Hey.
ディアリング: やあ。

Chief Torosyan: Hey.
トロシヤン セクション長: やあ。

Deering: Check this out.
ディアリング: これを見てほしい。

[SCP-6056 occurs. Its point of origin is the interior of the fuse box. All seventy-four fuses blow and are forcibly ejected from their housings, many of them striking Chief Torosyan and Deering. A fire begins in the fuse box, and nine separate alarm systems activate at once. The screen on Deering's duty tablet cracks, and he drops it as he falls to his knees. Chief Torosyan's radio emits a high-pitched squeal before dying with a loud popping sound. Fluorescent bulbs burst overhead, and the camera feed now registers firelit darkness. A constant tone at 119 decibels fills the air.]
[SCP-6056が発生する。発生地点はヒューズボックスの内部である。74個のヒューズ全てが飛び、箱から無理にはじき出されて、その多くがトロシヤン セクション長とディアリングにぶつかる。ヒューズボックスの中で火事が起き、9つの個別警報システムが一斉に起動する。ディアリングの業務用タブレットの画面がひび割れ、彼はタブレットを落として倒れて膝をつく。トロシヤン セクション長の無線は高い金切り音を出してからポンと音を出して故障する。頭上の蛍光灯が破裂し、カメラの映像は現在火が灯された暗闇を記録している。119デシベルの連続音が空気を満たす。]

Deering: THAT WASN'T ME.
ディアリング: 僕はやってないぞ。

Log ends.
ログ終了。

Aftermath: Chief Torosyan and Deering were treated for minor bruises. Acroamatic Abatement Facility AAF-A was offline for three days while extensive repairs were undertaken.
影響: トロシヤン セクション長とディアリングは軽度の打撲の治療を受けた。玄妙除却施設AAF-Aは広範な修理が行われる間3日間オフラインになった。


Incident 6056-04
インシデント 6056-04
Date: 06/19/2021
Time: 3:47 PM
Investigating Officer: Chief H. Kuroki (Security and Containment Section)
日付: 2021/06/19
時間: 3:47 PM
調査担当者: H・黒木セクション長(保安・収容セクション)

Log begins.
ログ開始。

[Dr. Lillian Lillihammer and Dr. Placeholder McDoctorate are seated back to back at computer terminals in the former's research laboratory.]
[リリアン・リリハンメル博士とプレースホルダー・マクドクトラート博士は、前者の研究室のコンピューター端末で背中合わせに座っている。]

Dr. Lillihammer: I don't like that.
リリハンメル博士: これ好きじゃない。

[Dr. McDoctorate laughs.]
[マクドクトラート博士は笑う。]

Dr. McDoctorate: What's not to like? I think it's comforting.
マクドクトラート博士: 何が気に入らないんだい? 私は心地いいと思うけど。

[Dr. Lillihammer swivels her chair, and spins Dr. McDoctorate's so that he is facing her.]
[リリハンメル博士は椅子を回転させ、マクドクトラート博士の椅子を回して向かい合うようにする。]

Dr. Lillihammer: How on Earth would you find that comforting?
リリハンメル博士: 一体どうすればこれが心地いいって思うの?

Dr. McDoctorate: If there's an infinite number of you and I, there's an infinite number of things we could be doing.
マクドクトラート博士: もし君と私が無限にいれば、私たちができることは無限にある。

Dr. Lillihammer: Dirty mind.
リリハンメル博士: 意地の悪い。

[Dr. McDoctorate laughs.]
[マクドクトラート博士は笑う。]

Dr. McDoctorate: That's not what I mean. I mean we could be solving problems in those other dimensions and timelines which we'll never solve in this one. We could be solving problems which don't exist here. We could be—
マクドクトラート博士: そういう意味じゃない。他の次元とタイムラインでは、私たちはここでは決して解決しない問題も解決するかもしれないって言いたいんだ。ここには存在しない問題を解決するかもしれない。私たちは—

Dr. Lillihammer: We could be mad scientists, which we are, and therefore doing all kinds of ridiculous shit that could be extremely dangerous. No, I think I'd rather there was only one version of you or m—
リリハンメル博士: 私たちはマッドサイエンティストになるかもしれない。けどそれこそ私たちのことで、だからとてつもなく危険になるかもしれないどんなバカげたことでもできるの。違う、思ってたのはむしろあなたと私は1つのバージョンしか—

[SCP-6056 occurs. The point of origin is the server stack behind Dr. Lillihammer's computer terminal. It explodes in a shower of sparks and components, shattering the windows in the lab and destroying the terminal. Dr. Lillihammer is flung onto Dr. McDoctorate, whose chair is upset. Both fall to the floor as the circuit breakers trip and the lights go out. The sprinkler system can be heard activating.]
[SCP-6056が発生する。発生地点はリリハンメル博士のコンピューター端末の背後にあるサーバーラックである。それは火花と部品の雨の中破裂して研究室の窓と端末を粉砕する。リリハンメル博士はマクドクトラート博士の上に投げ出され、彼の椅子は転倒している。両者が床に倒れると、回路のブレーカーが落ちて明かりが消える。スプリンクラーシステムが起動したのが聞こえる。]

[Seventeen seconds pass.]
[17秒経過する。]

Dr. Lillihammer: Dirty mind.
リリハンメル博士: 意地が悪い。

Log ends.
ログ終了。

Aftermath: Neither Dr. Lillihammer nor Dr. McDoctorate reported any injury.
影響: リリハンメル博士、マクドクトラート博士の両者とも負傷を報告しなかった。


Incident 6056-05
インシデント 6056-05
Date: 07/12/2021
Time: 12:04 AM
Investigating Officer: Chief D. Ibanez (Pursuit and Suppression Section)
日付: 2021/07/12
時間: 12:04 AM
調査担当者: D・イバニェス セクション長(追跡・鎮圧Pursuit and Suppressionセクション)

Log begins.
ログ開始。

[████████████████ and ████████████████████ are in bed together in █████████'s quarters. SCP-6056 occurs; the point of origin is approximately one foot above ████████████'s head. ███ is compressed into ███, further compressing ███ into the bed and causing it to collapse. Both scream.]
[████████████████と████████████████████は、█████████の宿舎のベッドにともにいる。SCP-6056が発生する。発生地点は████████████の頭上およそ1フィートである。███は███に押し付けられ、さらに███をベッドに押し付けてベッドは崩壊する。両者は叫ぶ。]

█████████: [Incoherent cursing.]
█████████: [支離滅裂な罵声。]

████████████: [Incoherent cursing.]
████████████: [支離滅裂な罵声。]

[Six minutes pass.]
[6分経過する。]

█████████: We're not telling them how this happened.
█████████: これがどう起きたか伝えないようにしよう。

████████████: YOU THINK?!
████████████: 考えてたの?!

Log ends.
ログ終了。

Aftermath: Both ████████████ and █████████ suffered pelvic injuries. ████████████ suffered a stretched neck ligament, and █████████ suffered two broken ribs.
影響: ████████████、█████████は両者とも骨盤の負傷を受けた。████████████は首の靭帯のむち打ちを負い、█████████は2本の肋骨の骨折を負った。


Incident 6056-06
インシデント 6056-06
Date: 08/04/2021
Time: 3:27 PM
Investigating Officer: Chief H. Kuroki (Security and Containment Section)
日付: 2021/08/04
時間: 3:27 PM
調査担当者: H・黒木セクション長(保安・収容セクション)

Log begins.
ログ開始。

[Drs. William Wettle and Bastien LeBlanc are walking through an access corridor in the Research and Experimentation Section. Dr. Wettle is wearing a neck brace. Over a dozen other staff members are also present.]
[ウィリアム・ウェトル、バスティアン・ルブラン両博士は研究・実験Research and Experimentationセクションのアクセス通路を歩いている。ウェトル博士は頸椎装具を着用している。他に十数名の職員メンバーがいる。]

Dr. LeBlanc: Have you considered that it might be fate?
ルブラン博士: それが運命だった可能性は考えましたか?

Dr. Wettle: I don't believe in fate.
ウェトル博士: 私は運命なんて信じていない。

Dr. LeBlanc: If my luck was as bad as yours, I think I would. I'd want to believe it's happening for a reason.
ルブラン博士: 俺の運があなたくらい悪かったなら、俺は信じていたと思います。理由があって起きたのだと信じたいでしょうね。

[They approach Dr. Wettle's office. He presses his identification card to a card reader.]
[彼らはウェトル博士のオフィスに到着する。彼はカードリーダーにIDカードを押し付ける。]

Dr. Wettle: We're both scientists, Bastien. Everything does happen for a reason, and it's our j—
ウェトル博士: 私たちは科学者だ、バスティアン。何事も理由があって起きる、それが私たちのゆ—

[SCP-6056 occurs. The point of origin is behind Dr. Wettle's office door. The door is blown into the corridor, with Dr. Wettle attached. He strikes the opposite wall, scattering two Mobile Task Force agents to the floor. The exterior window of the office explodes, and Dr. LeBlanc is peppered with glass as he, too, is knocked to the floor with nine other staff members. Dr. Wettle shoves the door away, clutching at his bleeding nose and screaming.]
[SCP-6056が発生する。発生地点はウェトル博士のオフィスの扉の背後である。扉はウェトル博士を添えつつ、通路に吹き飛ばされる。彼は、2名の機動任務部隊エージェントを床に飛ばしながら向かいの壁にぶつかる。オフィスの外窓が破裂し、ルブラン博士がガラスを浴びて、彼もまた9名の他の職員メンバーとともに床に打ち付けられる。ウェトル博士は扉を押しやり、鼻血を流す鼻をつかみながら叫ぶ。]

Dr. Wettle: Fucking TWICE?!
ウェトル博士: 2回目だと?!

[The ceiling collapses.]
[天井が崩落する。]

Log ends.
ログ終了。

Aftermath: Dr. Wettle suffered only a broken nose. Dr. LeBlanc suffered a twisted ankle and minor lacerations. The remaining staff suffered three concussions, four broken ribs, one broken leg, one broken arm, three twisted ankles, minor lacerations/abrasions/bruising and one thermal burn from an exploded cup of coffee.
影響: ウェトル博士は鼻の骨折のみ負った。ルブラン博士は足首の捻挫と軽度の裂傷を負った。残りの職員は、3名の脳震盪、4本の肋骨の骨折、1本の脚の骨折、1本の腕の骨折、3つの足首の捻挫、軽度の裂傷/擦過傷/打撲傷、1名の破裂した珈琲のコップによる熱傷を被った。


Addendum 6056-2, Containment: On 08/04/2021, Dr. Lillihammer reported receiving a message in her head, spoken in her own voice: "We were trying something. It didn't work. Sorry."
補遺6056-2、収容: 2021/08/04、リリハンメル博士は頭の中に自分自身の声で次のように話されたメッセージを受け取ったと報告しました。「私たちは少し試してたの。うまく行かなかった。ごめんなさい」

No further incidents have occurred.
さらなるインシデントは発生していません。



記事ここまで

tag: _cc _licensebox acoustic airborne doctor-blank doctor-lillihammer doctor-mcdoctorate doctor-wettle esoteric-class extradimensional future no-return on-guard-43 philip-deering scp thermodynamic
タグ: en 音波 空棲 ブランク博士 リリハンメル博士 マクドクトラート博士 ウェトル博士 esoteric-class 異次元 未来 ノー・リターン on-guard-43 フィリップ・ディアリング scp 熱力学

以下はフォーラム投稿用


ソース: SCP-6056 rev.20
著者: HarryBlankHarryBlank
作成日(EN): 2021/07/29


ページコンソール

批評ステータス

カテゴリ

SCP-JP

本投稿の際にscpタグを付与するJPでのオリジナル作品の下書きが該当します。

GoIF-JP

本投稿の際にgoi-formatタグを付与するJPでのオリジナル作品の下書きが該当します。

Tale-JP

本投稿の際にtaleタグを付与するJPでのオリジナル作品の下書きが該当します。

翻訳

翻訳作品の下書きが該当します。

その他

他のカテゴリタグのいずれにも当て嵌まらない下書きが該当します。

言語

EnglishРусский한국어中文FrançaisPolskiEspañolภาษาไทยDeutschItalianoУкраїнськаPortuguêsČesky繁體中文Việtその他日→外国語翻訳

日本支部の記事を他言語版サイトに翻訳投稿する場合の下書きが該当します。

コンテンツマーカー

ジョーク

本投稿の際にジョークタグを付与する下書きが該当します。

アダルト

本投稿の際にアダルトタグを付与する下書きが該当します。

既存記事改稿

本投稿済みの下書きが該当します。

イベント

イベント参加予定の下書きが該当します。

フィーチャー

短編

構文を除き数千字以下の短編・掌編の下書きが該当します。

中編

短編にも長編にも満たない中編の下書きが該当します。

長編

構文を除き数万字以上の長編の下書きが該当します。

事前知識不要

特定の事前知識を求めない下書きが該当します。

フォーマットスクリュー

SCPやGoIFなどのフォーマットが一定の記事種でフォーマットを崩している下書きが該当します。


シリーズ-JP所属

JPのカノンや連作に所属しているか、JPの特定記事の続編の下書きが該当します。

シリーズ-Other所属

JPではないカノンや連作に所属しているか、JPではない特定記事の続編の下書きが該当します。

世界観用語-JP登場

JPのGoIやLoIなどの世界観用語が登場する下書きが該当します。

世界観用語-Other登場

JPではないGoIやLoIなどの世界観用語が登場する下書きが該当します。

ジャンル

アクションSFオカルト/都市伝説感動系ギャグ/コミカルシリアスシュールダーク人間ドラマ/恋愛ホラー/サスペンスメタフィクション歴史

任意

任意A任意B任意C

ERROR

The Witherite's portal does not exist.


エラー: Witheriteのportalページが存在しません。利用ガイドを参照し、portalページを作成してください。


利用ガイド

  1. portal:6370408 (02 May 2020 04:11)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License