翻訳完了期限: 07/11「SCP-6764 - Maddie」

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

出典: SCP-6764
著者: J DuneJ Dune
作成日(EN): 2022/05/10
SCP-6764 - Maddie
SCP-6764 - マディー
タグ: en 不定形 媒体 オンライン safe scp 自我

出典: SCP-6764 (rev. 10)
著者: J DuneJ Dune
作成日(EN): 2022/05/10
査読協力: C-DivesC-Divesさん

ソース: https://scp-wiki.wikidot.com/scp-5935
ライセンス: CC BY-SA 3.0

タイトル: warning.png
著作権者: AelannaAelannadjkaktusdjkaktus
公開年: 2020年
補足:
以下の画像を基にしてdjkaktusdjkaktus氏が作成したもの

ソース: http://www.scp-wiki.net/dr-mackenzie-s-sketchbook
ライセンス: CC BY-SA 3.0

タイトル: SCP-Logo
著作権者: AelannaAelanna

不安な箇所には下線を引いています。

評価: 0+x

by J Dune

: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)); }
}
warning.png
アイテム番号: 6764
レベル1
収容クラス:
safe
副次クラス:
none
撹乱クラス:
vlam
リスククラス:
notice

maddie2.png

Visual reference, provided by SCP-6764 during a conversation / 対話中にSCP-6764が提供した外見参考図

Special Containment Procedures: As a method of physical containment for SCP-6764 has yet to be developed, containment efforts are instead focused on the continued tracking of the entity's correspondences. Communications with SCP-6764 are to be transcribed, with individuals involved amnesticized.

特別収容プロトコル: SCP-6764を物理的に収容する手段はまだ開発されていないため、代替策として、収容の取り組みは実体の通信を継続して追跡することを重視しています。SCP-6764とのコミュニケーションは記録され、関わった人物には記憶処理が施されます。

Description: SCP-6764 is an entity who communicates via textual digital outlets, primarily short messaging services such as personal text components, in English-speaking countries. The phone number by which SCP-6764 uses to contact an individual varies with each instance, and investigation shows that these numbers exist and can be linked to ordinary individuals. Despite this, SCP-6764 will always refer to the number as belonging to itself. There are no discernible patterns related to SCP-6764 contact events, and the entity has been shown to be able to communicate in locations with little or no internet connection at ordinary speeds.

説明: SCP-6764は英語圏においてテキストデジタル媒体 (主に個人間のテキストコンポーネントといったショートメッセージサービス) を介して交流を取る実体です。SCP-6764が個人への連絡に用いる電話番号は事例ごとに異なります。調査の結果、これらの番号は実在し、一般の人物に繋がると判明しています。しかしながら、SCP-6764は一貫してこの番号が自らのものであると述べています。SCP-6764の交流イベントに関しては識別可能なパターンが存在せず、実体はインターネット回線が乏しい、もしくは全く無い場所でも通常の速度で通信ができると示されています。

SCP-6764 self-identifies as “Madeline” or “Maddie”, an adult female of unknown age and ethnicity who claims to be located in an area near the individual it is contacting, though a physical presence has yet to be observed. Upon initiating contact, SCP-6764 will explain to the individual that it is inconvenienced, lost, hurt, or “stuck”, and requires assistance. SCP-6764 will then, regardless of whether or not the individual has chosen to continue contact with the entity, request said assistance.

SCP-6764は "マデリーン" もしくは "マディー" という名の、年齢・民族不明の成人女性を自称しており、交流している相手の近くに居ると主張します。しかし、物的存在はまだ観測されていません。交流が開始すると、SCP-6764は自分が迷惑を被っているか、遭難しているか、傷ついているか、"行き詰まって" おり、援助が必要であると相手に説明します。SCP-6764はその後、相手が実体との交流を続けることを選択したか否かに関わらず、先述の支援を求めます。

Should an individual continue contact with SCP-6764, the entity will attempt to guide them to its location. This will, if followed, result in the individual's death, the cause of which varies depending on the context of the encounter and the surrounding environment. However, a lack of engagement by the individual or a recognition of the obvious danger that would result from following through with SCP-6764’s requests usually precludes this.

