120の記録書庫より ハブ

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

特に何もなければ11月頃に投稿する予定なので、大規模な査読コメントを投げる場合は予め予告ポスト等を入れてくださいますと幸いです。

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

ontologonew.png

Caption.


カノンハブ » 120の記録書庫より ハブ

Canon Hub » From 120's Archives Hub

著者: Ralliston
Written by Ralliston




最新の記事

Newest Articles


*翻訳記事の場合は翻訳者の名前が表示されます。






世界の礎

The Foundations

???-1939


  • They Had Names — 彼らにだって大事な人生があり、家族があり、愛する者たちがいた。だが今やすべては消え去った。マブがひとたび指を鳴らしただけで。 — by AnActualCrowAnActualCrow
  • They Had Names — They also had lives, families, and loved ones they cared about. But now it's all gone, with just one snap of Mab's fingers. — by AnActualCrowAnActualCrow

3つの大戦

Three Great Wars

1939-2000


  • SCP-PL-369: I'm Sorry — 一人の男、一つの部屋、一つのテープレコーダーに、後悔を抱えて過ごす一つの永遠。 — by Doktor CruzDoktor Cruz[未英訳]
  • SCP-6672: Arbitrary Apotheosis — 冷戦の混乱の最中、最初の人造神が現れた。そいつは自らの生に幸福を感じていなかったと言えば十分だろう。 — by RallistonRalliston
  • SCP-6789: Return. Return. Return. — 宇宙の一巡前、眠れる神は人類に贖罪のチャンスを与えた。数千年後、神はその債を支払うことを求めている。 — by Its a Bad IdeaIts a Bad Idea, RallistonRalliston, and TrotskyeetTrotskyeet[非カノン]
  • Fae Myths and Legends — 神話・民俗学部門と共に、妖精の文化を学ぼう。 — by Cassandra_Prime does not match any existing user name
  • Fae Myths and Legends — Learn some Fae culture along with the Department of Mythology and Folkloristics. — by Cassandra_Prime does not match any existing user name
  • SCP-PL-273: The Pepsi Fleet — 冷戦は終わりが近いのだろうが、マーシャル・カーター&ダークの闇取引はそうも行かない。 — by Jasiu06Jasiu06[未英訳]
  • It's Free Real Estate — かつては美しかった街の跡地で、新世界への計画が勃興する。さながらそれは灰から蘇る不死鳥の如く。 — by EvilAngel413EvilAngel413 and ZygardZygard

改善への道

Change for the Better

