/* 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) { .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!important; position: fixed; top: 0; left: -19em; width: 17em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 0.3em 0.675em; background-color: rgba(0,0,0,0.1); transition: left 0.5s ease-in-out; } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; z-index: 10; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } .close-menu { margin-left: 19em; opacity: 0; } }
: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 > * { 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 (prefers-reduced-motion) { div.anom-bar-container { --timeScale: 0; } } /*-------------------------*/ @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; max-width: 1%;} to { opacity: 1; max-width: 100%;} } @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)); } }
: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%; } }

在那防鼠、防雨的防空壕(同样也是防弹的防空壕)
我不能说出我们从哪里弄来建造它所需要的材料,
但我们已将它铸造得牢固而可靠,
不论晴雨,我们都舒适地栖居在这前线上快乐的小防空壕。
— 埃德加·W·麦金尼斯
欢迎来到Site-43!我们很不一样。
想看关在坚固的盒子里的可怕怪物?这地方不适合你。想把人喂给绞肉机?你在Site-19会有更好的运气。想找一个全是古怪学者的世外桃源,还有机会尝试更加疯狂的收容技巧?那就来看看我们地下有什么吧。

在你安顿下来之前,还需要知道几件事情。首先,你身上有没有会反光的东西?任何以玻璃,或者透明塑料制成的东西?我们需要先没收这些。不,他们应该在你过来之前就告诉你的。看,那里有个镜子怪在场地里乱跑,而最棒的一点是,那是特意安排的。
你可能要花点时间才能习惯这个地方。不如乘着内部地铁设施到休伦湖中央的九十四号进水口看看?那里全是玻璃幕墙,风景很好。也许你会看到在湖底漫游的水豹呢!这也是特意安排的。
在Site-43,我们对收容的处理不太一样。我们不得不这么做,因为我们也不能完全管住更多超级危险的异常。我们还是有不少危险异常的,但它们都是我们不能动的。在每年的魔术泥土开始爆炸之后,我们就……
喂!你要去哪?
很高兴你还是愿意留下来。我想告诉你一些关于这个地方的故事,在这里工作的人们,还有那些已经不在这里工作的人们。我们在黑暗的地下隐藏了很多秘密。
现在,有两件事占据了我们大部分的时间。一方面,我们在和一个古老的奥地利模因结社(不,我认真的)打一场看不见的战争。另一方面,我们在尝试抓住一个没那么古老的美国模因公司(是,我认真的)。当然还有很多别的事情在发生;这是个很大很古怪的站点。也许你会为我们带来新的故事。可能根本就和模因没有关系。拜托,千万不要让它们和模因扯上关系。

第一阶段:
奥秘消解历险记
第二阶段:
过去是外来因素

SCP-5382:灵药与疾患
by HarryBlank
想听听这地方诞生的故事吗?哦,当然了,那是一个很有趣的故事,一个很长、很有趣的故事。一个很长很有趣的,关于一种文本传播疾病和治疗它的伪科学广告的,长达四个世纪的故事。你现在想听了吗?

SCP-5520:兔子洞
by HarryBlank
来这里一下。看到那扇门了吗?那扇,就在那里?永远别去开那扇门。为什么?因为它通向一个巨大的峡谷和一个巨大的地下工厂。他们说那里闹鬼。然后他们就被记忆删除了,因为闹鬼这事是机密!
第三阶段:
非典型收容

The B&B Decommission
by HarryBlank
你见过Blank博士和Bradbury博士了吗?在过去的日子里,他们曾经合作得很愉快。多亏了那整场Bowe将军的灾难,他们现在又成功组队了。你没听说过这事?那是一个很好的机会,告诉我们为什么我们的方法会管用。

所有那些关于奥秘消解的你应该知道的但却被这个名字吓住因而不敢去问的事
by HarryBlank
别信标题。你读了这个也没办法学到怎么分解异常产生的奥秘废料。不过,你可能会学到怎么做一个更好的研究员。
第四阶段:
回到现在
第五阶段:
在十六个故事里环游世界
(以及两个SCP)

