#page-content .collapsible-block { position: relative; padding: 0.5em; margin: 0.5em; box-shadow: 2px 1.5px 1px rgba(176,16,0,0.7), 0 0 0px 1px lightgrey; overflow-wrap: break-word; } .collapsible-block-unfolded{ color: black; overflow-wrap: break-word; } .collapsible-block-unfolded-link { text-align:center; } .collapsible-block-folded { text-align: center; color: dimgrey; } .collapsible-block-link { font-weight: bold; color: dimgrey; text-align: center; } .addendumbox { padding: .01em 16px; margin-bottom: 16px; margin-top: 16px; padding-bottom: 1em; box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); } .material-box { padding: .01em 16px; margin-bottom: 16px; margin-top: 16px; padding-bottom: 1em; border: 1px lightgrey solid; box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.16); } .material-box blockquote { border: 1px double #999; } .wiki-content-table { width: 100%; } .addendumbox blockquote { border: 1px double #999; } .addendumtitle { opacity: 0.8; margin-bottom: 10px; color: #b01; } .maintitle { margin-bottom: 10px; color: black; } .scp-header { text-align: center; font-size:x-large; color:#b01; } .addenda-header { width: 100%; border-bottom: 2px black solid; color: black; } .scp-info { display:flex; justify-content:space-between; font-size:large; } .scp-info-box { display:flex; justify-content:space-between; } .object-info { color:black; align-self: flex-end; font-size: large; } .title-style { opacity: 0.8; margin-bottom: 10px; color: #b01; font-size: large; text-decoration: underline; font-weight: bold; } .update-div-empty { text-align: right; font-size: x-small; color: lightgrey; } .update-div { text-align: right; font-size: x-small; } .computed { border: 1px black solid; width: 50%; display: inline-block; text-align: left; padding: 3px; } .computed:before { content:"Computed Code"; font-weight: bold; border-bottom: solid 1px black; width: 100%; } .rawcode { border: black solid 1px; width: 50%; display: inline-block; text-align: left; padding: 3px; } .rawcode:before{ content:"Raw Code"; text-align: center; font-weight: bold; border-bottom: solid 1px black; width: 100%; } .codebox { display: inline-block; width: 100%; text-align: center; } .yui-navset .yui-nav .selected a em, .yui-navset .yui-nav a em{ padding: 0.25em .75em; top: 0px; margin-bottom: 0px; } .yui-navset .yui-nav .selected a { background: gray; } .yui-navset .yui-nav .selected { margin: 0px; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover, .yui-navset .yui-nav .selected a { background: gray; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background: gainsboro; text-decoration: none; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: none; background-image: none; } .yui-navset .yui-nav a { background: none; } .yui-navset .yui-nav li{ margin: 0px; } #page-content .licensebox .collapsible-block { position: unset; padding: unset; margin: unset; box-shadow: unset; } .licensebox .collapsible-block-unfolded{ color: inherit; } .licensebox .collapsible-block-unfolded-link { text-align: left; } .licensebox .collapsible-block-folded { text-align: left; color: inherit; } .licensebox .collapsible-block-link { color: inherit; text-align: left; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
SCP-5698内部全景图。.无论异常所在的建筑物大小如何,其内部环境均是如此。
特殊收容措施:
梅塔特隆.aic负责扫描警方报告和平民投诉记录,寻找SCP-5698出现的迹象。在异常消失后,基金会需对所有受到异常直接或间接影响的人员实施记忆删除。对受影响人员的支付记录和银行账户进行伪造调整,从而掩盖SCP-5698的效应。
描述:
SCP-5698是一个不断迁移的多元口袋现实,其内部有一间消费品仓库。此异常会作为建筑物的一部分出现于目前存在的仓库的内部,覆写此位置的基准现实,直到异常消失。原本在仓库内工作的雇员将被纳入异常中,以SCP-5698的管理者和工人的身份出现。异常的持续时间从两天到一个月不等。SCP-5698的出现规律不明。
少数情况下,异常所在的仓库已被废弃,则异常出现时距离仓库一百米以内的人员均会被编为雇员,无论这些人与仓库有何关系。
在仓库被SCP-5698覆写的时间段中,原本存储于此的商品将不知去向。异常消失后,仓库将恢复原状,受影响人员对自己身为异常仓库员工的经历仅有模糊的记忆。
发现:
SCP-5698被发现于2014年3月31日,当时位于俄亥俄州溪畔市.据2010年美国人口普查结果,当地居民人数在五千人以下。的一间废弃仓库被此异常占据。这间仓库与溪畔市法院及市政府所在的大楼之间距离不足三十米。基准现实被覆写后,所有当时在大楼中工作的人员均被编为SCP-5698的雇员。Maria Hoffman市长担任货物收发经理,Jacob Fischer法官则变成了仓库总经理。
于2014年4月2日,当地警方前往市政府大楼;此前,警方接到了大楼已经人去楼空的报告,报警人宣称市法院与市政府的三十三名工作人员消失的原因是“他们谴责了基地组织的恶霸”。随后,溪畔市警察前往被SCP-5698占据的仓库;在13:00左右,有人发现Fischer法官穿着短袖纽扣衬衫,系着发皱的油污领带,拿着一袋快餐食品走进仓库。
接受溪畔市警察局询问时,受访者均没有意识到仓库中的员工曾在SCP-5698以外的地方工作过。
安插在俄亥俄州警察系统中的基金会特工将此现象上报并知会了Site-43。在了解事件详情后,Site-43展开调查。警员和目击者被实施了记忆删除。
附录5698-1
– SCP-5698其它显现记录 –
- 瑟伯,德克萨斯州
- 普拉亚斯,新墨西哥州
- 纽里,南卡罗来纳州
- 马德里,新墨西哥州
- 埃尔科,明尼苏达州
- 纽马,艾奥瓦州
- 特灵瓜,德克萨斯州
- 科勒,威斯康星州.今后的异常显现记录将被添加到此文件中。
附录5698-2
– 与受影响人员的交流记录 –
日期 – 2014年4月2日
采访者 – 研究员Wettle
受访者 – 前市长Maria Hoffman
SCP-5698货物收发经理,Maria Hoffman。
Wettle:我听说你是经理,真的吗?
Hoffman:我是货物收发经理。为什么问这个,朋友?
[Wettle发出清喉咙的声响。]
Wettle:县里派我过来商量一下你对仓库的经营许可,还要检查工作场所。你不会惹出什么问题吧,Hoffman?
Hoffman:不,就是我还不知道你想从我这里听到什么话?
Wettle:你的回答!
Hoffman:你还没提问呢。
Wettle:好好,你真是专心听我说话了。行吧那么,这里有什么业务?
Hoffman:我们是公司主要的分销部门。因此,我们负责存放货物,并确保他们能够抵达商店货架。
Wettle:好的,你在这里工作多长时间了?
Hoffman:六年。
Wettle:有没有想过竞选政府职位?
Hoffman:为什么呢,明明我在这里有这么好的工作?
Wettle:你的工作是什么,说清楚一些?
Hoffman:我管理公司在这一地区的货物收发。
Wettle:好吧,好吧。还是不可能去竞选职位吗?
Hoffman:这是什么意思?
Wettle:你不记得自己在十八个月以前参加了市长竞选并且获胜了?
Hoffman:没有!太荒唐了,我一直在这里工作。
Wettle:这里,就是说这间仓库。
Hoffman:是啊,不然在哪里?
Wettle:在这里工作有哪些好处?
Hoffman:我每周工作五十小时,一秒钟都不多。我一小时能赚13.50美元,而且他们给我发了这件整洁的衬衫。这不好吗?
Wettle:[低声]这也没那么整——
Hoffman:此外,我还能干什么工作?看吧,县上来的官员先生,在城里好好看一圈。你见得到很多就业机会吗?
记录结束
日期 – 2014年4月3日
采访者 – 研究员Wettle
受访者 – 前法官Jacob Fischer
SCP-5698总经理,Jake Fischer。
Wettle:好的,昨天我和你的货物发送经理谈——
Fischer:货物收发。
Wettle:都一样。那么,你打算表现得更合作一些?
Fischer:每一位公司员工都很乐于帮忙。这就写在我们的标语上!
Wettle:很棒。请不要太过热情。
Fischer:嗯,朋友,你不是能和我聊得最投机的人。你说你是县里派来的?
Wettle:确实。好的,话说你在这间仓库里工作多久了?
Fischer:二十年。
Wettle:你在参加工作之前上过大学吗?
Fischer:老天啊,没有。
Wettle:所以,你没有在二十八年前从法律学校毕业?
Fischer:[大笑]要是我读了法律学校,你以为我还会来仓库当经理吗?即使有像这里一样的好仓库?
Wettle:很好,当我没问吧。[低声]荒唐。
Fischer:是啊,当时我能得到这份工作真是走大运了。在来这里上班之前,我曾经在一家轮胎工厂里干活。可后来工厂关停,公司把它搬到了海外。突然间,城里所有人都有幸领上了失业救济金。过了一段时间,人们逐渐搬到外地,就为了找个洗盘子的活干。要不是公司在这里开了间仓库,恐怕我要无家可归,甚至更惨。
Wettle:所以,你经常让你的员工加班?
Fischer:有多少需要就做多少工作,这便是我们的做法。另外,不拖着他们多干一会是不行的。
Wettle:但他们好像赚不到那么多钱啊,如果没必要的话,他们为啥加班呢?
Fischer:别这么讲,公司的薪酬在业内是有竞争力的。他们现在赚的钱肯定比失业的时候多,对吧?
Wettle:你至少得付联邦规定的加班费吧?
Fischer:事实上,没人加班。
Wettle:什么?Hoffman说她一周工作五十小时!
Fischer:当然,她确实是这样。但每个人都指望着这里的薪水。我们要干到工作完成才算下班。
[研究员Wettle发出了表示厌恶的声音。]
Fischer:有什么问题,哥们?
Wettle:你对员工福利的态度真是有趣。
Fischer:哦,他们没有福利。公司参与了奥巴马医改,他们用不着。
Wettle:[叹气]行吧,我会记下来的。
附录5698-3
– 异常的后续影响 –
受到SCP-5698直接影响,即被卷入当地的现实覆写事件并成为异常内员工的人员,其人格上仍然残留着大范围的影响。例如,他们在与他人交流时表现出更强的攻击性,并使用粗俗乃至非专业性的语言,无论他们有何身份背景。尽管他们对自己担任SCP-5698雇员的经历仅有不完整的记忆,但他们的思维倾向也会因此遭受持久性的影响。
溪畔市议会会议
涉及人员:市议会成员Markam、Valencia、Gerber及市长Hoffman
日期:2014年5月3日
[摘录开始时,会议正在进行中。]
Markam:抱歉,市长,我想我还没有理解?
Hoffman:耶稣啊,Jill,这太他妈明显了。
[三名市议会成员互相用眼神示意,但没有说话。]
Hoffman:如果这些公司不去保证他们的雇员拥有医疗和其他方面的福利,我认为我们应该开一间由城市运营的诊所兼食物银行!我们的民众理应享受这些照顾,他妈的。
Valencia:当然了,那是高尚之举,但我们要从哪里获得资金?
Hoffman:政府拨款,提高商业税,做我们必须要做的事情,从而切实地服务贫困居民。我当市长不是为了把那些选择了我的民众抛弃在水深火热之中。.实际上,Hoffman市长的竞选宣言是“商业优先”。
Gerber:市长,我得说,您为我们选民服务的热情真是值得赞扬……我想提醒一句,所有的市议会会议都是录音的。可否请您表现得更加稳重一些?
Hoffman:如果这意味着坐视民众因为只有一点垃圾薪水而得不到关怀或吃不饱饭,那就让它[已编辑]。
摘录结束
市法院庭审记录
日期:2014年6月14日
审理案件:McGurney诉Benton制药公司
审判长:Jacob Fischer阁下
Fischer:辩方,我得说,要不是你们被告的人力资源管理烂成这个鬼样,说不定我们今天都不至于法庭相见。
辩方:法官阁下?
Fischer:得了吧,这男人遵照合同连续六个月每周工作六十五小时,然后被炒了鱿鱼。那么,没有加班费或者补助吗?假如你们能对雇员保持一点点尊重,你们公司的财务都不会落到谷底。
被告公司CEO:啊,法官阁下……
Fischer:切,算了。我裁定,你们要以雇员的标准对待这位男人,给他员工补助。如果你们不喜欢,麻烦塞住你们的——
摘录结束
更新:在首次出现的SCP-5698消失后,此前被异常移走的货物返回了仓库中原来的位置,但贴上了新的商标.此现象在每次异常消失之后都会发生。。 拍摄下来的图像示例见下。
请按如下方式引用此页:
“SCP-5698”,作者 Grigori Karpin,来自 SCP 维基。原文链接:https://www.scpwiki.com/scp-5698。译者 Grignard_reagent,来自 SCP-CN 维基。译文链接:http://scp-wiki-cn.wikidot.com/scp-5698。遵循 CC-BY-SA 协议。
更多详情请参阅授权指南。
授权信息
文件名:warehouse
作者:US Dept of Agriculture
授权协议:公有领域标识1.0
来源链接: LINK
备注:
文件名:mayor maria Hoffman
作者:USDA NRCS Montana
授权协议:公有领域标识1.0
来源链接: LINK
备注: Edited by Grigori Karpin
文件名:honorablejacobfischer
作者:Grigori Karpin
授权协议:CC BY-SA 3.0
来源链接: LINK
备注:由以下两张图片合成:
文件名:Training Manager
作者:WorldSkills UK
授权协议:CC BY 2.0
来源链接: LINK
文件名:my office
作者:abdulfarukhi
授权协议:CC BY 2.0
来源链接: LINK
文件名:Medium Box, closed
作者:Meathead Movers
授权协议:CC BY-SA 2.0
来源链接: LINK
备注:由Grigori Karpin和
HarryBlank使用以下图片制成:
文件名:vintage paper texture
作者:pinkorchid_too (Sandra)
授权协议:CC BY 2.0
来源链接: link
文件名:5698-logo
作者:HarryBlank
授权协议:CC BY-SA 3.0
来源链接: link
备注:已获得原作者直接授权
更多维基文档信息,请见版权信息总览。