SCP-001 - Ihp/Lockeの提言 (Light Version) 翻訳案
/* 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)); }
}


Item #: SCP-001
Object Class: Thaumiel
Level 3/001
Classified
sitealpha.png

SCP-001のエントランス・アルファ。財団フロントは意図的に抹消済み。SCP-001, Entrance Alpha. Foundation front purposefully expunged.

特別収容プロトコル: SCP-001-Kの収容サイクルは関連する収容エリアや「敷居」から15m以内に設置された観測所から、サイクルを阻害しないシステムを用いて監視されます。SCP-001-Kの収容サイクルはいかなる対価を払ってでも維持しなければなりません。収容サイクルの破綻は即時のK-クラス世界終焉シナリオのゼロでない発生リスクをもたらします。
Special Containment Procedures: SCP-001-K containment cycles are to be monitored from observation stations no more than fifteen meters away from the relevant containment area or threshold, using systems that do not compromise the integrity of the cycle. The SCP-001-K containment cycles must be maintained at all costs. Containment cycle failure has a non-zero chance of generating a spontaneous K-Class End-Of-The-World Scenario.

相当数の職員が財団への雇用期間中に特異性を獲得または発現し、それまで従事してきた職務を継続し難くなっています。具体的な事例としては以下が挙げられますが、これらに限りません。
Certain members of personnel, during the course of their employment at the Foundation, either acquire or awaken anomalous properties that make them unfit for continued duty at their previous positions. These include, but are not limited to:

  • 慢性の異常疾患の発症。例としては狼化リカントロピー(クラス3以下)、スティーブンソン症候組、発光性胃放出症候群など。
  • 霊障の発生。特にDeering-クラス心霊出現.1人の人物を苦しめることのみを目的に、その人物に実体が付きまとうタイプの霊の発生パターンを指す。フィリップ・E・ディーリング技術員の名に因む。やHirose-クラス顕現.対象の周囲に何らかの形の「守護実体」が顕現するシナリオ。
  • 異常なDNA由来の形質の突発的発現。
  • 奇跡術能力への覚醒のうち、クラス-4("大魔道士")以上のもの。
  • サイオニック能力への覚醒。特にDelphi-クラスとDahl-クラスの個体。
  • Manifestation of a chronic anomalous illness, such as Lycanthropy (Class 3 or below), Stevenson Syndrome, and Photonic Gastric Discharge Syndrome.
  • Manifestation of spectral phenomena, particularly Deering-class Hauntings.Referring to a pattern of haunting where an entity latches onto a single individual for the sole purpose of tormenting them; named for technician Phillip E. Deering. and Hirose-class manifestations.Scenarios where a 'guardian entity' of some form manifests around the subject..
  • Sudden expression of traits from anomalous DNA.
  • Awakening of thaumaturgical abilities equal to or higher than Class-4 ("Archmagus").
  • Awakening of psionic capabilities, particularly Delphi- and Dahl-class individuals.

適用要件を記した詳細なリストについては文書001-3の15〜203ページを参照してください。
For an expanded list of qualifying conditions, see Document 001-3, Pages 15-203.

上記の判定基準に合致する財団職員は現在の任を解かれ、SCP-001に再配置されます。職員が積極的に異常な能力を得ようとすることを防止するため、この措置は懲罰として扱われています。この再配置に対しては「Keter任務」という呼称が用いられます。
Foundation personnel that meet the above criteria are to be removed from their current positions and reassigned to SCP-001; this is to be viewed as a form of punishment by the larger Foundation, in an effort to discourage individuals from actively attempting to acquire anomalous capabilities. The term 'Keter Duty' is to be used to refer to this reassignment.

再配置先のリストもまた「Keter任務」が極めて好ましくない懲罰であるとする考えを補強しています。現在このリストには以下が含まれます。
Locations that are listed as the site of reassignment are to similarly reinforce the idea that 'Keter Duty' is a highly undesirable punishment. This list currently includes:

  • ポイント・ネモ
  • 南極、モード岬
  • ロシア、ウラジオストク
  • 中央アメリカ、ダリエン地峡
  • 北朝鮮、平壌
  • アメリカ、ウィスコンシン州、サイト-87
  • インド、サイト-36
  • 財団のHALO施設「ギルガメシュ」.初期のHALOモデル。ジャイロスコープの欠陥により、片側にとても傾きやすいことで知られる。
  • イギリス、ストーンヘンジ
  • アメリカ、ニューメキシコ州、ロズウェル
  • 多数の財団廃棄物処理施設
  • 任意の国の首都(すなわちアメリカのワシントンD.C.、カナダのオンタリオ州オタワなど)への割り当て
  • 任意の非財団軍事キャンプおよび基地
  • 月面エリア-32
  • Point Nemo
  • Cape Maude, Antarctica
  • Vladivostok, Russia
  • The Darién Gap, Central America
  • Pyongyang, DPRK
  • Site-87, Wisconsin, USA
  • Site-36, India
  • Foundation HALO Facility Gilgamesh.An early HALO model, notorious for its tendency to list heavily to one side due to a faulty gyroscope.
  • Stonehenge, United Kingdom
  • Roswell, New Mexico, USA
  • Various Foundation Waste Disposal facilities
  • Any assignment in a national capital (i.e. Washington, D.C., USA and Ottawa, Ontario, Canada)
  • Any non-Foundation military encampment or base
  • Lunar Area-32

サイト-100に到着し次第、職員はまず新たな担当業務のオリエンテーションと説明、ミームエージェントの処方のため、管理局へ案内されます。このミーム処置により、SCP-001に関する様々な非直感的な情報(サイト-100の内部構造、職員宿舎の位置、施設内で適切に廃棄物を処分するために必要な処置等)が埋め込まれます。
Upon arrival to Site-100, individuals are to be escorted directly to Administration for orientation and explanation of their new assignment and administration of memetic agents in order to implant knowledge of various non-intuitive pieces of information regarding SCP-001 (such as the layout of Site-100, the location of personnel quarters, and the measures necessary to properly dispose of waste within the facility).

SCP-001内の各「ルート.訳注: ここでの「ルート」は"route (道)"ではなく、"root (根)"の意。」の両端には必要なすべての指示や手続、踏破に不可欠な儀式、通過制限の一覧を示す標識が設置されます。収容区画におけるルートに繋がっていない敷居の周囲8mは除外ゾーンに指定され、武装警備員が配置されます。職員は自身のクリアランスレベルに対応する敷居のみ通過することが許されます。敷居の先が地球外あるいは他の宇宙である場合は、クラスIV以上の戦闘資格を持つ職員で構成された部隊の同伴も義務付けられています。
Each of SCP-001's 'Roots' are to have signs staged at either terminal, giving directions for all necessary instructions and rituals required to traverse them, as well as listing travel restrictions. Thresholds within the containment sectors that do not lead into Roots are to have an eight-meter exclusion radius in all directions, enforced by armed guard. Personnel may only cross thresholds that correspond with their individual clearance levels. In the event that the threshold leads to an extraterrestrial or extra-universal location, said personnel must also be accompanied by a contingent of personnel with at least a Class IV combat certification.

現在、SCP-001は差し迫った移転イベントを示唆する次元外干渉を受けています。干渉の発信源の特定は優先度アルファです。
Currently, SCP-001 is experiencing extradimensional interference, indicating an imminent Migration event; determining the source of this interference is Priority Alpha.


説明: SCP-001は、1900年代初頭に財団が建設または発見した.創設時の5人の監督者が下した処置により、SCP-001の起源の正確な性質に関しては意図的に情報が抹消されています。非ユークリッド的施設であるサイト-100に対する呼称です。SCP-001の主要な入口であるエントランス・アルファは現在、アメリカ合衆国の南西部に位置しています。次の移転イベントは2024年2021年に発生すると予測されています。
Description: SCP-001 refers to Site-100, a non-Euclidian facility that was either constructed or discovered by the Foundation in the early 1900s.Due to a measure passed by the original five Overseers, the exact nature of SCP-001's origin has been purposefully lost.. Entrance Alpha, the primary entrance to SCP-001, is currently located in the south-western United States; the next Migration event is expected to occur in 2024 2021.

Included page "component:image-features-source" does not exist (create it now)

SCP-001の内部は少なくとも1つの余剰次元空間から発掘されたものであり、それぞれが異常な通路(口語的に「ルート」の名で知られる)で繋がっています。ルートは多様な異常特性を有しており、SCP-001全体が地下に位置しているにもかかわらず、大多数が屋外の自然環境中に存在しています。以下に例を示します。
The interior of SCP-001 has been excavated from at least one extradimensional space, with anomalous transit corridors, colloquially known as 'Roots', connecting them. These Roots possess various anomalous properties, and are typically in an exterior natural environment of some form, despite SCP-001 being entirely subterranean. For example:

  • ルート・アレフ。アーカイブとコアを繋いでおり、内部は水平線の向こうから伸びる切り立った黒曜石の壁で縁取られた火山性の砂浜になっています。身体が天然の火成岩からなる魚が水中を泳いでいるのが確認されています。
  • ルート・ベス。知性体収容区とコアを繋いでおり、遊園地の典型的なマジックハウスを彷彿とさせる、ガラスや鏡の壁で仕切られた広い廊下が広がっています。ルート・ベスの通過を試みた人物は例外なく出発地点へとたどり着きます。
  • ルート・ダレス。概念収容区とコアを繋いでおり、内部は通行可能な道がない広大な光る海になっています。概念収容区の特性上、水運船の建造や持ち込みは極めて非現実的です。
  • ルート・ヴァヴ。特殊収容区と概念収容区を繋いでおり、内部は多種多様な果物の木々が密生する平地であり、横断は不可能です。ルート・ヴァヴを通る1年がかりの遠征が実施されましたが、遠征チームの大多数が強い帰宅欲求を訴え、全員が特殊収容室へと戻る形で失敗しました。
  • ルート・ツァディ。管理局とCMS.認識災害・ミーム・意味論性収容区(Cognitohazardous, Memetic and Semantic Containment)。を繋いでおり、内部はイガポー林.黒い液体で満ちた森林に類似します。探索の結果、本エリアは何らかの形で浮かんだ山の頂上であることが判明しました。観測されていない間、小道への案内標識が発生します。フラミンゴ(Phoenicopterus ruber)がルート・ツァディに生息する唯一の動物です。
  • ルート・ペー。管理局とアーカイブを繋いでおり、未知の都市にある共同住宅の5階に繋がっています。人型実体が生息しており、財団職員にレクリエーション活動への参加を持ちかけてきます。
  • ルート・シン。知性体収容区と概念収容区を繋いでおり、常に8.7GWの電力を供給していることから、サイト-100の主要な電力源として機能しています。
  • Root Aleph, connecting the Archives to the Core, is a volcanic beach that abruptly terminates in a sheer obsidian wall that extends into the horizon. Fish that appear to be made of living igneous rock are found swimming in the waters.
  • Root Beth, which connects Sapient Containment and the core, opens into a large hallway with walls made of glass and mirrors, similar to an archetypal fun house attraction. Individuals who attempt to walk through Root Beth inevitably end up at their starting point.
  • Root Daleth, connecting Conceptual Containment and the Core, is a vast, glowing ocean with no transversable path. Due to the nature of Conceptual Containment, constructing or bringing in a water-faring vessel is highly impractical.
  • Root Vav, connecting Esoteric and Conceptual Containment, is a vast field that is filled with various varieties of fruit trees that is incapable of being crossed. A year-long expedition into Root Vav resulted in failure after a member of the expedition team expressed a desire to return home, and all members of the team found themselves back in Esoteric Containment.
  • Root Tzaddi, connecting Administration and CMS.Cognitohazardous, Memetic and Semantic Containment. resembles a large igapó.Blackwater-inundated forest. Exploration into this area shows it to be on top of some form of floating mountain. Signs directing individuals to the path appear when areas are not being observed. Flamingos (Phoenicopterus ruber) are the sole species of animal that inhabit Root Tzaddi.
  • Root Peh, connecting Administration and Archives, runs through the fifth floor of a tenement building in an unknown city. Inhabitants are humanoid, and will invite Foundation personnel to partake in recreational activities with them.
  • Root Shin, connecting Sapient and Conceptual Containment, acts as the primary power generator for Site-100, as it contains several hundred perpetual motion machines which generates a constant 8.7gW of electricity

SCP-001は10個のメイン区画(エントランス・アルファ、管理局、アーカイブ、6個の副次収容区画、「コア」区画)に分かれています。各収容区画の構成材は鉄筋コンクリートと見られ、タイル床と蛍光灯が備え付けられており、標準的な財団サイトを思わせるつくりになっています。しかし各収容区画は複数階からなるパノプティコン型構造となっており、各フロアには開けた中央スペースにある数基のガラスエレベーター経由でアクセスできます。
SCP-001 is divided into ten major sectors: Entrance Alpha, Administration, Archives, six additional containment sectors, and the 'core' sector. The structural elements of each containment sector appears to be concrete and rebar, with tiled flooring and flourescent lighting reminiscent of standard Foundation Site construction. However, each of the containment sector is several stories tall and are framed in a panoptic structure, with the floors accessible via several glass elevators situated in the open central space.

各収容エリアには複数のSCP-001-K実例、あるいは(SCP-001-K実例が物理的にSCP-001の外に存在する場合)それを収容している局所現実へと続く通り穴が存在します。この通り穴はサイト職員により「敷居」と呼称されています。各々のSCP-001-K実例はそれぞれ既存のKeter-クラスのSCPオブジェクトを完全に封じ込めることができるアノマリーに相当します。これらは各々の特異性が同一エリアのすべてのアノマリー群を封じ込め合う形で収容されています。
Each containment area contains several instances of SCP-001-K or access apertures (termed 'thresholds' by Site staff) to areas of localized reality containing these items if physically located outside of SCP-001. Each SCP-001-K instance represents an anomaly that is capable of perfectly containing an extant Keter-class SCP object. These items are contained in such a way that their individual anomalous properties result in the containment of all items in the same area. 

SCP-001によって、相当数の人型存在や知性あるKeter-クラスアノマリー(アンドレイ・マックグラス博士エージェント・ジーフ・チョウ収容スペシャリスト・デイノー / エニューオー / ペムプレードー・グレイなど)がその異常な能力で財団職員の収容活動を支援する任務へ強制的に徴用されました。この徴用により、公的な財団文書において当該人物らを包括的なSCP-001-K指定以外のSCP指定を用いて呼称する行為は異常な形で阻止されます。
Certain humanoid and/or sapient Keter-class anomalies (such as Dr. Audrey McGrath, Agent Ji-Hu Choe, and Containment Specialists Deino, Enyo and Pephredo Gray) have been forcibly conscripted by SCP-001 to act as Foundation personnel to aid in containment using their anomalous abilities; this conscription anomalously prevents any official Foundation documentation from referencing these individuals using SCP designations beyond the generalized SCP-001-K designation. 

新しく作成または発見されたアノマリーがKeter-クラスに指定された際、SCP-001は「判定プロセス」を開始します。この時、収容エリア内の壁の少なくとも1区間が凹み、当該SCPの短い要約(典型的には3文未満)が記されます。2週間から7ヶ月の期間が経過すると壁の凹みが深く、かつ広くなり、内部に対応するSCPオブジェクトが現れ、直後にそれを収容するために用いられる新しいSCP-001-K実例が生成します。このSCP-001-K実例の発生と同時に関連文書(収容プロトコルや画像、場合によっては実験ログなども)が生成されます。実験ログで言及されている人物は掲載されている実験に参加したことを思い出すことができますが、いつ実験を行ったかの記憶はありません。
In the event that a newly created or discovered anomaly is designated as Keter-class, SCP-001 will begin a process of 'judgement'. During this, at least one section of wall within a containment area will recess into itself, with a short summary of the SCP in question (typically less than three sentences) written upon it. Following a period between two weeks and seven months, if SCP-001 deems the item as needing to be contained within itself, the recess will deepen and expand, and the corresponding SCP object will appear inside it, alongside a second, newly generated SCP-001-K instance used to contain it. This SCP-001-K instance is generated along with relevant documentation, such as containment procedures, images, and occasionally, experiment logs; individuals mentioned in these logs recall taking part in listed experiments, but cannot remember when they occurred. 

多くの事例において、SCP-001はSCPオブジェクトを却下します。一例としてSCP-008はSCP-001に収容する必要がないものとみなされたため、Euclid分類に再指定されました。
In certain cases, SCP-001 will reject an SCP object; for example, SCP-008 was deemed to not require containment within itself, and was reassigned a Euclid classification. 

以下はSCP-001-K実例とその収容手順を抜粋したものです。
The following is a partial list of SCP-001-K instances and their methods of containment.

SCP-001-K指定済みオブジェクト SCP-001-Kの説明 収容手順
SCP-3984、動物界に属する存在(人間を含む)が死ぬことができなくなる異常現象。 K-2935、すべての観測可能な生物(最先端レベルの知性を持つAIや完全な不死性を有することが分かっている実体を含む)が突如として死滅した並行宇宙。 K-2935と繋がる開いた敷居がSCP-3984と融合することにより、進行中のΩK-死の終焉シナリオは終焉を迎える。敷居の通行は基底現実にいかなる悪影響も及ぼすことなく実行可能である。これはK-2935の「死」の作用とΩK-クラスシナリオが互いの効果を打ち消し合うことで生と死の共存が可能になっているためと考えられている。K-2935内の有機物はサイト-100から意図せず持ち込まれたバクテリアと細菌により分解が始まっており、実質的にK-2935の宇宙に対する生命の再導入となっている。
SCP-5007、オーストラリア本土とタスマニアの間の海域に当たるバス海峡に生息する起源不明の実体。 K-169、巨大な節足動物。元々は大西洋に存在していたが、後にオーストラリア周囲の南太平洋へと強制的に移動させられた。 K-169は質量の大部分を捕食されるが、未捕食部位の甲殻部から突如返しがついた巨大な棘を生やして飲み込みを妨害したことによってSCP-5007-CがK-169を「喉に詰まらせた」形になり、そのままの状態を維持していると考えられている。時折SCP-5007-Cの「息が詰まる」際に発せられる海震を除けば、SCP-5007の活動は無害なレベルまで抑えられている。
Objects designated as SCP-001-K SCP-001-K Description Containment method
SCP-3984, an anomalous phenomenon where no member of the kingdom Animalia (including humans) is capable of dying. K-2935, An alternate universe where every observable organism— including most sapient AIs and some entities known to possess complete immortality— have spontaneously died. The open threshold between K-2935, intermingling with SCP-3984, caused an end to an ongoing ΩK-End-of-Death Scenario. The threshold can be passed through with no ill effect on the baseline universe; it is believed that the 'death' effect in K-2935 and the ΩK-Class scenario are subverting each other's effect, allowing for the continued existence of both life and death. Organisms within K-2935 have begun to decompose due to bacteria and fungi unintentionally introduced from Site-100, effectively re-introducing life into the K-2935 universe.
  SCP-5007, an entity of unknown origin that inhabits the Bass Strait, a body of water between mainland Australia and Tasmania. K-169, a gargantuan arthropod that was originally located in the Atlantic ocean, before being forcibly moved to the south Pacific surrounding Australia. Following the consumption of a vast amount of K-169's mass, SCP-5007-C is currently believed to be 'choking' on K-169 due to the sudden appearance of several large barbed growths on the carapace of the surviving portion, holding it in place. SCP-5007's activity has dropped to negligible levels, barring an occasional sea quake when it 'gags'.
アリソン・エッカート、意味論的アリソン・エッカートが与えられた際、非アリソン・エッカートに負の影響をもたらすことができるアリソン・エッカート群が生息している余剰次元アリソン・エッカート。 アリソン・エッカート、エージェント・アリソン・エッカートに影響を与えているアリソン・エッカート。アリソン・エッカートとそのすべての構成アリソン・エッカートに「アリソン・エッカート」という意味論的識別子を付与する。 アリソン・エッカートの意味論的識別子がアリソン・エッカートに導入されたことにより、アリソン・エッカート内のすべてのアリソン・エッカート実例にアリソン・エッカートの意味論的識別子が割り当てられる。アリソン・エッカートは具体的な意味論的識別子を有する状態では正常に活動することができないため、すべてのアリソン・エッカート実例は半昏睡状態に陥いる。アリソン・エッカートと同じ種や系統群であるものの関係性を持たない異常実体はこの影響を受けていない。
Allison Eckhart, an extradimensional Allison Eckhart that contains several Allison Eckharts that are capable of negatively affecting non-Allison Eckharts when given a semantic Allison Eckhart. Allison Eckhart, An Allison Eckhart affecting Agent Allison Eckhart, which causes Allison Eckhart and all of her component Allison Eckharts to have the semantic identifier of "Allison Eckhart".   The semantic identifier of Allison Eckhart was introduced to Allison Eckhart, causing all instances of Allison Eckhart within Allison Eckhart to be assigned the semantic identifier of Allison Eckhart; as Allison Eckhart cannot properly function with concrete semantic identifiers, all Allison Eckhart instances have entered into a quasi-comatose state. This has not affected anomalous entities that are in the same species and/or clade but not associated with Allison Eckhart.
SCP-4040、ネクサスゾーン18(ウィスコンシン州、スロースピット)を生み出し、維持し続けている「空想科学的特異点」 K-1698、動かない扉や封鎖された道路、方向違いの突風といった妨害的事情により、特定のエリアとの行き来が不可能となる確率異常。 K-1698の効果により、SCP-4040はNx-018(ひいては世界)から「切り離される」が、SCP-4040の「重力」がこの現象の拡散を妨げる。SCP-4040に踏み入ることは依然可能であるが、他の異常なアイテムや現象を利用しない限り、たどり着けるのは一人一度きりである。
SCP-4040, a 'pataphysical singularity' responsible for the creation and maintenance of Nexus Zone 18 (Sloth's Pit, Wisconsin) K-1698, a probabilistic anomaly that results in individuals becoming unable to reach or exit specific areas due to intervening circumstances, such as jammed doorways, blocked roads, or errant gusts of wind. SCP-4040 has been 'cut off' from the rest of Nx-018, as well as the world, by K-1698's effect, while SCP-4040's 'gravity' prevents the phenomenon from spreading any further. Individuals have been able to reach SCP-4040, but barring the use of other anomalous items or phenomena, this can only be accomplished once per individual.
SCP-5859、"E plurbus Unum (多からなる一)"という言葉に影響を与えるミームベクターであり、この言葉が記された貨幣を使用する人物は外部の社会から孤立したコミューンに属するようになる。 K-2078、すべてのアメリカ大統領選挙に立候補し、食事に傾倒した公約を掲げる人物について言及するミームエージェント。曝露者は食欲亢進を特徴とする劇的な活動の変化を示す。 1984年以降、K-2078が掲げる公約には「"E plurbus unum"のモットーの再導入」が含まれている。これによりSCP-5859が本来有していた効果は被影響者にアメリカ人が作った様々な生産物(特に食物)を摂取することを強いる効果へと変化した。この相互作用がもたらす肥満への対策について現在協議が行われている。
SCP-5859, a memetic vector affecting the phrase 'E plurbus Unum', which results in individuals who handle currency bearing this phrase to join communes cut off from the rest of society. K-2078, a memetic agent which references an individual that has run in every U.S. Presidential Election, who runs on a pro-gustatory platform; infection by this agent causes drastic behavioral changes in affected individuals, particularly increased appetite. K-2078's campaign platform has included the reintroduction of the E plurbus unum motto since 1984; this has altered SCP-5859's intended effect so that individuals are now compelled to further consume various products of American make, particularly foodstuffs. Further countermeasures regarding obesity caused by this interaction are under consideration.
SCP-3003、知性ある微生物の一種であるSCP-3003-2に支配された人類が形成している地球外文明。2050年までに地球への侵略を試みるとされる。 K-1233、EMUタイプ宇宙服に類似する実体であり、「ムーン・チャンピオン」を自称している。実体は極めて頑丈であり、ジェットパックを用いることで地球の脱出速度を超える速さで飛行できる。 SCP-001からSCP-3003へと続く敷居はあらゆるSCP-3003-#実例を通さないが、K-1233は自由に行き来することが可能である。K-1233はSCP-001が生成したファイルには記載されていない戦闘能力を示している。この能力はとりわけSCP-3003-1実例とSCP-3003-2実例を破壊することに適しているようである。現在、K-1233は解放されたSCP-3003からなる、対SCP-3003-2の大規模な反乱軍を指揮している。SCP-3003-2は2029年までに根絶されると予測されている。
SCP-3003, an extraterrestrial civilization of humans ruled by SCP-3003-2,  a species of sentient microbe, which will attempt to conquer Earth some time before 2050. K-1233, An entity that resembles an EMU-type spacesuit, proclaiming itself to be the "Moon Champion". Entity is highly durable, and is capable of flight speeds exceeding Earth's escape velocity using its jetpack. The threshold leading from SCP-001 to SCP-3003 is inaccessible by all SCP-3003-# instances, but K-1233 is capable of free ingress and egress. They display combat capabilities not documented in the file created by SCP-001; these capabilities seem specifically suited for destroying SCP-3003-1 and SCP-3003-2 instances. Currently, K-1233 is leading a large-scale rebellion against SCP-3003-2 made up of liberated SCP-3003-3 instances; full eradication of SCP-3003-2 is expected by 2029.
SCP-5501、1800年代の湿版式カメラであり、付属する18枚の写真は極めて敵対的な実体がひしめく並行現実への入り口として機能する。 K-1983、祈りによって撃退が可能な、人間の心臓を収集する敵対的な妖魔界実体が存在する余剰次元空間。 SCP-5501で撮影された写真がK-1983内に置かれ、並行現実への入り口として機能する。K-1983-2実例は心臓を集めるため並行現実に侵入し、SCP-5501はK-1983-2実例に攻撃を仕掛けるためにK-1983へなだれ込む。
SCP-5501, a  "wet plate" camera from the 1800s along with 18 photographs, which act as apertures into an alternate reality filled by immensely hostile entities. K-1983, an extradimensional space containing hostile Tartarean entities which collect the hearts of humans and can be repelled by prayer. The photographs created by SCP-5501 are contained wtihin K-1983, each acting as an aperture into the opposite. The K-1983-2 instances invade the alternate reality to collect hearts, and SCP-5501 breaches into K-1983 in order to attack K-1983-2 instances.
SCP-ZH-002、体型が概ねウマやシカに類似する異常なキメラ実体であり、その外見は台湾で起きた自然災害に対応している。 K-239、20歳のアイスランド系のタイプ-グリーン人型存在であるエージェント・シガーロス・ヴォタンスドッティール。物体やエネルギーを瞬時に改変することが可能である。 SCP-001の判定プロセス後、生物収容区で台湾へと続く敷居が開いた。この敷居は自律的に移動し、常にSCP-ZH-002の半径0.5km以内に接続している。エージェント・ヴォタンスドッティールは自身の能力やウマ型アノマリーとの訓練を通してSCP-ZH-002を「手懐ける」ことを試み、これを達成する。エージェント・ヴォタンスドッティールはSCP-ZH-002のフルタイムでの世話員となり、実体が引き起こす災害を軽減している。エージェント・ヴォタンスドッティールは1日に2度、サイト-100から食料やその他の生活用品を持ち帰るために敷居を通して帰還する。
SCP-ZH-002, an anomalous chimeric entity, roughly equine or cervine in body shape, whose appearance corresponds to natural disasters affecting Taiwan. K-239 is Agent Sigurrós Wotansdóttir, a twenty-year-old Type-Green humanoid of Icelandic descent, capable of spontaneous matter and energy alteration. Following SCP-001's judgement process, a threshold leading to Taiwan opened within Biological Containment; this threshold is mobile, and always leads to an area that is within half a kilometer of SCP-ZH-002. Agent Wotansdóttir has used her abilities and training with equine anomalies to 'tame' SCP-ZH-002, to the degree that a thing can be accomplished. Agent Wotansdóttir has become SCP-ZH-002's full-time caretaker, mitigating the damage it causes, returning to SCP-001 through the threshold twice daily for meals and using other amenities in Site-100.
SCP-3852、小さなコミュニティで異常な死体が出現する現象であり、殺人の罪を着せられた人物への私的制裁を誘発する。 K-2547、数百頭のイヌが小さなコミュニティを包囲・隔離する現象。K-2547は、黒いコートと十字架を身につけた知性あるコヨーテであるK-2547-1によって率られる。 SCP-3852が出現したコミュニティにK-2547が現れ、外界からの隔離を行う。K-2547-1は、SCP-3852実例の"犯罪"に対する申し立てに関する裁判を開始し、「トライロケーション・プロセス」によって裁判官、検察官、弁護士を同時に務める。K-2547-1の"弁護戦略"は「対象が無実でないことが判明した場合、町の水利権を恒久的に取り上げる」、「非異常の人間で構成される陪審員を循環論法で打ち負かす」、「自らに法廷侮辱罪を下す」のいずれかであり、結果として評決不能審理となる。
SCP-3852, a phenomenon wherein an anomalous cadaver manifests in a small community, leading to the lynching of an individual accused of the murder. K-2547, a phenomenon wherein several hundred canines will surround and isolate small communities. K-2547 is led by K-2547-1, a sapient coyote who wears a black coat and a crucifix. K-2547 appears and quarantines the community where SCP-3852 has manifested. K-2547-1 proceeds to hold a trial regarding the alleged crimes of the SCP-3852 instance, acting as the judge, prosecution, and defense simultaneously through a process of tri-location. The 'defense' tactics of K-2547-1 consist of either holding the town's water supply permanently hostage if the individual is not found innocent, confounding a jury of non-anomalous humans with circular arguments, or finding itself in contempt of court, leading to a mistrial.
SCP-PL-122、ポーランドに存在する、有機物や無機物が崩壊・腐食するエリア。SCP-PL-122の所在地に関する知識はこの腐食作用の拡散を促進する。 K-1262は植物からなる球体であり、約0.7km/hの速度で急激に成長することができる。 SCP-PL-122の腐食効果によってK-1262の急速な再生は効果的に抑制され、同時に腐食効果の方も制限される。植物の成長量が莫大であるために、SCP-PL-122の真の異常性質は人間が観察しても判別できない。財団文書の書き換え措置とも相まって、SCP-PL-122の異常が心象風景中で広がる効果は無力化される。
SCP-PL-122, an area of land in Poland which decays and/or corrodes organic and inorganic matter. Knowledge of SCP-PL-122's location causes this decaying effect to spread.  K-1262 is a vegetal mass that is capable of growth at an incredibly rapid rate, approximately .7km/h. The decaying effect of SCP-PL-122 is effectively smothered by K-1262's rapid regrowth, limiting its decaying effect. Due to the massive amount of plant growth, the true nature of SCP-PL-122's anomaly cannot be discerned by personnel observing it; combined with altered Foundation documentation, this has effectively negated SCP-PL-122's anomaly from spreading in the mental landscape.
SCP-055、(正体不明) SCP-579: [データ削除済] 四角い釘を丸い孔にはめ込むことは出来ない。
SCP-055, (unknown) SCP-579: [DATA EXPUNGED] Can't fit square pegs in round holes.

アクセスが可能であるのは10個あるSCP-001の区画のうち9個のみです。SCP-001のコアは他の箇所から完全に切り離されており、コアに繋がる3つのルート(アレフ、ベス、ダーレス)は行き止まりになっているか、現時点で使用可能な資源では突破不能です。それにもかかわらず、コアに到達するための財団による探査が幾度か試みられ、その度にコアの性質に関する新たな情報が明らかになりました。
Only nine of the ten sectors of SCP-001 are accessible. The Core of SCP-001 has been completely cut off from the rest of SCP-001 through the three connecting Roots (Aleph, Beth and Daleth) either terminating or being unnavigable using current available resources. Despite this, several Foundation expeditions to attempt to reach the Core have been undertaken, with each expedition revealing new information about the nature of the Core.

2021年4月、探索隊はSCP-001のコアにたどり着きました。以下の収容サイクルには財団の管理者以外はアクセスできません。本サイクルはサイト-100のコア内に、機密文書と共に収容されています。
In April of 2021, an expedition successfully reached the Core of SCP-001. The following containment cycle is inaccessible to all but the Administrator of the Foundation. Its cycle is contained within the core of Site-100, alongside a sealed document.

補遺: サイト-100中央収容区

Addendum: Site-100 Central Containment

付与予定タグ: en フラグメント
大本のページに付与予定のタグ: en 001-提言 建造物 共著 異次元 財団製 歴史 k-クラスシナリオ ループ パラドックス 改稿 scp 空間 thaumiel 管理者 地下

subterranean


ページコンソール

カテゴリ

SCP-JP

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

GoIF-JP

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

Tale-JP

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

翻訳

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

その他

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

コンテンツマーカー

ジョーク

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

アダルト

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

既存記事改稿

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

イベント

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

フィーチャー

短編

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

中編

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

長編

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

事前知識不要

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

フォーマットスクリュー

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


シリーズ-JP所属

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

シリーズ-Other所属

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

世界観用語-JP登場

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

世界観用語-Other登場

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

ジャンル

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

任意

任意A任意B任意C

ERROR

The Red_Selppa's portal does not exist.


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


利用ガイド

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