SCP-6764との交流を継続した場合、実体は自身の居場所まで相手を誘導しようとします。これに従うと死亡する結果となり、その死因は相手の事情や周囲の環境によって異なります。しかし、相手が乗り気でなかった場合、もしくはSCP-6764の要請に従った結果として起こるあからさまな危険を認識した場合は、たいていこの事態は起こりません。

Addendum.6764.1: Communication with SCP-6764

補遺6764.1: SCP-6764とのコミュニケーション

The following are transcripts of communication logs with SCP-6764, sourced from various encounters.

以下は様々な人物から得られたSCP-6764とのコミュニケーション記録の書き起こしです。

Event.6764.24: Recovered from the phone of Derrick Gerald, a student at the University of North Carolina.

イベント.6764.21: デリック・ゲラルド (ノースカロライナ大学の生徒) の携帯から回収。

Yo, it’s Maddie from chem class. Got a question about the exam Wednesday!

どーも、私は化学科のマディー。水曜の試験について質問があるの!

sure whats up

ああ、何

I missed a few classes. You willing to share those notes or am I gonna be shit outta luck?

いくつか授業受けてなくって。ノート貸してもらえないかな? それともツイてないって諦めるべき?

np, i’ll send them over

いや、メールで送ろうか

Oh no, I can’t read pictures. My eyesight is so bad, man, lmao. I’m actually in Clarence Hall, if you wanna come to my room so I could copy them.

だめ、写真はよく見えないの。ぶっちゃけいうと私ド近眼なんだ。実は今クラレンスホールいるからさ、私の部屋に来てくれたらコピーできるよ。

haha ok ill be over what floor

ハハハOK、何階行けばいい

3rd, but can you jump out your window for me? I’d really appreciate it, dude!

3階、でも私のために窓から飛び降りてくれる? そうしてくれたらチョー助かる!

huh

Like, out your window. We’ll be able to talk in-person if you do that! Just open the window and take a leap!

ほらほら、窓の外へ。そしたら面と向かって話せるから! 窓開けて飛び降りて!

who is this

君誰なん

Maddie. From chem.

マディー。化学科の。

fuck off lol

くたばれw

Okay, okay. Was just messing around. I'm actually down your drain, you need to turn the water on and keep it running until you pass out. Or bash your head in with that laptop. Or stab yourself with the pencil. Any of those will do, really.

おっけーおっけー。ちょっとからかってみただけ。ほんとはあなたのとこの排水溝の下にいるの、蛇口ひねってそのまま気絶するまで出しっぱなしにして。それかノーパソに頭ぶつけて。自分に鉛筆刺すとかでもいいから。どれでもいいよ、実際。

Come on

ほらやって

Please

お願い

I’m not a ghost

私お化けじゃないって

Yo, fuck you dude.

おいクソ野郎。

k

Heya, how’d you do on the exam?

ねえ、試験どうだった?


Event.6764.56: Recovered from the phone of Chad Smithson, received while on a hunting excursion in the Saskatchewan wilderness.

イベント.6764.56: チャド・スミッソンの携帯から回収。サスカチュワン州の原野での狩猟旅行中にメッセージを受信していた。

hiiiiiiiiiiiiiiiiiiii
はあああああああああああああああああああい

Hiiiiiiiiiiiiiiiiiiiiiiii?
はあああああああああああああああああああい?