后密码时代传奇 [进行中!]
by HarryBlank
这地方可不是凭空存在的。外面还有一整个世界的站点呢!而我们拯救了他们全部。那是机密得不得了的信息,但较短版本差不多就是这样。确实是有较长版本的。
第六阶段:
过去如异邦……

SCP-5054-EX:The Memetic Myth of Joe Who?
by HarryBlank
在这里工作的人离开之后,很少会有人记得。相反地,也没有很多不在这里工作的人被遗忘了。有时候这些东西是吻合的。
第七阶段:
……他们在那里做事的方式不一样

SCP-5295:从个人到私人的电脑
by HarryBlank
IT行业的人都过得很艰难,所以有人会顶不住压力也不奇怪。然而,Chief Marroquin顶不住的方式很有风格——九十年代麦金塔苹果电脑的风格。

SCP-5379:The Taped Confession
by HarryBlank
VKTM占用了我们很多时间;我们雇佣了很多研究员整理他们的文档。McInnis博士似乎有特殊的兴趣,就算他不是项目负责人……不知道为什么。
第八阶段:
你必须大笑

The Lamest Story Never Told
by Ihp
要我说,不是每个人都有故事。比如说,Wettle博士。拜托。哈哈哈!但真的,除了个人缺点以外,没有办法解释他为什么会是现在的这个样子。也不会有别的了。

SCP-5616:The Woman in the Incinerator
by HarryBlank
你见过Reynders博士了吗?她是整个站点里最容易见到的人。她没有日程安排,也总是待在同一个地方。一直以来都是这样。从1943年开始。
第九阶段:
来得比你想的迟

SCP-6500:宿命之道
by Aethris,
DarkStuff,
Grigori Karpin,
HarryBlank,
Ihp,
Placeholder McD,
S D Locke
如果所有奇异、神妙、可怖的东西都消失了,我们的世界会是怎样?我们可能马上就能知道了。我们有没有可能一直以来都是错的呢?

SCP-5883:倒转
by HarryBlank
要是你发现最近有谁表现有点古怪,你得告诉Lilihammer博士。好吧,我知道这里的每个人都已经够怪的了,但是。我是说非常古怪。怪得就像,比如说,澳大利亚那样。

SCP-5379:The Taped Confession
by HarryBlank
VKTM占用了我们很多时间;我们雇佣了很多研究员整理他们的文档。McInnis博士似乎有特殊的兴趣,就算他不是项目负责人……不知道为什么。

SCP-5417:'Cize Up!: A Vikander-Kneed Technical Media Program
by PlaguePJP
这些录像带真的很有趣。首先我们要知道它们要放什么可怕的东西;然后我们要知道它们要对我们做什么可怕的事情。每天都是圣诞节。
第一季:
独白神话

BLANK
如果Placeholder McDoctorate想要探索故事洞的话,他会需要一个队伍。最好是拥有未实现的叙事潜能的队伍;也许你会说,一块白板blank slate。你当然会这么说啦!毕竟它已经写下来了。

SCP-5977:持之以“熊”
by 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) { .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!important; position: fixed; top: 0; left: -19em; width: 17em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 0.3em 0.675em; background-color: rgba(0,0,0,0.1); transition: left 0.5s ease-in-out; } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; z-index: 10; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } .close-menu { margin-left: 19em; opacity: 0; } }
: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 > * { 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 (prefers-reduced-motion) { div.anom-bar-container { --timeScale: 0; } } /*-------------------------*/ @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; max-width: 1%;} to { opacity: 1; max-width: 100%;} } @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)); } }
: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%; } }
哦!加拿大。

