ノー・リターン ハブ

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


ノー・リターン ハブ
作成者: Dr_KasugaiDr_Kasugai
作成日: 23 Aug 2022 08:32
/* 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)); }
}
評価: 0+x


一つの選択が二つの世界を創出し
瓜二つのタペストリーが開展する
先駆ヴァンガードのアイギスが燦めき
閾値スレッショルドは線を引く──
A single choice begets two worlds
A mirrored tapestry unfurls
Vanguard's aegis shines
As Threshold draws the line
Of


──二度と戻れぬノー・リターン一線を。

TestNoReturn


多元宇宙規模の異常事物の減衰は、魔法の世界を崩壊させ、幻想幽玄の土地や街々は次第に滅びゆく。財団、そしてその敵と味方は、何かが変わらなければならないことを突きつけられた。“難局”ならびに、財団、異常、かの変化の特性を結ぶ繊細な関係性を調査せよ。危機に瀕する世界を分析し、最終的には、どう希望を齎すかを決定せよ。

A multiversal degradation in anomalous phenomena ravages the world of magic, leaving its fantastical hidden lands and communities to gradually die out; the Foundation, its allies and foes, are made painfully aware that something must change. Explore the Impasse and the nuanced relationship between the Foundation, the anomalous, and the nature of change itself. Examine the world at stake and decide, ultimately, how to bring it hope.



SCP-6500: INEVITABLE

by S D Locke, HarryBlank, PlaceholderMcD, Ihp, Grigori Karpin, DarkStuff, Aethris

“難局”に立ち向かう財団の道を追いかけろ──死にゆく魔法の領域を通る各々の“道”で、根源的な力のアーティファクトを回収する者たちの旅路を辿っていけ。是非によらず、それらがどう振るわれるかを選択せよ。

Follow the Foundation's path to combat the Impasse by following several individuals on their own Paths through dying magic realms to retrieve artefacts of elemental power. Choose how they are wielded, for better or worse.



34HxPx6.png

戦士

WARRIOR

by HarryBlank

AdXN4mS.png

魔術師

MAGE

by Ihp

xEMfWOC.png

僧侶

CLERIC

by Grigori Karpin

8tXJvew.png

盗賊

THIEF

by DarkStuff

zNpYxbP.png

異端者

PARIAH

by PlaceholderMcD

ODYqAnz.png

ウォーロック

WARLOCK

by HarryBlank

SUgdvNC.png

遺物学者遺物学者

RELIQUARIANSRELIQ.

by Ihp

3Y5HzCK.png

航海者

VOYAGER

by PlaceholderMcD

I7yLWQ8.png

使者

EMISSARY

by Grigori Karpin





主な分岐後ポスト・ピボットの作品

PRIMARY POST-PIVOT WORKS


スレッショルド タイムライン

THRESHOLD TIMELINE

Nobody Likes a Sneak

by Grigori Karpin

都会住まいの“何者でもない”は“難局”の解明を求めて調査を開始し、認識災害、Tレックスの骸骨、放浪者の図書館、パリのカフェを巡る物語に身を投じる。
そして全ては始まりに過ぎない。

A streetwise Nobody searching for an explanation for the Impasse, starts up an investigation that runs her afoul of cognitohazards, T-rex skeletons, the Wanderer’s Library, and a Paris café.
And that’s just the beginning.


Nobody's Looking For Trouble

by Grigori Karpin

“何者でもない”は独りじゃない。彼女は蛇の手と共闘し、近くの“何者でもない”は彼女だけというわけでもない。だが、彼らが財団が裁判後にO5-ゼロをどこへやったかを見つけられないのなら、そんなことはどうだっていい。

Nobody isn’t alone, she’s working with the Serpent’s Hand, and she isn’t even the only nobody around, but none of that is gonna matter if they can’t find out where the Foundation is holding O5-Zero after their trial.


A Trip Down Memory Lane

by HarryBlank, LizardWizard

「かつて敵対的で、生きていたらしきアノマリーを、12ドル節約するために取り壊したいと?」

You want to repurpose a formerly-hostile, presumably living anomaly, to save twelve dollars?


Fafnir

by Ethagon

いつだって現状を維持した方が得する者もいるものだ。その中の一つ、とある古代のドラゴンは、“難局”とその終局の間の方がよく眠れただろう。これは事態がどうなったかの話だ。

Some always profit from the status quo. Among those is an ancient dragon that would have rather slept through the Impasse and its consequences. This is how it came to be.


Undaeveling

by Guezma

難局が終わった後、ジュディス・ロゥはSCP-140をNeutralisedに更新した。ダエーバイトもそう簡単であればよかったのだが。

After the Impasse is over, Judith Low updates SCP-140 to Neutralised. If only it were that easy with the Daevites.


関連するポスト・ピボットの作品

RELATED POST-PIVOT WORKS



Character Interactions Disguised As An Epilogue

by Ihp

厳密に言えばBlack Autumn IV: Nothing to Fearの結末であるこのTaleは、SCP-6500の終結前〜終結後にかけて、サイト-87の登場人物たちの視点から2021年の出来事のモンタージュを綴っていく。

Technically the end of Black Autumn IV: Nothing to Fear this tale begins prior to the end of SCP-6500 but then finishes after, representing a montage of 2021’s events from the perspective of Site-87’s cast of characters.


SCP-5056 (II): The Mirror Image

by HarryBlank

フィリップ・ディアリング、かつてのSCP-5056-Bは、複雑な気持ちで奇妙極まりない1年を振り返る。

Philip Deering, the former SCP-5056-B, looks back with mixed feelings on one very strange year.


SCP-5974: The Interactive Fiction

by HarryBlank

財団の裏切者は、“難局”以前の活動を追体験させられる──ユーザーフレンドリーの面で最悪のビデオゲームを通じて。

A Foundation traitor is forced to relive her activities in the time before the Impasse by a video game with very low user friendliness.


SCP-6056: The Crumpening

by HarryBlank

ウォーロックの道の直後、いくつかの心情的な会話があった──突然ブッた切られたが。

In the wake of the Warlock path, some heartfelt conversations are happening — and being rudely interrupted.

SCP-7007: Misfortune Gorge

by Grigori Karpin

SCP-6500の出来事から1年が過ぎようとしていた頃、ヴィキャンデル=ニード・テクニカル・メディアは財団の最近の言動について思うところがあり、彼らをゲームショウに招く。

Almost a year after the events of SCP-6500, Vikander-Kneed Technical Media have some thoughts about the Foundation's recent behavior and invite them onto a gameshow.


ヴァンガード タイムライン

VANGUARD TIMELINE

Sarkic Heat

by Grigori Karpin

ヴァンガードの設立直後、ティルダ・ムースはアルト・クレフ博士とカルキスト・ヴァリスにモスクワの“ハンターの黒きロッジ”襲撃の指揮を依頼する。これはバディコップ・コメディだと考えてくれ。ボディ・ホラー付きの。

Shortly after Vanguard is established, Tilda Moose asks Dr. Alto Clef and Karcist Varis to lead a raid on the Hunter’s Black Lodge in Moscow. Think of this as a buddy cop comedy, with body horror.


A Sarkic By Any Other Name

by Grigori Karpin

Sarkic Heatの後、ヴァリスとクレフはヴァンガードのためにサーキック系アノマリーへの対処を続けていたが、この頃SCP-2480周辺では対立が激化し、GOCとの衝突が迫っていた。

Following up on Sarkic Heat, Varis and Clef continue their addressing of Sarkic Anomalies for the Vanguard as the heat starts to rise around SCP-2480 and a brewing conflict with the GOC.


With Many Choices

by LizardWizard and Grigori Karpin

SCP-939が正常化された結果、ヴァンガードとGOCは世論という法廷で闘争する。

As SCP-939 is normalized, Vanguard and the GOC battle in the court of public opinion.


Voice of Vanguard

by Guezma

人類は、この世界で唯一の存在じゃないことを知るべきだ。そして、ヴァンガードのポッドキャストはこのメッセージを広めるうえで有用だ。今週のゲストはパラウォッチから来てもらったけど、彼はもう少しそのことを知らないといけない。

Humanity must learn it's not alone in this world, and Vanguard's podcast helps spread the message. This week's guest is from Parawatch and he needs to learn a bit more than that.


Facing Forward

by Guezma

Voice of Vanguardの出来事の後、ロン・ガンビの人生は変わったが、果たしてどこに向かっているのだろう? 新たな機会と古い友人が、彼が自分の道を見つけるのを手伝ってくれる。

After the events of Voice of Vanguard, Ron Gambi's life has changed, but where is it all headed? A new opportunity and an old friend will help him find his way.


The Trainee Gets Trolled

by Guezma

ヴァンガードのPR部門の研修の一環で、ロン・ガンビはVoidをインストールし、完璧なソーシャルメディア体験を送る。

As part of his training in Vanguard's PR department, Ron Gambi installs Void and gets the full social media experience.


Gambi's Gambit

by Guezma

20年間に渡る収容の後、マルセル・ガンビは隠れている。ヴァンガードは彼を探し出し、いくつか質問をしたいと考えている。ロン・ガンビは長らく行方不明だった兄弟と再開したがっている。だが不幸なことに、彼らだけがマルセルを探しているわけではない。

After having been contained for two decades, Marcel Gambi is in hiding. Vanguard wants to find him to ask him a few questions. Ron Gambi wants to reunite with his long-lost brother. Unfortunately, they're not the only ones looking for him.


Esterberg (City) — Wikipedia

by Esoterica, Jasiu06, Jerden, Ralliston, and Zygard

ヴェール崩壊から十年以上が経ち、世界は大きく変貌した。世界の本当の姿を見に行こうか。今度はもっと偏見の少ない組織が語ってくれている。

More than a decade after the Veil has fallen, the world truly has changed. Let's see its true colors, this time described by a much less biased party, shall we?


SCP-6483: The Polar Express

by LORDXVNV and Ralliston

サイト-120に新たな人型アノマリーがやって来たが、彼は本当にクリスマス精神に溢れている。このホリデーぴったりの記事で、この異常性持ちの人物が、ヴァンガードへの移行に伴い、収容から雇用に移り変わる様子を見ていってくれ。

Site-120 has a new resident humanoid anomaly, and he's really getting into the Christmas Spirit. Watch as this anomalous individual goes from containment to employment as the switch to Vanguard occurs in this holiday appropriate article.


Miau Miau, Asheworth-kun

by LORDXVNV

ダニエル・アシュワースは、同僚にヴァンガードの新たな現状を受け入れさせる……はずだった。 (あと、彼は猫人間ですが、一時的なものです)

Daniel Asheworth acclimates a colleague to the new status quo of Vanguard. Things go awry. (Also, he's a catboy, but just temporarily)


Vikander-Kneed Worldwide News

by Cole 13

VKTMはついに財団による50年超の収容から解放され、このヴァンガードの未来で、大々的に大衆に訴えかけている。

VKTM is finally free of 50 plus years of containment by the Foundation, and in this Vanguard future, they're reaching out to the public in a big way.


The First Occult Flame War

by Guezma, Ralliston and Zygard

何万年もの厄介な歴史を持つ2つの宗教を想像してくれ。彼らが戦争に進み、とてつもない損失を被ったと想像してくれ。彼らがかつての自分たちの影に収まるほどになってしまったと想像してくれ。彼らが現代抱いている恨みつらみを想像してくれ。
光景を思い描けたか?
それじゃそいつをTwitterに投げ込んでくれ。

Imagine two faiths whose messy history goes back tens of thousands of years. Imagine them going at war and suffering unbelievable losses. Imagine them reduced to shadows of their former selves. Imagine the grudges they bear in the modern world.
Can you picture that?
Okay now put them on Twitter.


関連するポスト・ピボットの作品

RELATED POST-PIVOT WORKS



I Did Not Fade

by Ralliston

時は2057年、ヴァンガードは30年以上に渡って活動を続け、ダニエル・アシュワースは終わりが迫っていた。彼は長い人生を生きてきた。そして10月10日に彼は目を覚まし、今日が命日だと知っていた。

It’s 2057, Vanguard has been operating for more than thirty years, and Daniel Asheworth is tired. He’s lived a long life. And when he wakes up on October 10th, he knows it's his last day.


Order MEF-7629

by Zygard

痕跡を残さず誰かを殺したいけど、一定の基準を持ったプロフェッショナルでもある? そんな貴方にお誂向きの商品がこちら! ハンター・インダストリーズ提供、“ロキータ”ピストル!

Do you want to kill someone without leaving any traces, but are also a professional with certain standards? This is the perfect product for you! Hunter Industries presents the "Rokita" pistol!




知られざる時間軸

TIMELINE AGNOSTIC



SPC-6500: INFINITESIMAL

by LORDXVNV

SCP宇宙では終わりなき物語が語られる。では、“SPC”宇宙はどうだろう?

Endless stories can be told in in the SCP universe. But what about the SPC universe?

分派的解釈

ALTERNATE INTERPRETATIONS


End of the Lonely Wanderer

by Karpfisch

ある者は精魂尽き果てた。ある者は幸福を甘受した。だが多くの者たちは、何年も背負ってきた重荷から解放された。大いなる事変の悲壮な始まり。

Some are tired. Others are happy. But many are freed from a burden they carried for years. The sad beginnings of an important event.





DETAILS



概要

OVERVIEW


ノー・リターンは『SCP-6500: Inevitable』の後日談となるカノンですが、もうお分かりだと思います。このカノンで重要なのは、何よりもまず結末です──我々がSCP-6500を執筆していた時にはっきりしたのですが、読者がどちらのタイムラインを選ぼうとも、財団の概念はもう戻れないほどに変わってしまいます。でもそれでいいのです。『Inevitable』は、まさに“大変動”の寓話そのものなのですから。我々はどちらのタイムラインを出発点にしても、続編を展開させられるような舞台設定を作ろうとしました。

No Return is the canon that follows on the heels of SCP-6500: Inevitable, but you already knew that right? This canon is concerned with consequences first and foremost; when we were writing SCP-6500 it became clear that whichever timeline the reader chose, the concept of the Foundation was going to be irrevocably changed. Which is fitting, as Inevitable is a pretty stark climate change allegory. We wanted to create a setting in which would foster further stories, leading off from either timeline.

それで、『ノー・リターン』とは何なのでしょうか? それは分岐点の後、2つの全く異なる歴史を辿った世界です。一方では、財団が異常界の支配を続けていますが、知る者たちはSCP-6500が財団のせいであることを把握しています。もう一方では、財団は解散、様々な要注意団体と新組織を結成し (『使者』を読んでください!)、大衆に異常界について教育しようとしています。

So, what is No Return? It’s life after the tipping point, along two very different causal paths. One where the Foundation maintains its iron grip on the anomalous world, but those in the know are aware SCP-6500 was the SCPF’s fault and another in which the Foundation dissolves, forming a new organization with various groups of interest (read Emissary!) to try to educate the public about the anomalous world.




評価: 0+x



No Return Hub
https://scp-wiki.wikidot.com/no-return-hub
© s d locke, Aethris, DarkStuff, Grigori Karpin, HarryBlank, ihp, Placeholder McD, Liryn

タグ: 共著 合作 ハブ ノー・リターン en

一部訳語は、YS_GPCRさんのSCP-6500翻訳 (翻訳途中) を参考にしています。
http://pseudo-scp-jp.wikidot.com/scp-6500

また、S&Cプラスチックとこの素晴らしき世界の説明文は、ハブからの引用です。


ページコンソール

批評ステータス

カテゴリ

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

ERROR

The Dr_Kasugai's portal does not exist.


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


利用ガイド

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