2000-2021


  • SCP-643: Delicious Chocolates — 長らく動きがなかった連続殺人事件が再発したとき、二人の新人財団エージェントは何とか手がかりを組み上げ、最終的には自分たちの捜査の悍しい真実に気づく。 — by JakdragonXJakdragonX and RallistonRalliston
  • SCP-643: Delicious Chocolates — When a long-dead string of murders reappears again, two of the Foundation's newest agents struggle to put the clues together and finally uncover the horrifying reality of their hunt. — by JakdragonXJakdragonX and RallistonRalliston
  • SCP-5484: Hellevator — 財団は終幕へのポータルを発見したが、後にその収容方法をちょっと再評価しないといけなくなった。 — by BlazingPieBlazingPie and RallistonRalliston
  • Ambrose Esterberg — 非道な目に合った者たちは、自分たちを苦しめた者たちに、彼らが何者だろうと逃す気は無いことを完璧な形で示そうとする。 — by RallistonRalliston
  • Ambrose Esterberg — The damned try their very best to show those that wronged them they are coming after them, no matter who they are. — by RallistonRalliston
  • ちいさなシギーと眠りのくに — 現実は寝たり起きたり。 — by Cassandra_Prime does not match any existing user name
  • Little Siggy in Slumberland — Reality sleeps fitfully. — by Cassandra_Prime does not match any existing user name
  • SCP-PL-389: Fornax Aeterna工場The Forge進歩forgeする。 — by a ZygardZygard and KhnyberKhnyber[未英訳]
  • One Spark, Four Flames — 2008年、二人の財団魔導師が星界の彼方より来たる怪物と戦った。今は2015年、それはラウンドツーを望んでいる。 — by RallistonRalliston
  • One Spark, Four Flames — In 2008, two Foundation mages fought off a beast from beyond the stars. It's now 2015, and it wants a round two. — by RallistonRalliston
  • Fresh Blood — 終わりなき支配を後押しする新たな人材を求めて、財団はこの世で最悪の人々に呼びかける──すなわち、ティーンエイジャーに。 — by RallistonRalliston
  • Fresh Blood — In an attempt to find someone new to fuel its never-ending reign, the Foundation reaches for the worst people on Earth — teenagers. — by RallistonRalliston
  • SCP-5659: Deus Sex Machina — 憎悪と欲望が我々を変える。一見触れてはならないような神々さえもその対象だ。良い方向に転がるとは限らないが。 — by RallistonRalliston
  • SCP-6198: Chernobog "The Black God" — 混沌は遥か昔に宇宙を生み出し、共に誕生した数多くの神々は、かの無秩序から現実へと這い出した。今、財団は仮初の眠りより覚めたその内の一柱に対峙せねばならない。 — by MilesaruMilesaru
  • SCP-6198: Chernobog "The Black God" — The chaos that birthed the universe so many millennia ago also spawned many gods, crawling from that disorder into reality. The Foundation now has to deal with one of them deciding its nap has come to an end. — by MilesaruMilesaru
  • Consequences — 我々は皆偽善に陥りがちだが、トリウムヴィレイトは特に頻繁にこの罪の犠牲になるようだ。 — by Jasiu06Jasiu06
  • Consequences — We're all prone to hypocrisy, but Triumviraté seems to be a very frequent victim of this sin. — by Jasiu06Jasiu06
  • The Furmen — 孤独なパラウォッチユーザーが現実を理解しようとすると、この現実は彼がうまくいかないように干渉してくる。 — by RallistonRalliston
  • The Furmen — As a lonely Parawatch user tries to make sense of the reality around him, this reality tries to make sure he very much does not succeed. — by RallistonRalliston
  • Whack-a-Mole — プレースホルダー・マクドクトラートとダニエル・アシュワースは共に、ソコルスキーのイカれた財団全域に渡る計画での役割を全うする。 — by HarryBlankHarryBlank
  • Whack-a-Mole — Placeholder McDoctorate and Daniel Asheworth work together, fulfilling their part of Sokolsky's crazy Foundation-wide plan. — by HarryBlankHarryBlank
  • Inadvertent Neolinguistics — 不死者であることには色々と問題があるが、その1つが若者言葉に疎いことだ。だが、ダニエル・アシュワースはお仲間の不死者たちの間でも特殊なケースだった。 — by HarryBlankHarryBlank, JakdragonXJakdragonX, and RallistonRalliston
  • Danimals — 大量の財団のダンたちは、とっくにおかしくなってしまった人生で平穏を求めようとするも、新たな予想外の攻撃に見舞われてしまう。 — by HarryBlankHarryBlank
  • Danimals — The countless Dans of the Foundation struggle to find peace in their already chaotic lives as a new and rather unexpected attack hits them. — by HarryBlankHarryBlank
  • In Life As In Language — アリステア・ヴェンホフは、その人生の中で多くのものを見てきた。彼は疲れていた。 — by toadking07toadking07
  • SCP-PL-121-J: Diego the Turtle — ダニエル・アシュワースはこれまでの職員人生で数え切れない神々に勝ってきたのかもしれないが、とある亀が彼に興味を向けたとき、彼はすぐに己の限界に気づくことになる。 — by Dr_BlackpeaceDr_Blackpeace[非カノン]
  • SCP-PL-121-J: Diego the Turtle — Daniel Asheworth might've won with countless gods during his employment, but he'll soon find his true limit when a very certain turtle finds interest in him. — by Dr_BlackpeaceDr_Blackpeace[non-canon]
  • SCP-7292: Legacy of Love™️ — 愛は時代遅れになんかならない。 — by RallistonRalliston
  • SCP-6651: My Days as No-One — 我々の魔法の世界がめぐるしく変わっていくにつれ、意図したかどうかを問わず、置き去りにされるものも出てくる。 — by TheDarkArtistTheDarkArtist

時代の終わり

End of an Era