《值守43》是一个以位于加拿大安大略省的Site-43为中心的设定。它开始于一系列相互联系的故事和SCP,但此后逐渐扩展成了更加普遍的背景。目前,《值守43》有三个独立的“系列”故事:
- 力量与毒性的话语,
HarryBlank所写的有关Site-43如何与古老的模因敌手对抗的故事;
- 维坎德·尼德技术传媒,记载了有关
Grigori Karpin创作的可怕、危险、通常带有黑色幽默的模因传媒公司的古怪故事;
- 原型,
Placeholder McD创作的令人敬仰的正剧,关于二级角色回应来自星际/叙事空间深处的探险召唤的故事。
想用这个设定写作吗?你不一定要使用已有的角色——但你可以!你不一定要为现存的故事线贡献——但你可以!(除了《原型》之外,它是独立系列。)你甚至不一定要写有关Site-43的东西——当然你也可以——只要你使用了下一个分页里列出的一些元素就可以了。你应该把这个地方当成是一套讲故事的工具。我们有详细设定的站点、一大群可以随心所欲使用的角色,还有广义的加拿大风格可以满足你完全不恰当的需求(比如创建一个真正的加拿大分部)。
这是一个关于真实的人物在荒诞的情境下的设定。如果你感兴趣的话,就继续点击看看吧。
保护和平的王国
SCP基金会休伦湖研究与收容站点-43是这个加拿大最大的基金会设施的全名。Site-43有三项专长:消解异常物品在收容中产生的毒性物质;在历史记载中发现已证实但尚未收容的异常对象;以及在面对若干不同相关组织的持续模因攻击时保护共认常态。

