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

評価: +37+x

アイテム番号: 5494
レベル1
収容クラス:
esoteric
副次クラス:
ticonderoga
撹乱クラス:
vlam
リスククラス:
danger

Panther.jpg

ヒューロン湖の水面下220m地点にある取水場を観察するSCP-5494個体。

特別収容プロトコル: SCP-5494は五大湖における先住民の文化的慣習によって封じ込められています。.Ticonderogaクラスのオブジェクトは財団では収容不能ですが、収容は不要です。


説明: SCP-5494は、北米東中央部のヒューロン湖、オンタリオ湖、ミシガン湖、エリー湖、スペリオル湖の各湖底に生息しているキメラ生命体の個体群です。.未確認生物学において、"キメラ"とは、複数の別個の種に由来する身体的特徴を有する実体のことを指します。主にネコ科(属不明)であるものの、カタログに掲載されているほとんどの例では、魚類の鱗、ウシ属の角、齧歯目の針毛、鳥類の羽、純銅から形成された物体を掴むのに適した蛇のような尾.この地域におけるオーラルヒストリーでは、より爬虫類的・ヘビ亜目的(蛇のような)特徴を持つ標本が確認されています。などの組み合わせを特徴としています。五大湖内のSCP-5494個体群を正確に列挙することは不可能です。SCP-5494標本が環境にシームレスに溶け込み、アナログ・デジタル両方の記録装置を妨害し、天候パターンを変更することが可能であるためです。


補遺5494-1、実験ログ: 1942年、暫定サイト‐43の建設中にヒューロン湖にて輸送を行っていた秘密財団船舶は嵐に悩まされており、19度にわたって異常実体による襲撃を受けていました。また、湖の東南岸では、玄妙除却セクションの新たな異常物質精製所の労働者たちが、頻繁に同様の存在によって消費されていました。

共同管理官のV・L・スカウト博士とW・リーゼレッハ博士は、監督司令部よりSCP-5494を捕獲または無力化を試みるよう命じられました。機動部隊1個とこれまで掘削任務に就いていたDクラス職員1班がこの目的のために再配置されました。

実験5494-RE-01
日付: 1942/05/24

目的: SCP-5494の食嗜好を把握する。

仮説: SCP-5494個体は、突然変異したヒョウやピューマ、オオヤマネコに類似している。このため、リーゼレッハ博士は、個体らの食事は海岸線で捕獲される周辺環境に生息する大小両方の餌動物で構成されているのではないかと考えた。

手順: 暫定サイト-43の近くにある湖に野生の鹿を1頭放つ。

観測: SCP-5494個体が出現し、鹿を無視して給餌班を消費した。

結論: SCP-5494はヒト科の食物源を好む。


RE-5494-01を踏まえて、より機微のあるアプローチが認められました。財団職員は、リーゼレッハ博士の玄妙除却施設が実際は近隣の国防総省キャンプ(サイト-43における地下工事のための隠れ蓑)のための新たな浄水場であると説明し、この地域における先住民保留地に関して、特にアニシナベ族.アニシナベ族は、オタワ族、オジブワ族、オジ・クリー族、ポタワトミ族、ミシサガ族、ニピシング族などのアルゴンキン語派の言語を話す先住民(カナダ)またはインディアン(米国)の文化的/言語的集団のことを指します。複数形: AnishnaabegまたはAnishnaabek。と協議を開始しました。

SCP-5494は、各部族の長老たちによって"Mishipeshu(ミシピシュ)"、"Mishebeshu(ミシュビシュ)"、あるいは種々様々の類似する用語として知られるマニトウ(精霊)の一種であると認識されていました。英語の形容句では、"underwater panthers(湖中豹)"や"Great Lynx(グレート・リンクス)"などがあります。伝説によれば、これらの存在はスペリオル湖のミシピコテン島に起源を持ち.この主張は、未だに陸地での目撃情報がないため立証できませんでした。、五大湖の銅鉱床を神聖なものとし、治癒、豊漁、水を操る異常な力を有しているとされています。情報提供者によると、SCP-5494は非常に危険でありながらも、嘆願を受け入れることができるようです。


実験5494-RE-02
日付: 1942/05/30

目的: SCP-5494を捕獲する。

仮説: オジブワ/アニシナベ族の長老たちが、「SCP-5494と銅との関連性は、ある若者が1体の標本を木製のパドルで殴打することで倒すことに成功し、その尻尾から金属の一部を切り取ったことで発見された」と解説した。このことから、リーゼレッハ博士は、SCP-5494は鈍的外傷に脆弱なのではないかと考えた。