2021+


  • Money Game — 力には代償が伴う。中にはそいつを喜んで払うやつもいる。 — by RallistonRalliston
  • The Edge of All Light — 時代は変わった──それと共に、我々が最も人類的だと考えるものも移り変わった。 — by RallistonRalliston
  • SCP-PL-253: WHAT IN THE KENTUCKY FRIED FUCK — 新たに生まれたヴァンガードの世界では、もはやKFCは存在しない。どうにか対処する道を見つけないとな。 — by BlazingPieBlazingPie
  • SCP-PL-253: WHAT IN THE KENTUCKY FRIED FUCKIn the newly-formed world of Vanguard, there's no more KFC. You learn to make due. — by BlazingPieBlazingPie
  • Miau Miau, Asheworth-kun — “難局”後の突然の現実の変化は、我々の世界に数多くの変化を齎した。良いこともあれば、悪いこともある。 — by LORDXVNVLORDXVNV
  • SCP-6747: カオス理論 — 時に、人類が見るべきでない場所を覗かないほうが良いこともある。特にその場所がこちらを覗き返して来る時は。 — by LirynLiryn, stephlynchstephlynch, Placeholder McDPlaceholder McD, and RallistonRalliston (訳: WitheriteWitherite) — [非カノン]
  • 非現実の年代記 — 世界が一丸となって錬金術、魔法、科学を融和させようとするとき、運命はそう簡単に物事が進むわけないと判断する。そして、この混沌としつつも前進しゆく多元宇宙から飛び出る方法は他にない。 — by JakdragonXJakdragonX, LimeyyLimeyy, and RallistonRalliston
  • SCP-0110-J: 個人退職(即時有効) — マリア・ジョーンズ管理官は久しぶりの休暇から帰ってきたところ、自身の聖なるRAISAデータベースで不快なサプライズに遭遇してしまう。 — by RallistonRalliston (訳: sharkcrashsharkcrash) — [非カノン]
  • I Did Not Fade — ダニエル・アシュワースは死も老衰もしなかったが、去りゆく時を迎える前、彼はやりかけの仕事をついに終えようとしていた。 — by RallistonRalliston
  • I Did Not Fade — Daniel Asheworth neither died nor faded, and before he's ready to let go, he has unfinished business to finally close off. — by RallistonRalliston

免責事項: 「人物・団体・用語」と「完全版年表」タブはカノンの重篤なスポイラーを含んでいます。

Disclaimer: The "PoIs, GoIs, and Terms" and "Master Timeline" tabs contain major spoilers for the canon.


カノン概要

Canon Overview


F120Aが実際どんなものなのかを説明するやり方は、数多く存在します。「現代ファンタジーのカノン」「妖精と夜闇の子らに関するカノン」「体制を改善しようとしている財団に関するカノン」「サイト-120に関するカノン」ある意味、どれも正解です。ただ一文で説明しないといけないのであれば、こうするでしょう: 「財団が、流転を繰り返す魔法の世界にやり方を合わせねばならず、変革ないしは解体を迫られていると気づいた世界観で、メジャーなカノン (「メジャーカノン」標準カノンではなく、多くの要素やカノン・シリーズ・キャラクター・記事で構成される巨大カノンという意味) を構築する試みです」。

There are a lot of ways to describe what F120A is actually about. "The modern-fantasy canon." "That canon about Fae and Children of the Night." "The canon in which the Foundation is trying to be good." "The canon about Site-120." And, in a sense, all of them are right. If I had to describe it with one sentence, though, it would be this: "An attempt to create a main canon (not the main canon; just a very large canon that encompasses a lot of elements and other canons, series, characters, and articles) in which the Foundation realizes it must adapt its ways to the often-changing world of magic around itself, and it must either change, or become obsolete."

何年もの間、「道徳的灰色」が財団の支配的思考でした──しかし、世界の本当の姿を見つけていくうちに、これは変革を迫られました。

For years, "morally gray" was the dominant mindset of the Foundation — but with discoveries of the world's true nature, this had to change.

エスターバーグの不慮の破壊と、その前の第三次グレート・ディアスポラの件で、SCP財団はこのやり方では長くは持たないと気がつきました──異常界は後戻りできない最後の一線に近づいており、そこを超えたが先、選択肢は全異常との全面戦争しか無かったのです。そして、妖精帝国の悍しき神々がこの紛争に乗じて再び地球を支配下に収めようとしていることは間違いありません。最悪の事態を避けるために、財団は異常へのアプローチを変革する必要がありました。

