/* 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%;
}
}
S&C塑料中心页

斯洛斯皮特,威斯康星州
大多数人都认为,斯洛斯皮特是全美国大陆最怪诞的地方之一,但你并不会在这找到鬼屋或者重力山这类凡物。相对的,我们有约翰·查普曼亲手开辟的苹果园,里面的植株中流动的不是汁液而是苹果酒。每一所房子都有鬼魂作祟,你可以参加由斯洛斯皮特历史协会及市议会提供的灵异之旅。如果某人有足够的勇气冒险外出,在闪烁的星光与阴森的丛林中度过一晚,野营装备亦随时提供出租。 ——斯洛斯皮特旅游指南,2016版。
这是个大州里的小镇,恰位于明尼苏达州和威斯康星州交界处。西方向是明尼苏达州杜鲁斯市,而东方向的某个位置是威斯康星州苏必利斯市。它位于道格拉斯县的最里端,是美利坚合众国的二十三个枢纽之一,活跃程度仅次于俄勒冈州的路杀县和山谷港,位列第三。
斯洛斯皮特大致上就是一提到“中西部小镇”时你会想到的那副模样。它有一条如未上弦的弓般弯曲,向数个不同方向分岔的主街道;向西是金环路,克拉克街,和枫树街这类更偏远的郊区。这里有两所普通高中:杰克逊·斯洛斯纪念高中和杰克逊·斯洛斯高级中学。在北边,直朝着杜鲁斯市方向的是布瑞路,它的一侧是公路管理办公室,另一侧是一片荒废的农场,其中有一口井隐藏着一个时间传送门。据说这口井曾被一颗流星击中,它周围的土地则在生长出不可食用的果实后陷入持续数十年的荒芜 。
主街道西方是镇子的商业区,分布着各种各样的小商铺,从鲁比咖啡店到黑花园酒馆,再到贝瑞餐馆。另外,这也有各类季节性营业的“黑店”;John Henry的铁匠铺虽然破旧不堪,但拜那些寻求正宗旧式制品的游客们所赐,现在仍生意繁忙。“黑店”常出售各种与超自然有所关联的小玩意,从霍达格蛋到纯正外星金属无所不卖。某一家仍在研制胶卷的相机店,与一家批发乐谱并向附近高中的乐队成员出租乐器的乐器行相邻。
西边还有一座向所有人开放的宠物公园,位于两所教堂——一所圣公会教堂,一所天主教教堂——的中间。镇外西边更远处有一所犹太教堂,而镇子里也有几座较小的寺庙和礼拜堂。
镇子最东端有个值得一提的地方:S&C塑料厂楼。或者,按某些人更熟悉的叫法……
Site-87
Site-87是基金会里最奇异的站点之一;虽不如1990年前后的Site-19那么极端,但枢纽的性质致使在它的高墙之内生活工作的人们更易于遭遇各种奇闻怪事。作为这些不寻常遭遇的结果,员工们的精神得以适应各种情况。他们是基金会中西部站点中最勤奋的工作者之一,但同时,他们也不会害怕诸如“为研究小镇附近森林的异常性质而进行的长时间露营远足”这样的士气建设训练。
——Philip Verhoten博士,《十字路口:对美国城镇异常枢纽的研究》
截至2015年,Site-87已是834名基金会研究员及行政管理人员的工作场所。它是多元宇宙事务局的行政中心,以及基金会枢纽研究倡议(Nexus Research Initiative,简称NRI)的指挥部。NRI将斯洛斯皮特编号为Nx-0018,遵循特定的枢纽交互协议, 具体内容可概括为:
1) 消除城镇居民的异常相关知识会对他们的生活产生不利影响。仅在站点安全或斯洛斯皮特居民生命受到威胁时进行干预。
2) 基金会人员应将斯洛斯皮特内所有社会人员视为E级人员,并依此标准与他们互动。外界的异常相关知识为斯洛斯皮特一般大众所知,但除非遭遇极端情况否则不得进行进一步传播。
3) 基金会人员享有特权,包括车辆征用权,调查权,以及拘留对城镇构成威胁之个人的权力。
4) 所有主要异常——尤其是未分类异常实体(Unclassed Anomalous Entities,简称UAEs)Chapman-341 (“山羊人”),Chapman-342 (“罪女杰西”),Chapman-343 (“蜥蜴人‘桃面鹦鹉’”),Chapman-344 (“钩子手”),Chapman-345(“刀锋之王约瑟夫·梅塞克”),Chapman-346(“环箍蛇女王”),以及Chapman-347(“牡蛎河怪拉茨”)——需尽一切可能捕获并收容。UAE-Tryon-001(“后伏者”),如能目击则需尽一切可能捕获并无效化。
Site-87建立于1976年,紧随着一场,很可能是基金会1970年代最大的烂摊子:克拉科夫营事故。
克拉科夫营与异常
每个孩子的第一次野营都是在害怕不安中度过的。而在斯洛斯皮特这样的小镇里,野营就更让人恐惧了。为数众多的恐怖营火故事,噩梦,和对诸如厕所里的小虫这类东西的普遍焦虑,在大地上形成了灵异的痕迹。这些痕迹在克拉科夫营具现化为梦魇,而当唯一能牵制它们的东西——一个保护性的熊图腾——被基金会移除时,营地内的所有人都死于非命。
基金会取代了图腾,为了监控营地任何可能的进一步活动,Site-87就此建立。基金会认为,威斯康星州的斯洛斯皮特,只是遭遇了一个当地罕见的悲剧的平凡中西部小镇,因此基金会计划于十年内撤除站点,届时将转移其人员及资源至美国其他地区。
可相反的,基金会发现了一个这样的小镇:每周二,主干道的重力都会准时消失十秒钟整,人们可以在恰当的时间点起跳,落到附近的房顶上;警察部门经常需要处理UFO目击事件;加油站的收银员看上去像一只鹿;丛林中生存着成百上千的小动物和不明生物。
基金会之前对枢纽有所研究——最值得注意的有马里兰州哈克尼斯镇:数百种异常疾病的滋生地、疾病预防控制中心的关键隔离区,还有太阳永不升起的俄勒冈州日暮镇。这些镇子都是基金会分别通过城镇档案或口头传言发现的。而斯洛斯皮特有着孤立于世的特性,因此关于基金会究竟是如何发现它的,一直以来都是疑点重重——Site-87指挥部,地区指挥部,甚至委员会成员都无法回答。他们仅仅是得到了一个有关克拉科夫营异常情况的消息,然后斯洛斯皮特就这么登场了。
作为一个特殊的枢纽,斯洛斯皮特的异常性似乎集中于叙事上——各种民俗传说、都市传说,或者一些仅仅是略显奇怪的事情。整个镇子遵循着一种,将一个人的人生“情节发展”引向奇异的、高潮迭起的方向的叙事逻辑 。斯洛斯皮特对那些试图在它的边界内祈求机械降神的行为相当憎恶,它尤其喜欢反讽般地戏弄这些祈求者。一个典型的例子:说句“难道会发生什么事?”就可能导致有趣的,或者毁灭性的结果,并可被处以最高10000美金的罚款及五年监禁。
这些乡镇传说和异常的更怪异部分的主体,集中于围绕着镇子的丛林。
丛林
远离这里
山羊人居住在此
饥饿的他四处狩猎,
速速仓皇逃离!
Burma Shave
——于婴骨丛林中的科赫破屋附近发现的告示牌。
斯洛斯皮特周围的丛林分成三个部分:镇子北边,与布瑞路和旧农场相邻的是婴骨丛林。它得名于一条已干枯的河床上的一座桥,据说曾有一只生物——一个杀人狂,长着山羊脸的恶魔——常常在此劫持已婚夫妇,把他们推入河中杀害,再从死去的母亲腹中取出胎儿。据说是山羊人住所的科赫破屋也位于此。
然后,镇子南边曾是旧镇广场的地方是斯洛斯森林。小镇的建立者杰克逊·斯洛斯在1887年至1890年圣诞期间就居住在此。斯洛斯皮特,当时叫作新多伦多,是杰克逊·斯洛斯致力于与加拿大进行贸易时,为与西部俄勒冈州的前同事兼朋友威廉·谢斯金竞争而建立的木料出口小镇。
在1890年的圣诞节,斯洛斯的庄园被一个巨型陷洞所吞噬,被一并吞噬的还有他半数家人:他的妻子伊莫金和他的儿子贾斯帕。他的女儿卡洛琳则因患上结膜炎入院治疗而逃过一劫。据说伊莫金,贾斯帕,乃至斯洛斯本人仍然徘徊于斯洛斯皮特,虽然存在形态早已改变。
在这个陷洞出现前,新多伦多是一个平静的小镇;而在它出现之后,超自然现象便频繁发生,在万圣节、圣诞节、情人节、愚人节和七月四日等节日更是发展到严峻的地步。新多伦多因此被遗弃,现在具体位置已经不明,居民们则迁移向北方某地,即如今的斯洛斯皮特。
最后,西南方向的是爆破丛林,如此称呼是因为其中有几棵树如同被爆炸余波击倒了一样弯曲成奇怪的角度。这片丛林是数百不明生物、普通小动物以及怪兽的繁衍地,包括本地树懒种群、霍达格巢穴以及后伏者——据说它栖息于一片荒凉空地中唯一的、笔直的死树上。
加入设定
规则相当简单,但个人建议你仔细阅读下述说明。
1) 使用恰当的标点、拼写及语法写作。
2) 在发布前获得批评指正。(或者不。这里的很大一部分故事都是未经评论就发布的作品。)
3) 为自己准备晚餐,重复步骤2(可选),然后发布。
S&C塑料是主站上最宽松的设定之一。你可以通过阅读下面的故事了解众多人物……或者从一个全新的角度出发进行写作。融入设定的途径有很多,选择哪条完全取决于你自己。不过,主基调总是:少一点“毁灭,阴郁,残酷黑暗”、多一点“奇异事物不断浮现的古怪小镇”,少一点马萨诸塞州阿克汉姆镇、多一点华盛顿双峰镇。
如果你确实想为此写作,这里有一些推荐的阅读/视听材料能帮助你进入状态:
- 《怪诞小镇》(Gravity Falls),动画电视节目,2012-2016,艾利克斯·赫希(Alex Hirsch)出品。
- 《双峰》(Twin Peaks),真人电视节目,1990-1991,大卫·林奇(David Lynch)出品。
- 《King Falls AM》,播客声剧,Make Believe Picture公司出品。
- 《我们的小镇》(Our Town),1938年戏剧作品,桑顿·怀尔德(Thorton Wilder)编剧。
- 任何你觉得能帮助你写出最佳作品的东西!
故事
独立故事:
By Djoric:
应对方案 - 作为S&C塑料宇宙观基础的故事。
周五 - 虽然时间顺序上不是系列首位,但却是在S&C塑料设定下写成的首个故事。
By Ihp:
野营的最后几天 - 亲爱的爸爸妈妈,我过的很好……
多元宇宙里的生活 - Bailey兄弟的故事。
Keter蚊子的进攻! - 即将于各大影院上映!
S&C塑料公司的万圣节 - 也可以说成,你应该为萨温节作装饰打扮的理由。
我感觉不错 - 这是世界末日——不是吗?
玩火 - 这不是“魔法”,是“EMF操纵”!
古老传说 - 让我给你讲个故事……
这些不科学 - “历史频道”,我勒个去。
万圣之舞 - 传说们与圣灵们的。
贝氏圣诞 - “能代我跟爸问声好吗?”“我会的。保证。”
Site-87圣诞节的十二天 - “等这事过去我们得来上一大堆蛋奶酒和一大堆朗姆酒。”
萨提尔之治 - 变态杀手,是什么玩意?
Happy Howlidays - 效果不是很好,朝月亮嚎叫一声看看吧。
Coyotl - 郊狼,认识下小羯子。
Fools of Us All - 四月一号是一个平静的日子。
I.H.Pickman的提案- 你一生的故事。
A Christmas Caterwaul- What the Dickens?
覆咖啡难收- 若是遗忘了过去的美好时光,你会怎么做?
By ksaid:
Four Seconds, Low Pitched - 杰克逊·斯洛斯纪念高中紧急协议。
By Roget:
玉米片引发的血案 - 士气恢复前不会再进行新的测试。
By HammerMaiden:
赏叶者 - 有时你只想要彻底摆脱这一切……
By Technician Downs:
The Shark, Pt.1 - Bellincioni与Reader相约酒吧。
By Petrograd:
大威斯康星州里的时间犯罪——一份入门指南 - 时间旅行是种复发性疼痛。
By DrChandra:
赫曼·富勒能把它塞进屁股里 - 剧透警告:他真这么干了。
SCP-4040 - 关于地里的一个洞。
Wait, Did You Mean The Movie Or Pulp Magazines? - Momo加入了这个团伙,但没有人会把它印出来。甚至连S&C纸业都不会。
By stormbreath:
SCP-001-D - 时间流逝,甚至连恶魔也迈向衰老。
By Researcher Blasko:
Tight Bookshelves - 记得给你的书本们留下呼吸的空间。
By Ellie3:
S&C塑料竟然真的会去做本职工作 - 掩饰工作颇为烦人。
S&C塑料的众多业务 - 你为什么不S&C研读Peruse一下这个故事?
A Hero I Would Be! - 我是超级英雄!
Entangled In An Interdimensional Spirally Dance - "This isn't Koala's Pit, right?"
"You called my bluff." - Come back together.
By Uncle Nicolini:
S&C纸业 - 更换掩饰工作就更让人厌烦了。
故事系列
1040 by Ihp与HammerMaiden
Tax Man - 让我告诉你该怎么做,一份留给你,十九份归我……
A Multi-Universal Affair - 就这么一次,这个设定维持在基准世界线上讨论Bailey兄弟。
Bugs in the Process - 这一次不可能得到确切的调查结果。
There's Magic in the Air
工人间的联系 by Ellie3
Starlow Grocery - ♫ 这是属于你我的杂货店 ♫
There's a Job For Everyone - “我们的工作其实很重要。至少大部分人是的。”
The Bed Salesman: A Brief Interlude - “这是个新的。”
黑色秋日 by Ihp
黑色秋日中心页 - 这是个全斯洛斯皮特都绝不会忘记的万圣节。
黑色秋日II:斯洛斯之坑的出现中心页— 树懒Sloths从坑Pits中爬出
Black Autumn 3: Discordant Anthology Hub - Spread of Apples