SCP-5243-J - ベクターし続けるベクター(原題: The Vector that Keeps On Vectoring)

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

原文: SCP-5243-J by OliverMemphisOliverMemphis rev.9


/* 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-5243-J
レベル5
収容クラス:
keter
副次クラス:
{$secondary-class}
撹乱クラス:
amida
リスククラス:
critical

BlankArt.png

AssortedArtFuckeryDocument.svg, photographed using 73% of Site-43's available computing resources. AssortedArtFuckeryDocument.svg、サイト-43の利用可能なコンピューター資源の73%を使用して撮影。

Special Containment Procedures: As SCP-5243-J is a recurrent catastrophic systems failure, it is 'contained' by amelioration of its effects.
特別収容プロトコル: SCP-5243-Jは再発性の壊滅的なシステムの失敗であるため、その影響を改善することで「収容」されます。

Every year, on the seventh day of January, the following actions must be taken at Site-43:
毎年の1月7日に、サイト-43では以下の行動が取られなければなりません。

Any actions timed to the precise second have extremely narrow windows of opportunity
全ての秒数まで正確に時間指定された行動における絶好の機会は極端に短くなっています
Local Time
現地時間
Action Required
必要な行動
06:00:— Technical and support personnel must be fully prepared for immediate repair or reconstruction of all computer apparatus Site-wide.
技術職員および支援職員は、サイト全体の全てのコンピューター装置の即時修理・再建の準備が十分にできていなければなりません。
17:18:22 Chief A. Torosyan must leave Site-43 and travel to the Ausable River.
A・トロシヤン セクション長はサイト-43を離れてオーセーブル川に行かなければなりません。
18:11:01 Site Director Dr. A. McInnis must check his 43NET messages.
サイト管理官A・マッキンス博士は自身の43NETメッセージをチェックしなければなりません。
18:21:34 Dr. McInnis must send the draft file for SCP-5866 to Dr. H. Blank in an email with the subject line "Logo request".
マッキンス博士は「ロゴ要求」の件名のメールでSCP-5866の草稿ファイルをブランク博士に送信しなければなりません。
18:22:25 Dr. Blank must read Dr. McInnis's email and the attached file in their entirety.
ブランク博士は、マッキンス博士のメールと添付ファイルの全体を読まなければなりません。
18:23:41 Dr. L. Lillihammer must make an offsite backup of AssortedArtFuckeryDocument.svg.
L・リリハンメル博士はAssortedArtFuckeryDocument.svgのサイト外のバックアップを作成しなければなりません。
18:25:20 Chief Torosyan must personally apologise to every beaver within SCP-6622.
トロシヤン セクション長はSCP-6622内の全てのビーバーに個人的に謝罪しなければなりません。
19:09:59 Dr. Blank must open the onsite copy of AssortedArtFuckeryDocument.svg.
ブランク博士はAssortedArtFuckeryDocument.svgのサイト内のコピーを開かなければなりません。
19:26:— Dr. Blank must begin creating a vector logo image based on the draft file's header document, and store it within AssortedArtFuckeryDocument.svg.
ブランク博士は、草稿のヘッダの文書に基づいたベクターのロゴ画像を作成し始め、AssortedArtFuckeryDocument.svg内に置かなければなりません。
20:45:23 Dr. W. Wettle must lean on the wall opposite the Site-43 topside elevator.
W・ウェトル博士はサイト-43地上エレベーターの反対側の壁にもたれかからなければなりません。
20:45:35 Dr. Wettle will and must fall to the ground.
ウェトル博士は地面に倒れることになります。
20:51:09 Dr. Blank must copy the logo image into its own file, and send this file to the Joint Chairs and Chiefs.
ブランク博士はロゴ画像をそれ自身のファイルにコピーして、長議長連合にそのファイルを送信しなければなりません。
20:52:43 Chief D. Ibanez must attempt to print the logo image using the main printer in the Security and Containment bullpen.
D・イバニェス セクション長は保安・収容オフィスのメインプリンターを用いてロゴ画像を印刷しようとしなければなりません。
20:53:22 Dr. Blank must close AssortedArtFuckeryDocument.svg.
ブランク博士はAssortedArtFuckeryDocument.svgを閉じなければなりません。
20:53:48 Dr. U. Okorie must activate the containment breach alarm.
U・オコリー博士は収容違反警報を作動しなければなりません。
20:53:56 Chief Ibanez must kick the printer four times.
イバニェス セクション長はプリンターを4回蹴らなければなりません。
20:59:11 Dr. Lillihammer must instruct Cliometria.aic to merge AssortedArtFuckeryDocument.svg with its offsite backup.
リリハンメル博士はCliometria.aicに、AssortedArtFuckeryDocument.svgをサイト外バックアップと統合するよう指示しなければなりません。

If the above-named individuals are unavailable to perform their containment duties, their assigned surrogates must be enlisted to replace them.
上記に名前のある人物が収容任務を遂行できない場合、割り当てられた代行者がその人を代替するよう協力しなければなりません。

Except Dr. Blank, because this is his problem now.
ブランク博士以外は。これは現在彼の問題であるためです。


Description: SCP-5243-J is an annual digital containment breach/unstable time loop occurring in Site-43 and 43NET, resulting in the loss or alteration of Foundation emblems, insignia, and logos as a result of a catastrophic overflow of vector art effluence.
説明: SCP-5243はサイト-43と43NETにおいて毎年発生する連鎖的収容違反/不安定時間ループであり、ベクターアートの排出物の壊滅的溢流の結果として財団標章、徽章、ロゴの喪失や改変が発生します。

For the majority of his employment, Dr. H. Blank has been responsible for creating logo images for Site-43, including for its Sections and SCP object file covers. He continues to create all of these images in a single file named AssortedArtFuckeryDocument.svg (henceforth AAFD), currently 1.8GB in size. This led to the events of 7 January 2021, outlined below:
H・ブランク博士はその雇用の大部分の期間において、セクションやSCPオブジェクトのファイルカバー向けのものを含む、サイト-43のためのロゴ画像の作成の責任者となっています。彼はそれらの画像の全てをAssortedArtFuckeryDocument.svg(以下、AAFD)と名付けられた1つのファイルで作成し続けており、現在ファイルサイズは1.8GBです。これにより、以下に概説される2021年1月7日のイベントが発生しました。

Incident Report S43-2021-03
インシデント報告書 S43-2021-03
Date: 2021-01-07. A reminder, to no personnel in particular, that this date format is an international standard, while MM/DD/YYYY is not.
Officer of Record: D. Ibanez (Chief of Pursuit & Suppression)
Consulting: Dr. A. McInnis, Dr. H. Blank
日付: 2021-01-07. 特定個人のためではない注意書きですが、この日付のフォーマットは国際標準であり、MM/DD/YYYYはそうでありません。
記録担当者: D・イバニェス(追跡・鎮圧セクション長)
相談役: A・マッキンス博士、H・ブランク博士

Summary: At 20:40 hours, Dr. Blank's AAFD vector image file reached critical recondicity. This coincided with the emergency venting of counterchronological material through pipes adjacent to the Identity & Technocryptography Section. A brief torrent of supernatural activity followed, with effects including but not limited to:
概要: 20:40、ブランク博士のAAFDベクター画像ファイルが臨界幽遠性に達した。これは、身元調査・技術暗号セクションに隣接したパイプを通した反時系列物質の緊急放出と同時に発生した。短期間の超自然的活動がそれに続いた。その影響は以下を含むがそれに限らない。

  • Permanent inaccessibility of the above-mentioned file
  • Increases/decreases in the number of visible Foundation or Site-43 emblems
  • Transfiguration or deletion of SCP and Section logos
  • Power supply issues
  • Colour spectrum shifts
  • Macropsia, teleopsia, metamorphopsia, teichopsia
  • Non-linear progression of loading bars
  • Apparition of extradimensional artwork
  • Digital reification
  • Structural evaporation
  • Apotheosis
  • Stuck pixels
  • 上記のファイルの恒久的なアクセスの不可
  • 財団やサイト-43の可視の標章の数の増加/現象
  • SCPとセクションのロゴの変貌や削除
  • 電力供給の問題
  • 色のスペクトルのシフト
  • 巨視、遠方視、変視、閃輝暗点
  • ローディングバーの非線形的進行
  • 外次元アートワークの出現
  • デジタル的具象化
  • 構造の蒸発
  • 神格化
  • スタックピクセル

Detailed Report: At 18:21, Director A. McInnis sent Dr. Blank the recently-approved SCP-5866 file, and requested that he design a logo for the file cover.
詳細報告: 18:21、A・マッキンス管理官は最近承認したSCP-5866のファイルをブランク博士に送信し、ファイルのカバーのためのロゴをデザインするよう要求した。

At 18:22, Dr. Blank received Dr. McInnis's message. Dr. L. Lillihammer, who was conversing with Dr. Blank in his office at this time, immediately instructed him not to open AAFD before she backed it up, stressing the file's capacity to harm 43NET. She then ran to her own office to perform such a backup.
18:22、ブランク博士はマッキンス博士のメッセージを受信した。当時ブランク博士のオフィスで彼と会話していたL・リリハンメル博士は、自身がバックアップするまでAAGFを開かないよう彼に指示し、ファイルの容量が43NETを害していることを強調した。その後、彼女はそのバックアップを行うため自身のオフィスに急行した。

This action placed severe strain on the Site's power grid, ultimately causing damage to multiple instances of SCP-6622, which were unprepared for such an occurrence. Once the backup completed at 19:09, Dr. Blank was permitted to open the local copy of the file.
この行動はサイトの電力系統に重大な圧力をかけ、最終的にはそのような出来事への準備がなかったSCP-6622の複数の実例に傷害を与えた。19:09にバックアップが完了し、ブランク博士はファイルのローカルコピーを開くことを許可された。

As the new logo neared completion, a number of dramatic local reality alterations became visible throughout Site-43. These primarily took the form of the erasure or alteration of SCP iconography and logos from both digital and physical records, including but not limited to those originating from Dr. Blank's AAFD file. Dr. Blank himself did not notice any of these.
新たなロゴが完成に近づくと、多数の劇的な局所現実改変がサイト-43一帯で明らかになった。これらは主に、ブランク博士のAAFDファイルを起源とするものを含むがそれに限らないSCPの図像やロゴの、デジタル記録、物理レコード両方からの消去や改変の形態を取っていた。ブランク博士自身はこれらのいずれにも気づかなかった。

One such incident involved Dr. W. Wettle, who was leaning on a wall decorated with the Site-43 rainbow emblem. This wall spontaneously exploded at 20:45, causing serious injury to Dr. Wettle.
そのようなインシデントの1つがW・ウェトル博士に関連していた。彼は、サイト-43の虹色標章で装飾された壁にもたれかかっていた。20:45にこの壁は自発的に破裂し、ウェトル博士に重傷を負わせた。

At 20:51, Dr. Blank finished designing the logo and copied it to a separate file, which he then sent to the Site-43 Joint Chairs and Chiefs. Chief D. Ibanez received this email, and attempted to print the image in order to append it to the SCP-5866 file. The printer was incapable of doing this, instead emitting numerous beeping and grinding noises.
20:51、ブランク博士はロゴのデザインを完了し、別のファイルにコピーして、サイト-43長議長連合にそれを送信した。D・イバニェス セクション長がこのメールを受信し、SCP-5866のファイルに添付するためにその画像を印刷しようとした。プリンターはそれができず、代わりに多数のビープ音と軋む音を放出した。

Dr U. Okorie was spending the evening reorganising her office, and at 20:53 noted unusual visual effects on the front covers of the physical documents she was filing; she immediately activated the containment breach alarm. Dr. Lillihammer subsequently phoned Dr. Blank; the two exchanged in a profanity-laden discussion about the origin of the breach for several minutes. Chief Ibanez kicked the printer multiple times, finally causing it to print the image correctly. This action is believed to have created a vital point of stability that later made the restoration of normal conditions vastly easier.
U・オコリー博士は夕方を自身のオフィスの再編に費やしており、20:53にファイリングしていた紙文書の表表紙における異常な視覚的効果に気づいた。彼女は即座に収容違反警報を作動させた。リリハンメル博士はブランク博士に電話をかけ、2人は数分間収容違反の起源について下品な言葉遣いで議論を交わした。イバニェス セクション長はプリンターを複数回蹴り、最終的に正しく画像が印刷された。この行動は安定性の急所を生成し、これによりのちに通常状態の復元が非常に簡単になったと考えられている。

After their phone call, Dr. Lillihammer directed Cliometria.aic to delete AAFD and restore it from backup. Cliometria did so, additionally merging the new 5866 logo with it. Following the saving of the new file, the reality alterations immediately ceased; all transformed and erased imagery was returned to normal with the exception of the destroyed wall, much of which Dr. Wettle had inhaled.
2人の電話ののち、リリハンメル博士はCliometria.aicにAAFDを削除してバックアップから復元するよう指示した。Cliometriaはそれを行い、加えて新たな5866のロゴをそれに統合した。新たなファイルの保存に続いて、現実改変は即座に終結した。全ての変貌した画像や消去された画像は、破片の多くをウェトル博士が吸入していた破壊された壁を除いて通常に復帰した。

7 January every year features an exact reprise of these events. Site-43 will experience reality alterations identical to those described above, which will only revert if every action taken by the six personnel directly involved in the original incident (Dr. H. Blank, Chief D. Ibanez, Dr. L. Lillihammer, Dr. A. McInnis, Dr. U. Okorie and Dr W. Wettle) is precisely re-enacted. Additionally, the resultant power failures will persist without the appeasement of the beavers comprising SCP-6622, currently Site-43's primary source of power; Chief A. Torosyan has been assigned to perform this duty.
毎年の1月7日は、これらのイベントの正確な反復を特徴とします。サイト-43は上述のものと同一の現実改変を受け、最初のインシデントに直接かかわった6名の職員(H・ブランク博士、D・イバニェス セクション長、L・リリハンメル博士、A・マッキンス博士、U・オコリー博士、W・ウェトル博士)が取った全ての行動が正確に再現された場合にのみ元に戻ります。加えて、結果として発生する電力障害は、現在サイト-43の主要電源となっているSCP-6622を構成するビーバーへの宥和がない限り持続します。A・トロシヤン セクション長がこの任務の実行に割り当てられました。

As of 2023, Dr. Blank retains his unofficial role as the Site's chief iconographer. No additional incidents involving AAFD have occurred; Dr. Blank has repeatedly refused to stop using the file, citing nebulously-defined reasons relating to "version control".
2023年現在、ブランク博士は非公式のサイトの図像学者長の役割を保持しています。AAFDに関連する、さらなるインシデントは発生していません。ブランク博士は、「バージョン管理」に関連する漠然と定義された理由を引証し、このファイルの使用停止を繰り返し拒否しています。


記事ここまで

tag: director-mcinnis doctor-blank doctor-lillihammer doctor-wettle joke on-guard-43 scp
タグ: en マッキンス管理官 ブランク博士 リリハンメル博士 ウェトル博士 ジョーク keter on-guard-43 scp

ここら辺の流れ

以下はフォーラム投稿用


ソース: SCP-5243-J rev.9
著者: OliverMemphisOliverMemphis
作成日(EN): 2023/01/07

原文ではオブジェクトクラスのタグが付与されていないため、こちらでは暫定的に keter タグを付与しています。


ページコンソール

批評ステータス

カテゴリ

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