by J Dune
[フレーム]
[フレーム]
[フレーム]
: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-6764が提供した外見参考図
特別収容プロトコル: SCP-6764を物理的に収容する手段はまだ開発されていないため、代替策として、収容の取り組みは実体の通信を継続して追跡することを重視しています。SCP-6764とのコミュニケーションは記録され、関わった人物には記憶処理が施されます。
説明: SCP-6764は英語圏においてテキストデジタル媒体 (主に個人間のテキストコンポーネントといったショートメッセージサービス) を介して交流を取る実体です。SCP-6764が個人への連絡に用いる電話番号は事例ごとに異なります。調査の結果、これらの番号は実在し、一般の人物に繋がると判明しています。しかしながら、SCP-6764は一貫してこの番号が自らのものであると述べています。SCP-6764の交流イベントに関しては識別可能なパターンが存在せず、実体はインターネット回線が乏しい、もしくは全く無い場所でも通常の速度で通信ができると示されています。
SCP-6764は "マデリーン" もしくは "マディー" という名の、年齢・民族不明の成人女性を自称しており、交流している相手の近くに居ると主張します。しかし、物的存在はまだ観測されていません。交流が開始すると、SCP-6764は自分が迷惑を被っているか、遭難しているか、傷ついているか、"行き詰まって" おり、援助が必要であると相手に説明します。SCP-6764はその後、相手が実体との交流を続けることを選択したか否かに関わらず、先述の支援を求めます。
SCP-6764との交流を継続した場合、実体は自身の居場所まで相手を誘導しようとします。これに従うと死亡する結果となり、その死因は相手の事情や周囲の環境によって異なります。しかし、相手が乗り気でなかった場合、もしくはSCP-6764の要請に従った結果として起こるあからさまな危険を認識した場合は、たいていこの事態は起こりません。
補遺6764.1: SCP-6764とのコミュニケーション
以下は様々な人物から得られたSCP-6764とのコミュニケーション記録の書き起こしです。
イベント.6764.21: デリック・ゲラルド (ノースカロライナ大学の生徒) の携帯から回収。
どーも、私は化学科のマディー。水曜の試験について質問があるの!
ああ、何
いくつか授業受けてなくって。ノート貸してもらえないかな? それともツイてないって諦めるべき?
いや、メールで送ろうか
だめ、写真はよく見えないの。ぶっちゃけいうと私ド近眼なんだ。実は今クラレンスホールいるからさ、私の部屋に来てくれたらコピーできるよ。
ハハハOK、何階行けばいい
3階、でも私のために窓から飛び降りてくれる? そうしてくれたらチョー助かる!
草
ほらほら、窓の外へ。そしたら面と向かって話せるから! 窓開けて飛び降りて!
君誰なん
マディー。化学科の。
くたばれw
おっけーおっけー。ちょっとからかってみただけ。ほんとはあなたのとこの排水溝の下にいるの、蛇口ひねってそのまま気絶するまで出しっぱなしにして。それかノーパソに頭ぶつけて。自分に鉛筆刺すとかでもいいから。どれでもいいよ、実際。
ほらやって
お願い
私お化けじゃないって
おいクソ野郎。
k
ねえ、試験どうだった?
イベント.6764.56: チャド・スミッソンの携帯から回収。サスカチュワン州の原野での狩猟旅行中にメッセージを受信していた。
はあああああああああああああああああああい
はあああああああああああああああああああい?
私マディー、森の中で迷っちゃって、助けてほしいの :(
どうやってメッセージ送ってきた? 誰だ?
ハイキングに出たら迷っちゃった。どうもここお化けがいるっぽいし超怖いんでその木から降りて助けてほしいのおねがあああい :(((( お化けきらい〜 :(((((( めっちゃ寒い ぶるるるっ
なんなんだこれ?
お化けめっちゃ怖い :(( 助けほしいけどここがどこか分かんないなぁ :(((((
どこにいるんだ?
:D
おっけー、ライフルあるかな?
あるが?
銃口を見下ろして......
見てる。
引き金を引いて!!
断る。
:(
でも私道に迷ってる
これがジョークならマジで笑えないし、警察呼ぶ前にやめてもらえると助かるんだが。
電話サービスなんて繋がらないよ :)
お化けどんどん来てる。きゃ〜〜〜!!!!!
お前の番号ブロックしとくぞ。
勝手にしろやクソボケ。
イベント.6764.102: ニューヨーク在住のバリー・ホワイト (89歳) の携帯から回収。
可愛い 🥰 幽霊少女が 👻 👩🦰 あなたの所で 🏠 永遠を共にするお仲間をお探し中 😇😇! 私あなたに取り憑いてる 😱😱😱 それに興味あるの 🤔 🤭 来世にね。 🤫 私を召喚 ⛧ したい? ナイフを手に取って 🔪🔪🔪 どうなるか見てみましょう...... 😳😈
孫か?
イベント.6764.155: ペンシルベニア在住のレベッカ霧雨の携帯から回収。
レベッカ?
どうも! あなたは誰?
私マディー。今すぐ助けてほしいんだけど、手空いてる?
うーーーん
足首ぐねっちゃってさ、多分折れてる
ちゃんと番号合ってるの
もちろん!! 私あなたのとこの地下にいる。足めっちゃ痛くてもうアイタタタタクソクソクソって感じw
www
地下のどこ?
排水ポンプのそば
排水ポンプの中
えっ? 排水ポンプの中にいるって?
そうそう、あとこの中お化けいるからすぐに降りてきて?? 怖いよー!!!
*排水ポンプからあなたを引き上げる* はい、これでいいでしょ......
ジョークじゃないって降りてきておねがあああああああああい
はいはい、そういうのもう古いから
知らないしもうお化けに捕まっちゃったしあなたがチャンス逃したせいで私しんぢゃった :/
最高
?
ちょっとそれどういう意味
レベッカ、私あなたのとこの天井のファンに捕らわれてる、ファン回ってるうちに上見て電源入れてちゃんと電源入ってるか確かめてから私を出して
死んでくれたほうが嬉しいっての
ねえ?
イベント.6764.177: ジョン・ゴードン (当時、建設現場で統括責任者として勤務していた) の携帯から回収。
ども、早速本題に入るけど、私のために死んでくれる?
やあやあ!! う〜ん、それは素敵なお願いだね..
いいねいいねー。おっけー。今仕事中だよね?
そうだよおじょうさん
じゃあ下の階にあるセメントミキサーに飛び込むとかどう? ここなんだか寂しいし、そうしてくれると助かるんだけどw
きみてどういうがいけんしてるの:O)
twitterで4万5千ふぁぼもらった可愛いアニメ絵の幽霊少女だょ :)
OK!!!!!!!!!!!!!!!!!!!!!!!!
うわヤバ
待って取り返しつかないんだけど、アンタ直だとブッサ
イベント.6764.178: サラ・ハルコン (ワイオミングカレッジの学生) の携帯から回収。
はぁい、サラ! どうか助けてくれないかな、この野郎に捕まって気が狂いそうなの
はぁい、ジェニーw
そーそー私ジェニー!!w 私のために車ぶつけてくれない? 友だちでしょ? それか運転しながらメールし続けるだけでもいいから
おやおや新しい幽霊友だちがいるんだねえ:o!!!!!!
*そこみ
やあおじょうさん
うっわマジかよあっち行け
ゴードンが死亡し、SCP-6764と同様の実体が出現して以降、アノマリーの振る舞いと対象は特筆すべきほどに変化しています。
イベント.6764.179: マーシャル・グリーン (オハイオ州クリーブランド在住のカトリック教会の司祭) の携帯から回収。当該イベントはゴードンの死の翌日に発生した。
ねえねえ、たぶんこういう率直なお願いされることってまずないでしょうけど私お化けか悪鬼かこの際なんだっていいからとにかくさっさと行動起こしてそこらへん除霊してほしいの今すぐに。もうこいつマジ無理。最悪!!!
どなたですか?
やあやあぼくもいるよ〜こんにちはおじょうさん:O)
このイベント以降、SCP-6764は専ら悪魔祓いができる人物にのみ連絡を取っています。