: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;
}
}
}
}
特殊收容措施: SCP-3837收容于Site-322的一间标准人型异常收容室中。在SCP-3837的视线中禁止出现含有玉米的食物。所有SCP-3837发出的有关于一个人是否食用过玉米的问题将被否认或忽略。
SCP-3837的文件目前存储在Site-322的集成程序中。详情见附录。
描述: SCP-3837为一个部分被糠质包裹的谷物(玉米)。有由直径0.6mm茎秆组成的临时四肢,直立高度0.2m。项目手臂末端为四个手指,其中一个为对生拇指。项目具有一束从顶部伸出的,覆盖了前部左上部分的谷穗(玉米穗)。
即使缺少必要的器官,SCP-3837仍具有智力与知觉,能够感知并发声。SCP-3837自称为“伟大的猎山羊者Cornelius”;同时,SCP-3837的语言措辞带有中世纪以及莎士比亚的风格。暂不清楚这是否是主观性选择。
SCP-3837对于山羊(家山羊)的敌意高到难以置信,且会在提到动物时发怒。当向SCP-3837展示有关山羊的绘画或是类似山羊的物体时,项目的态度会恶化。当此种情况出现时,SCP-3837 会表现出与创伤后应激障碍相似的症状,包括惊恐发作、焦虑和情绪压力。
SCP-3837在2020年5月12日发现于肯塔基州丹维尔的一个农场,当时项目正挥舞着勺子潜伏在栅栏周围。农场主联系了当局,随后MTF Iota-10(该死的联邦探员)顺利收容了SCP-3837,期间无任何意外发生。标准面纱保留协议将在恢复后启动。
附录3837.1: 收容后访谈记录
访谈日期:20年5月13日
受访对象: SCP-3837
采访者: Dr. Pattinson
<记录开始>
Dr. Pattinson:晚上好,我是Dr. Pattinson。你现在所在的地方很安全—
SCP-3837:你杀过我的兄弟们吗?
Dr. Pattinson:什么,例如其他的玉米吗?你指的是像你一样的还是普通的玉米?
SCP-3837:那不是个否定!
[SCP-3837从椅子上跳下,跑到了Dr. Pattinson的腿边。随后开始拍打Dr. Pattinson的脚。Dr. Pattinson并未受伤。]
Dr. Pattinson:行吧,行吧,冷静点。我不吃玉米。
SCP-3837:你是值得尊敬的人。[SCP-3837跪下,然后站起,回到座位。]你可以称我为Cornelius,我能帮您些什么?
Dr. Pattinson:那么,Cornelius,我们在搜查你所在的农场时,发现了几卷卷轴,上面详细描述了对一个叫“无名之徒”的组织的攻击计划。这是另一个农场的玉米地吗,还是别的什么?
SCP-3837:是山羊…我的死敌。它们是多让人厌恶的生物。像恶魔一样;它们在你们的土地上繁衍,掠夺以及破坏,只要是它们认为合适的。我恨它们。
Dr. Pattinson:仇恨是个强烈的词。我试着把它从我的字典里扔掉。
SCP-3837: 我就是恨它们!我的社区…我的家人都被它们摧毁了。我们彻底崩溃了。这是一场偷袭。当时,神父Elliot已经和那些畜生打了几年交道了。它们带着它们自己的牙齿来到他的土地上,吞食青草和我的祖先。
[SCP-3837停下了。]
SCP-3837:那天晚上它们数量太多了。父亲没把它们吓跑,即便是我——伟大的Cornelius!——也不行。这是一场伏。它们数以千计,黄色眼睛冰冷,大嚼特嚼。最后,只有我幸存。
Dr. Pattinson:啊,原因是这个。很抱歉让你回忆这些。
SCP-3837:我不需要你的怜悯,我唯一感到抱歉的生物只有那些面对我愤怒的野兽。那天之后,我发誓要解决我接触到的每只山羊。我的愤怒将一往无前——我的力量,比以往任何力量都强大!
[SCP-3837开始尖叫,顶部的玉米粒爆裂并迅速再生,导致飞出的爆米花覆盖了整个问询室。]
Dr. Pattinson:我想今天就到此为止吧。
<记录结束>
访谈后,在对SCP-3837所在农场附近地区的调查中发现了PoI-7383(Elliot Pines),随后他被带去问话。
附录3837.2:测试日志
进行以下实验来观测SCP-3837对山羊的反应。虽然站点员工担心SCP-3837会伤害山羊,但Dr. Pattinson对SCP-3837的经验表明它实际上是无害的。
实验日期: 12/10/20
<记录开始>
准备环节
Dr. Pattinson:我们会给你只山羊。万一有什么问题,它会被控制住。这行吗?
SCP-3837:你应该担心的不是我,而是你允许我复仇的那只野兽。它会像我的家人一样被屠宰。它会像我的家人一样被屠杀。它会像我的家人一样被剥—
Dr. Pattinson:行了,还有几百个同义词,我明白你说的。
SCP-3837:你的荣誉与敬仰无与伦比。没有别人给过我这种机会。吾以汝名行此,Pattin之子。
测试环节
SCP-3837:你藏在哪?出来面对我,伟大的Cornelius的愤怒!
[一只带着束口器的山羊被放入SCP-3837的房间。]
SCP-3837:哦,老天。
[SCP-3837渐渐远离山羊。山羊嗅了嗅水泥地板。]
山羊:咩。
SCP-3837:它在呼唤它的同胞!救救我!显然我败了。
[SCP-3837退到一个墙角,试图爬上实验室的墙。]
山羊:咩。
SCP-3837:滚出我的脑袋!
[Dr. Pattinson收回了山羊,测试终止。]
汇报环节
Dr. Pattinson:外面发生了什么?
SCP-3837:我觉得这是次平局,但也仅此一次。我没想到这个生物会用它的魔法来引起我的恐惧。没有下次了。
<记录结束>
实验过后,SCP-3837在收容室内生闷气,此行为约持续七天。
附录3837-3:集成程序指令
案件档案: SCP-3837
在集成程序的指令下,将继续与SCP-3837合作,从它和它的物种对于牲畜,尤其是山羊的经历中寻找方法以治疗其PTSD。鉴于SCP-3837已经接触过山羊,这可能会有并发症。虽然如此,站点员工仍希望此举能实现其目标。
时间表如下:
曝光项目 |
日期 |
一只山羊的照片 |
20年10月20日 |
山羊皮 |
20年11月20日 |
电子机械山羊 |
20年12月20日 |
活山羊 |
21年1月20日 |
测试:一只山羊的照片
在第一天,SCP-3837立刻离开照片,拒绝看向它。SCP-3837声称它已闭眼,尽管它实际并不具备此项功能。但在接下来的一个月内,SCP-3837能长时间地看着这张照片,描述内容,并最终允许它留在收容室内。
摘录
SCP-3837:我会把它留在身边,当做我要消灭的野兽的一个提醒。
测试:山羊皮
研究员注意到,相较于上次测试,项目的行为立刻发生了变化。如前文,SCP-3837一开始拒绝看图片。但在此情况下,项目对物品很好奇,在处理时只表现出轻微不适。测试结束时,SCP-3837评价了毛皮的质地,认为它很舒服。
摘录
SCP-3837:似乎这些生物的恶意尚未渗透到它们的皮毛中。纯粹是消遣!
测试:电子机械山羊
项目在测试的第一天发生了轻微的行为变化。SCP-3837在起初被机械体吓到,此机械体为一只成年山羊的微型化机器复制品。项目看见机械体后,立刻逃到了房间内的角落。整个第一天,项目均停留在此处,实验未取得实质性进展。
测试期结束后,SCP-3837开始习惯电子机械山羊的存在,每天多次试图抚摸机械体,并能在房间内有机械体的情况下入睡。
摘录
SCP-3837:为了我第二次的战斗做准备!我感谢这个机会。
虽然此处显示的摘录并未显示出预期的效果,但已知SCP-3837的复仇者外表是主观上伪装的。这些测试显示了项目在行为上的显著变化。最终测试将在规定时间进行。
附录3837.4 PoI-7383:采访记录
当电子机械山羊测试接近末期时,PoI-7383被带来采访,以了解如何最好地进行活山羊暴露测试。
采访日期:21年1月18日
受访对象: PoI-7383
采访者: Dr. Pattinson
<记录开始>
Dr. Pattinson:嗨,Mr. Pines,我是Dr. Pattinson。谢谢你加入我们。
PoI-7383:实际上这事我没得选。以及,你可以叫我Elliot。
Dr. Pattinson:好吧,Elliot,我有几个问题,关于你农场里种的玉米。
PoI-7383: 你会问他们为什么活着,为什么四处游荡——去过那里,做过那些事,我的朋友。关于它的问题我曾经收到过上百个。虽然这样,我还是会不厌其烦地回答你。
[PoI-7383笑了]
PoI-7383:我有些想念他们。当你在外拔草或是剥玉米时,有人可以和你聊天是很好的。我妻子一直不喜欢农场的生活——她喜欢教书。
Dr. Pattinson:所有的玉米都不见了吗——就是说,活的那些?
PoI-7383: 是,我的三四只山羊跑了出去,想办法吃到了一群。像是监守自盗。它们没有恶意,但我确实为此感到难过。这事沉沉底压在我的良心上。
Dr. Pattinson:它们怎么活过来的?你有参与吗?
PoI-7383:没有。恐怕我真的帮不上你,我也很害怕。我常告诉人们我向着星星许愿,像匹诺曹电影一样。有天我醒过来,看见他们——魂都要吓飞了——但最终,我还是挺喜欢他们的。
Dr. Pattinson:事实上可能我有些好消息。我们有一只你的那种玉米。‘伟大的Cornelius’这名字有让你想起什么吗?
PoI-7383:真的,等等!听到这个真的是太开心了!但他们没有一个叫这名字。
[PoI-7383 停下来]
PoI-7383:我知道了,那肯定是小Tom,他说话总是很夸张。我敢肯定,他给你讲了几个特别扯淡的故事,还让你对一个新组织印象深刻!
Dr. Pattinson:那听起来肯定是我们的SCP-3837!它最近发誓要报复参与这一事件的所有山羊。
PoI-7383:全是我的错。我真的,真的应该看牢那些山羊。主啊,他比那好多了。是我让他变成这样的。他不是个杀手…他心里不是那样的。
Dr. Pattinson:公平地说,它肯定不是个杀手。我们给它看了只山羊,它吓坏了。虽然这样,它在我们的测试里表现出了巨大的进步。
PoI-7383:更糟糕了…他一直很喜欢动物。尤其是奶牛,它们的体型让他惊叹不已。有时他会骑着它们到处跑。
Dr. Pattinson:像我说的,我们正在努力帮它,而且它做的很好——现在我们正在试用我们控制论部门开发的机械体。[暂停]既然我说到了,你还留着那些山羊,是吧?
PoI-7383:没错!而且其中一只,咩咩茜,两天前刚生了孩子。
Dr. Pattinson:太好了。
附录3837.5:最终曝光测试
PoI-7383和前面提到的小山羊一起被带进SCP-3837的房间。
实验日期:20年11月13日
<记录开始>
Dr. Pattinson:晚上好, *Tom。*
SCP-3837:听啊!你怎敢叫我那个名字。如果你不是个充满智慧与骄傲的人,我一定会把你切成两半。只有一个人知道我的名字,我的父亲。
Dr. Pattinson:有趣的是你应该提到,因为……
[PoI-7383此时进入房间]
PoI-7383:嗨,Tom。
SCP-3837:父亲!我以为我再也见不到你了!
PoI-7383:你刚刚那是什么腔调?你是莎士比亚吗?
SCP-3837:为了有点情调而已,你懂得。
PoI-7383:不…不,我不知道。我听说了你的“追求”以及你对山羊的恨。我教过你暴力吗?
SCP-3837:…不。这是个情有可原的情况。
PoI-7383:行,我还听说你正在努力克服这个。你知道恨是个很强烈的词,是吧?
SCP-3837:是…他告诉我好多次了。
Dr. Pattinson:那是曾经——你还说过你很尊敬我。
SCP-3837:我知道,你只是有点爱出风头。
PoI-7383:我能说我对你的进步有多骄傲吗?Mr. Pattinson—
[Dr. Pattinson把PoI-7383拉到了收容室的另一边。]
Dr. Pattinson:虽然不是件大事,但我拿到了博士学位。
PoI-7383:好?
Dr. Pattinson:你刚刚叫我Mr. Pattinson,但我有农业博士的学位,所以应该是Dr而不是Mr。
PoI-7383:嗯…好吧,对不起。
[Dr. Pattinson和PoI-7383回到SCP-3837身边。]
PoI-7383:Pattinson博士给我看了这里的报告,你进步之快令人惊讶。
SCP-3837:我所谓的“仇恨”已经变成了对山羊的轻微厌恶。
PoI-7383:好,我想这是个进步。我希望我的朋友也能帮忙。我要出去了,然后让她进来。
SCP-3837:好吧。但我希望能再到见你。
PoI-7383:我也是。
[小山羊被放入收容室, SCP-3837没有动。]
SCP-3837: H—hello,生物。
[山羊撕咬收容室墙上剥落的油漆。]
SCP-3837:噢噢哦哦哦,有牙齿——机器没有。
[山羊走向SCP-3837的床。然后躺下,闭上眼睛。]
SCP-3837:什么?这是个陷阱?
Dr. Pattinson: (通过对讲机)我相信它在睡觉,Tom。
SCP-3837:它不会想吃我吧?
Dr. Pattinson:不,我觉得它挺信任你的。它在你身边睡着了。
[SCP-3837靠近熟睡的小山羊。用‘手’抚摸它。]
SCP-3837:呃,暖和。
[SCP-3837开始缓慢而颤抖地抚摸小山羊。]
SCP-3837:啊,还不算太糟。
[小山羊打着鼾。SCP-3837继续抚摸并检查这种熟睡的动物约17分钟。]
SCP-3837:也许你们不全是坏的。
测试结束后,SCP-3837、Pol-7383和现在被编为Gol-3837的山羊间的每周会面已安排妥当。作为此程序的一部分,Gol-3837在与SCP-3837的所有交互过程中均将得到良好的喂养与监管。
|
SCPs |
|
Tales/GoI Formats |
|
Other |
|
请按如下方式引用此页:
更多详情请参阅授权指南。
授权信息
|作者=Tstaffor和PlaguePJP]]
文件名: corn_background.jpg
图像名: corn_man.png
图像作者:
Cole 13
授权协议: CC BY-SA 3.0
链接: 这个页面
补充说明: 这是用于制作corn_man.png的两张图片之一
For more information about on-wiki content, visit the Licensing Master List.