手順: 3名の機動部隊ガンマ-43("アオミドロ")のメンバーは、補強されたイカダで暫定サイト-43付近の水域をパトロールし、SCP-5494個体を捕獲するよう指示された。エージェントらは自動小銃と暴動鎮圧用警棒で武装していた。

観測: ガンマ-43は、2体のSCP-5494個体と戦闘を行った。3名のエージェントは全て消費された。

結論: SCP-5494との戦闘は望ましくない。


7月初旬に玄妙除却セクションにおけるパイプの構築にヒューロン湖の銅を使用し始めた後、SCP-5494とその環境に異常な治癒特性があることが原因で、財団の湖岸プロジェクトに対する攻撃が劇的に増加しました。


実験5494-RE-03
日付: 1942/06/09

目的: SCP-5494と宥和する。

仮説: オジ・クリー/アニシナベ族の長老たちが、一人の子供がSCP-5494の役割を担い、他の子供たちを水中に引きずり込もうとする遊びについて説明した。リーゼレッハ博士は、この文化的慣習(現在はカナダ連邦法により違法)を理解していることを示すことで、SCP-5494を喜ばせることができるのではないかと考えた。

手順: 暫定サイト‐43付近の海岸線にて、Dクラス職員に件の遊びを試みさせた。

観測 3体のSCP-5494個体は、全てのDクラス職員が水の中に引き込まれるまで遊びを観察し、その時点で彼らを消費した。

結論: SCP-5494は宥和に対して抵抗を示す。


玄妙除却施設AAF-Aの建設は、1942年6月中旬にSCP-5494が内陸部の作業現場にて作業員を攻撃する能力を有することが判明したため中止されました。この能力は、過去数ヶ月にわたって複数のアニシナベ族の関係者によって証言されてきましたが、これまで海洋環境内でしか目撃されていなかったため、彼らの証言は迷信として片付けられていました。


実験5494-RE-04
日付: 1942/07/02

目的: SCP-5494と交渉する。

仮説: メスクワキ族.メスクワキ族は、現在の米国中西部に住むアルゴンキン族のこと。の長老たちがSCP-5494と"サンダーバード"と呼称される第2の未確認種実体との間にある絶え間ない対立を描写する伝説を伝えた。リーゼレッハ博士は、SCP-5494個体群にサンダーバードに対抗する同盟を結ぶことを提案した。

手順: 暫定サイト-43の保管・校閲セクションに籍を置く人類学者M・バーボー博士は、メスクワキ族の許可や知識なしに、その伝説を全文記録した。彼は湖に向かって伝説を朗読し、サンダーバードとの対立におけるSCP-5494との団結の声明で締めくくった。

観測: 4体のSCP-5494個体は、物語とその後の声明の間、沈黙したままであった。これらが終わると、個体らはその場に存在する全職員を消費した。

結論: SCP-5494は交渉に対して抵抗を示す。


その後、スカウト博士はO5に対して、SCP-5494との関わりを持つための儀式材料の準備に、先住民の専門家を直接参加させるよう要請することに成功しました。


実験5494-RE-05
日付: 1942/07/21

目的: SCP-5494と宥和する。

仮説: ポタワトミ/アニシナベ族の長老たちは、SCP-5494への伝統的な供物である蛇皮で束ねられた"まじないの束"の作成を実演してみせた。長老たちは何事もなく、その束を湖に捧げた。リーゼレッハ博士は、財団職員にこの儀式を再現することを提案した。

手順: 暫定サイト-43では、カナダのインディアン事務局が以前に押収した物資を使用して、まじないの束の模造品が作成された。残り2名の機動部隊ガンマ-43エージェントはその束を湖に捧げ、SCP-5494に玄妙除却施設を保護し、その施設のパイプに使用されている銅に治癒効果を付与するよう嘆願した。

観測: 5体のSCP-5494個体は、その場に存在する全人員を消費し、あからさまにまじないの束を拒絶した。

結論: SCP-5494の宥和への抵抗性が確認された。