With Esterberg's accidental destruction and the Third Great Diaspora before it, the SCP Foundation realized it can't stay that way for much longer — the anomalous world is near a critical point of no return, where the only option will be an all-out war on all-fronts-anomalous. And it's certain the hateful gods of the Fae Empire would like to use this potential conflict to bring Earth under their dominion once more. To avoid the worst possible scenario, the Foundation has to change its approach towards the anomalous.

変わり者のサイト-120、外部の要注意団体、エスターバーグ自体の人々の手を借りて、財団は体制を改善しなければなりません。長い時間がかかるでしょうが、時間と協力だけがこうした傷を癒やすことができます。財団はもはや、制御を逃れたアウトブレイクが世界を破壊してしまうかもしれないからと、何千年も前の妖精帝国滅亡時に残された膨大な怪異を収容するだけの監獄ではいられないのです。

With the help of the oddball Site-120, other Groups of Interest, and the people of Esterberg themselves, the Foundation must try to better itself. It will take a long time, but only time and cooperation can heal these scars. It can no longer afford to be just a prison, containing the numerous horrors leftover by the dissolving of the Fae Empire millennia ago, because an uncotrolled outbreak would destroy reality as we know it.

このカノンは──財団が自身のやり方が今や時代遅れになっていることを認める話です。財団が協力、魔法、容認を通じて体制を改善していこうとする話です。異常存在が現実を受け入れて、この変遷しゆく社会に何とか適応していこうとする話です。我々の世界に対する異常の影響と、その世界が変わりゆくことの話です。財団で働く人々が自分を押し殺す必要はないと気づいて、変わっていく話です。こうした人々が素敵な人生を送っていることの話です。魔法、恐ろしい神々、古代の戦争、そして3つのグレート・ディアスポラがまだ分かたれていなかった頃の話です。そして、財団がついに長年、本当に長年に渡って間違っていたことに気づく話です。

This canon is about that — the Foundation coming to terms with its ways being outdated in the modern world. It's about the Foundation trying to better itself through cooperation, magic, and acceptance. It's about the anomalous coming to terms with accepting reality and working towards making itself fit within our ever-changing society. It's about the anomalous affecting our world and said world changing around us. It's about the people the Foundation employs realizing they don't have to stay silent, and making a change. It's about these people having their own lives worth living. It's about magic, horrible gods, ancient wars, and the past that the Three Diasporas were not being dealt with just yet. And it's about the Foundation finally realizing it's been wrong for a long, long time.


サイト-120

Site-120


サイト-120は、財団の変革プランで最も重要な存在です──積極的に異常の利用を奨励する数少ないサイトの1つであるとともに、エスターバーグの主な観測拠点であり、大半の出来事がここで起こっています。サイト-120は上記すべての中心にあるようで、ほとんど息つく暇もありません──常に何かの兆しが見えています──探索されるべき場所、救うべき生命、研究すべき異常は、まだ沢山。

Site-120 is the most important part of the Foundation's plan to change — as one of few Sites actively encouraging the usage of the anomalous and the main observation center for Esterberg, it's where most of the action happens. Seemingly in the center of all of this, Site-120 has almost no time to breathe — there's always something on the horizon — one more place to explore, one more life to save, and one more anomaly to study.

ですが最も重要な点は、サイト-120が魔法の施設だということです──比喩的な意味でも、文字通りの意味でも。職員の大多数が魔法を用いているか、異常性を有しているため、そこでの生活はおそらく正常からほど遠いでしょう。そうだとしても、人々は挑戦します──語られる価値ある人生を送り、定期的に顔を合わせ、この混沌とした世界を理解しようとしています。彼らが挑戦するのは、全面的な地獄絵図を止められるのは自分たちだけだと知っているからです。彼らが挑戦するのは、そうせねばならないからです。しかし最も重要なのは、彼らが挑戦するのは、彼らが周りの異常存在を深く気にかけているからだということなのです。

