您正在查詢的標題為:關注組織
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:機動特遣隊
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:基金會設施
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:員工與角色檔案
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:世界線中心頁
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:系列檔案室
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:競賽資料庫
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:異常物品紀錄
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:超常事件紀錄
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:未解明地點列表
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
您正在查詢的標題為:基金會故事
在多個資料庫中發現符合該標題的文件
請選擇欲查詢的資料來源,或按此取消
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { #top-bar .mobile-top-bar { display: block; } #top-bar .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: -20em; width: 17.75em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; background-color: rgba(0,0,0,0.1); transition: left 0.4s ease-in-out; scrollbar-width: thin; } #side-bar:target { left: 0; } #side-bar:focus-within:not(:target) { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin-left: 19.75em; opacity: 0; z-index: -1; visibility: visible; } #side-bar:not(:target) .close-menu { display: none; } #top-bar .open-menu a:hover { text-decoration: none; } /* FIREFOX-SPECIFIC COMPATIBILITY METHOD */ @supports (-moz-appearance:none) { #top-bar .open-menu a { pointer-events: none; } #side-bar:not(:target) .close-menu { display: block; pointer-events: none; user-select: none; } /* This pseudo-element is meant to overlay the regular sidebar button so the fixed positioning (top, left, right and/or bottom) has to match */ #side-bar .close-menu::before { content: ""; position: fixed; z-index: 5; display: block; top: 0.5em; left: 0.5em; border: 0.2em solid transparent; width: 30px; height: 30px; font-size: 30px; line-height: 0.9em; pointer-events: all; cursor: pointer; } #side-bar:focus-within { left: 0; } #side-bar:focus-within .close-menu::before { pointer-events: none; } } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
/* BLANKSTYLE CSS [2021 Wikidot Theme] By Placeholder McD and HarryBlank Based on: Paperstack Theme by EstrellaYoshte Penumbra Theme by EstrellaYoshte */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap'); body{ color:#333; } #page-content { font-size: 0.8rem; } #main-content { top: -1.6rem; padding: 0.2em; } div#container-wrap { background-image: none; } div#header { background-image: none; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } #header h2 { margin-top: 0.5rem; } #header h1 span, #header h2 span { font-size: 0; display: none;} #header h1 a::before, #header h2::before { color: #000; letter-spacing: 1px; font-family: 'Montserrat', sans-serif !important; text-shadow: none; } #header h1 a::before { content: var(--header-title, "R\0026 C SITE-43"); font-weight: 400; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "顛覆 常規 慣例"); font-weight: 700; font-size: 1.3em; } @media (max-width: 707px) { #header h1 a::before { font-size: 1.6em; } } #login-status, #login-status a { color: #333333; } #page-title { display: none; } #footer, #footer a { background: transparent; color: #333333; } #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: none; background: #333333; box-shadow: none; border-radius: 0px; color: #efefef; } #search-top-box input.empty { color: #999999; } #search-top-box { top: 2.3rem!important; right: 8px; } #top-bar { display: flex; justify-content: center; right: 0; top: 7.9rem; } #top-bar, #top-bar a { color: #333333; } h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; color: #000; letter-spacing: 1px; } h1 { font-size: 2em; } h2 { font-size: 1.45em; } div#extra-div-1 { height: 160px; width: 100%; top: 0; position: absolute; background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png'); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; z-index: -1; } @media (max-width: 707px) { div#extra-div-1 { top: 15px; } } body { background-image: linear-gradient( to bottom, #e0e0e0, #e0e0e0 90px, #e0e0e0 90px, #ffffff 200px, #ffffff 200px, #ffffff 100%); background-repeat: no-repeat; } :root { --timeScale: 1.5; --timeDelay: 1.5s; --posX: calc(50% - 358px - 13rem); --fnLinger: 1s; } #page-content hr { background-color: #000; } #page-content tr th { padding: 6px; border: #000 1px solid; } #page-content tr td { padding: 12px; border: #000 1px solid; line-height: 1.4; } #page-content .sidebox tr td, #page-content .sidebox tr th { padding: 0.35em; } #side-bar { border-right: 1px solid #333; background: #DDD; } #side-bar .side-block { border: 1px solid #333; border-radius: 0; box-shadow: none; } #top-bar div.open-menu a { border: 1px solid #333; border-radius: 0; box-shadow: none; } @media (max-width: 767px) { #side-bar:target { border: 1px black; box-shadow: none; } } #side-bar .side-block { border: 1px solid #333; border-radius: 0; box-shadow: none; background-color: #FDF6D7; } #side-bar .side-block.media { background-color:#D7EFE7; } #side-bar .side-block.resources { background-color:#F5D8E0; } #page-content .creditRate{ margin: unset; margin-bottom: 4px; } #page-content .rate-box-with-credit-button { background-color: #ffffff; border: solid 1px #000; box-shadow: none; border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { border: none; color: #333333; } #page-content .rate-box-with-credit-button .fa-info:hover { background: #333333; color: #ffffff; } .rate-box-with-credit-button .cancel { border: solid 1px #ffffff; } /* ---- PAGE RATING ---- */ .page-rate-widget-box { box-shadow: none; border: solid 1px #000; margin: unset; margin-bottom: 4px; border-radius: 0; } div.page-rate-widget-box .rate-points { background-color: #ffffff; color: #333333; border: none; border-radius: 0; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #ffffff; border-top: none; border-bottom: none; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #333333; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #333333; color: #ffffff; } .page-rate-widget-box .cancel { background: transparent; background-color: #ffffff; border: none; border-radius: 0; } .page-rate-widget-box .cancel a { color: #333333; } .page-rate-widget-box .cancel a:hover { background: #333333; color: #ffffff; border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box { border: none; } .anchor { position: sticky; height:0; top: 0; } .sidebox { padding: .14rem; margin-top: 0; margin-bottom: 8px; width: calc((100vw - 870px)/2); max-height: calc(100vh - 18rem); position: absolute; top: 0; left: 103.5%; z-index: 5; overflow: auto; box-sizing: border-box; } @media (max-width: 1290px) { .sidebox { display: none; visibility:hidden; } } .scp-image-block { box-shadow: none; } /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: #333333; box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #333333; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #efefef; border: unset; box-shadow: none; box-shadow: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ffffff; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: #333333; } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ffffff; background-color: #ffffff; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: #333333; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #ffffff; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #ffffff; background-color: #333333; } .yui-navset .yui-content { background-color: #ffffff; box-shadow: none; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: 1px solid #333; box-sizing: border-box; } /*---- SCROLLBAR ----*/ ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #FFF; border-left: 1px solid #333; } ::-webkit-scrollbar-thumb { background: #CCC; border: #333 1px solid; } ::-webkit-scrollbar-thumb:hover { background: #EEE; } /*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/ .imagediv { float: right; margin: 15px } @media (max-width: 540px) { .imagediv { float: none; text-align:center; margin: auto; } } @media only screen and (max-width: 600px) { .scp-image-block.block-right{ float: none; margin: 10px auto; } } /*---- ACS-COLORED TABLE DIVS ----*/ #page-content .table1 tr th, #page-content .table1 .scp-image-block .scp-image-caption { background-color: #D7EFE7; } #page-content .table2 tr th, #page-content .table2 .scp-image-block .scp-image-caption { background-color: #D8ECF4; } #page-content .table3 tr th, #page-content .table3 .scp-image-block .scp-image-caption { background-color: #FDF6D7; } #page-content .table4 tr th, #page-content .table4 .scp-image-block .scp-image-caption { background-color: #FFDABF; } #page-content .table5 tr th, #page-content .table5 .scp-image-block .scp-image-caption { background-color: #F5D8E0; } #page-content .table6 tr th, #page-content .table6 .scp-image-block .scp-image-caption { background-color: rgba(146, 0, 255, 0.2); } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 2px; } .tableb .scp-image-block { border: none; } .tableb .scp-image-block img { border: #000 1px solid; box-sizing: border-box; } .tableb .scp-image-block .scp-image-caption { margin-top: 2px; border: #000 1px solid; box-sizing: border-box; } .top-left-box > .item { display: none; } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ span, a { word-break: normal !important } .avatar-hover { display: none !important; } #breadcrumbs, .pseudocrumbs { text-align: center; padding-top: 10px; } #main-content .page-tags span { max-width: 100%; } /* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */ .fancyhr hr { border-top: 2vw solid transparent; background-color: rgba(var(--bright-accent), 0); height: 0; box-sizing: border-box; border-image-source: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_hr.png'); border-image-repeat: round round; background: none; border-image-slice: 80 500 80 500 fill; border-image-width: 10em 80em 10em 80em; } .fancyborder { box-sizing: border-box; border: 2vw solid rgba(0,0,0,0.5); border-image: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png') 600 round; border-image-width: 6; padding: 2vw; }
作品著作資訊

在一個防鼠、防雨的戰壕之中(同樣能抵擋碎片),
我無法斷言有足夠資源築建,
但我們仍使其堅固強韌,無論晴雨使我們舒適安逸,
在這座火線前方的小小戰壕裡。
— 埃德加.W.麥金尼斯
歡迎來到Site-43!這裡和其他地方相比有點不太一樣。
想看到關在箱子裡的可怕怪物嗎?這裡可能不適合你。想要把人丟進絞肉機裡?你可能要去Site-19碰碰運氣。想找個充滿古怪研究者,還有機會能嘗試些瘋狂收容技術的舒適湖畔?那就繼續往下,看看我們這裡有些什麼吧。

在你在這裡安頓下來之前,有些事你必須先知道。首先,你身上有任何會反光的東西嗎?任何玻璃或透明塑膠製的東西?我們得把那些沒收。不,他們應該在你來之前就告訴你的。有隻鏡子怪物在院裡遊蕩,最棒的地方是,我們是故意這麼做的。
你可能需要花點時間來適應這裡。何不用跨區地鐵系統去休倫湖中心的94號入口呢?玻璃帷幕的景色非常棒。也許你會看到某隻在湖底漫遊的水下獵豹!當然這也是我們刻意規劃的。
在Site-43,我們處理收容的方式不太一樣。我們必須這麼做,因為我們實際上沒辦法負擔更多極度危險的異常。這裡還是有一些,但那些是我們沒辦法移動的。在一年一度的魔法廢料廠爆炸之後,我們……
嘿!你要去哪裡?
我很高興你決定留下來。我有一些故事想好好告訴你,關於這個地方、關於那些在這工作的人,或是那些已經不在這的人們。許多秘密都被我們隱藏在了黑暗之中。
現在有兩件事情佔據了我們主要的時間。我們一方面正和一個古老的奧地利模因社群進行一場影子戰爭(不,我是說真的)。另一方面,我們正試圖抓住一個沒那麼古老的美洲模因企業(是,我是說真的)。要處理的事當然不只這些,畢竟這是個又大又怪的站點。或許你會帶給我們一些新的故事。也許這些故事不會跟模因有關。拜託,別跟模因有關。

第一階段:
在奧秘消解中的冒險
第二階段:
往昔是為外來元素

SCP-5382:解藥與病灶
由HarryBlank撰寫
你想聽這個地方的起源故事嗎?當然,是個有趣的故事。一段又長又有趣的故事。一段和透過文字傳遞的疾病以及治癒它四百年的偽科學廣告有關的故事。這樣有引起你的興趣嗎?

SCP-5520:兔洞異境
由HarryBlank撰寫
過來這裡一下,你看到那扇門了嗎?那個,就在那邊?永遠不要打開那扇門。你問為什麼?因為那裡通往一個巨大的峽谷還有一個巨大的地下工廠。他們說那裡鬧鬼。接著那些人被消除了記憶,因為那裡應該秘密地鬧鬼。
第三階段:
非典型收容

B&B廢除
由HarryBlank撰寫
你見過布蘭克博士和布萊德伯利博士了嗎?他們過去曾是一個團隊。多虧了鮑伊上將災難時發生的一切,他們又重新團結在了一起。難道你沒聽過?這是解釋為何我們的行事方式有效的好例子。
第四階段:
返回當下
第五階段:
遍佈世界的十九篇故事
(和兩個SCP)

重複性密碼
整體故事於 2021/11/30 完成
由HarryBlank撰寫
這個地方並非憑空存在。在那存在著一整個站點的世界!我們救下了那些傢伙。這被分級為地獄一般,但那也只是簡短的版本。有個長的版本。

SCP-5956:THEREISNOCANNON
由Placeholder McD與
HarryBlank撰寫
所以「這裡會定期發生魔法爆炸」是簡短的版本。「這裡時常發生魔法時間線惡作劇」是比較長的版本。最長的版本也……蠻令人難過的。
第六階段:
往昔為異鄉……
第七階段:
……他們在那行事有些不同

SCP-5379:自白錄音
由HarryBlank撰寫
VKTM佔用了我們許多時間,我們需要雇用一堆研究員來處理與他們相關的檔案。麥金尼斯博士看起來對此有著獨特的興趣,雖然他並非這個計畫的領導者……真令人好奇。
第八階段:
你必須歡笑

SCP-5734:反動詞
由ihp does not match any existing user name撰寫
我們在43這處理很多模因工作,這是有原因的:我們正和原初的模因術士們處在一場緩慢進行的戰役之中。在他們周遭時記得注意你的言詞,否則你很可能會失去它們。

從未說過的最無趣的故事
由ihp does not match any existing user name撰寫
如果你問我,我會說不是每個人都有段故事。以維爾特博士為例吧。拜託。哈哈哈!不過我是認真的,除了他個人的失敗之外,沒有任何方式解釋他為何是這個樣子。不可能有的。
第九階段:
比你想得更晚

SCP-6500:無以避免
由Aethris、
DarkStuff、
Grigori Karpin、
HarryBlank、
ihp does not match any existing user name、Placeholder McD、
S D Locke撰寫
如果所有奇怪的、美妙的、可怕的事物都消失了,我們世界會變成什麼樣子?我們也許即將發現這個問題的答案。有沒有可能我們一直以來的作法都是錯的?
第十階段:
邊緣案例

代號:Pickman/Blank - 卷首
由ihp does not match any existing user name與HarryBlank撰寫
休倫湖供應、控制、淨化。S&C塑料。為何我們敢如此公開?而究竟「控制、收容、保護 基金會」之名又是什麼?肯定有什麼更深入的事情正在發生。這裡肯定有段故事。
第十一階段:
別又來了

SCP-7000: 輸家
由HarryBlank撰寫
威廉.華萊士.韋特爾博士不是地球上最不幸的人。那大概會會是個成就,而可憐的老威一個都沒有。但是,當世上所有概率集體失靈時,他那一點穩定的悲哀就成為基金會最獨特的資產。他即將變得非常出名,那會令他感到非常討厭。
第十二階段:
突破不斷繼續, 第一冊

埋葬生還者
由 HarryBlank撰寫
2002年9月8日是Site-43維安記錄上的一個黑點。奧秘消解設施AAF-D發生爆炸,8名工人死亡,其他人的生活被不可逆轉地改變。現在是時候找出它發生的原因……以及這一切意味著什麽。
第十三階段:
風暴中的平靜
第十四階段:
背後的真相


SCP-5904:非人力資源
全部門職員會議紀錄[摘要]
下一個議程項目是SCP-5904,一組帶有模因影響的錄影帶。維爾特博士在沒有提示的情況下表示自己仍擁有一台家用錄影帶播放器,而被選為首席研究人員。

SCP-5379:自白錄音
由HarryBlank撰寫
VKTM佔用了我們許多時間,我們需要雇用一堆研究員來處理與他們相關的檔案。麥金尼斯博士看起來對此有著獨特的興趣,雖然他並非這個計畫的領導者……真令人好奇。

SCP-6591:'Cize Up!:一檔維坎德—尼得技術媒體節目
由PlaguePJP撰寫
這些錄影帶非常有趣。首先,我們要了解他們為了拍攝做了什麼糟糕的事,接著發現這對我們造成了什麼可怕的後果。每一天都是聖誕節!

SCP-6301:Funky Finn的兒童歡樂時光
由Grigori Karpin、
GremlinGroup與
LORDXVNV撰寫
小孩子的心智是個很奇妙的東西。在正確的情況下,創造力、包容性以及開放的態度會像美妙的花朵一樣綻放其中!你必須要早點避免這鬼東西發生。

SCP-6221:聖誕VKTM快樂
由ihp does not match any existing user name撰寫
維坎德—尼得帶著他們社會評論的特殊品牌TM來乘載聖誕媒體的美妙世界。沒什麼神聖的部分?也只得聽天由命。

SCP-6780:維坎德—尼得為你帶來「dado的建康」
由ihp does not match any existing user name與Grigori Karpin撰寫
世界上最好且最值得信任的完全合法非致命藥物供應商與世界上最優質的正常媒體創作者的絕妙搭配。
第二章:2022

SCP-6359: 美國人 美國人
由HarryBlank撰寫
你已經看過《美國爸爸》了! 你看過《美國夢德比》! 你kan過《美式意志》! 你看過《美國千金小姐》! 你看果《美國豬手》! 尼看過麼國偶像! 尼卡郭《美國花花公子:休-海夫納的故事》! 尼見國過美伐木工!人 你見過美國的

SCP-7007: 禍福峽
你準備好迎接VKTM節日特集了嗎?這個節日是個叫做 「SCP-7000競賽 」的東西,這個問題是反問句,因為你已經在片場和鏡頭前了,Marjorie! 我相信O5議會的其他成員都希望你在比賽開始時能有好運氣。(要承認危害人類的罪行,請留到閃電回合)。

第零季:
神話製造

有限的記憶
由Its a Bad Idea、
Pedagon、
Placeholder McD與
Tyumen撰寫
.aics Mnemosyne、Glacon和8-ball為了將他們脆弱的人類管理者從所謂的先知WAN手中解放出來而戰鬥。他們會在CORE想起他們的盟友前忘記他們的敵手嗎?
第一季:
單神話學

SCP-5977:承重部件
由HarryBlank撰寫
你去過多倫多嗎?搭過地鐵路線?博物館站有些殘餘的異常狗屁。雖然他們說這很安全,但一個憑空出現的承重雕塑?你別告訴我這是件正常的事。就連我們看來,這也一點都不正常。

表格
由HarryBlank撰寫
在一間陰鬱沈悶的辦公室裡,埃斯特羅姆博士對她被迫整天簽署的文件表格感到懷疑人生。她的良心隨即感到痛楚,使她開始了一連串長篇大論以保持精神的溫度。冷靜一點,凱倫,簽你的表格。
可能看起來有些擁擠,屋頂高度稍不足夠,
但至少不透水——幾乎——這建築非為作秀,
若毛茸茸的熊在躁動,或彈片噴濺四處,
身在地底下能使你更加安住。
— 埃德加.W.麥金尼斯
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { #top-bar .mobile-top-bar { display: block; } #top-bar .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: -20em; width: 17.75em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 1em 1em 0 1em; background-color: rgba(0,0,0,0.1); transition: left 0.4s ease-in-out; scrollbar-width: thin; } #side-bar:target { left: 0; } #side-bar:focus-within:not(:target) { left: 0; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin-left: 19.75em; opacity: 0; z-index: -1; visibility: visible; } #side-bar:not(:target) .close-menu { display: none; } #top-bar .open-menu a:hover { text-decoration: none; } /* FIREFOX-SPECIFIC COMPATIBILITY METHOD */ @supports (-moz-appearance:none) { #top-bar .open-menu a { pointer-events: none; } #side-bar:not(:target) .close-menu { display: block; pointer-events: none; user-select: none; } /* This pseudo-element is meant to overlay the regular sidebar button so the fixed positioning (top, left, right and/or bottom) has to match */ #side-bar .close-menu::before { content: ""; position: fixed; z-index: 5; display: block; top: 0.5em; left: 0.5em; border: 0.2em solid transparent; width: 30px; height: 30px; font-size: 30px; line-height: 0.9em; pointer-events: all; cursor: pointer; } #side-bar:focus-within { left: 0; } #side-bar:focus-within .close-menu::before { pointer-events: none; } } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
/* BLANKSTYLE CSS [2021 Wikidot Theme] By Placeholder McD and HarryBlank Based on: Paperstack Theme by EstrellaYoshte Penumbra Theme by EstrellaYoshte */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap'); body{ color:#333; } #page-content { font-size: 0.8rem; } #main-content { top: -1.6rem; padding: 0.2em; } div#container-wrap { background-image: none; } div#header { background-image: none; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } #header h2 { margin-top: 0.5rem; } #header h1 span, #header h2 span { font-size: 0; display: none;} #header h1 a::before, #header h2::before { color: #000; letter-spacing: 1px; font-family: 'Montserrat', sans-serif !important; text-shadow: none; } #header h1 a::before { content: var(--header-title, "R\0026 C SITE-43"); font-weight: 400; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "顛覆 常規 慣例"); font-weight: 700; font-size: 1.3em; } @media (max-width: 707px) { #header h1 a::before { font-size: 1.6em; } } #login-status, #login-status a { color: #333333; } #page-title { display: none; } #footer, #footer a { background: transparent; color: #333333; } #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: none; background: #333333; box-shadow: none; border-radius: 0px; color: #efefef; } #search-top-box input.empty { color: #999999; } #search-top-box { top: 2.3rem!important; right: 8px; } #top-bar { display: flex; justify-content: center; right: 0; top: 7.9rem; } #top-bar, #top-bar a { color: #333333; } h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; color: #000; letter-spacing: 1px; } h1 { font-size: 2em; } h2 { font-size: 1.45em; } div#extra-div-1 { height: 160px; width: 100%; top: 0; position: absolute; background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png'); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; z-index: -1; } @media (max-width: 707px) { div#extra-div-1 { top: 15px; } } body { background-image: linear-gradient( to bottom, #e0e0e0, #e0e0e0 90px, #e0e0e0 90px, #ffffff 200px, #ffffff 200px, #ffffff 100%); background-repeat: no-repeat; } :root { --timeScale: 1.5; --timeDelay: 1.5s; --posX: calc(50% - 358px - 13rem); --fnLinger: 1s; } #page-content hr { background-color: #000; } #page-content tr th { padding: 6px; border: #000 1px solid; } #page-content tr td { padding: 12px; border: #000 1px solid; line-height: 1.4; } #page-content .sidebox tr td, #page-content .sidebox tr th { padding: 0.35em; } #side-bar { border-right: 1px solid #333; background: #DDD; } #side-bar .side-block { border: 1px solid #333; border-radius: 0; box-shadow: none; } #top-bar div.open-menu a { border: 1px solid #333; border-radius: 0; box-shadow: none; } @media (max-width: 767px) { #side-bar:target { border: 1px black; box-shadow: none; } } #side-bar .side-block { border: 1px solid #333; border-radius: 0; box-shadow: none; background-color: #FDF6D7; } #side-bar .side-block.media { background-color:#D7EFE7; } #side-bar .side-block.resources { background-color:#F5D8E0; } #page-content .creditRate{ margin: unset; margin-bottom: 4px; } #page-content .rate-box-with-credit-button { background-color: #ffffff; border: solid 1px #000; box-shadow: none; border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { border: none; color: #333333; } #page-content .rate-box-with-credit-button .fa-info:hover { background: #333333; color: #ffffff; } .rate-box-with-credit-button .cancel { border: solid 1px #ffffff; } /* ---- PAGE RATING ---- */ .page-rate-widget-box { box-shadow: none; border: solid 1px #000; margin: unset; margin-bottom: 4px; border-radius: 0; } div.page-rate-widget-box .rate-points { background-color: #ffffff; color: #333333; border: none; border-radius: 0; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #ffffff; border-top: none; border-bottom: none; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #333333; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #333333; color: #ffffff; } .page-rate-widget-box .cancel { background: transparent; background-color: #ffffff; border: none; border-radius: 0; } .page-rate-widget-box .cancel a { color: #333333; } .page-rate-widget-box .cancel a:hover { background: #333333; color: #ffffff; border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box { border: none; } .anchor { position: sticky; height:0; top: 0; } .sidebox { padding: .14rem; margin-top: 0; margin-bottom: 8px; width: calc((100vw - 870px)/2); max-height: calc(100vh - 18rem); position: absolute; top: 0; left: 103.5%; z-index: 5; overflow: auto; box-sizing: border-box; } @media (max-width: 1290px) { .sidebox { display: none; visibility:hidden; } } .scp-image-block { box-shadow: none; } /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: #333333; box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #333333; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #efefef; border: unset; box-shadow: none; box-shadow: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ffffff; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: #333333; } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ffffff; background-color: #ffffff; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: #333333; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #ffffff; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #ffffff; background-color: #333333; } .yui-navset .yui-content { background-color: #ffffff; box-shadow: none; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: 1px solid #333; box-sizing: border-box; } /*---- SCROLLBAR ----*/ ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #FFF; border-left: 1px solid #333; } ::-webkit-scrollbar-thumb { background: #CCC; border: #333 1px solid; } ::-webkit-scrollbar-thumb:hover { background: #EEE; } /*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/ .imagediv { float: right; margin: 15px } @media (max-width: 540px) { .imagediv { float: none; text-align:center; margin: auto; } } @media only screen and (max-width: 600px) { .scp-image-block.block-right{ float: none; margin: 10px auto; } } /*---- ACS-COLORED TABLE DIVS ----*/ #page-content .table1 tr th, #page-content .table1 .scp-image-block .scp-image-caption { background-color: #D7EFE7; } #page-content .table2 tr th, #page-content .table2 .scp-image-block .scp-image-caption { background-color: #D8ECF4; } #page-content .table3 tr th, #page-content .table3 .scp-image-block .scp-image-caption { background-color: #FDF6D7; } #page-content .table4 tr th, #page-content .table4 .scp-image-block .scp-image-caption { background-color: #FFDABF; } #page-content .table5 tr th, #page-content .table5 .scp-image-block .scp-image-caption { background-color: #F5D8E0; } #page-content .table6 tr th, #page-content .table6 .scp-image-block .scp-image-caption { background-color: rgba(146, 0, 255, 0.2); } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 2px; } .tableb .scp-image-block { border: none; } .tableb .scp-image-block img { border: #000 1px solid; box-sizing: border-box; } .tableb .scp-image-block .scp-image-caption { margin-top: 2px; border: #000 1px solid; box-sizing: border-box; } .top-left-box > .item { display: none; } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ span, a { word-break: normal !important } .avatar-hover { display: none !important; } #breadcrumbs, .pseudocrumbs { text-align: center; padding-top: 10px; } #main-content .page-tags span { max-width: 100%; } /* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */ .fancyhr hr { border-top: 2vw solid transparent; background-color: rgba(var(--bright-accent), 0); height: 0; box-sizing: border-box; border-image-source: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_hr.png'); border-image-repeat: round round; background: none; border-image-slice: 80 500 80 500 fill; border-image-width: 10em 80em 10em 80em; } .fancyborder { box-sizing: border-box; border: 2vw solid rgba(0,0,0,0.5); border-image: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png') 600 round; border-image-width: 6; padding: 2vw; }
噢! 加拿大。

保衛43世界線圍繞加拿大安大略省的站點Site-43。 它本為一系列環環相扣的故事和SCP, 其後擴展成為更全面的 背景。 保衛43有三個連載中的「系列」:
- 力與毒之語 —
HarryBlank筆下的故事,講述站點 Site-43被迫參與的持久戰;敵方無法平息,古老,而精通模因;
- 維坎德-尼得科技媒體中心 — 某個可怕而危險的, 充滿黑色幽默的,由
Grigori Karpin所創造的模因媒體企業的荒唐行徑;
- 原形體 —
Placeholder McD的史詩級肥皂劇。當中,次要角色們響應源自太空/敘事空間深處的召喚,進行大冒險。
想為這個世界線寫作嗎? 你毋需用指定的角色 — 用也無任歡迎! 你毋需參與現存的故事線 — 參與也無任歡迎! (《原形體》除外 — 該系列不開放參與) 你甚至毋需把站點Site-43設為地點 — 但你可以 — 前提是用到下一頁寫到的部分元素。 建議你把這個地方視為敘事工具包 — 我們有精心策劃好的站點, 一大群任你魚肉的登場人物, 更有滿滿的加國氛圍;足以抑制你完全不該有的念頭 — 例如成立真的加拿大分部。
這是一條關於活生生的人應對各種怪誕情境的世界線。感興趣的話, 往前點擊下一頁。
守衛和平國度
SCP基金會休倫湖R&C站點Site-43 是加拿大最大的基金會設施名稱的全寫。Site-43分別有三項專長: 處理收容中的實體排出的毒物; 發掘歷史記載卻未被收容的異常 ;在數個關注組織不休的模因攻擊下維持常態。

加拿大作為基金會的非重點地區,設定上與其他R&C設施稍有分別。 職員被分編至各個偽科學部門,受鼓勵參與長期的協作研究專案。 收容措施較有創意 ; 五大湖密集的超自然活動令「關起來」這套不切實際, 只好制定反常的對策。收容失效鮮少發生, D級人員幾乎不太用到, 職員彼此之間親密無間。大家都要住在43, 但不是大家都討厭這個安排。
其中一個研究焦點為schriftsteller 和giftschreiber — 兩個古老的奧地利秘密組織, 他們是或捍衛、或破壞宇宙秩序起源的模因群組。 出於尚未弄清的原因,giftschreiber 自1960年代末不斷干擾加拿大政府和站點Site-43運作。SCP-5054-EX是不錯的入門篇章。
站點Site-43的另一個行動焦點是針對重點組織5889 — 維坎德-尼得科技媒體中心 — 進行收容。這個組織的起源和目的不為人知,但他們對美國的媒體格局已帶來顯著影響。 VKTM製作的獵奇媒體把人迫瘋,揭起受眾的瘡疤, 嘲諷他們的錯誤, 總言之令人不安而目標不明。 他們甚至十分清楚43盯著他們不放。SCP-5889是不錯的入門篇章。
時段: 這條世界線覆蓋三個主要時間段, 如下粗略劃分:
- 過去 — giftschreiber發源的17世紀起,到臨時站點Site-43成立的1940年代, 以至首位主任退休、辭世的1997年;
- 現在 — 1990年代起 — 即現在活躍的人物在43開始工作的時間 — 至現實時間起約一兩年後;
- 未來 — 2030年代,即《原形體》展開的時段。
連動 — 與其餘世界線不過分衝突的世界線都能納入⋯⋯保衛43本身的世界線當中。如果該世界線不把地點換成太空,不用怪獸毀壞假面,不聲稱沒有基金會的話,也許在這裏發生過。這不代表其他世界線一定包含保衛43; 雙向關係不必成立。十分歡迎與其他世界線的連動!
S&C塑膠是數一數二好搭配的世界線。 其實,S&C塑膠更是保衛43世界線固定的內容。 不喜歡Site-87的話, Site-43也許不會是你的菜。
重生部分元素同樣視為固定內容。在重生·舊敵分頁介紹的ETTRA是《力與毒之語》中的重點部門。 重生·新兵作為重生·舊敵的一部分, 同樣納入保衛43世界的歷史。
至於AIAD,有鑒於有限記憶系列中佔位符 · 米克博士的出現, 也是固定內容。
Dramatis Personae劇中人
Site-43人員(活躍中)
全部門部長 | Nexus事務部部長 |
---|---|
來自凱爾特角保留地Nexus-94的莫霍克戰士。冷靜、沉著而完美的專業人士。他是站點各部門與周圍社群的重要聯繫人,更是麥金尼斯主任最親暱的知己。 | |
Blank, Dr. Harold Robert哈羅德.羅伯特.布蘭克博士 | 歸檔與修校部主席 |
歷史學家,專門在文學材料中核實異常物體的存在。脾氣暴躁、尖酸刻薄,沒事就要挖苦人家。心地善良、不修邊幅,是莉莉哈默博士最好的朋友。與研究夥伴布萊德伯利博士正在熱戀中。 | |
Bradbury, Dr. Melissa梅莉莎.布萊德伯利博士 | 研究與實驗部主席 |
Site-43綜合理論主席。在遭受了SCP-5056創傷攻擊後請了十八年的假,這要比聽起來的強大多了;畢竟多數受害者還會把自己的眼球挖出來。與布蘭克博士熱戀中。 | |
Deering, Philip Eugene菲力普.尤金.迪林 | 清潔與維護部技術員JM64 |
職業清潔工。沒有野心、沒有自我、沒有晉升的慾望。溫和憨厚、心地善良,卻能在必要時表現得很勇敢。SCP-5056異常的一半,經常被另外一半騷擾:一個透過不斷的辱罵表達自己愛意的鏡子怪物。與清潔與維護部長托羅斯楊部長穩定交往中。 | |
Ibanez, Chief Delfina德里菲那.伊巴內茨部長 | 追剿與鎮壓部部長 |
Site-43駐站機動特遣隊隊長,短小精幹,堅韌不拔絕不忍氣吞聲,以身作則,絕不放權。 | |
Elstrom, Dr. Karen凱倫.埃斯特羅姆博士 | 行政與監督部部長 |
挑剔的管理者兼完美的官僚。不知為何經常抱病在身。 | |
Lillihammer, Dr. Lillian Shelby莉莉安.謝爾貝.莉莉哈默博士 | 模因與反模因部主席 |
有著天才級別的智慧。Site-43的模因學大師:發現、破譯、無效化與製造都樣樣精通。總是能比其他人多算好幾步。是維坎德—尼得科技媒體首席研究員。反社會而傲慢,卻因其能力過人而不會惹人介意。是布蘭克博士最好的朋友。 | |
McInnis, Dr. Allan James艾倫.詹姆斯.麥金尼斯主任 | 站點主任 |
出生英國的美國僑民,在伊頓學院接受教育,並於Site-91接受培訓。不慌不拔,堅毅卻不苛刻的任務負責人。能在壓力下保持冷靜。出於他溝通相關的背景,能在不過度管束的情況下,讓他的員工發揮出最佳表現。 | |
Ngo, Dr. Nhung Tran吳絨晨博士 | 心理與超心理部主席 |
Site-43首席心理學家,是基線人類與異常心理學方面的專家。精神與身體都相當強大;還是一位武術大師──這是與麻煩人物訪談的必要副產物。 | |
Okorie, Dr. Udo Amara烏多.阿瑪拉.奧科里博士 | 應用超自然部部長 |
英國僑民,是淵遠而驕傲魔法廢物消解者的繼承人。最年輕的部門主席,是個神童。比自覺的還更有能耐。她是一位奇蹟術師。 | |
Reynders, Dr. Ilse Dorothea伊茜.多羅西亞.雷恩代爾博士 | 奧秘消解部部長 |
1940年代遭到時間凍結的奧秘消解研究員,並在近期終於逃了出來。她不老,花了八十年時間成為基金會十幾個領域的頂尖人物。長期的禁錮讓她渴望與人交流,但卻缺乏智力相配的夥伴。 | |
Sokolsky, Dr. Daniil丹尼爾.索科爾斯基博士 | 潛在威脅戰術應對機構部長 |
詭計多端、陰險狡詐、謀劃連連,熱愛拜占庭式的陰謀,永遠保持過人一等,喜歡向同事炫耀和讓敵人難堪。對複雜的事物成癮。傲慢的性格相當惹人厭。 | |
Torosyan, Chief Amelia Ohanna愛米莉亞.奧哈娜.托羅斯楊部長 | 清潔與維護部部長 |
有著明亮雙眼的認真女王,支配著廢物清理、器物修理與功能維護作業。她有著用之不竭的經歷與同情心,卻也堅若磐石不屈不饒。是菲力普.迪林更好的另一半。 | |
Veiksaar, Chief Eileen Katrijn艾琳.卡特里娜.維克薩爾部長 | 身分與技術密碼學部部長 |
已經對數十年來學者爭論不休的管理技術問題厭倦不已。在獲聘後不久,就不得不揭發自己上司是馬克士威教會的臥底;對基金會職員非道德使用異常深惡痛絕。曾與莉莉哈默博士有段戀情。 | |
Wettle, Dr. William Wallace威廉.華萊士.維特爾博士 | 複製研究科副主席 |
魯莽、冷血、粗野、怠惰而笨拙。毫無想像力可言。不快樂的美國人。有著可能受到潛在異常影響的壞運氣,可能比看上去要不幸的更多;經常受到惡搞、侮辱還有誤導,尤其是來自布蘭克博士的。 |
關聯人員
Site-43人員(非活躍)
Deering, Dr. Dougall Alton道格.阿爾頓.迪林博士 | 前應用超自然部主席 |
---|---|
與菲力普疏遠的手足。在2002在完全由自己造成的神秘事件中喪生。他的手足還不知道他的死亡。 | |
Falkirk, Dr. Edwin Scott艾德溫.史考特.伏克爾克博士 | 前全部門部長、代理主任 |
討人厭的老男孩俱樂部學者,堅定信任著強硬手腕、鋒利鞭子與冷酷舉措。在2003年遭到SCP-5056襲擊後陷入永久昏迷。 | |
Rydderech, Dr. Wynn Rhys懷恩.里斯.瑞德雷奇博士 | 共同榮譽主任 |
奧秘消解發明人兼臨時站點Site-43共同創始人之一。各方面來說都是史考特博士的長期夥伴。已經隱退的他變得緊張且易怒。現在是位於站點地下的現實扭曲者,繼續為基金會無效化奧秘流質。可能是不死之身,精神相當不穩定。 | |
Scout, Dr. Vivian Lesley維維安.萊斯利.史考特博士 | 榮譽主任 |
Pioneer of 異常歷史研究先驅兼臨時站點Site-43共同創始人之一。長期擔任站點主任,基本可以說是基金會加拿大活動的行動總管。Nexus-94創始人。瑞德雷奇博士的長期夥伴,同時也是蒂洛.茨維斯特的聯絡負責人。1943年起就主持著站點所有的擴建、招募與培訓。1996年退休,並在1997年以高齡壽終正寢。 |
關注人士
原型體登場角色
Blank, Dr. Harold Robert哈羅德.羅伯特.布蘭克博士 | Site-43站點主任 |
---|---|
見上文。 | |
Dune, Dr. Jason "Jay"傑森.「傑」.杜恩博士 | 元虛構異常部高級研究員 |
大多數時候都一副興致缺缺的樣子。據說相當能幹。沒人見過他沒帶記事本的樣子。 | |
Forkley, Dir. Eli依萊・福克萊博士 | 誤傳部主任 |
語言魔術師,勉強算是治療師。野心勃勃卻不一定傲慢。在SCP-整數的收容上幫了佔位符一把。想要證明自己的能力,特別是對自己。 | |
Isabi, Dir. Yves伊夫・伊薩比博士 | 天體物理學部主任 |
樂觀的白日夢家。研究著太空卻從未親自拜訪過。五十年前曾在Site-15人工智慧應用部和佔位符共事過。對探索和流亡備感興奮。 | |
King, Madeleine瑪德琳・金恩博士 | 數學部初級研究員 |
能力就是她的激情所在,數學更是她的愛好。是某個知名主管的女兒。試圖不辜負她的名字,結果是憂喜參半。 | |
McDoctorate, Dir. Placeholder佔位符 · 米克博士主任 | 超形上學部原型體科主任 |
總能講出個好故事。發明了佔位符探索引擎、REISNO加農、好幾個基金會AI徵用體與現實敘事時空模型。遭到神靈級的命名詛咒竄改了身分資訊。從一隻遭人遺忘的軍團中保護了Site-15。正在試圖了解自我。 | |
Saxon, Dr. Zachary Charles札卡里・查爾斯・薩克森博士 | 超形上學部高級研究員 |
專業、穩健但偶爾會陷入暴躁情緒之中。超形上學部的副主任。並不害怕佔位符──他們不一定是朋友,卻有著極強的工作羈絆。有著輕微的潔癖。超形上學專家,拯救了半虛構的角色。尋求著獲得讚賞。 | |
Stern, Holly Dean霍利・迪安・斯特恩 | Site-87系統技術員 |
獨立的思考著;要嘛證明你是對的,要嘛證明你是錯的。偶爾會成為團隊最聰明的人,但絕對是當中最理性的。專攻電腦科學和電子工程。值得注意的是,他是薩克森博士的摯友。致力於擺脫期望的束縛。 | |
Wettle, Dr. William Wallace威廉.華萊士.維特爾博士 | Site-43研究與實驗部主席 |
見上文。 |
大事年表
1620年代
1622
4月1日:PoI-382(蒂洛.茨維斯特)於奧地利阿姆施泰藤誕生。
1640年代
1644
巴伐利亞軍徵招schriftsteller,將他們製造的武器化模因投用於三十年戰爭。
1645
5月2日:赫伯斯豪森戰役。弗朗茨.馮.梅西將軍屠殺了Schriftsteller。
8月3日:諾丁根之戰。PoI-382(蒂洛.茨維斯特)將馮.梅西殺死。
1890年代
1897
5月17日:W.瑞德雷奇首創奧秘消解。
1898
超自然學家摩根.羅伯森出版《泰坦殘骸:徒勞無功》,開始了對世界秩序產生威脅的模因襲擊者生涯。
1900年代
1905
9月13日:V.L.史考特和W.瑞德雷奇於威爾士卡迪夫大學相識。
1910年代
1912
7月7日:W.瑞德雷奇博士加入SCP基金會。
1915
1月9日:W.瑞德雷奇組成奧秘消解團隊。
4月1日:V.L.史考特博士加入SCP基金會。
4月5日:史考特博士創建CLIO計畫,並在「辛普森政策中心Simpson Centre for Policy」作為掩飾下,成立CLIO-4歷史研究小組。
1916
10月28日:SCP-5382的首度發現。
1917
1月1日:萊斯.瑞德雷奇博士遭到SCP-5382-B感染身亡。
1920年代
1920
3月26日:V.L.史考特博士與PoI-382(蒂洛.茨維斯特)首度接觸。
1928
休倫湖周邊的原住民土地被賣給了開發商。
10月17日:皇家超自然現象委員會(瓦特斯委員會)成立。
1930年代
1931
7月1日:皇家超自然現象委員會(瓦特斯委員會)解散。加拿大皇家騎警籌建神秘與超自然活動特遣隊Occult and Supernatural Activity Taskforce(OSAT),並由雷納德.瓦特斯負責領導。
1936
原住民土地上建立了伊帕瓦什省立公園。
1940年代
1942
加拿大聯邦政府根據《戰爭措施法》徵收史托尼第一國家保留地。伊帕瓦什軍營建立。
4月1日:伊帕瓦什軍營地下,臨時站點Site-43開始施工。
8月3日:在休倫湖周圍原住民保留地創建了Nexus-94。
1943
4月1日:臨時站點Site-43建成。
12月31日:伊茜.雷恩代爾受困於奧秘消解設施AAF-A異常文件處理室之中。
1960年代
1960
6月18日:W.瑞德雷奇博士與SCP-███被捲入了一起收容突破事故中。
1964
3月17日:魁北克蒙特婁,OSAT雷納德.瓦特斯警司遭到狼人殺害。
1965
4月1日:Site-43晉升為正式站點。
1966
11月14日:W.瑞德雷奇博士在失蹤後成為了SCP-5520。
1967
10月19日:伊麗莎白.克洛克特工刺殺O5-7。圓形監獄危機開始。
1968:
1月3日:加拿大當局取消了基金會對Site-43的營運權。
1月7日:OSAT意圖攻破Site-43不果。
3月12日:伊札克.奧科里博士與蒂洛.茨維斯特會面,後者為新的前臺公司史考特貨物包裝公司Scout's Cargo Packing製造了密語術護盾。
5月:伊麗莎白.克洛克運用茨維斯特密語術襲擊了一隻船隊。
7月2日:Site-03站點主任阿布沙加.索科爾斯基遭到克洛克強行逐出蘇聯。
Site-120奇蹟術師安娜.沃西克與波蘭蛇之手卡普薩.巴席利斯卡合作,保護了蘇聯SCPF廢棄設施內部的異常。
9月3日:阿里克.歐拉、伊札拉.奧科里、伊茜.雷恩代爾博士發現了「語子」的存在,這便是令茨維斯特密語術得以運行的異常粒子。
9月15日:第一個基金會自製的密語術護盾構成,並投用於新創前臺公司貝殼建築合夥公司Shell Construction Partnership的招牌上。
1969
2月17日:在歐拉、奧科里、雷恩代爾三位博士提議製造「卷首」──透過SCP首字母縮語構成密語數護盾的奇蹟術。該提議得到了O5議會的接受。
7月4日:伊麗莎白.克洛克襲擊Site-43。
7月9日:「卷首」已經成功實施。
GoI-5054 (giftschreiber)開始對加拿大總理發起模因攻擊。
1970年代
1971
圓形監獄危機結束。
歐拉博士在Site-43建立了仿擬與密語部(今模因與反模因部)。
8月:歐拉博士說服PoI-922(「安迪.沃霍爾」)建立了視覺化卷首呈現,以便在非拉丁字母語言國家使用。
1979
5月22日:Giftschreiber透過模因干涉了加拿大聯邦大選。
25 May: 皮影戲行動創造了虛構總理喬.克拉克。
7月3日:A.J.麥金尼斯博士加入基金會。
1980年代
1980
1月1日:伊札克.奧科里博士遭到伊莉莎白.克洛克謀殺。
1984
歐拉博士調入Site-87。
1987
PoI-922工作室前成員創建了Are We Cool Yet?。
1990年代
1991
9月1日:V.L.史考特博士在多倫多大學招收博士生H.布蘭克。
1992
11月9日:SCP-5281──法屬加拿大神話中吃小孩的幽靈──在Site-43接受「收容」。
1995
H.布蘭克博士與L.莉莉哈默博士入職SCP基金會站點Site-43。
伊帕瓦什危機;國防部遭到原住民抗議者自Site-43攔阻區永久驅除。
1996
內森.瓦立斯博士擔任Site-15AIAD主任期間,參與了一起和被遺忘敵人間的戰爭。
1月6日:Site-43身分與技術密碼學部部長R.馬洛奎恩被揭發是馬克士威主義教會的臥底。
2月9日:V.L.史考特博士試圖廢除SCP-5520。
4月1日:V.L.史考特博士退休。A.J.麥金尼斯繼任Site-43主任職。
4月3日:SCP-5281接受廢除。
1997
4月1日:V.L.史考特博士逝世。
4月4日:PoI-382(蒂洛.茨維斯特)正式與SCP基金會結盟。
2000年代
2002
5月5日:內森.瓦立斯博士遭到了身分抽象,成為了佔位符 · 米克博士。
9月8日:SCP-5243首度爆發。造成了奧秘消解設施AAF-D大規模收容突破,導致7 8名職員殉職。導致收容突破的SCP-███自事故中遭到抹去。
9月9日:SCP-5056顯現。
2003
9月8日:SCP-5243首度復發。不穩定替代時間線生成。
2007
9月8日:SCP-5243第五次復發。不穩定替代時間線生成。
2009
5月9日:首度發現SCP-5109。
2010年代
2011
9月8日:SCP-5243第九次復發。不穩定替代時間線生成。
2013
阿里克.歐拉逝世。
9月7日:首度觀察到一位清潔與維護部職員儲物櫃內物品遭到腐蝕的年度現象。
2015
9月8日:A.茨拉塔博士遭到SCP-5243殺害。
2016
9月8日:SCP-5243第十四次復發。不穩定替代時間線生成。
2017
9月8日:SCP-5243第十五次復發。不穩定替代時間線生成。
2019
9月8日:SCP-███回歸現實。
2020年代
2020
10月23日:Site-43遭到基金會毀滅聯盟襲擊。
12月18-25日:Site-43遭到Are We Cool Yet?襲擊。
2021
終局爆發。
1月1日:Site-43特工對全球範圍內的GoI臥底進行釣魚行動。
1月22日:SCP-5866突破收容。
3月30日:伊茜.雷恩代爾逃出禁錮,接任奧秘消解部主席職位。
9月8日:SCP-5243第十九次復發。不穩定替代時間線生成。
2022
9月8日:穩定替代時間線生成。
2030年代
2033
原型體計畫開始。
2034
REISNO加農開發完成。
1930年代後
未知
伊茜.雷恩代爾重分配至時間異常部,並最終晉升為主任職。
所以你想當個加拿大佬?
想幫這個設定添磚加瓦嗎?很簡單啦。簡單到Harry都會寫。你有下面兩種方法:
- 大略閱讀一下前面兩個系列(《力與毒之語》和《維坎德—尼得科技媒體》),確認一下自己是否真想要做出貢獻;
- 啥研究也不做,去詢問現有的作家,看看你的興趣如何融入其中;
- 感受一下這個地方,想像出屬於你的獨立創作,然後把它寫下來。
你不需要給這個設定加點核心敘事才算有貢獻。把東西設定到43站並跟現有材料對得上頻道,這樣就已經很棒了。不過,如果你確實想給這兩個開放的系列作品做出貢獻,記住下面這些事情:
- 如果你覺得自己寫的可能跟別人撞設定,請先試著跟他討論一下;
- 不要給別人的私設寫太個人的東西;
- 不要在沒有事先詢問的情況下毀別人的私設。
Harry很期待你寫Site-43的任何東西。只要不影響他主張的故事情節,你可以自便。
Grigori很期待你寫VKTM的任何東西。Grigori很期待你寫VKTM的任何東西。
Placeholder系列作屬於Placeholder自己。他有自己的規劃安排。如果你想寫原型體部門相關的創作(例如,在收容元敘事異常的過程中提及並運用該部門),請透過wikidot pm聯繫Placeholder McD。我們也許能解決這個問題。
如果你想把寫的東西放進這個中心頁,請使用以下源代碼:
[[div class="bubble"]]
++ **[[[SCP-XXXX]]]:系列標題**
一個描述!最好是一行的描述!或者是兩行而且很好的描述。如果你寫不好,Harry很可能會幫你重寫。他可能不會太客氣的跟你提要求,恐怕他就是這樣的傢伙。
[[/div]]
如果你不確定自己寫的內容是否與現有兩個系列相容……沒問題!把它放在加拿大式內(收)容中。這裡是放非系列創作的地方。如果你最後寫的東西他媽能自成一家,我們會給你單獨整潔的折疊頁與版頭。我們就是這麼讚的東道主。
在你發布文章時記得來戳一下Harry,他會給你的作品也加上小圖標,就跟其他作品一樣。他做這個很快的。
如何禮貌寫作
基調 — 保衛43不是晦暗基金會也不是歡樂基金會。你可以寫的粗暴、可怕、令人不安乃至於情緒化,你也可以寫的輕快、通俗或者荒謬,但扯到卡通化的地步就太過了。目前為止這裡的一切都或多或少有幽默的成分,但請記住,這裡的人都應該是真實的存在。不會有人捧著獵槍在Site-43走來走去,Site-43也不會有把活人扔進絞肉機的事情發生。
主題 — 保衛43的核心是一座站點,在那裡的工作風格與基金會不太一樣。這包括了:
- Site-43是一系列爭論不休的偽學術分部而非部門。這裡的職員多是古怪奇人,大多還可能正在撰寫研究論文,而最多的則是在彼此背後扮鬼臉的調皮鬼。這裡的學者比非學者更像又更不像成年人;
- Site-43從事歷史研究。歸檔與修校部研究員會梳理陳舊的文件,尋找眼下還未被發現的異常。你想講不斷滋生問題的長篇故事嗎?你想講發生在過去的短篇故事嗎?我們能為你提供現成的敘述框架;
- Site-43從事奧秘消解。這是種收容項目產生廢料的分解工作。這給異常毒性、工人日常與瘋狂災難故事留下了大量的空間;
- Site-43還有很多分部在處理不同的工作。請看設施檔案的列表,看看能不能帶給你更多靈感;
- Site-43被許多關注組織盯上了,而且直到現在都還未止息,他們都想在模因上分一杯羹。giftschreiber製造模因攻擊破壞秩序穩定,schriftsteller試圖用模因穩定社會,而維坎德—尼得科技媒體則靠模因傳媒搞瘋民眾。你不需要太多背景知識就可以運用這些設定了;
- Site-43氏基金會的大後方。這裡的日常生活要比Site-19正常多了。在此設定下,日常文是非常非常歡迎的;
- Site-43是潛在威脅戰術應對機構(ETTRA)總部之一。這代表我們可以花點心思去想想,如何運用異常來對付敵對的GOI。你也可以這麼做;
- Site-43附近有個原住民保留地Nexus。如果你自己就是原住民,萬分歡迎你來寫這個!如果你不是,拜託先不要;
- Site-43位於加拿大。你可以寫所有加拿大的狗屎爛蛋。很抱歉,其他人也是如此。

請在引用該頁面時添加以下資訊:
發表於SCP繁體中文維基的《保衛43 中心頁》由HarryBlank著作,由ting129翻譯,來源網址為:http://scp-zh-tr.wikidot.com/on-guard-43-hub。授權方式為 CC-BY-SA。
其原文發表於SCP Wiki。原文來源: http://scpwiki.com/on-guard-43-hub 。授權方式為 CC-BY-SA。
欲瞭解更多資訊,請詳見 授權指南。
詳細授權資訊
檔案名稱:52435956.jpg
作者:HarryBlank
授權協議:CC BY-SA
附註:此圖片為合成製作。其組成部件列於下方。組成部件已於SCP-5956中獲得CC許可。
標題:Machine
作者:AMagill
授權協議:CC BY 2.0
來源: https://search.creativecommons.org/photos/6e9deaba-dcf0-4083-b799-b47b9cb7b535 flickr
標題:[Interior view of large industrial machinery in a brick building]
作者:Beinecke Library
授權協議:CC BY 2.0
來源: https://search.creativecommons.org/photos/935e1cd0-06ff-4fa7-8777-46d3f7e39286 flickr
標題:Machinery
作者:schoschie
授權協議:CC BY 2.0
來源: https://search.creativecommons.org/photos/c7867779-35cc-4853-bb7e-1aa6ede8648b flickr
標題:Man is machinery
作者:born1945
授權協議:CC BY 2.0
來源: https://search.creativecommons.org/photos/1354bf6e-07a4-45ce-a737-2896102a92ac flickr
檔案名稱:AAFC.jpg
圖像名稱:Reverse osmosis desalination plant
作者:James Grellier
授權協議:CC BY-SA 3.0
來源:Wikimedia Commons
檔案名稱:BLANK.png
圖像名稱:Rubik's Cube
作者:JiahuiH
授權協議:CC BY-SA 2.0
來源:flickr
檔案名稱:All other imagery on the page!
作者:HarryBlank
授權協議:CC BY 3.0
欲瞭解到更多處於維基上的資訊,請見 Licensing Master List。