加拿大对基金会来说更加与世隔绝,所以Site-43的设置不同于其他大多数研究与收容设施。人员以伪学术部门组织起来,鼓励从事长期的合作研究项目。收容措施会比常规的更有创意;五大湖地区高强度的超自然活动使得把一切都装进箱子变得很不现实,所以人们设计出了更加机密的解决方法。收容突破很少见,D级不存在,而同志情谊则是紧密的。人们生活在Site-43,他们并不完全讨厌它。
一个主要的研究焦点是名为schriftsteller和giftschreiber的古奥地利秘密结社,他们是一群模因学家,专以维护或破坏宇宙秩序为生。自20世纪60年代末以来,giftschreiber一直在进行反对加拿大政府和Site-43的活动,原因至今未知。SCP-5054-EX是一篇很好的引入文。
Site-43同样也是收容GoI-5889,维坎德·尼德技术传媒(Vikander-Kneed Technical Media)的工作中心。我们对这个组织的起源和动机一无所知,但他们对更广泛的美国媒体格局的影响却是显而易见的。VKTM生产的媒体会让人发疯、反复玩弄人们的不安全感、嘲笑人们的失败,且通常会给人一个令人不安的不明确结局。更重要的是,他们好像都很清楚Site-43正在调查他们。SCP-5889是一篇很好的引入文。
时间段:本设定涵盖三个主要时间段,可大致分为:
- 过去——从giftschreiber在十七世纪的出现开始,贯穿整个临时站点-43在20世纪40年代的建立过程,结束于它的第一个主管在1997年的退休和去世;
- 现在——从20世纪90年代开始,现在的主要人物开始在43工作,到我们的现实世界之后一到两年的时间;
- 未来——21世纪30年代,即“原型”系列发生的时代。
交叉设定 — 《值守43》认为每一个不与其他大多数设定有冲突的设定都可以成为……设定。如果不是要把场景发射到太空中,或者为了打怪兽而打破了帷幕,或者比如说基金会从来不存在,其他都是有可能发生的。这并不意味着《值守43》的设定在其他的每一个宇宙里都存在;它不需要双向成立。和其他设定的交叉是非常鼓励的!
S&C塑料适应得尤其好。事实上,S&C塑料是《值守43》的硬设定。如果你不喜欢Site-87的话,Site-43可能也不是你的菜。
重生的元素也是硬设定。ETTRA是在“老冤家”分设定中引入的,也是“力量与毒性的话语”的主要组成部分。而“新面孔”分设定是“老冤家”的硬设定,整个事件也都发生在《值守43》的时间线里。
AIAD,凭借Placeholder McD参与的《有限记忆》系列,也同样是硬设定。
| 全局主管 | 枢纽事务部部长 |
|---|---|
| 来自Nexus-94凯特尔点保留地的莫霍克战士。冷静、沉着,最理想的专业人士。是站点各部门和周围社群之间的主要联系人。 | |
| Blank, Dr. Harold Robert | 文献与修缮部主席 |
| 历史学家,专门研究发现有文献资料证明存在的异常物品。爱发牢骚、爱挖苦人,是个吐槽帝。人品很好,衣品不佳。和Lilihammer博士是最好的朋友。与研究搭档Bradbury博士恋爱中。 | |
| Bradbury, Dr. Melissa | 研究与实验部主席 |
| Site-43的首席多面手。在经历了一次SCP-5056的奇术袭击之后请了十八年的假。但比这件事会给人的印象强大许多;大部分受害者都把眼睛挖出来了。与Blank博士恋爱中。 | |
| Deering, Philip Eugene | 保洁与维修部技术员 JM64 |
| 职业清洁工。没有野心、没有自负、没有晋升的希望。温柔和蔼,但在必要时刻会表现得很勇敢。是SCP-5056异常的一半,始终被另一半所纠缠:一个用持续的言语虐待表达喜爱的镜子怪。与Torosyan部长有极其稳定的浪漫关系。 | |
| Ibanez, Chief Delfina | 追剿与镇压部部长 |
| Site-43机动特遣队的小个子领队。意志坚定,容不得胡搞,以身作则,不会放权。 | |
| Lillihammer, Dr. Lillian Shelby | 模因与反模因部主席 |
| 天才级的智慧。模因学大师:擅长发现、解读、无效化和创造模因。总是比其他所有人都领先几步。是维坎德·尼德技术传媒的首席研究员。反社会且傲慢,但因为能力过于强大而没有人会嫉妒。和Blank博士是最好的朋友。 | |
| McInnis, Dr. Allan James | 主管 |
| 英国出生的美国侨民,伊顿公学毕业,在Site-91接受培训。镇定、坚忍克己、冷淡,但并不是严酷的工头。在压力下也能保持冷静。因他在通信方面的背景,可以让部下发挥出最好的能力而不必过于严格地对待他们。 | |
| Ngo, Dr. Nhung Tran | 心理学与超心理学部主席 |
| Site-43的首席心理学家,是基线人类心理学和异常心理学两方面的专家。身体上和精神上都精神抖擞、坚韧不拔;与困难对象做访谈的副作用造就了武术方面的大师。 | |
| Okorie, Dr. Udo Amara | 应用神秘学部部长 |
| 英国侨民,是一个魔法解毒剂大家族的后人。最年轻的部门部长,神童(wunderkind)。比她自认为的还要能干。奇术师。 | |
| Reynders, Dr. Ilse Dorothea | 奥秘消解部部长 |
| 自20世纪40年代就是奥秘消解研究员,冻结了时间,最近才被解放。不会变老,且花了将近八十年成为基金会在十数个领域中的顶级头脑。被困后渴望与人交往,但缺乏智力上的同伴。 | |
| Sokolsky, Dr. Daniil | 潜在威胁战术响应局部长 |
| 腹黑、纵容、诡计多端。喜欢拜占庭式的阴谋、保持领先地位、在同事面前炫耀以及让敌人难堪。对复杂的事物上瘾。性格傲慢到让人气恼。 | |
| Torosyan, Chief Amelia Ohanna | 保洁与维修部部长 |
| 垃圾清扫者和物品修理者们目光炯炯、认真热切的女王。能量取之不尽,共情心用之不竭,性格坚如磐石。Philip Deering好得多的另一半。 | |
| Veiksaar, Chief Eileen Katrijn | 身份信息与技术密码学部部长 |
| 厌倦了数十年为争吵不休的学者们管理技术问题。入职不久就不得不揭发自己的上级是麦克斯韦宗的密探;已经对基金会人员不道德地使用异常产生了明显的厌恶。与Lilihammer博士有过一段恋情。 | |
| Wettle, Dr. William Wallace | 复制研究分部副主席 |
| 愚钝、无情、粗鲁、懒惰且笨拙。没有想象力。在加拿大人的领地里的一个不高兴的美国人。总有异常多的坏运气环绕着他。但可能不止是眼前所见的这个样子;总是受到恶作剧和侮辱,尤其是来自Blank博士的。 | |
有关人员
| ███████, Dr. Daniel | 潜在威胁战术响应局主管 |
|---|---|
| 第一个飞得离太阳太近的高级职员。因故意使SCP-096突破收容以表达观点而被判死刑。然而,他花了十年的时间设计废除提案,随后策划了基金会对George Bowe将军的抵抗。当前负责协调全基金会对普遍危机事件的响应,以自己的余生为一个决定赎罪。 | |
| Asheworth, Dr. Daniel | Site-120主管 |
| 在很多现实中都是奇术师、炼金术士,以及急躁且有时不甚情愿的英雄。帮助建造了REISNO加农。有时候说话让人听不懂。 | |
Site-43工作人员(不活跃)
| Deering, Dr. Dougall Alton | 应用神秘学部主席 |
|---|---|
| Philip疏远的兄弟。在2002年因为完全由自己造成的神秘事件身亡。他的兄弟还不知道他的死讯。 | |
| Falkirk, Dr. Edwin Scott | 全局主管、临时主管 |
| 讨厌的“老男孩俱乐部”式学究,坚定地相信强硬的手、锋利的鞭子和冷酷的行为。在2003年受到SCP-5056的袭击后永久昏迷。 | |
| Rydderech, Dr. Wynn Rhys | 名誉副主管 |
| 奥秘消解的发明者,临时站点-43的创始人之一。从各方面来说都是Scout博士的终身伴侣。性情孤僻紧张,但也容易恼怒。目前是生活在站点下方的异常现实扭曲者,继续为基金会无效化机密的废料。有永生的可能,精神不稳定。 | |
| Scout, Dr. Vivian Lesley | 名誉主管 |
| 异常历史研究的先驱者,临时站点-43的创始人之一。长寿的站点主管,基本上是基金会在加拿大的首席运营官。Nexus-94的创始人。Rydderech博士的长期伴侣,与Thilo Zwist长期保持通信。1943至1996年期间主持了整个站点全部设施的扩建、人员的招募和培训。1997年以极高的年事寿终正寝。 | |
关注人士
《原型》角色
| Blank, Dr. Harold Robert | Site-43主管 |
|---|---|
| 见上。 | |
| Dune, Dr. Jason "Jay" | 超虚构异常部高级研究员 |
| 大部分时候都是一副不感兴趣的样子。据说很有用。从来没有见过他不带记事本的样子。 | |
| Forkley, Dir. Eli | 误传部部长 |
| 语言学魔术师,吝啬的治疗师。有野心,但也不一定很傲慢。在对SCP-整数的收容过程中协助了Place。想要证明自己的能力,多半是向自己证明。 | |
| Isabi, Dir. Yves | 天体物理学部部长 |
| 乐天派和空想家。研究太空,但从来没有去过。大约五十年前在Site-15的人工智能应用部与Place合作过。对探索和逃离感到兴奋。 | |
| King, Madeleine | 数学部初级研究员 |
| 能力来自于热情,数学对她来说更像是一种兴趣爱好。一位知名主管的女儿。想要配得上自己的名字,结果好坏参半。 | |
| McDoctorate, Dir. Placeholder | 超形上学部原型分部部长 |
| 总能讲个好故事。发明了占位勘探引擎、REISNO加农、几个基金会AI工作员以及现实叙事时空模型。被一个命名神性诅咒后改写了身份信息。保护Site-15不受遗忘军队的攻击。想要理解自己。 | |
| Saxon, Dr. Zachary Charles | 超形上学部高级研究员 |
| 专业、稳定、偶尔易怒。超形上学部副部长。并不害怕Place——他们不完全是朋友,但有很强的工作关系。轻微洁癖。超形上维度方面的专家,拯救了一个物种的半虚构角色。寻求赞赏。 | |
| Stern, Holly Dean | Site-87系统技术员 |
| 独立思考者;要么证明你是对的,要么证明你是错的。偶尔会是最聪明的一个,但一直都是房间里最理性的一个。专业是计算机科学和电子工程。值得注意的是,和Saxon博士是朋友。努力摆脱期望的束缚。 | |
| Wettle, Dr. William Wallace | Site-43研究与实验部主席 |
| 见上。 | |
重要事件时间线
1620s
1622
4月1日:PoI-382(Thilo Zwist)出生于奥地利阿姆施泰滕。
1640s
1644
巴伐利亚军队征募schriftsteller,创造了应用于三十年战争中的武器化模因。
1645
5月2日:赫布斯豪森(Herbsthausen)之战。Schriftsteller被弗朗茨·冯·梅西将军杀害。
8月3日:讷德林根之战。PoI-382(Thilo Zwist)杀死冯·梅西。
1890s
1897
5月17日:W. Rydderech发明了奥秘消解。
1898
神秘学家摩根·罗伯逊出版《泰坦残骸:徒劳》,开始了一系列威胁世界秩序稳定性的模因袭击。
1900s
1905
9月13日:V.L. Scout和W. Rydderech在威尔士的卡迪夫大学相遇。
1910s
1912
7月7日:W. Rydderech博士加入SCP基金会。
1915
1月9日:W. Rydderech博士创建奥秘消解小组。
4月1日:V.L Scout博士加入SCP基金会。
4月5日:Scout博士开展CLIO计划,以“辛普森政策中心Simpson Centre for Policy”的名义成立了历史研究小组CLIO-4。
1916
10月28日:SCP-5382发现。
1917
1月1日:Lys Reynders博士被SCP-5382-B感染后身亡。
1920s
1920
3月26日:V.L. Scout博士与PoI-328(Thilo Zwist)首次接触。
1928
休伦湖周边的原住民土地被卖给开发者。
10月17日:皇家超常现象专门研究委员会(Watts委员会)启动。
1930s
1931
7月1日:皇家超常现象专门研究委员会(Watts委员会)结束。皇家加拿大骑警创建神秘及超自然行动特遣队Occult and Supernatural Activities Taskforce(OSAT),由Raynard Watts主管。
1936
伊珀沃什省级公园在原住民土地上建造。
1940s
1942
加拿大联邦政府根据《战争措施法》没收了斯托尼原住民保留地。伊珀沃什军营建立。
4月1日:位于伊珀沃什营地地下的临时站点-43开始施工。
8月3日:Nexus-94在休伦湖周围的原住民保留地建立。
1943
4月1日:临时站点-43完成。
12月31日:Ilse Reynders博士被困在奥秘消解部设施AAF-A的异常文档处理室。
1960s
1960
7月18日:收容突破事故将W. Rydderech博士和SCP-███卷入其中。
1964
3月17日:OSAT的主管Raynard Watts在魁北克蒙特利尔被一头狼人loup-garou杀害。
1965
4月1日:Site-43从临时站点升级为正式站点。
1966
11月14日:W. Rydderech博士消失,成为SCP-5520。
1969
GoI-50504(giftschreiber)开始针对加拿大首相发动模因攻击。
1970s
1979
5月22日:Giftschreiber通过模因干预加拿大联邦选举。
5月25日:皮影戏行动创造了虚构的首相乔·克拉克。
7月3日:A.J. McInnis博士加入SCP基金会。
1990s
1991
9月1日:V.L. Scout博士在多伦多大学招收博士生H. Blank。
1992
11月9日:Site-43“收容”SCP-5281,法属加拿大地区神话中的一个食童幽灵。
1995
H. Blank博士和L. Lilihammer博士在Site-43加入SCP基金会。
伊珀沃什危机;防御部门被原住民抗议者永久驱逐出从Site-43的封锁区。
1996
Nathan Valis博士作为AIAD主管,在Site-15与遗忘性的敌人对抗。
1月6日:Site-43信息与技术密码学部长R. Marroquin被发现是麦克斯韦宗的密探。
2月9日:V.L. Scout博士意图废除SCP-5520。
4月1日:Scout博士退休。A.J. McInnis博士成为Site-43主管。
4月3日:SCP-5281被废除。
1997
4月1日:V.L. Scout博士去世。
4月4日:PoI-382(Thilo Zwist)正式与SCP基金会结盟。
2000s
2002
5月5日:Nathan Valis博士经受身份提取,成为Placeholder McDoctorate博士。
9月8日:SCP-5243首次出现。奥秘消解设施AAF-D出现大规模收容突破,导致七八名工作人员死亡。导致收容突破的SCP-███从现实中被抹去。
9月9日:SCP-5056出现。
2003
9月8日:SCP-5243首次重现。不稳定交错时间线产生。
2007
9月8日:SCP-5243第五次重现。不稳定交错时间线产生。
2009
5月9日:SCP-5109被发现。
2010s
2011
9月8日:SCP-5243第九次重现。不稳定交错时间线产生。
2013
9月7日:首次观测到某个保洁与维修部员工的锁柜里的物品被腐蚀的年度现象。
2015
9月8日:A. Zlata博士被SCP-5243杀害。
2016
9月8日:SCP-5243第十四次重现。不稳定交错时间线产生。
2017
9月8日:SCP-5243第十五次重现。不稳定交错时间线产生。
2019
9月8日:SCP-███恢复到现实中。
2020s
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日:Ilse Reynders博士逃出监禁,成为奥秘消解部长。
9月8日:SCP-5243第十九次重现。不稳定交错时间线产生。
2022
9月8日:稳定交错时间线产生
2030s
2033
“原型”工程开始。
2034
REISNO加农发明。
2030s后
未知
Ilse Reynders博士被重分配到时间异常部,并最终晋升为主管。
所以你想做个蠢加拿大佬
想为这个设定写点东西吗?很简单。简单到连Harry都能写。你可以采取两种不同的方法:
- 稍微阅读一下前面列出的两个系列(“力量与毒性的话语”和“维坎德·尼德技术传媒”),看看你是否愿意为它们添砖加瓦;
- 什么研究都不做,只是询问现有的作者你的兴趣是否适合;
- 大概找到感觉,想到你自己的独立作品,然后把它们写下来。
你不一定要给这个设定增添贯穿全体的叙事。可能把什么故事设定在43站,写点符合现有材料基调的东西,就很好了。不过,如果你真的想给这两个开放系列写东西的话,那么就要记住几件事情:
- 如果你觉得你可能要写一点会影响其他人故事的东西,试着先和他们谈一谈;
- 不要给其他人的作品写过于原创的故事;
- 不要在不过问的情况下就破坏其他人的故事。
Harry会很乐意看到你们想写的任何关于Site-43的东西。只要没有影响到他所谓的故事线的话,尽管自由地无视他吧。
Grigori会很乐意看到你们想写的任何关于VKTM的故事。Grigori会很乐意看到你们想写的任何关于VKTM的故事。
Placeholder的系列就是属于Placeholder的。他有自己的计划。如果你想写有关原型部门的内容(比如说,在一个元叙事异常的收容中使用提到他们的名字),请通过wikidot私信联系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位于一个原住民保留地的枢纽中。如果你自己就是原住民,请无论如何写点关于它的事情!如果你不是,就请不要;
- Site-43位于加拿大。你可以写有关加拿大的屁事。抱歉了,各位。