Most importantly though, Site-120 is magical — metaphorically and literally. With a majority of its personnel either using magic or being anomalous themselves, life in it never seems to be normal. But even then, its people try — living their own lives worth describing, meeting each other on a regular basis, trying to make sense of the chaotic world around themselves. They try, because they know that they are the only thing stopping all-out pandemonium, they try, because they need to, but most importantly, they try, because they deeply care about the anomalous that surrounds them.

サイト-120は他の財団サイトとは大きく異なります──冷酷ではありません。サイト-120は職員を大切にし、彼らの家として振る舞います。悪いことが起こるのを黙って見ていたりはしません、サイト-120は大切な人々が苦しむのをぼうっと見ていられないのです。

Site-120 is much different than other Foundation Sites — it's not cold. It cares for its people and it acts as their home. It doesn't stand by idly as bad things happen, because it can't stand seeing people it cares for hurt.

サイト-120に関するより詳細な情報については、ファイルを参照してください。

For more in-depth information regarding Site-120, refer to its dossier.


エスターバーグ

Esterberg


あなたが子供の頃に訪れた、とびきり素敵で混み合っているマーケットを想像してください。凄まじい人混みだったとしても、そこは魔法に満ちていました。魔法に当てられたあなたはどこかワクワクするように感じて、というかほぼその寸前で、そこにいたいと感じたはずです。今のロジックを小型次元にある、何百年もの語られぬ異常史が眠る大都市に適用しましょう──分かりましたね、それこそエスターバーグです。

Imagine that one magical and crowded as hell market you visited when you were a kid. Even if there were so many people there, it was filled with magic, and you wanted to be there, because it somehow felt exciting, almost, exciting due to its magic. Apply that logic to a large city located in a pocket dimension, filled with hundreds of years of the untold history of the anomalous — and you've got Esterberg.

エスターバーグは、まず第一に、都市です。正確にはフリーポートです。サイト-120と同じく、大局的な見地から見ることもできるとはいえ、その核心には人間がいます。いえ、訂正しましょう。人間、夜闇の子ら、妖精、そしてあらゆる小型次元に身を隠している異常種族たちが住んでいるエスターバーグは、そこの人々を中心に回っています。彼らは数多い地区のどこかしらで暮らし、仕事をしながらも、ここでなら世界に裁かれることもなく、自らの異常性をさらけ出すことができるのです。

Esterberg is, first and foremost, a city. A Free Port, to be exact. Just like Site-120, even if the bigger picture still exists, it's at its very core filled with humans. Well, not exactly. Housing humans, Children of the Night, Fae, and whichever anomalous races hide themselves in its pocket dimension, Esterberg is also about the people in it. They live their lives in one of its many districts, doing their jobs whilst finally being able to express their anomalies without the world judging them for it.

エスターバーグで最も重要なことは、そこが魔法の街だということです。いえ、冗談ではありませんよ。そこは奇妙なファンタジーめいた都市であり、我々のワンダーを刺激し、あらゆる奇妙な存在の安全地帯として、ポーランドの灰色の現実とは対をなしています。身の回りの何もかもが暗澹としているのなら、異常を知る正常な人々であってもここに住みたがるようです──アナーティスト、活動家、奇跡術師、それにこのファンタジーの一員になりたいだけのごく普通の人間も。

The most important part of Esterberg is the fact it's magical. No, really. It's a weird fantasy-like city that is meant to inspire wonder, as the safe space for everything weird contrasting the gray realities of Poland. When everything around it is bleak, even normal people aware of the anomalous seem to want to live there — be it anartists, activists, thaumaturgists or just regular normal humans wanting to be a part of this fantasy too.

エスターバーグに関するより詳細な情報については、SCP-5373を参照してください。

For more in-depth information regarding Esterberg, refer to SCP-5373.


外の世界とマルチバース

The Outside World and the Multiverse


MetaF-map-small.png

『120の記録書庫より』 (TL-1911) と近接する並行宇宙の地図。メタファウンデーションのマルチバース。
The map of the closest alternate universes to From 120's Archives (TL-1911); the Metafoundation multiverse.

