SCP-ZH-059 - 見えざる奴隷と反抗(原題: SCP-ZH-059 - 無形的奴隸與反抗)
元記事: http://scp-zh-tr.wikidot.com/scp-zh-059
http://scp-zh-tr.wikidot.com/urban-legend-department
: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)); }
}
/* 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;
}
}
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap);
/* Centered Header Sigma-9
* [2021 Wikidot Component]
* By Lt Flops (CC BY-SA 3.0)
* Forked from:
* Penumbra Theme by EstrellaYoshte
* Also based on:
* Centered Header BHL by Woedenaz
**/
/* ---- VARS ---- */
:root{
--titleColor: hsl(0, 0%, 95%);
--subtitleColor: hsl(60, 62%, 85%);
--lgurl: url(https://scp-wiki.wdfiles.com/local--files/component%3Acentered-header-sigma-9/logo.svg);
}
/* ---- SITE BANNER ---- */
#header,
div#header{
background-image: none;
}
#header::before{
position: absolute;
width: 100%;
height: 100%;
content: "";
background-image: var(--lgurl);
background-position: center top;
background-repeat: no-repeat;
background-size: auto 10.55em;
opacity: .33;
}
#header h1,
#header h2{
float: none;
margin-left: 0;
text-align: center;
}
#header h1 span,
#header h2 span{
/* Hide the Existing Text */
display: none;
}
#header h1 a::before,
#header h2::before{
/* Style the New Text */
font-family: "Montserrat", "Arial", sans-serif;
text-shadow: none;
}
#header h1 a::before{
position: relative;
bottom: .15em;
color: var(--titleColor);
font-size: 115%;
font-weight: 700;
}
#header h2::before{
position: relative;
top: .1em;
color: var(--subtitleColor);
font-size: 130%;
font-weight: 600;
}
#header h1 a::before{
/* Set the New Text's Content From Variable */
content: var(--header-title, "SCP FOUNDATION");
}
#header h2::before{
content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT");
}
/* ---- SEARCH ---- */
#search-top-box{
top: 1em;
right: 0;
}
#search-top-box-form input.button{
margin-right: 0;
}
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus{
border-radius: 0;
box-shadow: none;
font-size: 100%;
}
/* ---- TOP BAR ---- */
#top-bar{
right: 0;
display: flex;
justify-content: center;
}
#top-bar ul li ul{
border-bottom: 1px solid hsl(0, 0%, 40%);
box-shadow: none;
}
/* ---- LOGIN ---- */
#login-status{
top: 1.1em;
right: initial;
color: hsl(0, 0%, 87%);
}
#account-topbutton{
border-color: hsl(0, 0%, 87%);
font-size: 100%;
}
/* ---- PAGE TITLE ---- */
.meta-title,
#page-title{
text-align: center;
}
/* ---- BREADCRUMBS ---- */
.pseudocrumbs,
#breadcrumbs{
text-align: center;
}
/* ---- MOBILE DISPLAY ---- */
@media (max-width: 767px){
#search-top-box{
top: 1.85em;
width: unset;
}
.mobile-top-bar{
position: relative;
left: 0;
display: flex;
justify-content: center;
}
#login-status{
top: 0;
right: 0;
}
#header .printuser{
font-size: 0;
}
#header .printuser img.small{
margin: 0;
transform: translate(6px, 4px);
}
#my-account{
display: none;
}
#account-topbutton{
margin-left: 2px;
}
}
著者:
ting129
タイトル: SCP-ZH-059 見えざる奴隷と反抗
注意
このオブジェクトは財団都市伝説型異常対応部門が担当し、収容及び文書編纂を行います
あなたの職員識別コードが記録されました
訪問者は、このような文書へのアクセスがオブジェクトの脅威や曝露レベルに影響を与える可能性があることを注意する必要があります
特別な権限を持たない一般の訪問者は、アクセス終了後6時間以内に財団都異部門を訪れ、文書にアクセスしたことによる影響を軽減するための霧霾式記憶処理を受ける必要があります
Secondary Class:
{$secondary-class}
担当サイト |
サイト責任者 |
主席研究者 |
機動部隊 |
サイト-ZH-██ |
Dir. 陳銳光 |
Dr. 方潔 |
N/A |
伝播クラス: 籽
特別収容プロトコル:
SCP-ZH-059は、いかなる場合でも武装した2人の警備員によって監視され、申請されていない人員や物品がSCP-ZH-059に入ることを禁止しなければなりません。実験に使用されるすべての物品と人員は、回収のためにGPS測位システムを装備する必要があります。収容チームは毎日SCP-ZH-059の自己清掃が完了した後、SCP-ZH-059の内部状態を確認し、物品と居室表面の物質をサンプリングして分析しなければなりません。
SCP-ZH-059に入室中、会話の試みに気付いた場合は応答せず、 SCP-ZH-059を退出直後にSCP-ZH-059収容チームに音声内容とその他の詳細を報告してください。
説明:
SCP-ZH-059はサイト-ZH-██の北側に位置する、番号288のDクラス職員観察室です。同施設の他のDクラス職員観察室と同様に、SCP-ZH-059には観察用のマジックミラーが設置されており、シングルベッド、金属テーブル、金属椅子、テーブルランプが備わっています。これらの調度品はすべて壁面、テーブル、または地面に固定されています。
SCP-ZH-059は毎日現地時間の正午12時に、未知の方法で内部清掃を行い、清掃対象には天井、壁面、地面、テーブル、椅子、ベット床板の清掃、拭きが含まれています。 洗浄面の組成分析から、洗浄に使用した溶剤はサイト-ZH-██で一般的に使用されている洗浄剤と水であることが確認されました。
上記の時間以外にも、SCP-ZH-059の中に人為的な要因で落下し、放置されたものがあれば、SCP-ZH-059はすぐに落下物の除去除去を試みます。またSCP-ZH-059の内部にこぼれた液体は自然蒸発よりも速い速度で消失します。 SCP-ZH-059の物品除去能力は、その物品の大きさ、用途、汚れの程度に応じて変化します。
SCP-ZH-059の異常効果に関するテスト結果については、「補遺ZH-059.A: 実験記録」を参照してください。
補遺ZH-059.A: 実験記録
テスト項目一: SCP-ZH-059内に汚れの要素を作成
汚れの要素 |
オブジェクトの反応 |
備考 |
埃 |
即座に取り除かれた |
灑落灰塵的區塊有明顯擦拭後的水痕 |
ビスケットの破片 |
即座に取り除かれた |
灑落灰塵的區塊有明顯擦拭後的水痕 |
水 |
即座に取り除かれた |
灑落灰塵的區塊有明顯擦拭後的水痕 |
水(マットレスの上) |
取り除かれた |
花了稍微多一點時間清除 |
油 |
取り除かれた |
表面殘留的清潔劑濃度提升 |
油(マットレスの上) |
取り除かれた |
床墊從SCP-ZH-059中消失 |
テスト項目二: SCP-ZH-059内に物品を投入
物品の名称 |
オブジェクトの反応 |
備考 |
枕頭 |
立即清除 |
枕頭返回到設施的洗衣間中 |
書本 |
立即清除 |
書本被放在設施圖書室中的錯誤位置 |
吹風機 |
立即清除 |
吹風機自設施中消失 |
菜刀 |
[數據刪除] |
[數據刪除] |
衣櫃 |
清除 |
僅被移至SCP-ZH-059門外 |
洗衣機 |
無 |
無 |
單人浴缸 |
無 |
無 |
テスト項目三: Dクラス職員がSCP-ZH-059に入室後の状況の観察
実験責任者: SCP-ZH-059首席研究人員 方潔博士
実験対象: D-13856
日付: 2011/08/21
方潔博士: D-138856,現在請你打開SCP-ZH-059的門。
(D-13856沒有回話,SCP-ZH-059被打開)
方潔博士: 接下來我們會觀察你的起居生活,你就跟在原本的房間裡一樣就好。察覺到有什麼狀況請立刻用任何方式通知我們。
(D-13856對著單向鏡點了點頭,接著躺上單人床)
(D-13856向研究人員要了一杯水,D-13856不久後從研究人員手上接過裝有水的塑膠杯,對象並沒有發現滴落地面的水迅速消失)
(D-13856喝了一口水,將水杯放到桌子上,水杯立刻消失)
D-13856: 這……你們又在搞什麼把戲?
方潔博士: 這是預測內的現象,請繼續。
(D-13856沈默,重新躺回床上)
(D-13856從睡夢中驚醒,醒來後對著椅子的位置注視了一段時間)
D-13856: 叫我幹嘛?
D-13856: 我在睡覺,你是怎麼進來的?他們放你進來的嗎?
(收容團隊發現異狀,開啟麥克風與D-13856對話)
方潔博士: D-13856,你怎麼了?你在跟誰說話?
D-13856: 那你是怎麼……我沒有,我只是被他們逼著在這裡睡覺而已。
D-13856: ……什麼叫做我跟你一樣。你不是D級吧?
方潔博士: D-13856,房間裡並沒有其他人,你看到什麼了?回答,D-13856。
D-13856: 我……我不知道……你說的是哪個角落?
方潔博士: D-13856!回答我!你看到什麼了?
D-138856: 好……好,謝謝你,我會去做的……謝謝……
方潔博士: D-13856!
(研究人員開啟SCP-ZH-059的門,同時,D-13856倒回床上失去意識,人員並未於SCP-ZH-059中發現任何實體)
附註(2011/08/22): 對SCP-ZH-059空間進行的能量場監測並未發現任何神性輻射或休謨數值變動,目前無法確定SCP-ZH-059中存在何種能進行對話的實體。在進一步確認SCP-ZH-059的異常性質前,相關實驗將被延期。
補遺ZH-059.B: インタビュー記録
訪談人:SCP-ZH-059首席研究人員 方潔博士
訪談對象:D-13856
日期: 2011/08/23
方潔博士: D-13856。
D-13856: 是……是,我是。
方潔博士: 你現在身體狀況如何?
D-13856: 沒有不舒服的地方。有什麼問題嗎?
方潔博士: 你兩天前在實驗中昏倒了,我們想知道發生了什麼事讓你在SCP-ZH-059裡面昏了過去。
方潔博士: 你有在SCP-ZH-059裡看到任何人影嗎?
(D-13856搖搖頭)
D-13856: 我沒有看到什麼人影,不過我知道你們大概有在外面看。
方潔博士: 我們確實有在觀察你的狀態,當時你看起來像是在跟某個東西對話,我不斷叫你你卻沒有什麼反應。
D-13856: 什麼意思,我怎麼了?
方潔博士: 你確定你沒有看到任何人影?或是其他類似的東西?
D-13856: 真的沒有。
方潔博士: 唉,好吧。我想我們到這就好。
補遺ZH-059.C: 会議記録
日期:
2011/08/25
與會者:
SCP-ZH-059首席研究員 方潔博士
サイト-ZH-██負責人 陳銳光博士
都異部門代表 陳珣瑋主任
工程部門代表 林邦文主任
文字紀錄:
SCP-ZH-059收容小組 黃光昇博士
SCP-ZH-059收容小組 張堅風研究員
方潔博士: 今天的會議主要是要請都異部門和工程部門報告收容小組提出的調查項目。就先請都異部門報告好了。
陳珣瑋主任: 啊,是。我們負責的是SCP-ZH-059異常現象相關的問題,首先,由於項目的自我清潔特性,都異部門一開始先從「金魅」這個傳說開始,作為主要的調查方向。
方潔博士: 嗯……這個金魅……是什麼東西?
陳珣瑋主任: 那是一種會替人做事的妖怪,或著要說精怪也行。這個傳說起源於一個被女主人打死的婢女,叫做金綢。金綢在被打死後,雖然家裡沒人打掃,但家中卻一直維持著整潔的樣子。不久後女主人請了新的傭人,但新來的傭人卻在住進金綢的房間後消失,留下一撮頭髮和飾品。女主人認為是金綢的魂魄在作祟,便為祂立了牌位,希望一年給金綢一個活祭品,換取祂繼續為女主人家工作。這個傳說最早在旅店業之間流傳,後來也傳到其他依賴勞力的行業中。
方潔博士: 原來是打掃嗎。不過,這跟SCP-ZH-059好像沒有什麼其他相關的地方?
陳珣瑋主任: 確實,透過祭祀金魅來換取祂替人工作是很特定的條件,不過這是我們能找到最大相關性的一個可能了。另外還有一個跟設施有關的事,這裡曾經因為重大收容突破事件而改建過,所以我們往回找了一些跟這裡有關的資料,然後發現了一個可能的解釋。
陳珣瑋主任: 這份報紙裡提到的涵月樓是一間不小的旅館,從1920年代開張到1941年結束營業,從當時的市街圖比對來看,會發現涵月樓就是我們現在所在的設施原址。而根據我們和陳銳光博士確認過的資料,基金會是在1966年購入這塊地,然後在隔年開始興建第一代設施的,然後1983年發生收容突破事件所以才會重建。
陳銳光博士: 是,第二代的設施是在1989年完工的,建築體比第一代更大,負責的任務也多了一些。
陳珣瑋主任: 涵月樓的空間配置已經沒有資料可以確認,不過大致是在現在的設施北側這塊區域。
方潔博士: 林主任,有要補充的嗎?
林邦文主任: 是,這邊補充一點,收容團隊要我們調查的部分是兩代設施的空間配置。我們用疊圖比對去對照剛剛的市街圖,並且用一樓的空間配置圖來看的話,那個涵月樓的位置應該是位在北側的第一研究室跟第二研究室這塊地方。而第一代設施的話,是在清潔人員休息室旁邊的這個儲藏區域上。
方潔博士: 離SCP-ZH-059確實蠻近的。不過這之間有什麼關聯?
陳珣瑋主任: 有種說法是,魂魄或妖怪會受限於特定的空間,沒有物理限制也仍然無法離開那個區域。相反的,在區域內就算是牆壁也不能阻擋祂。要是涵月樓的金魅沒有離開,而是留在這裡,那SCP-ZH-059的成因就更合理一些了。我們現在就只差真的捕捉到那隻金魅的蹤跡了。
陳珣瑋主任: 不過涵月樓養金魅的傳聞,也可能是同業之間為了製造負面消息而刻意放出去的假消息,畢竟金魅在日治時期就已經不是主流的地方靈異故事了。這則已經消失許久的傳說在這裡重新出現,也有可能會成為它再次蔓延的起始。我想,為了收容安全,還是建議在都異部門管理下進行收容。當然,也包含在SCP-ZH-059的檔案裡面加註都異部門的警語。
方潔博士: 我知道了,這部分我之後再派人跟你們確認。
方潔博士: 如果說實驗裡那個D級人員確實看到了金魅,那我們要怎麼抓到,不,「觀測」到那隻金魅。當時所有儀器都沒有發現異狀。
陳珣瑋主任: 這個嘛……在執行上可能會有些難度。第一個原因是妖怪或靈體的類型很多種,在沒辦法界定範疇的情況下,要去偵測到任何能量或是形體幾乎不可能。還有一個原因是這類的超自然實體有可能會針對不同個體現身,所以不一定能讓所有人都用肉眼觀察到。
方潔博士: 好吧,這個我們之後會想辦法。目前還是先以288室作為SCP-ZH-059的異常範疇就好,等到我們真的找到金魅再重新調整檔案內容。
補遺ZH-059.D: 事故記録
事故編號: 20110914-03
事故內容: D-13856於2011年九月十四日早上,從其所居住的D級人員收容間中消失。房間中僅留下一件標有該名D級人員編號的上衣,以及該名D級人員的頭髮。收容間中沒有任何打鬥的痕跡,收容間的門也沒有遭到破壞或其他入侵的跡象。此外,房內有多處清掃過的痕跡。
寄件者:劉炘玥(RAISA-ZH)
收件者:SCP-ZH-059收容小組全體
主旨:Re: 針對SCP-ZH-059相關調查所提出的基金會資料存取申請
RAISA已確認收容小組對於SCP-ZH-059調查內容的回報,並核可對於基金會檔案庫部分資料的存取權(見附件)。
為確保其他人員存取檔案不會產生誤解,請相關負責人在項目檔案上方暫時增添以下內容:
注意
以下檔案所描述的異常因最初的調查方向錯誤,對於異常的引發原因有錯誤的認知
相關部門正在重啟調查中,所有更新請待RAISA通知
RAISA-ZH,劉炘玥 檔案管理負責人
並將原先由都市傳說型異常應對部門增添的告示撤除。
建議各位重新審閱原檔案以及額外申請的資料,確認其中的問題後在收容會議中提出。
附件:
1983年サイト-ZH-██收容突破事件相關紀錄.zip
2011年サイト-ZH-██事故檔案.zip
SCiPNET行動顯示器 v1.2.2
解壓縮檔案:1983年サイト-ZH-██收容突破事故相關紀錄.zip
device4925/unzip/incident-site-zh-██-1983
音訊檔案文字紀錄
音訊位置:「1F清潔人員休息室」
〔音訊開始〕
(不明): 你不應該出現在這裡的對吧。
(停頓)
(不明): 什麼?你不要過來……我叫你不要!
(尖叫)
(不明): 好痛……你怎麼會……你不應該把我當成目標的啊?
(停頓)
(不明): 我的方法是對的!我照著書裡的都做了!全都做了!
(不明): 你……
(停頓)
(不明): 不可能……那不是真的!外面現在一團亂,你隨便吃了他們一個當作祭品都好!
(不明): (一陣尖嘯)
(不明): 而且沒了我,你也會消失——
〔聲音中斷〕
〔音訊結束〕
死亡人員 頁18
姓名 |
年齡 |
職位 |
死因 |
[略過無關資訊] |
███ |
██ |
研究員 |
多處刀傷、流血過多 |
███ |
██ |
研究員 |
多處刀傷、流血過多 |
██ |
██ |
研究員 |
多處刀傷、腦損傷 |
███ |
██ |
機動特遣隊成員 |
多處刀傷、腦損傷 |
███ |
██ |
機動特遣隊成員 |
多處刀傷、流血過多 |
███ |
██ |
清潔人員 |
不明,僅尋獲部分衣物 |
███ |
██ |
清潔人員 |
多處刀傷、流血過多 |
[略過無關資訊] |
解壓縮檔案:2011年サイト-ZH-██事故檔案.zip
device4925/unzip/incident-site-zh-██-2011
工程部門
D-13856房間的氣密門經調查,確認沒有被開啟,所有牆面也沒有破壞的痕跡,但通風管道有多處因撞擊而些微變形。
safe scp zh999 zh 財団製 概念 非実体 都異部門
ページ情報
文字数: 13716
リビジョン数: 31
批評コメント: 0
ページコンソール
カテゴリ
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 08sr_'s portal does not exist.
エラー: |
08sr_のportalページが存在しません。利用ガイドを参照し、portalページを作成してください。 |
利用ガイド