#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; }
:root { --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15)); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 56.25rem) { #content-wrap { display: flex; position: initial; flex-direction: row; flex-grow: 2; width: calc(100vw - (100vw - 100%)); max-width: inherit; height: auto; min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem)); margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2); } #main-content { position: initial; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); max-height: 100%; margin: 0 auto; padding: 2rem 1rem; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } #side-bar { position: -webkit-sticky; position: sticky; top: 0; left: 0; grid-area: side-bar; width: var(--sidebar-width-on-desktop, 13.6rem) !important; min-width: var(--sidebar-width-on-desktop, 13.6rem) !important; max-height: 100vh; padding-right: 2.5rem; padding-left: 0.5rem; overflow-y: scroll; transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear; border: none; border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem); direction: rtl; scrollbar-width: thin; -ms-scroll-chaining: none; overscroll-behavior: contain; scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-tertiary-color), 0.05); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { width: 0.5rem; border-right-width: calc(100vw + 100vh); border-right-style: inset; border-color: inherit; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); } #side-bar:is(:hover, :active, :focus-within) { margin-right: 2.25rem; padding-right: 0.25rem; overflow-x: hidden; overflow-y: auto; border-color: rgba(var(--swatch-primary-darker), 1); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1); translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)); scrollbar-color: rgba(170, 170, 170, 1) /* Thumb */ rgba(252, 252, 252, 1); /* Track */ scrollbar-color: rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */ rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */ } #main-content::after { content: " "; display: flex; position: fixed; top: 0; left: 1rem; align-items: center; justify-content: center; width: 1rem; height: 100%; max-height: 100%; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg"); background-attachment: fixed; background-repeat: no-repeat; background-position: center left 1rem; background-size: 1rem 12.875rem; pointer-events: none; } #side-bar:is(:hover, :active, :focus-within) + #main-content::after { left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); width: 0rem; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0; background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); font-size: 0em; } #main-content::before { content: " "; position: absolute; z-index: 9; top: var(--final-header-height-on-desktop, 0); left: 0; width: var(--sidebar-width-on-desktop, 14.5rem); height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem); margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem); transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0.5; background-color: rgb(var(--swatch-alternate-color, 0, 0, 0)); pointer-events: none; translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem); } #side-bar:is(:hover, :active, :focus-within) + #main-content::before { translate: 0; opacity: 0; } #side-bar .side-block { margin-top: 1em; padding-left: 0.25em; border-right-width: 0rem; border-left-width: 0rem; border-radius: 0; background-color: rgb(0, 0, 0, 0); direction: ltr; } #side-bar .scpnet-interwiki-wrapper { direction: ltr; } /* Print Friendly Formatting by Estrella */ body.print-body { --sidebar-width-on-desktop: 0; } body.print-body #main-content::before, body.print-body #main-content::after { display: none; } }
特殊收容措施:因希尔德岛位置偏远,基金会只在岛边建立了一个基地,以及安装有摄像机的各种柱子。如果发现任何非法闯入者,基金会的驻岛人员将对其进行拘留并实施记忆删除,然后将其转移到最近的城市/或城镇。
描述:SCP-5271是对发现在南极洲以北1600公里的希尔德岛上的Aptenodytes patagonicus的统称1。SCP-5271实例与非异常的Aptenodytes patagonicus没有物理上的偏差,然而,所有的实例都可以与其他物种进行交流,以及建造复杂的建筑物。
SCP-5271实例似乎在他们的日常生活中会崇拜一个外维度的存在(被称为SCP-5271-a)。进一步的交互表明了SCP-5217-A是Aptenodytes forsteri2它是造成了SCP-5271周围异常性质的主要原因。3一天中,SCP-5271在参加包括但不限于吃饭、狩猎、睡觉、交配和/或参加由SCP-5271-A引起的异常活动之前,通常会先向SCP-5271-A表示敬意。4
发现:SCP-5271的发现是在印度洋因磷虾、鱿鱼和其他鱼类海洋生物的大量减少所发现。基金会派遣了MTF Vau-2("刺骨冰冷")前去调查。在调查期间,Vau-2曾与SCP-5271在赫德岛上的栖息地上进行过短暂的接触,但被SCP-5271强行驱逐出该地区。
附录 5271-1:遥控无人机勘探记录
在被SCP-5271强行驱逐出该地区后,基金会使用了遥控无人机“Marine War”进行了再一次的勘探。
<开始记录:00:00:00>
00:00:04:[Marine War在朝着SCP-5217在希尔德岛的栖息地飞去。可以听到企鹅在远处发出叫声,一个小族群进入了无人机的视野。并发现了几个冰屋和一些堆在族群中心的鱼,几个SCP-5271走来走去。有几个实体正在跳水,而另一些实体似乎聚集在那一堆鱼周围进行某种仪式。]
00:00:15:[Marine war进入了该群落。并发现了一群企鹅在一个非常大的冰屋附近鸣叫。]
00:00:23:[一个SCP-5271实体开始在原地跳跃。其他实体也开始原地跳跃。]
00:00:43:[另一个实体接近此群体。它头上顶着一个装满鱼的篮子。此实体向该群体鸣叫,然后摇晃身体表示问候。]
00:00:50:[该群体向持有篮子的实体点了点头。他们摇摇摆摆地离开了族群。Marine War紧随其后。]
00:01:01:[这群SCP-5271实体接近赫德岛的海岸,并开始无协同的乱叫。]
00:01:30:[海豹们开始浮到水面上。它们开始对SCP-5271实例鸣叫。所有实体也对海豹们开始鸣叫,并对它们晃动自己的身体。]
00:01:55:[SCP-5271实例将装满鱼的篮子扔到水里。海豹们遂即在水下吃掉了鱼。]
00:02:14:[另一组海豹开始浮上水面,开始对SCP-5271鸣叫,SCP-5271实例的背上有一大堆的鱼。比它们在希尔德岛上所拥有的鱼还要多。]
00:02:45:[SCP-5271开始在原地跳跃。]
00:03:00:[海豹们开始齐声拍动它们的鳍,水溅湿了SCP-5271实体。]
00:03:32:[SCP-5271实体跳入水中并进行反击。海豹们开始攻击跳入水中的实体。]
00:04:00:[几乎所有的SCP-5271实体都已死亡,剩下的实体从岸边逃回了群落。]
<结束记录:00:04:16>
附录 5271-2:跟进事件
在与SCP-5271接触的4个月后,又观察到海洋生物的大量减少,但大部分都是Pinnipeds5。在靠近SCP-5271群落的一处哨所上,摄像机记录了SCP-5271实体们举行的一场大规模仪式。
<开始记录:00:00:00>
00:00:13:[大量的SCP-5271实体在岸边的以中心的一堆鱼围成一个圈,趴在地上,并开始转圈。]
00:01:33:[SCP-5271站了起来并开始前后乱走。]
00:01:55:[地面开始震动,那一堆鱼开始慢慢的消失。]
00:02:00:[SCP-5271实例在它们的位置上跳跃并一个接一个的鸣叫,音量从高到低。]
00:02:30:[SCP-5271实体又开始趴在地上,开始一边转圈一边扑腾。]
00:02:45:[同样的仪式重复进行了两分钟。]
00:06:02:[一巨大的帝企鹅6从天空中出现。它张开嘴,发出响亮的鸣叫声。]
00:06:13:[帝企鹅脸着地掉进了水里。]
00:06:20:[所有SCP-5271实体开始一边鸣叫一边跳跃。有些实体会互相拍打自己的脚蹼。]
00:06:32:[巨大的帝企鹅消失。海豹的尸体开始浮到海面上。]
00:06:40:[所有SCP-5271开始走来走去然后离开了,所有尸体都被留在海面上。]
<结束记录:00:06:45>
对这一仪式的调查正在进行中,动物学部门目前正在调查研究该仪式中双方的行为记录。目前,没有任何进展。