:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: clamp(2rem, 5vw, 2.8125rem);
--header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem);
--logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg");
}
#header {
--search-textbox-text-color: var(--swatch-secondary-color);
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center 0;
background-size: auto calc(var(--header-height-on-desktop) - 1.5rem);
opacity: 0.8;
pointer-events: none;
}
#header h1,
#header h2 {
margin: 0;
padding: 0;
width: 100%;
height: var(--header-height-on-desktop);
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
}
#header h1 a,
#header h1 a::before,
#header h2 span,
#header h2 span::before {
margin: 0;
padding: 0;
z-index: 0;
display: block;
text-align: center;
}
#header h1 {
z-index: 1;
}
#header h1 a::before,
#header h1 a::after {
content: var(--header-title);
}
#header h1 a::before {
color: rgb(var(--swatch-text-tertiary-color));
z-index: -1;
-webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark));
}
#header h1 a::after {
color: rgb(var(--swatch-headerh1-color));
z-index: 1;
}
#header h2 {
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#header h2 span {
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em);
}
#header h2 span::before,
#header h2 span::after {
--wght: 600;
content: var(--header-subtitle);
position: absolute;
left: 50%;
transform: translateY(-50%) translateX(-50%);
width: 100%;
text-align: center;
}
#header h2 span::before {
-webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark));
}
#header h2 span::after {
color: rgb(var(--swatch-headerh2-color));
z-index: 1;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
color: rgba(0, 0, 0, 0);
}
@media (min-width: 36rem) {
#login-status {
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status::before {
--mask-image: none;
background-color: transparent;
}
#login-status:not(:focus-within) {
color: rgb(var(--login-line-divider-color));
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
}
#login-status #account-topbutton,
#login-status:not(:focus-within) #account-topbutton {
--clip-path:
polygon( 0 0, 100% 0, 100% 100%, 0 100% );
background-color: rgba(var(--login-arrow-color), 0);
}
#login-status #account-topbutton::before{
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(var(--login-arrow-color), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton:hover::before {
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
}
#login-status:not(:focus-within) #account-topbutton::after {
display: none;
}
#login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
pointer-events: all;
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) {
opacity: 1;
}
#login-status #my-account {
--wght: 300;
}
#account-options {
background: var(--gradient-header);
}
#search-top-box {
top: 1.5em;
right: 3%;
background: rgba(var(--search-focus-textbox-bg-color), 0.4);
}
#search-top-box:focus-within ~ #login-status {
opacity: 1;
}
#search-top-box::after {
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#search-top-box:not(:focus-within)::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0% 100%
);
background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#search-top-box:not(:focus-within):hover::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
background-color: rgb(var(--search-icon-hover-bg-color));
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) {
max-width: var(--search-width);
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
max-width: var(--search-width);
padding: 0 var(--search-height) 0 1em;
outline-width: 0;
background-color: rgb(var(--search-focus-textbox-bg-color), 0.35);
color: rgba(var(--search-textbox-text-color), 0.4);
cursor: pointer;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"],
#search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] {
pointer-events: all;
border: none;
}
}
#page-title::after,
.meta-title::after,
#page-title::before,
.meta-title::before {
content: "";
flex-grow: 1;
height: 0.0625rem;
background: rgb(var(--swatch-primary));
}
#page-title::before,
.meta-title::before {
margin: auto 1.25rem auto auto;
}
@supports(display: grid) {
:root {
--sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19);
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.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;
}
}
}
}
作者 PlaguePJP feat. LORDXVNV
次要等级:次要等級:
{$secondary-class}
扰动等级:擾動等級:
{$disruption-class}
特殊收容措施:直接收容SCP-6596目前已被证实不可能。但因其与Site-120的关系,SCP-6596并不会对帷幕造成威胁。鉴于该原因,再加上SCP-6596出现的规律,工作的重点已经从出现期间的直接抓捕与收容转移到了临时的防御措施上。
自然科学部当前正在与Site-120的人员协力研发永久收容的方法。假如/一旦该项研发完成且获得成功,该收容方法将被应用于所有基金会站点,作为一种预防措施,以防SCP-6596将攻击目标从Site-120转向别处。
描述:SCP-6596是一个大致呈人形的两足实体,外形近似一匹成年马的骨架。该实体的身体大部分被一块白布所覆盖,但从视频画面和目击者的证词可以确定SCP-6596拥有一对上肢和双手,以及两条有蹄的下肢,它们全都由骨骼构成。
SCP-6596的眼窝中对应双眼的位置镶嵌着两个银色的玻璃饰品。SCP-6596全身亦带有各种饰物,如珠串、首饰和蝴蝶结等。尽管外表如此,SCP-6596的感官并未受到其状态的阻碍,它反而拥有智能与感知力,并可通过未知的方式发出语音。
虽然SCP-6596的具体来历不详,但烟囱之上的野林中发现的多份文件与书籍都对其有所提及,并将其视为一个代表了食欲与贪婪的无赖实体。进一步的信息仍有待后续调查。
SCP-6596能够在长短不限的距离内任意地瞬时显现或消失。它的反应异常敏锐,可以轻易地回避攻击者、障碍物和/或陷阱。据推测该实体覆体的布料下存在一个口袋维度,很可能位于其胸部区域,实体会使用该口袋维度储存物品。
SCP-6596利用上述的能力威胁位于波兰琴斯托霍瓦的基金会站点Site-120。
自2005年起,Site-120会在每年十二月的第一周遭遇SCP-6596。每一次遭遇都按照类似的流程展开:
- 在08:00至20:00之间,监控系统会收到提醒,称有未知实体出现在站点的某一入口处。
- SCP-6596尝试与站点人员接触,以带旋律且押韵的语句回答一切问题,并提出进入站点和获取食物与饮料的要求。
- 响应人员需以同样押韵的语句对其进行回复。如果响应人员没有及时回复,发生口误,说话不押韵,和/或语气“不够欢乐”,SCP-6596就将从站点外的当前位置消失,并在站点食堂中再次出现。
- SCP-6596随后会洗劫食堂,窃取所有食物,包括冰箱和冷藏库中的库存,然后从站点中消失。
以下视频记录为一次典型的SCP-6596事件。
视频记录
前言:以下内容为第4次SCP-6596事件的记录。在第3次袭击后,Site-120开始尝试通过设置各种障碍来阻挡SCP-6596并将其收容,首先他们清空了站点内的所有的食物和食材。
«记录开始»
[10:01]:站点监控系统收到提醒,称有一未知实体位于站点西北部入口的门前。
Asheworth主管:它来了!喂喂喂,它已经来了!快点就位!
[10:02]:SCP-6596前后晃动着头部。它注意到监控摄像头对准了它。它连续四次开合下颚。
Asheworth主管:今年是谁来跟它对唱?Jakob上哪儿去了?
Reigen博士:来了,来了。不好意思。
Asheworth主管:麦克风在这儿;做好准备。
Reigen博士:没问题。
SCP-6596:各位朋友好久不见!回来的感觉真好!
我来这里是有事相求,相信你们早已知道。
我嗓子干得冒烟,肚子里也空无一物,
这样实在太难受,我简直有点想哭!
我将万分感激各位今晚的慷慨,
假如你们愿意给我饮料和美味的饭菜。
(Reigen展开他的词稿,启动了麦克风。)
Reigen博士:你又回来了,真是意想不到的喜悦——
能再一次见到你进入我们的世界。
[10:04]:SCP-6596开始跟随Reigen博士的韵律晃动身体。
Reigen博士:但请你睁大眼睛仔细四处看看,
非常抱歉,今晚你要进门恐怕很难。
SCP-6596:真是一场欢乐时节的欢乐演出!
我想我并非不能体谅你们今晚的难处。
但是今晚马上就要到来,各位糊涂的伙伴,
如果到那时我还在门外,我就会彻底完蛋!
一口热乎的食物,一口冰凉的麦酒,
对于虚弱的我来说就是全部所求。
让我在你们可爱的住处暂时歇一歇脚,
我发誓我会很快离开——我也不喜欢白嫖。
Reigen博士:(咳嗽)很遗憾要告知一条也许你没想到的消息,
但是你根本已经被严禁出现在这里。
你闯入这个地方大肆强取豪夺,
这四年我们受够了你带来的灾祸。
SCP-6596:哦求求你了先生,你就没有一点慈悲心肠?
我也不想事情闹成这样难看的收场!
我需求的只不过是一点爱和同情,
你们有权有势,而我身在悲惨的处境——
在寒风中,在这片凄凉灰暗的土地,
我只求你们能助我一臂之力。
Reigen博士:对不起朋友,我们不会允许你这样做,
因为此时此刻我们这里人数众多——
伙伴们在这里欢快地唱歌跳舞,
一悦喜切——妈的。
[10:13]:SCP-6596从门外消失。安保队伍在食堂中分散开来。
Asheworth主管:见鬼了,Jakob!怎么到了这里还会出错?你都坚持了那么久了!
Reigen博士:别瞪着我!要怪就怪那帮智障词作者在这段东西里放了六个“喜悦”——他妈的整整六个,Dan!你试着按拍子说六遍看看!
[10:16]:SCP-6596出现在1楼的食堂。安保队伍包围了该实体,但它毫不慌张。SCP-6596继续查看空无一物的食品柜台。
[10:17]:一名特工命令SCP-6596停止行动并维持原地不动。SCP-6596无视了特工的命令,转而走向食品柜台后方,进入储藏室中。
[10:18]:SCP-6596打开冷藏库,发现里面是空的。它又打开了另外的三个冷藏库和五个冰箱。它们全都是空的。
[10:23]:SCP-6596走出储藏室,回到食堂大厅。多名特工缓慢地靠近该实体。
[10:24]:两名特工绕到了SCP-6596身后。他们从枪套中抽出非致命性武器并将其启动,随后冲向了实体。其中一人跳起身来,瞄准了SCP-6596的头部和前胸,而另一人袭向它的腿部。SCP-6596立刻消失了。
[10:25]:监控录像显示SCP-6596在2楼食堂中。特工追向SCP-6596,它迅速地移动到了储藏室,再一次发现其中并无食物。
[10:31]:特工进入食堂。SCP-6596向他们连续两次开合下颚,然后从当前的位置消失。
[10:32]:监控录像显示SCP-6596来到了Site-120的1楼办公区域。该实体在每一条走廊中穿梭,寻找空白的打印用纸。它取走了它发现的所有空白纸张,将其装入覆体的布料之下。
[10:34]:SCP-6596找到一台复印机,取走了其内部所有的空白纸张。在又一次扫荡了整个区域后,SCP-6596在原地消失。
[10:36]:监控录像显示SCP-6596出现在地下储藏室。它飞奔着穿过这个宽敞的区域,直至找到办公物资储存区。它取走了它在此发现的所有空白纸张,将其装入覆体的布料之下。特工正在赶往它当前所处的位置。
[10:45]:在特工接近它时,SCP-6596从地下室中消失,随后出现在2楼的办公区域。此后的28分钟内,SCP-6596在回避追捕的同时取走了它所发现的所有空白纸张。
[11:15]:SCP-6596出现在Asheworth主管面前。
Asheworth主管:我了个擦!
(Asheworth启动他的安保警报器。)
(SCP-6596逐渐靠近Asheworth主管,将他逼至角落处。它把它的口鼻部凑到距离Asheworth的鼻尖只有数厘米处。它在该姿势上维持了三秒,然后连续三次开合下颚,发出近似大笑的噪声,并在11:17彻底消失。)
«记录结束»
后记:事后的调查证实SCP-6596带走了Site-120中储存的全部空白纸张。由于此时已临近圣诞节假期,直至下个月才有新的纸张被运送至Site-120。
附录6596.1:SCP-6596相关事件记录,有删节
年份 |
针对SCP-6596的对策 |
被偷走的物品 |
2005 |
无;第一次事件 |
12千克冷冻鸡肉,4箱墨西哥烤肉口味MRE以及两台自动售货机。 |
2006 |
无;意料之外的第二次遇袭 |
全站点所有的冷冻蔬菜,共计1400磅的切块牛肉和猪肉,全站点所有的乳酪、所有的面包,以及Asheworth主管购买的两瓶热带酸橙口味激浪汽水。 |
2009 |
厨房与办公区域被封锁并有专人把守。机动特遣队特工分散到站点各处。 |
4扇原本安装在食堂的门,10升鸡肉汤面,4箱淡啤酒,1箱拐杖糖,全站点所有的煎鱼饼。 |
2013 |
清空了所有食物,所有松散物品以及SCP-6596此前偷窃过的一切杂物。 |
14扇窗户,3辆收容用车辆,SCP-048,以及Site-120所有电脑的CPU。 |
2017 |
Site-120的每个入口处都安置了由Edison Walstroft博士研发的分子重定位器,可将SCP-6596传送至Site-19地下的一个实验性的现实稳定收容间内。 |
Edison Walstroft博士。 |
附录6596.2:Site-120令状
相信你们一定都很清楚,每年的那个时候马上就要到了。我知道这句话我已经反复说了十多年了,但是这一次,我认为我们真的找到了可行的对策。下周,以下物品预计将会从Site-120中消失:
- 办公桌;
- 餐桌;
- 门;
- 窗;
- 纸张;
- 书写工具;
- 餐具;
- 灭火器;
- 一切食物;
- 直饮水台。
基本上,我们将转移一切可转移之物来保护我们的设施。在事件前的一星期,我们要求Site-120的员工将各自办公室、工作站和/或宿舍中的全部物品带离站点,要么带回家,要么带到临时Site-121中,在SCP-6596袭击之前的准备阶段和袭击期间,我们将在此进行工作。
今年我们一定可以抓到它。
在该令状发布之后,该年度SCP-6596事件的准备工作正式开始。临时Site-121与Site-120的监控和广播系统相互连接。与之前的SCP-6596事件不同的是,这一次负责应对SCP-6596要求的人员将会邀请该实体进入站点。
附录6596.3:事故6596.2020
视频记录
«记录开始»
[12:04]:站点监控系统收到提醒,称有一未知实体位于站点东南部入口的门前。
SCP-6596:我们的交情至今已有不少个年头,
我总是满怀真诚恭敬而来,我的朋友。
如今我在饥肠辘辘中再次请求你们的帮助,
亲爱的朋友,很遗憾我们无法让时光留驻。
一顿美餐,再加上一些暖心的好酒,
我要的只有这些——然后我马上就走。
Asheworth主管:我想我应该在开始前跟你把话说清楚,
这个美妙的地方内部现在是一片空无!
你很快就会知道,今年和往年大不一样,
我请求你进来看看,来吧,快快入场!
[12:07]:SCP-6596迷惑地盯着摄像头看了一会儿,随后它原地消失并再次出现在Site-120的食堂中。
该实体在此后的30分钟内跑遍了整个站点,在空荡荡的壁柜、办公室、休息室和储藏间中四处搜寻。
[12:39]:SCP-6596走近一个监控摄像头,将它的嘴凑到距离镜头只有几厘米处。
SCP-6596:诡计,骗局,你把我当做傻瓜?
没有礼物、美食和酒?何等奸诈。
难道这些年来你只觉得我是笑话一场?
恐怕我没有让你好好领教我的力量。
你们把我的家乡称为无名之境。
今年我要夺走的就是你们的姓名。
包括这个地方,因为这个你们似乎不缺!
现在是时候跟你们宝贵的120道别。
除此之外,也包括你出生时的获赐,
从今天起Daniel Asheworth再也不是你的名字。
[12:44]:一阵强风吹拂过临时Site-121。会奇术的站点主管捂着自己的头,显得很痛苦。两分钟之内双方都没有说话。
“啊,完蛋了。”
[12:48]:SCP-6596朝镜头连续两次开合下颚,然后消失了。
«记录结束»
正在研发递归式反制咒语,以夺回大奇术师与波兰控制收容设施的名字。该咒语将在人员全部返回伪装的工业园区后实施。