: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; } }
: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; }
特殊收容措施:事件CN-2603-ω后,SCP-CN-2603-1及相关事物均失去异常效应,推定项目已无效化。特殊收容措施将继续保持,直到风险评估小组确定项目不再对常态造成威胁。鉴于SCP-CN-2603-3已无效化,机动特遣队CN-Delta-06“靶向治疗”进入静默状态。
以SCP-CN-2603-1为中心,半径1公里的圆形范围被划定为封锁区,对外宣称为大规模地质考察活动。机动特遣队壬亥-8“画地为牢”被部署以执行封锁任务。二氰乙炔-氟化铝紧急饱和系统,植物抑制剂以及QN-22驱鸟系统应被部署在SCP-CN-2603-1影响范围外以防止项目影响范围外溢。作为最后手段,机动特遣队乙丑-10“啸鹰”应在其他收容措施失效的情况下使用凝固汽油弹与燃烧弹对封锁区域进行地毯式轰炸。
对SCP-CN-2603-1的研究必须经过生物危害部门评估,所有研究必须在封锁区域内进行。对SCP-CN-2603-1的取样工作须在机动特遣队乙丑-04“熔炉”的配合下进行,单次采集的样本质量不得超过20克。该特遣队将使用一切可行手段确保所以SCP-CN-2603-1组织样本处于封锁区内,并在实验结束后使用燃烧器无效化样本。
各个站点应搜寻有关“会变化的植物/类植物”或“表现出不同形状的植物/类植物”的情报并对其进行查证以寻找可能存在的未处于收容中的SCP-CN-2603-2个体。若确认出现未被收容SCP-CN-2603-2个体,相关人员应在保持距离的情况下进行监视并上报。机动特遣队CN-Gamma-06“免疫系统”被部署以应对中国地区相关报告。除研究需求外,在封锁区外被发现的SCP-CN-2603-2个体应无效化处理。
已回收的SCP-CN-2603-2个体应存放于Site-CN-06植物类异常收容翼的一个独立区域中。该区域应被封锁并配备二氰乙炔-氟化铝紧急饱和系统。对SCP-CN-2603-2的研究应由站点生物部门主管与生物危害部门共同批准,并在机动特遣队CN-Gamma-06“免疫系统”的协助下进行。
与SCP-CN-2603-1或SCP-CN-2603-2接触过的器具在结束使用后需浸泡在1,1'-二甲基-4,4'-联吡啶氯化物溶液中24小时以确保安全。
机动特遣队CN-Delta-06“靶向治疗”在配备EVE辐射可视化装置与便携式奇术稳定装置的情况下被部署以追踪并控制SCP-CN-2603-3。
描述:SCP-CN-2603为SCP-CN-2603-1及相关异常事物的总称。
SCP-CN-2603-1为一个有植物特征的,具备生命活动的个体。根据基金会的观测,该个体高度约10米,在绝大多数时间保持类似水仙属植物(Narcissus)的外貌,除此之外该个体不会保持一个特定的形态。该个体被发现于洛宁县南部,坐标为北纬34.███,东经1██.██。该个体处于一个半径为50米的圆形石质平台上,根据现场勘察,这一平台的形成时间不晚于公元前300年前,构成原因可能与项目处于活跃期的表现有关。
在绝大多数情况下,SCP-CN-2603-1保持惰性状态,处于惰性状态的项目会周期性发出电磁波。即便在当前电磁环境下,基金会仍能在距离项目1000公里的位置识别出波形,且衰减幅度极小,推测这一行为可能是项目在与SCP-CN-2603-2进行沟通。对其进行干扰或屏蔽的尝试以失败告终。在一定条件刺激下,SCP-CN-2603-1将转变为活跃状态,原因不明。具体表现为:项目将停止发送电磁波,会长出并利用藤蔓移除平台上一切物体,随后产生胎生苗并吸引鸟类协助传播。SCP-CN-2603-1可能具备一定程度的智能。尽管各方面证据均表明SCP-CN-2603-1为一种植物,对SCP-CN-2603-1的遗传学研究认定,SCP-CN-2603-1与地球上现存所有植物均无亲缘关系,与其亲缘关系最近的物种为晚期智人(Homo sapiens sapiens)。SCP-CN-2603-1会大量产生EVE粒子辐射,其波形与“夏宫”中记载的有关商周时期血祭仪式制造的蓝型个体的波形吻合。项目会对外界刺激做出反应,在被攻击时亦会做出反击。

