/* 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%; } }
PoI-5524-1
特殊收容措施:由于全球非异常模因影响已饱和,SCP-5524的平民案例不会威胁帷幕。
已知事前进行模因接种可削弱SCP-5524案例的烈性,但无法完整预防其效应发作。对基金会内部的SCP-5524感染案例应在事后以脑虫协议治疗。
故意将SCP-5524传播给同事的人员将受到纪律惩戒措施。
确信为GoI-5054(giftschreiber)成员的被捕人员只可由Site-43模因及反模因部门进行采访。
描述:SCP-5524是一种有两个部分的传染性模因效应,表现为一个人类的特定姓和名。遭遇SCP-5524的人员若认知抵抗值未达前百分之十,将无法识别其为认知危害,并表现出强迫性效应,包括且不限于:
- 大声重复念出SCP-5524;
- 与他人分享SCP-5524;
- 于SCP-5524相关的突发想法;
- 渐进性地无法专注于SCP-5524以外的事物。
此效应明显的次要影响是严重减弱生产效率、增加心理疲劳、不理性以及情绪不良。
当前尚无法确认SCP-5524的异常效应是否为基准现实的一种要素,亦或是某种被蓄意塑造的效应。
来自基金会记录与信息安保管理部的提醒
本文件剩余部分含有未经审查的认知危害。即使进行了模因接种,不良认知效应也可能在阅读后持续。继续阅读风险自负。
请勿大声读出本文件内容。
— Maria Jones,RAISA主管
她歌唱连续的小夜曲

为感受猎隼品尝的恐惧
附录5524-1,现象学概览:SCP基金会在2021年2月15日首次遭遇SCP-5524,当时一支特遣队突袭了美国新泽西州亚特兰大市。三名确信参与神秘学活动的人员在突袭中被捕,随后于Site-43接受讯问。其中两人拒绝透露身份;第三人更愿意透露信息。
采访记录
日期:02/15/2021
调查职员:Dr. W. Wettle(研究与试验部门)
[摘录开始]
Dr. Wettle:我们先从容易的部分开始。你的朋友不愿意说他们的名字。也许你—
PoI-5524-1:Brury Regevoy。
[录音静默。]
Dr. Wettle:什么?
PoI-5524-1:Brury Regevoy。
Dr. Wettle:这是你的…是你的名字?
[Dr. Wettle突然大笑。]
Dr. Wettle:这是我听到过最愚蠢的名字了,以及我的名字是William Wettle。你们聚会的时候就搞这种事吗?想用魔法修复你的蠢名字?这是蠢名互助会吗?Brury Regevoy。
PoI-5524-1:我很抱歉。
Dr. Wettle:怎么,你很抱歉因为你的名字是Brury Regevoy?那我也一样。
PoI-5524-1:不,我很抱歉告诉你了。
Dr. Wettle:别因为告诉了我道歉!我要告诉所有人,他们都会喜欢的Brury Regevoy。认真的。
PoI-5524-1:那祝好运。
Dr. Wettle:现在我们回到基本问题。你要告诉我…
[Dr. Wettle思索着看向一边。]
PoI-5524-1:…耶,祝好运。
[摘录结束]
采访中没有获得更多信息,Dr. Wettle试图在全部门每周报告会上展示他的发现。他无法就PoI-5524-1或其组织提供任何有效信息,但确实将其同事拉入到关于姓名"Brury Regevoy"的激烈讨论中。安保摄像头随后在第二天捕捉到全站内下列场景。
[Drs. M. Bradbury与H. Blank在共用研究办公室内进行交谈。]
Dr. Blank:我认真的!Brury Regevoy。
Dr. Bradbury:Brooooooreeeee。
Dr. Blank:RRRRRRRRREG-A-VOYYYY!
[两人大笑。]
Dr. Blank:我们这他妈在干啥?
[站点主管A. McInnis在办公室桌前审阅文件。他拿起一叠纸张,而后皱眉。可看到他在念出话语"Brury Regevoy"。他耸了耸肩,而后把纸张放回纸堆上。]
[McInnis主管继续文书工作二十分钟,每隔一会儿就拿起他早先参阅过的纸张重复阅读。他每隔一段时间便会念叨"Brury Regevoy",带着越来越明显的不悦皱起眉头。]
[McInnis主管在接下来二十分钟里盯住半空。他的嘴在活动,但似乎是在抵制开口的冲动。]
[主席A. Torosyan与技术员P. Deering在共用宿舍内一边吃晚餐一边谈话。]
主席Torosyan:Brury Regevoy。
Deering:Brury Regevoy。
主席Torosyan:少将Brury Regevoy。
Deering:Brury Regevoy驾到。
主席Torosyan:女士们先生们:Brury Regevoy!
Deering:绝地大师Brury Regevoy。
主席Torosyan:我要吐了。
[Dr. Lillian Lillihammer坐在她位于模因及反模因部门的办公室内。她在终端是哪个收到一通电话,予以应答。]
Dr. Lillihammer:怎么?
Dr. Wettle:Brury Regevoy!
Dr. Lillihammer:…什么?
Dr. Wettle:你错过了简报!Brury Regevoy。我采访了一个家伙名字叫Brury Regevoy。
Dr. Lillihammer:你不需要每次做什么事都给我汇报,Willie。我不需要整天整夜都确认你还活着。
[Dr. Lillihammer突然皱起眉头。]
Dr. Wettle:啊,就这样。
Dr. Lillihammer:你这蠢货。
Dr. Wettle:什么?
[Dr. Lillihammer挂断电话,走出办公室。她进入到认知污染通道,将M&C与其余站点隔离,在门边的面板上输入若干指令。在接下来十分钟内,Dr. Lillihammer按精准顺序观察了墙壁、地板和天花板的一系列发光符号,聆听了几段同时播放的音频文件,进行深呼吸练习,而后让自己接受闪光。她转身回到办公室,从她的终端处发布全站警报。]
附录5524-2,后续:Dr. Lillihammer在一小时内成功针对SCP-5524开发出模因接种,将其追溯性编为脑虫协议,并将相关材料分发给了全体站点人员。PoI-5524-1与他的两名同伴被押送Site-06-3作永久拘留,此后他们的话语被视为A级认知危害。
Dr. Blank咨询了PoI-382、基金会结盟模因学家Thilo Zwist。PoI-382确认在突袭中被抓获的三人为giftschreiber,是反对SCP基金会稳定共认常态的模因学家。正在调查其袭击Site-43的动机。
附录5524-3,后续行动:2021年2月19日发现的另一名giftschreiber特工使Dr. Lillihammer发现了疑似第二例SCP-5524。也许是因为事前暴露于“Brury Regevoy”、抑或是此新个体的模因伪装存在固有缺陷、又或是此姓名实际并非认知危害,总之“Mezza Succepsim”没有在Site-43引起同等程度的危机。
脑虫协议
Site-43模因与反模因部门
被SCP-5524感染的人员必须立即完整执行下列指示:

- 颠覆 — 背诵下列非异常姓名十次,以削弱SCP-5524的模因影响:“Spudge M'Gursky”、“Gibble Gobblegar”、“Spuzz Frumpkin”;
- 清洁 — 完整聆听以下任一音乐作品,作为心理性的“品味净化”:《唐老鸭俱乐部》主题曲(Mark Mueller, 1986)、《巫医》(Cartoons, 1998)、《临时秘书》(保罗·麦金尼,1980);
- 防范 — 大声重复念出以下任何或者全部非异常词语,防止SCP-5524复发:“炸脖龙”、“艾迪塔罗德”、“肖维尼根”。
请按如下方式引用此页:
“SCP-5524”,作者 HarryBlank,来自 SCP 维基。原文链接:https://www.scpwiki.com/scp-5524。译者 ashausesall,来自 SCP-CN 维基。译文链接:http://scp-wiki-cn.wikidot.com/scp-5524。遵循 CC-BY-SA 协议。
更多详情请参阅授权指南。
授权信息
文件名:5524.png
图像作者:HarryBlank
授权协议:CC BY-SA
文件名:Brury.jpg
图像名:UK Visa Mugshot
图像作者:pandrew.hk
授权协议:CC BY 2.0
来源:flickr
文件名:Inoculant.png
图像作者:HarryBlank
授权协议:CC BY-SA
更多维基文档信息,请见版权信息总览。





