SCP-ZH-750 - 神說:「要有油。」就有了油。
#side-bar {
/* ===SECONDARY & TERTIARY COLORS=== */
/* Editing these will edit a vast majority of theme elements. Useful for making dark themes */
/* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */
--swatch-secondary-color: var(--swatch-menubg-dark-color);
--swatch-tertiary-color: var(--swatch-menubg-medium-color);
--swatch-alternate-color: var(--swatch-menubg-light-color);
/* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */
--swatch-text-secondary-color: var(--swatch-menutxt-dark-color);
--swatch-text-tertiary-color: var(--swatch-menutxt-light-color);
/* ===SIDE-BAR ELEMENTS=== */
/* ===SIDE-BAR GENERAL=== */
--sidebar-bg-color: var(--swatch-menubg-dark-color);
--sidebar-resources-bg-color: 0,0,0,0;
--sidebar-media-bg-color: 0,0,0,0;
/* ===SIDEBLOCK MENU=== */
--sideblock-heading-border-color: var(--bright-accent);
--sideblock-heading-bg-color: 0,0,0,0; /* Transparent */
--sideblock-heading-text-color: var(--swatch-text-tertiary-color);
/* ===MENU-ITEMS=== */
--sidebar-border-color: var(--swatch-primary), 0.08;
--sidebar-subtest-color: var(--swatch-text-tertiary-color);
--sidebar-links-text: var(--swatch-text-tertiary-color);
--sidebar-links-hover-bg-color: var(--bright-accent);
--sidebar-links-hover-text-color: var(--swatch-text-tertiary-color);
/* ===SIDEBAR COLLAPSIBLES=== */
/*Folded Colors */
--sidebar-collapsible-fld-link-bg: var(--swatch-primary), 0.25;
--sidebar-collapsible-fld-link-color: var(--swatch-text-tertiary-color);
--sidebar-collapsible-fld-link-hover-color: var(--swatch-text-tertiary-color);
--sidebar-collapsible-fld-arrow-hover-color: var(--swatch-text-tertiary-color);
/*Unfolded Colors */
--sidebar-collapsible-ufld-link-bg: var(--swatch-primary-darker), 0.25;
--sidebar-collapsible-ufld-link-color: var(--swatch-text-tertiary-color);
--sidebar-collapsible-ufld-link-hover-color: var(--swatch-text-tertiary-color);
--sidebar-collapsible-ufld-arrow-hover-color: var(--swatch-text-tertiary-color);
/* Unfolded Body Colors */
--sidebar-collapsible-link-color: var(--swatch-text-tertiary-color);
--sidebar-collapsible-link-hover-color: var(--swatch-text-tertiary-color);
scrollbar-color:
rgba(var(--swatch-primary-darker), 0.1) /* Thumb */
rgba(var(--swatch-secondary-color), 0.05); /* Track */
border-color: rgba(var(--swatch-secondary-color), 0.4);
}
/* Hover Scrollbar Behavior */
#side-bar:hover,
#side-bar:active {
scrollbar-color:
rgb(var(--swatch-primary-darker), 1) /* Thumb */
rgb(var(--swatch-menubg-dark-color), 1); /* Track */
}
#side-bar:focus-within {
scrollbar-color:
rgb(var(--swatch-primary-darker), 1) /* Thumb */
rgb(var(--swatch-menubg-color), 1); /* Track */
}
#side-bar::-webkit-scrollbar-track {
background-color: rgba(var(--swatch-tertiary-color), 0.8);
}
#side-bar::-webkit-scrollbar,
#side-bar::-webkit-scrollbar-thumb,
#side-bar::-webkit-scrollbar-corner {
background-color: rgba(var(--swatch-menubg-dark-color), 0);
}
#side-bar .side-block.media a:any-link {
background: rgba(var(--swatch-menubg-light-color),0.75) !important;
}
#side-bar .side-block.media a::before {
background: rgb(var(--social-color));
}
#side-bar .side-block.media a img {
filter: drop-shadow(0 0 0 rgba(var(--swatch-alternate-color),0));
transition: filter 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
#side-bar .side-block.media a:hover img,
#side-bar .side-block.media a:active img {
filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color)));
}
#side-bar .side-block.media a:focus-within img {
filter: drop-shadow(0.1875rem 0.1875rem 0 rgb(var(--swatch-alternate-color)));
}
html:not(:lang(cn)) div.scpnet-interwiki-wrapper p::before {
box-shadow: inherit;
}
.scpnet-interwiki-wrapper {
-webkit-filter: invert(0.8) hue-rotate(180deg) saturate(0.8);
filter: invert(0.8) hue-rotate(180deg) saturate(0.8);
}
@supports(display: grid) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: clamp(2rem, 5vw, 2.8125rem);
--header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem);
}
#header {
--search-textbox-text-color: var(--swatch-secondary-color);
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center 0;
background-size: auto calc(var(--header-height-on-desktop) - 1.5rem);
opacity: 0.8;
pointer-events: none;
}
#header h1,
#header h2 {
margin: 0;
padding: 0;
width: 100%;
height: var(--header-height-on-desktop);
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
}
#header h1 a,
#header h1 a::before,
#header h2 span,
#header h2 span::before {
margin: 0;
padding: 0;
z-index: 0;
display: block;
text-align: center;
}
#header h1 {
z-index: 1;
}
#header h1 a::before,
#header h1 a::after {
content: var(--header-title);
}
#header h1 a::before {
color: rgb(var(--swatch-text-tertiary-color));
z-index: -1;
-webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark));
}
#header h1 a::after {
color: rgb(var(--swatch-headerh1-color));
z-index: 1;
}
#header h2 {
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#header h2 span {
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em);
}
#header h2 span::before,
#header h2 span::after {
--wght: 600;
content: var(--header-subtitle);
position: absolute;
left: 50%;
transform: translateY(-50%) translateX(-50%);
width: 100%;
text-align: center;
}
#header h2 span::before {
-webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark));
}
#header h2 span::after {
color: rgb(var(--swatch-headerh2-color));
z-index: 1;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
color: rgba(0, 0, 0, 0);
}
@media (min-width: 36rem) {
#login-status {
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status::before {
--mask-image: none;
background-color: transparent;
}
#login-status:not(:focus-within) {
color: rgb(var(--login-line-divider-color));
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
}
#login-status #account-topbutton,
#login-status:not(:focus-within) #account-topbutton {
--clip-path:
polygon( 0 0, 100% 0, 100% 100%, 0 100% );
background-color: rgba(var(--login-arrow-color), 0);
}
#login-status #account-topbutton::before{
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(var(--login-arrow-color), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton:hover::before {
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
}
#login-status:not(:focus-within) #account-topbutton::after {
display: none;
}
#login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
pointer-events: all;
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) {
opacity: 1;
}
#login-status #my-account {
--wght: 300;
}
#account-options {
background: var(--gradient-header);
}
#search-top-box {
top: 1.5em;
right: 3%;
background: rgba(var(--search-focus-textbox-bg-color), 0.4);
box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) rgba(var(--search-focus-textbox-bg-color), 0.4);
}
#search-top-box:focus-within ~ #login-status {
opacity: 1;
}
#search-top-box::after {
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#search-top-box:not(:focus-within)::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0% 100%
);
background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#search-top-box:not(:focus-within):hover::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
background-color: rgb(var(--search-icon-hover-bg-color));
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) {
max-width: var(--search-width);
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
max-width: var(--search-width);
padding: 0 var(--search-height) 0 1em;
outline-width: 0;
background-color: rgb(var(--search-focus-textbox-bg-color), 0.35);
color: rgba(var(--search-textbox-text-color), 0.4);
cursor: pointer;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"],
#search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] {
pointer-events: all;
border: none;
}
}
#page-title::after,
.meta-title::after,
#page-title::before,
.meta-title::before {
content: "";
flex-grow: 1;
height: 0.0625rem;
background: rgb(var(--swatch-primary));
}
#page-title::before,
.meta-title::before {
margin: auto 1.25rem auto auto;
}
}
@supports(display: grid) {
:root {
--sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19);
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
opacity: 1;
pointer-events: all;
z-index: -1;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important;
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
transition:
opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within~#main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#content-wrap {
display: flex;
flex-direction: row;
width: calc(100vw - (100vw - 100%));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: var(--body-width-on-desktop, 45.75rem);
max-width: var(--body-width-on-desktop, 45.75rem);
margin: 0 auto;
}
#page-content {
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
@media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
#side-bar {
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
項目編號:SCP-ZH-750
項目等級:Euclid
特殊收容措施:SCP-ZH-750被收容在特製的加大人形生物收容室中,構成收容室的建材必須為非有機物。項目無須飲食,也無須排泄,每日應安排項目專屬的照料團隊進入收容室中與項目聊天以排解寂寞並維持項目的服從。基於項目沒有敵意,也願意配合基金會,因此准許項目獲得有限的娛樂作為獎勵,這些獎勵包括音樂(通常是無人聲的純音樂)、畫布與顏料,以及其他經過審核後給予的英文讀物。項目的畫將被收於無異常物品保存室中。
約按照每月至每兩個月一次的頻率,捏造在報紙、網路論壇、新聞節目中出現的「巨大漂浮洋蔥圈」消息,並將其透露給SCP-ZH-750,使項目對找回光環一事仍然抱持希望,因而繼續自願接受收容。
絕對禁止告訴項目有關「光環」的真正下落。
SCP-ZH-750創造出的洋蔥圈,被評價為「十分美味」。
描述:SCP-ZH-750是一隻具有現實扭曲能力的異常生物,其外觀類似於現代基督教中的典型天使,即人形、具有翅膀、穿著長袍等特點,但項目具有以下特徵:
- 項目高約四至五公尺,體重未知。
- 項目全身都是由各種美式油炸食物構成。
- 項目的翅膀由無數炸薯條構成,分別為不連接身體的六翼,每片翅膀的長度都超過五公尺以上,似乎並不具有物理上幫助飛行的用途,而是一種裝飾。
- 項目的雙手主要由英式炸魚薯條與其他魚炸物緊密結合構成,具有五指,掛有美式炸熱狗作為類似流蘇形狀的吊飾。
- 項目的臉孔為一顆巨大的炸馬鈴薯,上頭塗有融化的起司、灑有黑胡椒,在受收容後項目為自己於臉部的起司上以手指畫出了一個簡單的笑臉。
- 項目的身體穿著一件寬大、由炸麵衣製成的袍子,袍子上用番茄醬、蜂蜜芥末醬、烤肉醬畫有許多裝飾用的符號,包括五角星、十字架等。
- 項目的其餘身體部位大多數都是由炸雞構成,雙腳是羊蹄的形狀。
- 項目身體周圍漂浮著許多扣成環的洋蔥圈。
- 項目移動時身體會掉落些許麵包粉。
SCP-ZH-750以漂浮離地的方式移動,但偶爾也會站立行走或坐下。項目能夠使用英文溝通,對基金會或人類似乎都沒有敵意,並且暫時與基金會保持合作關係,因此主動願意接受收容,也對研究人員保持友善的態度進行交流。項目似乎無須生物的基本生理需求,如進食、呼吸、排泄,但仍然具有人性,會感到憤怒、難過、開心、寂寞等情緒。大多數時間項目都會在收容室中喃喃自語,內容大多數與「油炸食物」有關,說話方式類似於聖經或古籍中的字句。在收容約一個月後,項目對基金會提出娛樂的需求,基金會供給畫布與顏料作為回應,項目似乎相當滿意。因此在收容中項目所進行的大多數活動都是繪畫或與人員聊天。
項目擁有創造出炸物的能力,只要捧起雙手便能在掌心中產生源源不絕的各式炸物,雖然項目體型高大,但構成身體的炸物和創造出的炸物都是正常大小。試吃這些炸物的人員普遍表達了好評。雖然項目的身體同樣也是以炸物構成,但項目稱自己的身體因為「過於神聖」與「會痛」的理由回絕試吃項目身體的請求。對項目創造出的炸物進行分析沒有得出任何異常結果,似乎就只是好吃的普通油炸食物而已。同時,SCP-ZH-750也具有將手掌所碰之有機物隨意願轉化為各式各樣炸物的能力,因此項目的收容室必須使用無機物建造。
SCP-ZH-750聲稱自己是一名「服侍炸物之主的炸物天使」,是為了尋找意外掉落到人間的光環而下凡,對人類並沒有敵意。項目描述自己的光環是一個大於正常大小的洋蔥圈,在一次跌倒意外中不小心掉落到了Site-ZH-16的站點區域裡,但項目目前並沒有成功尋獲光環。其稱沒有光環的天使沒辦法待在「油漬天堂」,所以直到找回光環為止,項目都得待在地球上無法返回。
發現紀錄:SCP-ZH-750於2022/2/2上午突然現身於Site-ZH-16的設施內,似乎是以瞬間現形的方式出現,因此Site-ZH-16當下立刻派遣駐站武裝安保團隊進行接觸。項目當時並沒有做出任何具有威脅性的舉動,只是自言自語地在設施裡到處移動,似乎在尋找著什麼,安保團隊負責人使用廣播系統嘗試與項目對話,紀錄如下:
時間:上午十一點二十二分
地點:Site-ZH-16直升機起降場周遭
負責人:你好,大傢伙,你能聽懂英文嗎?
SCP-ZH-750:(停下動作)凡人,汝有何事相求?
負責人:我是這裡的負責人,所以我得知道你出現在這裡的來意,以及你是否危險。
SCP-ZH-750:危險……?不,吾為神使,並非凡人之敵。吾不是很清楚汝等的意思。
負責人:你知道無論你是什麼,都不應該出現在這裡的,我們希望你離開。
SCP-ZH-750:為何?吾只是尋找著遺失之物而已,沒有與汝等為敵的意思。
負責人:我的意思是……你知道自己看起來不太普通對吧?你是一個五公尺高的美式炸物天使,我們是人類。
SCP-ZH-750:吾主曾說,只要懷著正心,那萬物便無分別。不用在意吾,凡人。
負責人:你這樣子在這裡亂晃,我們會很困擾。如果可以的話,我們希望你可以回到你來的地方,這裡並不屬於你。
SCP-ZH-750:吾不能回去,凡人。在吾找回聖冠以前,吾沒辦法回到吾之歸所。
負責人:但我們也不能就這樣放你隨意行動,人類不認識你和……你的神。如果你可以說清楚你的來意,也許對我們雙方都會有幫助。
SCP-ZH-750:吾弄丟了東西,吾覺得它應該掉在這裡,所以吾下凡來尋找它了。
負責人:你掉了什麼東西?
SCP-ZH-750:聖冠。吾的聖冠,是吾身為炸物天使的證明,也是吾等的驕傲與尊榮。
負責人:它長什麼樣?
SCP-ZH-750:神聖的環形,充滿莊嚴氣息與聖潔光芒,彷彿光是觸碰就會引領汝等前往天堂。
負責人:你可以……用更清楚一點的話說嗎?
SCP-ZH-750:……洋蔥圈。很大一個,會飄。
負責人:你說……?好吧,洋蔥圈是吧。不如這樣,我們對這裡應該比你更熟,你跟著我們的指引去休息一下,我們來幫你找,應該是對我們雙方都很有吸引力的提議。
SCP-ZH-750:汝可信嗎?
負責人:我向你保證,我們一定會盡全力幫你。
SCP-ZH-750:這樣啊。吾明白了,請幫助吾吧,凡人。
[紀錄結束]
附錄:談話記錄與互動紀錄
本次談話記錄在基金會完成收容間並收容SCP-ZH-750後對其進行的初次訪談,目的是確認項目與基金會的關係、項目的來歷以及項目的目的,訪談地點位於項目的收容室內,項目站著與訪談人員溝通。
訪談者:下午好,SCP-ZH-750。
SCP-ZH-750:那是汝等對吾的編號嗎?
訪談者:是的,750號,為了管理方便,我們會暫且這樣稱呼你,可以嗎?
SCP-ZH-750:吾是訪客,汝等是此地之主,吾沒有理由不去順應。
訪談者:很高興你這麼好說話。自從收容以來已經過了兩天了,你感覺還好嗎?
SCP-ZH-750:並不壞。吾能感受到此地的繁忙、冰冷,但同時也能感受到汝等為了自己微小的生命正全力燃燒著自己,這很好,吾等崇尚努力與認真。
訪談者:我們注意到你這兩天都站著,我們有為了你蓋一張床,你知道怎麼使用床嗎,750?
SCP-ZH-750:床是給予病者與弱者的搖籃,吾並不孱弱,所以吾站立即可。
訪談者:我明白了。能跟我說說你的……你的主嗎?
SCP-ZH-750:吾主是油炸之神,是世間最崇高的神。宇宙乃生命,生命乃能量,能量乃熱量,因此司掌一切油炸食物的吾主,即是創生並推動宇宙之人。宇宙創生之時就已存在漢堡、薯條與炸雞腿的概念了。
訪談者:概念?
SCP-ZH-750:是,在最初的智慧誕生後,吾主連接了美味的概念、享受的概念,並傳達神諭使最初之油炸食品降生。吾主是仁慈之神,也是賞賜之神,教導了汝等美食的基本概念。
訪談者:你是指油炸嗎?美食的基本概念。
SCP-ZH-750:人類的意識中本就埋藏著這樣的意志。高熱量、高油代表著更多能量,這是汝賴以維生的重要元素,吾主只是喚醒了汝等的意志而已。
訪談者:但是……蔬菜沙拉也很……
SCP-ZH-750:汝說什麼?
訪談者:不,抱……抱歉!那個……我只是想說,蔬菜沙拉什麼的對人類也很重要……你們該不會最忌諱這些了吧……?
SCP-ZH-750:低熱量高纖維的蔬菜,始終都是吾等應該於聖地內肅清的對象。惡意、怠惰,皆從健康的蔬菜中誕生。汝等是蔬菜的擁護者,對吧?吾能感覺到在不遠處的用膳堂中存在著這樣的邪物。
(SCP-ZH-750蹲下,用馬鈴薯臉靠近訪談者,高大的身軀與訪談者的身高成了強烈的對比。)
訪談者:吚……!對,對不起!
SCP-ZH-750:無須害怕,凡人。
(SCP-ZH-750站直,向後退了一步。)
SCP-ZH-750:吾主並非無目之神,也並非無能自傲之神,汝等接受了吾主的恩惠,卻也依靠著吾主以外的事物存活著。這樣的建築,這樣的文化,以及汝眼中湧動的生氣都並非是吾主一人所造,汝等當然可以懷抱著自己所堅信之事物。但若汝有興趣,吾等永遠歡迎汝。
訪談者:我知道了……那可以跟你聊聊,有關你的「光環」的話題嗎?
SCP-ZH-750:啊,是的。吾等的光環是吾等最終極的身分象徵,其讓吾成為吾。有著光環的天使才能被稱為天使,只因為那便是「油」這個概念的具體體現。沒有光環的天使是最為吾等忌諱的,無法待在油漬天堂中。所以吾為了尋回吾的榮耀,特地來到人間尋找。
訪談者:你說你的光環是一個洋蔥圈?
SCP-ZH-750:是的。比汝等的洋蔥圈還大,帶有吾主賜與吾的光輝,因為能夠漂浮,所以不會沾染人間的灰塵。吾不小心跌倒了,所以光環意外掉進人間,吾覺得它應該掉在這裡,但下凡到人間後卻感應不到光環,這讓吾很困擾。
訪談者:這……我們會繼續幫你尋找的。有任何消息我們會第一時間通知你。
SCP-ZH-750:吾知道了,吾代表熱量與油質向汝等道謝。
訪談者:那我想這次會面可以先到這裡結束,有任何問題的話,請儘管告訴我們,750。
SCP-ZH-750:等一下,凡人,吾有問題想問。
訪談者:啊,好的,請說。
SCP-ZH-750:對汝等來說,吾很可怕嗎?
訪談者:為什麼你會這樣認為呢?
SCP-ZH-750:因為,吾最初下凡時,吾看見汝等用驚慌的面孔逃走了。這是為什麼呢?
訪談者:嗯……因為對我們人類來說,是第一次見到你們,基金會很顧忌這種事。
SCP-ZH-750:原來如此…..對不熟悉的事物所產生的恐懼嗎?但吾的身體是普遍存在在人間裡的吧,為什麼會對經常出現在用膳室裡的美食感到恐懼?
訪談者:因為我們的薯條跟炸雞不會說話,也不會飛。
SCP-ZH-750:有道理。吾主雖然威嚴,卻十分愛著萬物,吾不希望因為吾讓汝等凡人對吾主產生恐懼。不如,這樣子,會讓汝等好一點嗎?
(SCP-ZH-750用手指在面部的起司醬上緩緩畫出了一個簡單的雙眼和笑容)
SCP-ZH-750:汝等歡欣時總會露出這種表情,吾希望能為汝等帶來歡笑與享受。
訪談者:(笑出聲)這確實挺有幫助,我很喜歡。
[紀錄結束]
附錄:機密訪談紀錄
以下文件是與Site-ZH-16駐站警衛Muff的審問紀錄,本文件被標記為四級機密檔案,在任何情況下都不應洩露任何資訊,尤其是將資訊洩露給SCP-ZH-750。
時間:2022/2/6
地點:Site-ZH-16第二審問室
審問部負責人:現在開始錄音了,我需要你再跟我說一次你到底他媽的幹了什麼好事。
駐站警衛Muff:嘿,別那麼兇嘛。聽著,你如果是我也會做出一樣的決定。
審問部負責人:我可不會隨便吃掉從天上掉下來的神祕超大漂浮洋蔥圈,你以為呢?
駐站警衛Muff:什麼叫做我以為呢?聽著,這個班表本來就有問題,發生這種事也不全是我的錯啊!你怎麼可以讓一個警衛連續排了整整26小時而且無休息的班,然後責備對方為什麼肚子餓了。
審問部負責人:因為現在大家在過年!人事部有事前說好了,這樣大家才能輪流回家過年不是嗎?
駐站警衛Muff:我她媽是來上班的,不是來挑戰飢餓三十的。我那時候很累好嗎?又累又餓,天上突然掉個一個看起來真的很好吃的洋蔥圈,老兄,不騙你,你一定會拿起來啃個一口的。
審問部負責人:人事部也沒說你不能偷懶一下去吃個點心啊!
駐站警衛Muff:因為我很尊敬我的工作,老兄。我不偷懶的,這可是全世界最重要的工作欸。
審問部負責人:既然這樣你就不要把天降超大洋蔥圈給我吃掉啊!
駐站警衛Muff:不吃洋蔥圈可不是工作的一部份,我公私分明的。
審問部負責人:我的天啊……你會被降職的,你知道吧?
駐站警衛Muff:因為我吃了洋蔥圈嗎?
審問部負責人:因為你把人家的天使光環吃掉了!媽媽樂咧,你這樣我們要怎麼跟他交代啊……
駐站警衛Muff:難道你要我吐出來嗎,我也沒辦法啊。
審問部負責人:唉……我就問最後一個問題。
駐站警衛Muff:請說。
審問部負責人:……好吃嗎?
駐站警衛Muff:……老兄,你不會相信的。
審問部負責人:怎樣?
駐站警衛Muff:我在考慮入教了。
[紀錄結束]