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

評価: +14+x

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

Crumpening.jpg

インシデント 6056-6後のW・ウェトル博士のオフィス。

特別収容プロトコル: SCP-6056は収容されています。実行している人物が不明であるため、この収容の正確な詳細は利用できません。調査が進行中です。


説明: SCP-6056は、2021/04/28から2021/08/04にかけてサイト-43で発生した、一連の説明のつかない衝撃波を指します。それぞれの衝撃波は、その発生源から物体を押し出し、付近の職員に中程度の負傷を与えるのに十分な、小規模の爆発における空気の体積膨張効果に類似していました。そのような爆発において予測される、関連した熱的効果や散弾はありませんでした。

SCP-6056の6実例が記録されており、全てにおいてサイト-43の地下構造で、上級職員がいる場で発生していました。


補遺6056-1、インシデントログ: 以下は、今までの全てのSCP-6056発生の完全な目録です。

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

ログ開始。

[ハロルド・ブランク、ウィリアム・ウェトル両博士は、保管・改訂Archives and Revisionセクションにおける前者のオフィスで座っている。ウェトル博士はミートボールのサブマリンサンドを食べている。ブランク博士はソーダのボトルを飲んでいる。両者は会話している。]

ブランク博士: 言ってるだろう、それはとんでもなくバカみたいに聞こえる。

ウェトル博士: いや、何がバカみたいに聞こえるってわかってるのか? 使い方間違ってるぞ。

ブランク博士: 間違ってるだって?! 私は唯一の正しい使い方で言っているぞ! 「第一次世界大戦」は時代錯誤だ。当時はそう呼ばれていなかった。あれは一度きりだと思われてたんだぞ、ウィリー。

ウェトル博士: 君が時代錯誤だ。君の両親は君を「ハロルド」に決める1週間前には「ブランクの息子」と呼んでいただろう。

ブランク博士: それはお前に内緒で教えたことだ。言いたいことは、あれを「大戦争」と呼ばない歴史家に資格があるか疑っている、ということだ。

ウェトル博士: 私は歴史学者だ。

ブランク博士: 「歴史家」だろう。

ウェトル博士: そりゃ—

[ブランク博士がボトルから飲み始めると、SCP-6056が発生する。発生地点はウェトル博士のミートボールのサブマリンサンドであり、それは破裂し、ウェトル博士、ブランク博士、オフィスの本棚やカーペットがトマトソースと牛肉で覆われる。ウェトル博士は船の模型で満たされた展示棚に投げ出され、それもまた破裂する。ブランク博士はいまだにボトルから飲んでいるが、さらにそれも破裂し、彼の肺をソーダで満たして彼はオフィスの壁に投げ飛ばされる。彼が激しくせき込み始めると、天井と照明設備が崩落して、カメラの視界が暗くなる。]

ログ終了。

影響: ウェトル博士は展示ケースのガラスによる軽度の裂傷、鎖骨の骨折、内部打撲を負った。ブランク博士は脳震盪を起こした。


インシデント 6056-02
日付: 2021/06/12
時間: 8:12 PM
調査担当者: H・黒木セクション長(保安・収容セクション)

ログ開始。

[ウド・オコリー博士とデルフィーナ・イバニェス セクション長は、前者の宿舎で長椅子に座っている。]

オコリー博士: こんなこと……こんなすぐにだなんて思ってなかった。

[イバニェス セクション長はオコリー博士の肩に手を置く。]

オコリー博士: 彼はまだ……まだ六十歳だった。こんなの……

[オコリー博士はすすり泣く。]

イバニェス セクション長: わかります。こんなこと、ひどすぎる。

オコリー博士: 公平じゃないと言おうとしてたけれど、そっちほうがいい—

[SCP-6056が発生する。長椅子が発生地点である。長椅子は破裂する。詰め物の浮遊微小粒子によって短期間カメラの視界がさえぎられる。オコリー博士は上方の天井に投げ出されて頭を打ち、意識を失う。イバニェス セクション長は逆さになり、脚に照明設備が接触して彼女の上に天井を引き落とし、彼女はガラスのコーヒーテーブルを突き破る。]

ログ終了。

影響: オコリー博士は脳震盪を起こした。イバニェス セクション長は腕、脚、背中に軽度の擦過傷、鈍器損傷を負った。


インシデント 6056-03
日付: 2021/06/16
時間: 4:21 PM
調査担当者: H・黒木セクション長(保安・収容セクション)

ログ開始。

[アメリア・トロシヤン セクション長は玄妙除却Acroamatic Abatement施設AAF-Dで複雑なヒューズボックスの作業を行っている。フィリップ・ディアリング技師が業務用タブレットを持って部屋に入る。]

ディアリング: やあ。

トロシヤン セクション長: やあ。

ディアリング: これを見てほしい。

[SCP-6056が発生する。発生地点はヒューズボックスの内部である。74個のヒューズ全てが飛び、箱から無理にはじき出されて、その多くがトロシヤン セクション長とディアリングにぶつかる。ヒューズボックスの中で火事が起き、9つの個別警報システムが一斉に起動する。ディアリングの業務用タブレットの画面がひび割れ、彼はタブレットを落として倒れて膝をつく。トロシヤン セクション長の無線は高い金切り音を出してからポンと音を出して故障する。頭上の蛍光灯が破裂し、カメラの映像は現在火が灯された暗闇を記録している。119デシベルの連続音が空気を満たす。]