一个已失活的SCP-CN-2603-2个体
SCP-CN-2603-2被描述为一种不定型的广义上的植物。目前已发现的SCP-CN-2603-2个体均会随机表现出不同物种的特征并会产生随机变化,包括植物界及部分细菌界,色藻界物种。总体而言,SCP-CN-2603-2的变化往往符合个体所处的环境,通常情况下项目个体的外貌与当地优势种接近或相同。需要注意的是,在一些样本中出现了来自不同物种的特征,在极少数情况下,SCP-CN-2603-2会表现出部分灭绝物种或处于基金会收容中的物种的特征。截至目前发现的SCP-CN-2603-2中没有呈乔木外观的个体。根据分子生物学鉴定结果,所有小型SCP-CN-2603-2个体均为SCP-CN-2603-1的胎生苗1。截至目前,基金会在各个生物群系均发现了SCP-CN-2603-2个体。尚不知SCP-CN-2603-2产生变化的机理。根据实验,改变SCP-CN-2603-2所处生物群系会造成SCP-CN-2603-2外形的改变,这种改变不受个体自身体积限制。SCP-CN-2603-2与其他植物界,色藻界物种无生殖隔离现象,其后代不具备相关异常效应。
个体编号 | 发现地点 | 描述 | 附注 |
---|---|---|---|
SCP-CN-2603-2-1 | 塔克拉玛干大沙漠 | 茎成肉质,叶片变化为刺状 | 无 |
SCP-CN-2603-2-67 | 美济礁附近海域 | 外形类似于胶质管内群居的舟形藻,由多个个体组合而成 | 舟形藻为南沙群岛优势浮游物种2,属于色藻界 |
SCP-CN-2603-2-109 | 美济礁附近海域 | 由单一个体拟态为束毛藻属集群,无法判定具体种类 | 束毛藻属为南沙群岛优势浮游物种,属于细菌界蓝菌门 |
SCP-CN-2603-2-17891 | 索诺兰沙漠 | 外貌特征类似美洲龙舌兰(Agave americana),花序顶端有一结构分泌具备强挥发性及自燃性油脂 | 该结构的解剖学特征与SCP-1612相同 |
在绝大多数情况下,SCP-CN-2603-2均将保持与其外观相符的生物学特征,包括但不限于生命周期,死亡后状态,部分食虫植物外观的项目个体的捕食行为。但在一些案例中,SCP-CN-2603-2会在未改变生活环境的情况下变化为某种藤本植物或干枯的猪毛菜属植物3的外观并自主进行行动以接近并试图接触一人形个体(编号为SCP-CN-2603-3)。这一现象被定义为活性化,通常出现在该个体进入SCP-CN-2603-2个体附近3公里范围内时。处于活性化状态的SCP-CN-2603-2的活动速度取决于其外形与风速,但通常情况下不超过每小时1公里。在SCP-CN-2603-3与附近的活性化SCP-CN-2603-2距离超过3公里的情况下,项目个体的活性化进程停止,并重新变化为符合当地生态条件的外观。基金会于事件CN-2603-θ后确认了SCP-CN-2603-3的存在。
SCP-CN-2603-3为一人形个体,高度178厘米,外貌符合男性东亚人种特征。对其生物样本进行的遗传学检测确定其为晚期智人,部分组织细胞展现出类似植物细胞的特征,其EVE辐射略低于正常值,推测与其身上携带的类植物细胞有关。当SCP-CN-2603-2成功与SCP-CN-2603-3完成接触,接触到SCP-CN-2603-3的个体会融入其体内,随后项目会产生一系列变化。这些变化通常不直接表现在外观上,但会影响到个体的反应速度,肌肉强度等指标。该过程被定义为融合。
事件CN-2603-γ
时间:202205██
地点:厦门██区
事件简述:SCP-CN-2603-3个体与一个SCP-CN-2603-2个体发生接触并引发了融合进程。根据目击者报告,项目在接触后于原地站立十分钟后离开现场。
事件CN-2603-θ
时间:202206██
地点:厦门高崎机场
事件简述:一个SCP-CN-2603-2个体尝试SCP-CN-2603-3,在项目进入航站楼后停止行动并结束活性化进程。融合进程未发生。
附注:本次事件后,基金会确认了SCP-CN-2603-3的身份,并向各个合作组织发送了协查通报。
事件CN-2603-λ
时间:202207██
地点:美国亚利桑那州坦佩市一家Chase银行
事件简述:银行遭到持枪抢劫,4名劫匪进入7秒后SCP-CN-2603-3个体进入银行,徒手击倒一名劫匪并夺枪射杀了剩下的三名劫匪。根据FBI UIU三个月后发布的报告,SCP-CN-2603-3并未接受过任何近距离战斗或相关训练。同日亚利桑那州立大学报告了一颗巨人仙人掌丢失,该事件后被确认为一起疑似的融合事件。
-
- _
事件记录CN-2603-ω
日期:20220807
说明:事件记录CN-2603-ω为现场安保人员使用随身携带的记录仪记录的有关事件CN-2603-ω的资料。该事件发生于北京时间2022年8月7日19时14分,SCP-CN-2603-1收容地点。在本次事件中,疑似再度与SCP-CN-2603-2个体接触的SCP-CN-2603-3个体通过未知手段来到收容地点。附近待命的安保人员未能将其拦截,项目随后与SCP-CN-2603-1进行接触。
[记录开始,无关内容已省略]
(SCP-CN-2603-3出现于石制平台上。SCP-CN-2603-1随后活性化,但并没有进行攻击。附近的仪器记录到了特殊的电磁波波形)
SCP-CN-2603-3:别担心,我不是来了嘛。虽然已经过去很久了,很多事情都已经变了。
安保人员:发现入侵人员……进入方式未知,未监测到EVE粒子波动……确认为3号个体。
SCP-CN-2603-3:你一直以这个样子坚持到了现在吗……抱歉,确实是我来晚了。但你的样子还是让我很不习惯。能让我看看以前的样子吗?
(SCP-CN-2603-1外貌发生改变,变为一具备女性东亚人种特征的人形个体)
(EVE粒子波动监测装置报警声)SCP-CN-2603-3:这样的才是我的好姑娘……抱歉,我确实忘记了很多事情,我们的家人,我们的王,以及我们共同经历的事情。
(杂音)
SCP-CN-2603-3:嗯,这次我不会走了。我们就在这里,有充足的的时间,好好回忆过去的故事。
安保人员:最后警告,立刻后退,否则使用致命武力!
SCP-CN-2603-3:真遗憾啊……多少个千年过去,我们的身边仍然是那样的人。
未知女声:不再分离。
(安保人员向SCP-CN-2603-3个体射击)
SCP-CN-2603-3:不再分离。
(SCP-CN-2603-1与SCP-CN-2603-3个体融合,随后转变为石质物体)
[记录结束]
事件CN-2603-ω后,SCP-CN-2603-1保持当前状态,并无其他动向。推定项目已无效化。
« SCP-CN-2602 | SCP-CN-2603 | SCP-CN-2604 »