: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
SCP-CN-2506
+26 … 10
最新评论: Lightish_Light 于 20 Aug 2022 08:26
最新编辑: Lightish_Light 于 23 Nov 2022 07:10
...
标签: safe scp 人造物品 原创 声音 知识 石质 神话传说 精神影响
SCP-CN-2717
+21 … 1
最新评论: Lightish_Light 于 27 Sep 2022 14:30
最新编辑: Lightish_Light 于 21 Nov 2022 16:00
...
标签: safe scp 人造物品 原创 建筑 石质 立方体
SCP-CN-2861
+26 … 4
最新评论: Lightish_Light 于 05 Dec 2022 16:23
最新编辑: Lightish_Light 于 06 May 2023 09:18
项目编号:SCP-CN-2861 项目等级:Euclid 特殊收容措施:SCP-CN-2861应收容于单独的收容室内,每日对收容室进行一次清扫与记录。 描述:SCP-CN-2861是一个不锈钢制圆柱体垃圾桶,银白色,直径50cm,高90cm,顶部有直径略小于桶体的圆形翻盖,外壁有双面胶残留。一般情况下,SCP-CN-2861的顶部翻盖无法打开,任何令翻盖活动的尝试都无一例外地失败了。...
标签: euclid scp 原创 家用物品 超维度 金属 门径
原创故事
死亡的螺旋
+20 … 7
最新评论: Forestar 于 06 Jan 2022 15:55
最新编辑: Lightish_Light 于 06 Jan 2022 15:34
...
标签: 原创 故事
原创图书馆页面
黄沙之城
+22 … 3
最新评论: Lightish_Light 于 02 Oct 2022 15:56
最新编辑: Mercuresphere 于 02 Oct 2022 13:34
...
标签: 2022图书馆竞赛 wanderers 原创 苍树与血
长风唤游者
+32 … 5
最新评论: Lightish_Light 于 06 Oct 2022 07:46
最新编辑: Lightish_Light 于 03 Oct 2022 12:25
...
标签: wanderers 原创 苍树与血 韵文
地狱业火
+35 … 4
最新评论: Lightish_Light 于 22 Nov 2022 09:16
最新编辑: Lightish_Light 于 19 Nov 2022 13:53
...
标签: wanderers 原创 苍树与血 韵文
黑潮的呼唤
+13 … 2
最新评论: (user deleted) 于 03 Dec 2022 16:13
最新编辑: Lightish_Light 于 03 Dec 2022 15:55
我的潮水何时来 眼中世界失了色彩 不若蔚蓝浪花 不如清明雾霭 活着,存在着 像调色盘里唯一的空白 我好想长眠于七彩的城寨 又挣扎于淹没的未来 我又像死了 做十字架下寂静的阴霾 任命运之拼图破碎 理性之高台崩颓 …… 我的黑色大潮 你何时归来 无色航船折了桅 怎能行在波谲云诡 …… 我的黑色大潮 你快快归来 用你涌动的尺规 勾画我生命的方位 …… 我的黑色大潮 你终要归来 只有你最温柔的浑黑...
标签: wanderers 原创 苍树与血 韵文
从代达罗斯开始
+49 … 14
最新评论: doctor147 于 06 Jan 2023 09:18
最新编辑: Lightish_Light 于 02 Jan 2023 10:30
著作信息 从代达罗斯开始 作者:Lightish_Light 第n次不要脸地作诗,希望大家可以喜欢,如果不喜欢可以多提点意见,不胜感激。以及好久没写条目了,下次应该会来一篇(逃) 本诗的最终完成要特别感谢Enterark_D。...
标签: wanderers 原创 苍树与血 韵文
翻译SCP
SCP-5988
最新评论: Lightish_Light 于 12 Jan 2023 10:54
最新编辑: Lightish_Light 于 13 Jan 2023 03:25
...
标签: safe scp 反常部 地下 建筑 电脑
更多页面
祂们拥有着相同的土壤
却生出了百千种绚丽的花朵
所谓奇迹,亦不过如此
项目编号:SCP-CN-Afflatus
项目等级:Safe Coadjuntant
特殊收容措施:SCP-CN-Afflatus应被收容于一个小型保险盒内。
任何人不得于未经许可的情况下取出或佩戴SCP-CN-Afflatus,违者将被立即处决。
SCP-CN-Afflatus并无任何有害性质,不应被收容。
描述:SCP-CN-Afflatus是一枚铂金制戒指,直径约1.88cm,内外侧皆刻有一段铭文,内容分别为“Compliance”与“Lightish_Light”。
SCP-CN-Afflatus对佩戴者的影响分为两个阶段:
第一阶段,SCP-CN-Afflatus的佩戴者通常感觉到未知来源的、不易察觉的频繁心理暗示,并因此在科学研究领域展现出更具创造性的思维方式。停止佩戴SCP-CN-Afflatus后该种影响将被消除,并未发现其对于佩戴者的副作用。
第二阶段,SCP-CN-Afflatus长期佩戴者(佩戴时间一般为90日以上)的人格将被替换为一种被描述为“冷淡、残忍、偏执而无感情”的人格,并表现出进行性的记忆错位与缺失。此种影响是永久性的,并不可逆转。因此,SCP-CN-Afflatus应被你在干什么?停下。因此,SCP-CN-Afflatus应你想从这几个黑条里得到什么?。因此,SCP-CN应不,那并不是一个什么收容物。因此,Afflatus-CPS-NC被应事实上,你们都弄错了。那是我遗失的东西。因此,天,那他妈是我遗失在这个该死叙事的灵感,那他妈的是我的灵感,该死的。因此,SCP-CN-Afflatus应被提供给一名研究人员进行长期稳定的佩戴,以便于我希望你们能尽快将它归还于我,否则,你们会明白将要发生什么的。
SCP-CN-Afflatus在2021年12月18日于SCP-CN-2506收容措施的完善过程中被发现于该项目附近的一处空地上。7日后,其异常性质被发现,对其进行的研究随即开始。
目前,SCP-CN-Afflatus由高级研究员李易光长期佩戴。
内部通告第B52605号
由于一次来源于混沌分裂者的网络攻击,该文档的源代码在编写尚未完成时即遭到了篡改。即将对该文档的源代码进行删除并重新编写,望周知。
—— 高级研究员 李易光 于22 Sep 2023 02:57
项目负责人档案
由fishalt绘制的高级研究员李易光
名称:李易光
代号:微光 傀儡 三叶虫
性别:男性 女性(仅在必要时)
年龄:25岁 17岁(仅在必要时)
安全许可等级:一般拥有3级权限 在部分项目的研究中持有4级权限
职位:Site-CN-00高级研究员 收容顾问
简介:亚裔黄种人,身高1.70m,黑发黑瞳,左眼下有一道疤痕。身着黑色棒球服,上用白色字体印有“L25”字样,实验中着基金会白色实验袍,无装饰。常年佩戴SCP-CN-Afflatus。外在性格冷淡、残忍、偏执而无感情温和易亲近、自来熟,内心却较为孤僻,讨厌一切形式的社交,喜欢独处。精通历史学与地质学相关,爱好音乐、诗作、各种球类运动以及透四叶草。著有《银戒背后的叙事学》《CN-2506考古学研究》等理论著作及二十七本魔幻小说。擅长操作与布置各类收容器械,拥有较为丰富的收容经验。此外,其接受过专业的武器培训,必要情况下可以操作各类单兵武器投入战斗(其本人对热兵器的使用较为抵触)。
目前负责项目:SCP-CN-Afflatus、SCP-CN-2506、SCP-CN-2717、SCP-CN-2861
履历:[数据丢失]
人这种生灵甚是奇怪
好似黄沙塑就的一般
时而随风飘散 时而高聚成塔
我,Lightish_Light(真实姓名就不便透露咯),你可以叫我小光或者Light。
是一只生于2005年的正常(?)人类个体(没错我写下这段话的时候还是一名稚嫩的高中生)。
小时候,跟很多人一样,害怕黑暗的房间,以及黑暗中脑补出来的种种恐怖之物。等大了些,才发现我应该只是个抖M罢了自己似乎喜欢上了由恐惧带来的种种感受。被那种战栗的快感驱使着,我迷上了各种恐怖猎奇相关——电影、小说、音乐、游戏,等等。
到了初二的某一天(大概?),在一个QQ群内部,有一名云鬼友善的群成员在聊天中提到了基金会,并凭着他拥有的相关知识将其吹嘘得玄而又玄,然后像个SB一样潇洒地离去了。这是我第一次听说基金会相关。不久之后,我在某短视频平台刷到了(是的,那时候相关题材的视频还未被大规模清除)一个用乐高积木制作的基金会题材小动画,形象地向我展现了基金会的几个经典收容物(其中让我印象最深刻的是173 与650 ),本身设定就很新奇的异常加上一个标准化的收容物编号立即戳中了我的xp。就这样,我在浏览器上第一次键入了“SCP Foundation”,也就找到了这个大部分时候卡得像便秘一样的奇妙的网站。面对着数百上千个条目和纷繁的设定,我被基金会冰冷严肃的叙述方式和作者们交织的想象力深深地折服了,从此开始了作为一个黑户以及云鬼路人断断续续的阅读之路。
高二的下学期,我萌生了一个想法,即创作属于自己的skip(这一直是一件很酷的事不是么),并意识到自己已经可以加入网站绿。如此这般,便有了我的wikidot账号、第一份文档、第一篇故事以及第一个被down爆的项目。同时,我认识到,相对于一个庞大的合作小说网站的体量,自己在几年里断断续续积累起来的那点可怜的阅读量还远远不够,还需加倍努力(废话)。
对于我个人来说,能找到基金会这样一个合作性的半自由创作平台并因此认识一群志同道合的爱好者是一件十分幸运的事情。作为一个入站时间不长的新来者,没有任何一位网站成员对我及我所进行的讨论与创作展现出排斥或疏离,而是能在大部分情况下以客观的角度对我的及我作品的发展提供建议,这让我真正地有了一种被包容被尊重的感觉,也让基金会网站成为了我在网络世界的家。这其中,有一个我必须要多加感谢的人62ECN。62在我的创作过程中给予我的指引对于我创作水平的提升无疑是厥功至伟的(62贴贴~)。诚然,对于一个建立人事页不久的萌新来说,目前的创作水平仍亟待提升,但我想我会努力的。
在此向其他所有曾给予我建议及帮助的朋友们表示感谢!
祝好!
Lightish_Light撰写于2022.10.01
Lightish_Light最后编辑于2022.12.16
转眼间已经入站一周年了,见证了许多,收获了许多,成长了许多,认识了许多新朋友,也帮助了一些需要帮助的人,为站点的发展作出了或许是微不足道的一点贡献,也算是圆了当初的梦想吧。新的一周年,希望能做得比以往更好,成为一名更加称职的读者,一位更加优秀的写手,一个更加积极勇敢奋发向上的自己。
Lightish_Light撰写于2022.12.18
Lightish_Light最后编辑于2022.12.18
铭记应是由什么色彩组成的
纯白色
因它不再褪色
<2021/12/18>
创建wikidot账号
加入基金会中文分部
创建首个沙盒
<2021/12/25>
完成并发布首个合格条目
<2022/01/01>
加入基金会创交群
<2022/01/03>
发布首篇合格基金会故事
<2022/01/15>
加入基金会主站
加入基金会国际翻译站
<2022/10/01>
建立人事页
<2022/10/02>
首次参加竞赛
发布首部合格被放逐者之图书馆作品
<2022/11/06>
加入被放逐者之图书馆主站
<2022/11/19>
加入Site-CN-00
<2023/01/12>
发布首篇翻译
To be continue……
生活就像一座陵园
祭奠着鲜活的过去
归葬那将死的未来
一些批话:既然Tab名是“荐”,也就说明了我很“贱”,这里主要用来展示令我印象深刻的作品们,她们可能算不得什么精品,甚至算不得知名,但绝对值得一读,以及我的阅读量不算太多,这里的东西可能会比较少,但只是暂时的,如果我读到/想起来什么好作品还会继续加进来(顺序是先主站后中分)
条目类:
Tufto的提案 - 深红之王
Tanhony的提案 II - 黑月
SCP-028 - 知识
SCP-048 - 被诅咒的SCP号码
SCP-087 - 楼梯间
SCP-093 - 红海物件
SCP-166(旧) - 魅魔少女
SCP-184 - 建筑师
SCP-321 - 人之子
SCP-455 - 货船
SCP-688 - 穴居七鳃鳗
SCP-711 - 悖谬保险
SCP-1000 - 大脚怪
SCP-1173 - 东萨莫色雷斯伊斯兰共和国
SCP-1471 - MalO 1.0.0版
SCP-1812 - 外月模因
SCO-1875 - 古董象棋计算机
SCP-1981 - 割喉里根
SCP-2000 - 机械降神
SCP-2317 - 异界之门
SCP-2460 - 暗卫星
SCP-2639 - 电子游戏暴力
SCP-2718 - 身后事
SCP-2719 - 内部
SCP-2998 - 异常讯息,2485MHz
SCP-3000 - 阿难陀舍沙
SCP-3001 - 红现实
SCP-3035 - 科学蟑螂
SCP-3199 - 否决,人类
SCP-3309 - 化为泡影之时,我们去往何方
SCP-3515 - 挖掘
SCP-3565 - 肉宝宝
SCP-3930 - 相啸魔
SCP-3999 - 我于万物之中
SCP-4465 - 没有人是孤岛一座
SCP-4999 - 守望我等之人
SCP-5000 - 为什么?
SCP-6058 - 克隆机
SCP-7972 - Y代表青年
SCP-8900-EX - 天,蓝色的天
故事类:这里还没有列出来,但别担心,会有的,只是我懒得找故事链接罢了(当然,你怎么可能会担心这个…)
所谓当下者
实则皆是虚无
我们活在过去与未来之中
一些批话x2:这里收录了一些本人平常闲得没事随手摸出的所谓“艺作”,由于本人尚未接受过任何正规的绘画训练,故若有画得很捞的地方还请多多包涵~
↑ 手绘LOGO
↑ 手绘LOGOv2.0 改良版
↑ SCP-CN-2861