SCP-6622 - ビーバー・パワー(原題: Beaver Power)

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

原文: SCP-6622 by bigslothonmyfacebigslothonmyface rev.29


/* 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

アイテム番号: SCP-6622
レベル4
収容クラス:
esoteric
副次クラス:
archon
撹乱クラス:
dark
リスククラス:
notice

6622-lodge.jpeg

SCP-6622-B-4, currently powering 96% of the Vancouver, B.C., metropolitan area. SCP-6622-B-4、現在ブリティッシュコロンビア州バンクーバー大都市圏の電力の96%を供給している。


Special Containment Procedures: MTF Omega-43 ("Leave It To Beavers") is tasked both with limiting public awareness of SCP-6622 and grounding 6622-B instances until nearby systems can accommodate them. Beyond this, containment is limited to regular feeding and care for 6622-A instances in high-risk regions.
特別収容プロトコル: MTFオメガ-43("リーブ・イット・トゥ・ビーバーズ")は、SCP-6622の衆人認知の制限の任務と近隣のシステムが接地できるようになるまでの6622-B実例の接地の任務の両方を負っています。それ以外には、収容は高リスク地域における6622-A実例の定期的な給餌、世話に制限されます。

When possible, newly-commissioned Foundation facilities are to be built in areas already serviced by SCP-6622 infrastructure.
可能であれば、新たに就役した財団施設はSCP-6622インフラによってすでに供給されている地域に建造されます。

Description: SCP-6622-A is a subgroup of American beavers (Castor canadensis) which builds and maintains SCP-6622-B. Only 6622-A instances will interact with 6622-B; non-anomalous beavers will not approach.
説明: SCP-6622-Aは、SCP-6622-Bを建造、保守するアメリカビーバー(Castor canadensis)のサブグループです。6622-A実例のみが6622-Bと相互作用し、非異常のビーバーは接近しません。

SCP-6622-B are beaver dams and lodges which generate electricity via unknown and abnormally-efficient means. Each instance continuously outputs 6,800 MW.1 Presently, the Foundation knows of 12 distinct 6622-B instances.
SCP-6622-Bは、不明かつ異常効率の方法により電力を生み出すビーバーのダムおよび巣です。それぞれの実例は継続的に6,800MW2を出力します。現在、財団は別々の6622-B実例を12個認知しています。

Power produced by SCP-6622-B is distributed into manmade electrical infrastructure via fairy rings, tree roots, and other naturally-occurring pathways, entering said infrastructure at any point where it contacts fertile soil. Discovering the mechanism behind this transmission is a Beta-level research priority.
SCP-6622-Bが生産した電力は、フェアリーリング、木の根、他自然発生した通路を介して、人工の電気的インフラが肥沃土と接触している地点から入力されることでその電気的インフラに分配されます。この送電の背後にある機序の発見はベータレベル研究優先度です。

SCP-6622-A instances often dam at remote or inopportune locations. MTF Omega-43 has partially incorporated 6622-B instances into the electrical grids of 96 cities, but gigawatts of power are wasted each month both in preventing grid overload and the Foundation's inability to transmit more power to high-demand areas. Developing better regulatory infrastructure for SCP-6622 is an Alpha-level research priority.
SCP-6622-A実例はしばしば僻地や都合の悪い場所にダムを形成します。MTFオメガ-43は6622-B実例を96都市の電力系統に部分的に組み込んでいますが、電力系統の過負荷を避けるため、また財団が高需要地域へ送電することができないために、毎月数ギガワットの電力が無駄になっています。SCP-6622のためのよりよい調整インフラの開発はアルファレベル研究優先度です。

Attempts to establish SCP-6622-A captive breeding programs have failed, as has relocation of wild colonies—instances construct non-anomalous dams. Reproducing the anomaly in a controlled setting is an Omega-level research priority.
SCP-6622-Aの飼育下繁殖プログラムの試みは失敗しており、野生のコロニーの移転も同様です──実例は非異常のダムを構築します。制御下の環境におけるアノマリーの再現はオメガレベル研究優先度です。

6622-beaver.jpeg

SCP-6622-A-41, shortly after its scheduled feeding. SCP-6622-A-41、定期的な給餌の直後。

Discovery: On 11/10/2020, Site-43 experienced catastrophic power overload. The first-known SCP-6622 lodge was later found on the Ausable River 5.8km away.
発見: 2020/10/11、サイト-43は壊滅的な電力の過負荷を受けました。第一発見のSCP-6622の巣が、のちに5.8km離れたオーセーブル川で発見されました。

Over a period of nine months, Janitorial and Maintenance Section Chief Amelia Torosyan was able to convert the Site to rely exclusively on SCP-6622 for electricity. Torosyan's initial designs have formed the basis for SCP-6622 transmission systems worldwide, preventing an estimated 450 megatons of CO2 emissions since implementation.
9か月かけて、清掃・保守セクション長アメリア・トロシヤンはサイトが電力をSCP-6622のみに頼るよう転換させることができました。トロシヤンの初期構想は世界的なSCP-6622送電システムの基礎となり、その実施以来推定450メガトンのCO2排出が防止されています。

Afterword: Upon entering the Site-43 main power station on 8/3/2021, Chief Torosyan found on her workbench a pile of dried mud and twigs crudely molded into a heart. Torosyan's request to keep the sculpture in her personal quarters was approved.
後文: 2021/3/8にサイト-43中央パワーステーションに入った際、トロシヤンセクション長は自身の作業台で大まかにハートの形に成形された乾燥した泥と小枝の山を発見しました。トロシヤンは自身の個人宿舎でその彫刻を保存することを要求し、承認されました。


記事ここまで

tag: _cc _licensebox alive animal archon ectoentropic electrical featured on-guard-43 plant rodent scp structure tree
タグ: en 生命 動物 archon 外部エントロピー 電気 注目記事 on-guard-43 植物 ネズミ scp 構造 樹木

以下はフォーラム投稿用


ソース: SCP-6622 rev.29
著者: bigslothonmyfacebigslothonmyface
作成日(EN): 2021/09/06


ページコンソール

批評ステータス

カテゴリ

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


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


利用ガイド

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