ディアリング: 僕はやってないぞ。

ログ終了。

影響: トロシヤン セクション長とディアリングは軽度の打撲の治療を受けた。玄妙除却施設AAF-Aは広範な修理が行われる間3日間オフラインになった。


インシデント 6056-04
日付: 2021/06/19
時間: 3:47 PM
調査担当者: H・黒木セクション長(保安・収容セクション)

ログ開始。

[リリアン・リリハンメル博士とプレースホルダー・マクドクトラート博士は、前者の研究室のコンピューター端末で背中合わせに座っている。]

リリハンメル博士: これ好きじゃない。

[マクドクトラート博士は笑う。]

マクドクトラート博士: 何が気に入らないんだい? 私は心地いいと思うけど。

[リリハンメル博士は椅子を回転させ、マクドクトラート博士の椅子を回して向かい合うようにする。]

リリハンメル博士: 一体どうすればこれが心地いいって思うの?

マクドクトラート博士: もし君と私が無限にいれば、私たちができることは無限にある。

リリハンメル博士: 意地の悪い。

[マクドクトラート博士は笑う。]

マクドクトラート博士: そういう意味じゃない。他の次元とタイムラインでは、私たちはここでは決して解決しない問題も解決するかもしれないって言いたいんだ。ここには存在しない問題を解決するかもしれない。私たちは—

リリハンメル博士: 私たちはマッドサイエンティストになるかもしれない。けどそれこそ私たちのことで、だからとてつもなく危険になるかもしれないどんなバカげたことでもできるの。違う、思ってたのはむしろあなたと私は1つのバージョンしか—

[SCP-6056が発生する。発生地点はリリハンメル博士のコンピューター端末の背後にあるサーバーラックである。それは火花と部品の雨の中破裂して研究室の窓と端末を粉砕する。リリハンメル博士はマクドクトラート博士の上に投げ出され、彼の椅子は転倒している。両者が床に倒れると、回路のブレーカーが落ちて明かりが消える。スプリンクラーシステムが起動したのが聞こえる。]

[17秒経過する。]

リリハンメル博士: 意地が悪い。

ログ終了。

影響: リリハンメル博士、マクドクトラート博士の両者とも負傷を報告しなかった。


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

ログ開始。

[████████████████と████████████████████は、█████████の宿舎のベッドにともにいる。SCP-6056が発生する。発生地点は████████████の頭上およそ1フィートである。███は███に押し付けられ、さらに███をベッドに押し付けてベッドは崩壊する。両者は叫ぶ。]

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

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

[6分経過する。]

█████████: これがどう起きたか伝えないようにしよう。

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

ログ終了。

影響: ████████████、█████████は両者とも骨盤の負傷を受けた。████████████は首の靭帯のむち打ちを負い、█████████は2本の肋骨の骨折を負った。


インシデント 6056-06
日付: 2021/08/04
時間: 3:27 PM
調査担当者: H・黒木セクション長(保安・収容セクション)

ログ開始。

[ウィリアム・ウェトル、バスティアン・ルブラン両博士は研究・実験Research and Experimentationセクションのアクセス通路を歩いている。ウェトル博士は頸椎装具を着用している。他に十数名の職員メンバーがいる。]

ルブラン博士: それが運命だった可能性は考えましたか?

ウェトル博士: 私は運命なんて信じていない。

ルブラン博士: 俺の運があなたくらい悪かったなら、俺は信じていたと思います。理由があって起きたのだと信じたいでしょうね。

[彼らはウェトル博士のオフィスに到着する。彼はカードリーダーにIDカードを押し付ける。]

ウェトル博士: 私たちは科学者だ、バスティアン。何事も理由があって起きる、それが私たちのゆ—

[SCP-6056が発生する。発生地点はウェトル博士のオフィスの扉の背後である。扉はウェトル博士を添えつつ、通路に吹き飛ばされる。彼は、2名の機動任務部隊エージェントを床に飛ばしながら向かいの壁にぶつかる。オフィスの外窓が破裂し、ルブラン博士がガラスを浴びて、彼もまた9名の他の職員メンバーとともに床に打ち付けられる。ウェトル博士は扉を押しやり、鼻血を流す鼻をつかみながら叫ぶ。]

ウェトル博士: 2回目だと?!

[天井が崩落する。]

ログ終了。

影響: ウェトル博士は鼻の骨折のみ負った。ルブラン博士は足首の捻挫と軽度の裂傷を負った。残りの職員は、3名の脳震盪、4本の肋骨の骨折、1本の脚の骨折、1本の腕の骨折、3つの足首の捻挫、軽度の裂傷/擦過傷/打撲傷、1名の破裂したコーヒーのコップによる熱傷を被った。


補遺6056-2、収容: 2021/08/04、リリハンメル博士は頭の中に自分自身の声で次のように話されたメッセージを受け取ったと報告しました。「私たちは少し試してたの。うまく行かなかった。ごめんなさい」

さらなるインシデントは発生していません。


特に指定がない限り、このサイトのすべてのコンテンツはクリエイティブ・コモンズ 表示 - 継承3.0ライセンス の元で利用可能です。