もちろん、世界はサイト-120とエスターバーグだけを中心に回ってはいません。外のどこかでは、世界中でほとんどの人に知られることなく、恐るべき妖精帝国の崩壊した遺跡が眠っており、尚も死なずに指導者が帰還する日を待ちわびています。F120Aの外の世界は主に、グレート・ディアスポラに関する太古の怪異と、エスターバーグの陥落、その後の出来事、それで地獄を見た者たちが、既存の場所で関わり合う様子に焦点を当てています。

Naturally, the world doesn't only revolve around Site-120 and Esterberg. Somewhere out there, the scattered ruins of the horrible Fae Empire lay, hidden throughout the world to most, but still active, binding its time until its leader may return. The outside world of F120A mainly focuses on the interactions of previously known locations with the ancient horrors of the Great Diasporas and Esterberg's fall, the fallout of the events, and the people it wronged.

しかし基底現実の先には、多元宇宙羅針盤が存在します。存在する全現実の集合体であるそれは、選択が成されるたびに起こりうるあらゆる結果を物語るべく、世界を2つのタイムラインに分割します。現実がユニバースから遠ざかるほどに、そこへ辿り着くことは困難になり、その差も大きくなります。理論上は、全てが完璧に行った世界があるはずです。でも、全てが恐ろしく間違った方向に進んだ世界もまた然り。ほぼ無限の可能性があるゆえに、枷となるのはあなたの技術と正気のみ。財団はより良い未来を求めて、この混沌たるマルチバースに入っていこうとはしませんでした。少なくとも、今はまだ。

Beyond baseline reality, however, the Multiversal Compass lies. A collection of all realities to ever exist, it accounts for all possible outcomes whenever a choice gets made, splitting the world into two separate timelines. The further away from a universe a reality is, the harder it is to get to it, and the more it differs. Theoretically, somewhere out there, a world where everything has gone perfectly exists. But so does a world where everything went horribly wrong. With a near infinity of possibilities, the only limit is your technology and sanity. The Foundation did not dare to enter this multiverse of chaos in search for a better future. Not yet, at least.

多元宇宙羅針盤に関するより詳細な情報については、SCP-6172を参照してください。

For more in-depth information regarding the Multiversal Compass, refer to SCP-6172.


From 120's Archives Hub
https://scp-wiki.wikidot.com/from-120-s-archives-hub
rev.453

タグ: 夜闇の子ら アシュワース博士 リベラ博士 エスターバーグ 120の記録書庫より homo-sapiens-sidhe ハブ en ダミアン・ノヴァク

画像出典


120.png (ヘッダー背景)

タイトル: 120.png
著作権者: LirynLiryn and EstrellaYoshteEstrellaYoshte
ソース: SCP-EN
ライセンス: CC BY-SA 3.0
公開年: 2021


ontologonew2 (非表示/Bot用サムネイル画像)

タイトル: ontologonew2
著作権者: EstrellaYoshteEstrellaYoshte
ソース: SCP-EN
ライセンス: CC BY-SA 3.0
公開年: 2021


map2_JP.png (メタファウンデーションマップ)

タイトル: map2_JP.png
著作権者: Jasiu06Jasiu06, HammerMaidenHammerMaiden, WitheriteWitherite
ソース: SCP-JPファイルストレージ
ライセンス: CC BY-SA 3.0
公開年: 2022

補足1: この画像は以下の画像をWitheriteWitherite氏が翻訳したものです。

タイトル: map2.png
著作権者: Jasiu06Jasiu06, HammerMaidenHammerMaiden
ソース: SCP-EN
ライセンス: CC BY-SA 3.0
公開年: 2022

補足2: Wikidotはページに直接アップロードされた画像ファイルを相対リンクで指定すると自動でリサイズしてくれるのですが、SCP-JPでは技術的問題からページに直接アップロードできず、絶対リンクで画像ファイルを指定する必要があるので、自動リサイズが効きません。本画像ファイルは1.43MBとかなり大きいサイズがあるため、この画像が直接読み込まれてしまうと通信が遅延してしまいます。これを回避するため、JP版では独自の圧縮版を表示し、クリックすると元サイズの画像が開く形式に変更しています。


ページコンソール

批評ステータス

カテゴリ

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 Kasugai_Kanagu's portal does not exist.


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


利用ガイド

  1. portal:3995762 (01 Jun 2018 11:19)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License