its maddie, i’m lost in the woods and i need help :(

私マディー、森の中で迷っちゃって、助けてほしいの :(

How are you texting me? Who are you?
どうやってメッセージ送ってきた? 誰だ?

i was taking a hike and im lost. i think theres ghosts here and i’m really scared so can you come down from the tree and help me pleeeease :(((( i hate ghosts :(((((( its so cold brrrr

ハイキングに出たら迷っちゃった。どうもここお化けがいるっぽいし超怖いんでその木から降りて助けてほしいのおねがあああい :(((( お化けきらい〜 :(((((( めっちゃ寒い ぶるるるっ

What the fuck?
なんなんだこれ?

ghosts are so scary :(( i need help and i donno where i am :(((((
お化けめっちゃ怖い :(( 助けほしいけどここがどこか分かんないなぁ :(((((

Where are you?
どこにいるんだ?

:D
okay do u see your rifle
おっけー、ライフルあるかな?

Yeah?
あるが?

look down the barrel…
銃口を見下ろして……

Looking.
見てる。

pull the trigger!!
引き金を引いて!!

No.
断る。

:(
but im lost
でも私道に迷ってる

If this is a joke I seriously don’t find it funny and I’d appreciate if you stopped before I call the police.
これがジョークならマジで笑えないし、警察呼ぶ前にやめてもらえると助かるんだが。

you don’t have cell service :)
電話サービスなんて繋がらないよ :)
the ghosts r getting closer. ahh!!!!!
お化けどんどん来てる。きゃ〜〜〜!!!!!

I’m blocking your number.
お前の番号ブロックしとくぞ。

Whatever cunt.
勝手にしろやクソボケ。


Event.6764.102: Recovered from the phone of New York resident Barry White, age 89.

イベント.6764.102: ニューヨーク在住のバリー・ホワイト (89歳) の携帯から回収。

CUTE 🥰 GHOST GIRL 👻 👩‍🦰 IN YOUR AREA 🏠 LOOKING FOR COMPANY TO SPEND THE REST OF ETERNITY WITH 😇😇! I’VE BEEN HAUNTING YOU 😱😱😱 AND I’M INTERESTED 🤔 🤭 IN THE NEXT STEP. 🤫 WANNA SUMMON ⛧ ME? PICK THE KNIFE UP 🔪🔪🔪 AND SEE WHERE IT TAKES YOU… 😳😈
可愛い 🥰 幽霊少女が 👻 👩‍🦰 あなたの所で 🏠 永遠を共にするお仲間をお探し中 😇😇! 私あなたに取り憑いてる 😱😱😱 それに興味あるの 🤔 🤭 来世にね。 🤫 私を召喚 ⛧ したい? ナイフを手に取って 🔪🔪🔪 どうなるか見てみましょう…… 😳😈

grandson ?
孫か?


Event.6764.155: Recovered from the phone of Pennsylvania resident Rebecca Kirisame.

イベント.6764.155: ペンシルベニア在住のレベッカ霧雨の携帯から回収。

rebecca?
レベッカ?

yep! who is this?
どうも! あなたは誰?

its maddie, i need help rn if you’re not busy?
私マディー。今すぐ助けてほしいんだけど、手空いてる?

uhhhhh
うーーーん

i twisted my ankle and i think it’s broken
足首ぐねっちゃってさ、多分折れてる

are you sure you have the right number
ちゃんと番号合ってるの

yea!! i’m in your basement, actually. i hurt my leg so bad dude ouch ouch fuck fuck fuck lmao
もちろん!! 私あなたのとこの地下にいる。足めっちゃ痛くてもうアイタタタタクソクソクソって感じw

lmao
www
where in my basement?
地下のどこ?

by the sump pump
排水ポンプのそば
inside the sump pump
排水ポンプの中

yeah? you’re inside the sump pump?
えっ? 排水ポンプの中にいるって?

yeah and there’s ghosts in here so can you come down quick?? i’m scared dude!!!
そうそう、あとこの中お化けいるからすぐに降りてきて?? 怖いよー!!!

*lifts you from the sump pump* there u go, my sweet…
*排水ポンプからあなたを引き上げる* はい、これでいいでしょ……

i’m not joking can you come down pleeeeaseeee
ジョークじゃないって降りてきておねがあああああああああい

alright, this is getting old
はいはい、そういうのもう古いから

whatever the ghosts already got me you missed your chance i’m already dead :/
知らないしもうお化けに捕まっちゃったしあなたがチャンス逃したせいで私しんぢゃった :/

hot
最高


what did you mean by that
ちょっとそれどういう意味
rebecca im trapped in your ceiling fan could you look up there while its turned on please turn it on make sure its turned on and get me out
レベッカ、私あなたのとこの天井のファンに捕らわれてる、ファン回ってるうちに上見て電源入れてちゃんと電源入ってるか確かめてから私を出して
would you prefer if i were dead
死んでくれたほうが嬉しいっての
hello?
ねえ?


Event.6764.177: Recovered from the phone of John Gordon, who was working at his job as a supervising manager at a construction site.

イベント.6764.177: ジョン・ゴードン (当時、建設現場で統括責任者として勤務していた) の携帯から回収。

Yo, I’m just gonna cut to the chase. Wanna die for me?
ども、早速本題に入るけど、私のために死んでくれる?

hoi o/!! YEs that sounds lovely..
やあやあ!! う〜ん、それは素敵なお願いだね..

Woah, wow. Okay. You’re at work rn, yeah?
いいねいいねー。おっけー。今仕事中だよね?

hi miss
そうだよおじょうさん

Can you like, jump into the cement mixer on the floor below you? It’s kinda lonely over here and I’d really appreciate it lol.
じゃあ下の階にあるセメントミキサーに飛び込むとかどう? ここなんだか寂しいし、そうしてくれると助かるんだけどw

what dou look like :O)
きみてどういうがいけんしてるの :O)

cute anime ghost girl drawing that got 45 thousand likes on twitter dot com :)
twitterで4万5千ふぁぼもらった可愛いアニメ絵の幽霊少女だょ :)

OK!!!!!!!!!!!!!!!!!!!!!!!!
OK!!!!!!!!!!!!!!!!!!!!!!!!

holy fuck
うわヤバ
wait no can undo this you do not look as good in person
待って取り返しつかないんだけど、アンタ直だとブッサ


Event.6764.178: Recovered from the phone of Sarah Halcon, a Wyoming college student.

イベント.6764.178: サラ・ハルコン (ワイオミングカレッジの学生) の携帯から回収。

Sarah, girl, hi! Could you come help me please I'm losing my mind being trapped with this guy
はぁい、サラ! どうか助けてくれないかな、この野郎に捕まって気が狂いそうなの

hi jenny lol

はぁい、ジェニーw

yeah its jenny lol!! crash your car for me? bestie? or just keep texting while driving that'll work
そーそー私ジェニー!!w 私のために車ぶつけてくれない? 友だちでしょ? それか運転しながらメールし続けるだけでもいいから

oh ar e we getting New Ghosty friends :o !!!!!!
おやおや新しい幽霊友だちがいるんだえ :o !!!!!!
*their
*そこみ
hi miss
やあおじょうさん

oh my fucking god GO AWAY
うっわマジかよあっち行け


Following Gordon's death and manifestation as an entity similar to SCP-6764, a change in the anomaly's behavior and targeted subjects has been noted.

ゴードンが死亡し、SCP-6764と同様の実体が出現して以降、アノマリーの振る舞いと対象は特筆すべきほどに変化しています。

Event.6764.179: Recovered from the phone of Marshall Greene, a catholic priest located in Cleveland, Ohio. Event occurred one day after Gordon's death.

イベント.6764.179: マーシャル・グリーン (オハイオ州クリーブランド在住のカトリック教会の司祭) の携帯から回収。当該イベントはゴードンの死の翌日に発生した。

Hi hi, you probably don't get upfront requests like this but I'm either a ghost or a demon or whatever's going to get you to act immediately and I need you to exorcise your surrounding area RIGHT NOW. I CANNOT FUCKING TAKE THIS GUY ANYMORE. HE SUCKS!!!
ねえねえ、たぶんこういう率直なお願いされることってまずないでしょうけど私お化けか悪鬼かこの際なんだっていいからとにかくさっさと行動起こしてそこらへん除霊してほしいの今すぐに。もうこいつマジ無理。最悪!!!

Who is this?
どなたですか?

oh hi am here too hello miss :O)
やあやあぼくもいるよ〜こんにちはおじょうさん :O)

Since this event, SCP-6764 has exclusively contacted individuals capable of performing exorcisms.

このイベント以降、SCP-6764は専ら悪魔祓いができる人物にのみ連絡を取っています。










評価: 0+x

by J Dune

: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)); }
}
warning.png
アイテム番号: 6764
レベル1
収容クラス:
safe
副次クラス:
none
撹乱クラス:
vlam
リスククラス:
notice

maddie2.png

Visual reference, provided by SCP-6764 during a conversation / 対話中に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は専ら悪魔祓いができる人物にのみ連絡を取っています。


ページコンソール

批評ステータス

カテゴリ

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
    • _


    コメント投稿フォームへ

    注意: 批評して欲しいポイントやスポイラー、改稿内容についてはコメントではなく下書き本文に直接書き入れて下さい。初めての下書きであっても投稿報告は不要です。批評内容に対する返答以外で自身の下書きにコメントしないようお願いします。

    新たなコメントを追加

    批評コメントTopへ

ERROR

The walksoldi's portal does not exist.


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


[[span class="system-guid-link"]]利用ガイド

  1. portal:3324351 (14 Jan 2019 08:56)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License