補遺5494-2、応答概要: 歴史的審査班CLIO-4は、この時点までにヒューロン湖地域を起源とする30体もの未収容のアノマリーを特定しました。先住民の情報提供者と協議した結果、30体全ての詳細が判明したため、スカウト博士はリーゼレッハ博士からSCP-5494の管理を引き継ぎ、影響を受けた居留地をネクサス.ネクサスとは、標準的収容プロトコルから除外された、人口が多く、永続的に異常な場所のことを指します。として分類するようO5に申請しました。

Huron.png

今日におけるヒューロン湖並びにその周辺地域。青がネクサス-94居留地、赤がサイト-43、ピンクがカナダ、緑がアルゴンキン州立公園、白がアメリカ合衆国を示します。

スカウト博士の要請は1942年8月3日に承認され、ヒューロン湖周辺の居留地は、人口が少なく、近隣地域との交流が限られていることから、一括してBriarクラスのネクサス-94に指定されました。.Briarクラスのネクサスは、財団による小規模な隠蔽工作および事後処理のみを必要とします。これにより、アニシナベ族(ならびに近隣のいくつかの集団)は、標準的な記憶処理手順を免除されました。連邦政府の"先住民管理官"は、適切な自由裁量のレベルを示すことができなかったため、この取り決めから明確に除外されました。

8月6日、スカウト博士はネクサス-94の長老たちを招集して緊急会議を開きました。5人の先住民管理官は、関連する居留地への出入りを制限する(立法化されておらず違法な)"通過制度"の違反において連邦政府に対する抗議を記録しようとしましたが、拘留され、記憶処理を受けました。

SCP-5494の財団に対する活動とアニシナベ族のオーラルヒストリーを比較したところ、3つの点で相違があることが明らかになりました。第一に、暫定サイト‐43の建設以前は、湖中豹.訳注: 原文はunderwater pantherによる襲撃は稀にしか発生していませんでした。第二に、アニシナベ族.訳注: 原文はAnishnaabegの祖先の時代から、財団の作業現場や労働者が包囲されていた間にも、アニシナベ族に対する攻撃は記録されていません。第三に、現存するどの物語においても、湖中豹は獲物を消費するのではなく、湖で溺死させています。

アニシナベ族のコンサルタントは、財団職員や他の非先住民族.訳注: 原文はnon-indigenous peoplesと接する際に、このような行動の逸脱における5つの決定要因を指摘しました:

  1. SCP-5494に対して安全な通航であるという姿勢を示さずに、ヒューロン湖における水運が増加したこと。
  2. 湖から銅を工業規模で除去すること。
  3. 大勢の"部外者"が存在すること。
  4. SCP-5494の捕獲を試みたこと。
  5. キリスト教宣教師によってSCP-5494が悪魔化されたこと。

コンサルタントは、SCP-5494は鎮め、受け入れられるべき自然の力であり、対立したり封じ込めたりするべきではないと強調しました。コンサルタントは、すべての悪化要因を取り除き、今後すべての交流が自分らの伝統に従って先住民だけで行われれば、SCP-5494は本来の行動を再開すると推測しました。また、浄水プロジェクトは、単にヒューロン湖における他の施設に清浄な水を供給するだけでなく、ネクサス‐94の居留地に恩恵をもたらすのであれば、SCP-5494に受け入れられる可能性があることも示唆されました。

スカウト、リーゼレッハ両博士は独断でこれらの措置を実施させました。ヒューロン湖での財団による輸送はすべて停止され、「ヒューロン湖供給・管理・浄化サイト-43」は、 — インディアン事務局と国防総省の強硬な反対を押し切って — ヒューロン湖南部周辺の居留地に飲料水の供給を開始しました。財団は、湖底の鉱床を復元するために銅鉱石を輸入し、今後すべての配管材料を現地外から調達する運びとなりました。その後、リーゼレッハ博士は、「不可解なことに玄妙除却セクションの施設の有効性が23%増加した」と報告しました。

その後80年間、SCP-5494による干渉を受けたケースは記録されていません。ヒューロン湖の湖底は監視され続けられており、SCP-5494の目撃例は数多くありますが、財団職員に対するこれ以上の襲撃は発生していません。


補遺5494-3、更新: サイト‐43管理官(1965~1996)、V・レスリー・スカウト博士のファイルより。

私は常にやって来た財団の担当者に対し、湖には未収容の湖中豹がいるが我々はそれらを収容することはない、と説明する羽目になっている。ある壮大な思い違いをしているのだ。あの湖は我々の思い通りにはならず、あのヒョウたちも我々の思い通りにはならないというのに。

- V・レスリー・スカウト、記入日付1966/09/15


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