请按如下方式引用此页:
“值守43 中心”,作者 HarryBlank,来自 SCP 维基。原文链接:https://www.scpwiki.com/on-guard-43-hub。译者 Esperanza_Cai,来自 SCP-CN 维基。译文链接:http://scp-wiki-cn.wikidot.com/on-guard-43-hub。遵循 CC-BY-SA 协议。
更多详情请参阅授权指南。
授权信息
文件名:52435956.jpg
图像作者:HarryBlank
授权协议:CC BY-SA
备注:该图像为合成图像,其组成部分列于下方。组成部分已在SCP-5956中确认符合CC。
图像名:Machine
图像作者:AMagill
授权协议:CC BY 2.0
来源链接:*flickr
图像名:[Interior view of large industrial machinery in a brick building]
图像作者:Beinecke Library
授权协议:CC BY 2.0
来源链接:*flickr
图像名:Machinery
图像作者:schoschie
授权协议:CC BY 2.0
来源链接:*flickr
图像名:Man is machinery
图像作者:JiahuiH/HarryBlank
授权协议:CC BY-SA 2.0
来源链接:*flickr
文件名:AAFC.jpg
图像名:Reverse osmosis desalination plant
图像作者:James Grellier
授权协议:CC BY-SA 3.0
来源链接:*Wikimedia Commons
文件名:BLANK.png
图像名:Rubik's Cube
图像作者:JiahuiH/HarryBlank
授权协议:CC BY-SA 2.0
来源链接:*flickr
文件名:本页所有其他图像!
图像作者:HarryBlank
授权协议:CC BY 3.0
更多维基文档信息,请见版权信息总览。














































