SCP-5729
/* 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%;
     }
}

项目编号:項目編號:SCP-5729
等级等級5
收容等级:收容等級:
kušum
次要等级:次要等級:
{$secondary-class}
扰动等级:擾動等級:
风险等级:風險等級:

Enoch.jpg

SCP-5729。

特殊收容措施:不应对 SCP 基金会研究员 Harold Blank 博士提到 SCP-5729,或告知该文件的存在。.Kušum 级项目已被无限期放弃收容。


描述:SCP-5729 是一个栖息于加拿大安大略省农村的一个大花园棚屋里的幽灵实体。其外形表现为头上带有一对鹿角的模糊类人形轮廓,该对角初步被认定属于Cervidae.鹿。。其只从建筑物外部的阁楼窗户里可视。该个体不会试图与任何生物交互,且仅会在 SCP 基金会研究员 Harold Blank 博士靠近该窗户时出现。当 SCP-5729 无法被目视到时,电磁场计量表会在窗口处报出微弱但有效的读数。


附录5972-1,发现:2005 年,Site-43 的文献与修缮部开始进行一个在基金会范围内的研究项目,以确定过去无意中遭遇未收容异常项目的人员。对 Harold Blank 博士的非正式审问最终使他十几岁时遇到的 SCP-5162 被发现。2021 年,以下研究论文被发表在内部学术期刊《开放思想》上。

一次被咬,两次怯谈?

青春期前的超常现象复发

Polyxeni Mataxas,博士学位
神秘现象测定部主管
SCP 基金会休伦湖研究与收容设施 Site-43

SpecSpec.png

摘要:来自全球十余年的统计数据显示,在童年时期遇到一个异常项目的人,比在正常情况下的成年人遇到第二个异常项目的可能性高 68%,遇到第三个异常项目的可能性高 74%。此类事件带来的额外创伤往往导致相关记忆被抑制;记忆强化以及催眠年龄回归疗法已被证实在恢复上述记忆的方面有效,这可能为发现休眠的未收容异常项目开辟新的途径。

基于该根本原因,Mataxas 博士令 Blank 博士进入被催眠状态,并试图查看其记忆。Blank 博士即刻回忆了一件在他童年时期的事件,即他的中年邻居 Henry “Hank” Swift 试图令他信服他的花园棚屋里栖息着一个“鬼魂”。Blank 博士回忆称,当时以及之后的多次观察都发现该实体存在。Blank 博士没有回忆起他于被催眠状态会议结束时与 Mataxas 博士的谈话,随后机动特遣队 Rho-43(“入室抢劫犯”)被特意派往现场调查。该棚房仍然存在,但实体未显现出来。

确信 Blank 博士的出现可能会诱出异常反应,Mataxas 博士建议在其儿时的家中对光谱测量设备进行常规测试,其现仍持有那所房子的屋契。他同意了,两名研究员一同前往该处。

事件记录 5729-1

日期:06/30/2021

在场:H. Blank 博士(文献与修缮部)、P. Mataxas博士(神秘现象测定部)


微型摄像机开始记录。

[Blank 博士与 Mataxas 博士正步行穿过半英亩的后院。阳光明媚,鸟鸣悠扬。]

Blank 博士:今天是个散步的好日子,如果你真的喜欢散步的话。

Mataxas 博士:散散步也好,思考自己喜不喜欢还得花上一大段时间。

Blank 博士:白天会有很多鬼魂出现?

Mataxas 博士:这时才是它们能吓到你的时候。

[一起大笑。]

Blank 博士:说真的,你觉得那个老地方还真的有什么东西吗?

Mataxas 博士:是维多利亚女王时代.译注: 1837—1901 年,此处用于否定前文的“老”地方。的。有人在那里死了。统计学上的事实。

[记录无声。]

Blank 博士:你在开我的玩笑。

Mataxas 博士:可能是半开。

[一起大笑。]

Mataxas 博士:记得你说你邻居有个谷仓?

Blank 博士:那不是谷仓吧?看着像…嗯。是的。在我小时候它看起来像个谷仓,我想它更像个花园棚屋。尽管有两层楼…

Mataxas 博士:它是一个家禽饲养场。

Blank 博士:一个什么?

Mataxas 博士:一个家禽饲养场。鸡舍?

[Blank 博士拍他的额头。]

Blank 博士:我记起来了!他曾经养鸡。

Mataxas 博士:他?

Blank 博士:Hank 叔叔。

Mataxas 博士:你住在你叔叔隔壁?

Blank 博士:不,不。他不是我的亲叔叔。我们只是相处得不错。我的领居们都不错。

[Blank 博士 盯着棚屋。]

Blank 博士:你懂吧…

Mataxas 博士:什么?

Blank 博士:这提醒我了一件事。

[Balk 博士走到把他的庄园和邻居的分割的树篱前,转过身来面对 Mataxas 博士,并用拇指向小屋做手势。]

Blank 博士:Hank 是个有趣的胖伙计。他过去常常告诉我这里面有鬼魂。

Mataxas 博士:现在你在的玩笑。

Blank 博士:不,认真的!我记得很清楚,就跟在昨天发生的一样。他告诉我那鬼的名字是 Enoch——我以为是叫 Enock,有个“k”,因为我只是个小屁孩。Hank 移民的时候,Enock 刚从英格兰过来。他躲在个行李箱里,这样 Hank 就不用给《泰坦尼克号》的门票出两份钱了。

Mataxas 博士:这可需要不少分析。

Blank 博士:是故事过于主观,或者我当时完全没有领会,还是行李箱里的鬼魂?

Mataxas 博士:都需要。

Blank 博士:无论如何,你知道,我发誓他说那该死的东西在那儿的时候我就已经看到它了?

[SCP-5729 在 Blank 博士后面的棚屋窗口变得可见。]

Blank 博士:Enock 照顾那些鸡。这就是 Hank 告诉我的。

Mataxas 博士:我没听到任何鸡叫。

Blank 博士:不,你也不可能再听到 Hank 说话了,一样的。

[记录无声。]

Blank 博士:我记得那些角了,所有。

Mataxas 博士:角?

Blank 博士:Enock 有角。呃…哦。

[Blank 博士打了个响指。]

Blank 博士:事实上是鹿角!

Mataxas 博士:那对于“所有”还真是太多了。

Blank 博士:我甚至把它展示给了我的朋友,那个住在那边的小孩。

[Blank 博士向他居住地段对面的房子做手势。]

Blank 博士:AJ,他的名字。AJ 说他也能看见 Enock。

[Blank 博士摇头。]

Blank 博士:蠢孩子,不是吗?这么多年就没想过。我想知道 AJ 现在在做什么。

[音频记录到小摄像机快门的打开和关闭。]

Blank 博士:伙计,我一直想问问老 Hank 有关 Enock 的事,一旦我长大了,但你知道为什么吧?

Mataxas 博士:[轻声]为什么?

Blank 博士:我只是忘了。

[Blank 博士朝房子走去。]

Blank 博士:外面真热。

[SCP-5729 消失。]

记录结束。

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License