LEVEL
C-1561
生存等级生存等級
3 级級
逃离逃離:3/5
难以逃离難以逃離
环境環境:3/5
高环境风险高環境風險
实体實體:4/5
极多敌意存在極多敵意存在
:root { --nusd-speed: 1; } /*岛*/ .ic_wrap-box { } /*上*/ .ic_wrap-box .ic_top-left-box { animation: right0 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_top-left-box .ic_text { animation: right0 calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_h-icon { animation: ic-right calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.3s / var(--nusd-speed)); opacity: 0; } .ic_wrap-box .ic_r-icon { animation: ic-right calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.4s / var(--nusd-speed)); opacity: 0; } .ic_wrap-box .ic_s-icon { animation: ic-right calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.5s / var(--nusd-speed)); opacity: 0; } /*sd*/ .ic_wrap-box .ic_sd-box { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation: fadeIn-nu-exit calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_infobox-1,.ic_wrap-box .ic_infobox-2 { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation: fadeIn-nu-env calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.1s / var(--nusd-speed)); } .ic_wrap-box .ic_infobox-3 { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation: fadeIn-nu-enti calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.2s / var(--nusd-speed)); } /*字*/ .ic_wrap-box .ic_sd-box .ic_text { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_sd-box .ic_sd { animation: rightin2 calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .ic_wrap-box .ic_infobox-1 .ic_text { animation: rightin calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.1s / var(--nusd-speed)); } .ic_wrap-box .ic_infobox-1 .ic_info { animation: rightin calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.1s / var(--nusd-speed)); } .ic_wrap-box .ic_infobox-2 .ic_text { animation: rightin calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.2s / var(--nusd-speed)); } .ic_wrap-box .ic_infobox-2 .ic_info { animation: rightin calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.2s / var(--nusd-speed)); } .ic_wrap-box .ic_infobox-3 .ic_text { animation: rightin calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.3s / var(--nusd-speed)); } .ic_wrap-box .ic_infobox-3 .ic_info { animation: rightin calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.3s / var(--nusd-speed)); } /*info*/ .ic_wrap-box .ic_add-h { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); animation: ic-add-h calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.3s / var(--nusd-speed)); } .ic_wrap-box .ic_add-r { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); animation: ic-add-r calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.4s / var(--nusd-speed)); } .ic_wrap-box .ic_add-s { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); animation: ic-add-s calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.5s / var(--nusd-speed)); } /*字*/ .ic_wrap-box .ic_add-h .ic_text { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.5s / var(--nusd-speed)); } .ic_wrap-box .ic_add-h .ic_info { animation: rightin calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.5s / var(--nusd-speed)); } .ic_wrap-box .ic_add-r .ic_text { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.6s / var(--nusd-speed)); } .ic_wrap-box .ic_add-r .ic_info { animation: rightin calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.6s / var(--nusd-speed)); } .ic_wrap-box .ic_add-s .ic_text { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.7s / var(--nusd-speed)); } .ic_wrap-box .ic_add-s .ic_info { animation: rightin calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.7s / var(--nusd-speed)); } .ic_addbox .ic_text,.ic_addbox .ic_info{ opacity: 0; } /*bubor*/ .ic_top-box { animation: ic-border calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .ic_wrap-box { border-bottom: rgba(var(--ic_border-color), 0) solid var(--ic_interspace); animation: ic-border calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; animation-delay: calc(0.7s / var(--nusd-speed)); } @keyframes ic-right { 0% { transform: translateX(-1rem); transform: rotate(30deg); opacity: 0; } 80% { transform: translateX(-1rem); transform: rotate(30deg); opacity: 0; } 100% { transform: translateX(0); transform: rotate(0deg); opacity: 1; } } @keyframes ic-border { 0% { border-bottom: rgba(var(--ic_border-color), 0) solid var(--ic_interspace); } 100% { border-bottom: rgba(var(--ic_border-color), 1) solid var(--ic_interspace); } } @keyframes ic-add-h { 0% { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); background-color: rgba(var(--ic_border-color), 1); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); background-color: rgba(var(--ic_add-habitability-bg-color), 1); } } @keyframes ic-add-r { 0% { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); background-color: rgba(var(--ic_border-color), 1); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); background-color: rgba(var(--ic_add-resource-bg-color), 1); } } @keyframes ic-add-s { 0% { clip-path: polygon(50% 0%,50% 0%,50% 100%,50% 100%); background-color: rgba(var(--ic_border-color), 1); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); background-color: rgba(var(--ic_add-signal-bg-color), 1); } } /*nusd*/ /*左*/ .sdnumber p { opacity: 0; animation: right0 calc(2s / var(--nusd-speed)); animation-fill-mode: forwards; } .sdnumber p { opacity: 0; animation: right0 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sdnumber strong { opacity: 0; animation: right0 calc(1.2s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sdnumber .lines { opacity: 0; animation: fadeIn-nu-sd calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } /*右*/ .sd-container .exit { animation: fadeIn-nu-exit calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .environment { animation: fadeIn-nu-env calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .entity { animation: fadeIn-nu-enti calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .syntax .sd{ animation: rightin calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .syntax p strong { animation: rightin calc(1.05s / var(--nusd-speed) ); animation-fill-mode: forwards; } .class.customclass strong::after{ animation: no-opacity calc(1.05s / var(--nusd-speed) ); animation-fill-mode: forwards; } /*字*/ /*ex*/ .sd-container .exit strong { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .exit p span:nth-child(3) { animation: rightin2 calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; } /*ev*/ .sd-container .environment strong { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .environment p span:nth-child(3) { animation: rightin2 calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; } /*en*/ .sd-container .entity strong { animation: rightin2 calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .entity p span:nth-child(3) { animation: rightin2 calc(1.1s / var(--nusd-speed) ); animation-fill-mode: forwards; } /*动画*/ @keyframes clip0 { 0% { clip-path: inset(0 0 100% 0); } 100% { clip-path: inset(0 0 0 0); } } @media only screen and (min-width: 1071px) { .sd-container .border { animation: border-spin-pc calc(1s / var(--nusd-speed) ); transform-origin: right; } @keyframes border-spin-pc { 0%{ clip-path: polygon(0% 0%,0% 0.4rem,0% 0.4rem,0% 0%); transform: scaleX(5000%); } 30% { clip-path: polygon(0% 0%,0% 0.4rem,100% 0.4rem,100% 0%); transform: scaleX(5000%); opacity: 1; } 60% { clip-path: polygon(0% 0%,0% 100%,100% 100%,100% 0%); transform: scaleX(5000%); opacity: 1; } 100% { transform: scaleX(100%); opacity: 1; } } .sdnumber p { animation-delay: calc((2s / var(--nusd-speed))*0.6); } .sdnumber p { animation-delay: calc((1s / var(--nusd-speed))*0.6); } .sdnumber strong { animation-delay: calc((1.2s / var(--nusd-speed))*0.6); } .sdnumber .lines { animation-delay: calc((1s / var(--nusd-speed))*0.6); } } @media only screen and (min-width: 620px) and (max-width: 1070px) { .sd-container .border { animation: border-spin-mo calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } } @media only screen and (max-width: 620px) { .sd-container .border { animation: border-spin-mo calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .exit { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation-delay: 0; animation-fill-mode: forwards; } .sd-container .environment { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation-delay: calc(0.5s / var(--nusd-speed) ); animation-fill-mode: forwards; } .sd-container .entity { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); animation-delay: calc(1s / var(--nusd-speed) ); animation-fill-mode: forwards; } } @keyframes border-spin-mo { 0% { clip-path: polygon(50% 0%,50% 100%,50% 100%,50% 0%); } 70% { clip-path: polygon(50% 0%,50% 100%,50% 100%,50% 0%); opacity: 1; } 100% { clip-path: polygon(0% 0%,0% 100%,100% 100%,100% 0%); opacity: 1; } } @keyframes rightin { 0% { transform: translateX(-1rem); opacity: 0; } 80% { transform: translateX(-1rem); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } } @keyframes rightin2 { 0% { transform: translateY(1rem); opacity: 0; } 80% { transform: translateY(1rem); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes upin0 { 0% { transform: translateY(1rem); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes right0 { 0% { transform: translateX(-1rem); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } } @keyframes fadeIn-nu-sd { 0% { clip-path: polygon(0% 0%,0% 0%, -10% 100%,0% 100%); transform: rotateY(180deg); } 100% { clip-path: polygon(0% 0%,200% 0%, 100% 100%,0% 100%); transform: rotateX(0deg); opacity: 1; } } @keyframes upin1 { 0% { transform: translateY(1rem); opacity: 0; } 50% { transform: translateY(1rem); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } @keyframes upin2 { 0% { transform: translateY(1rem); opacity: 0; } 50% { transform: translateY(1rem); opacity: 0; } 75% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(0); opacity: 1; } } @keyframes fadeIn-nu-exit { 0% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); } 25% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 100%,0% 100%); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); } } @keyframes fadeIn-nu-env { 0% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); } 25% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 100%,0% 100%); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); } } @keyframes fadeIn-nu-enti { 0% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 0%,0% 0%); } 25% { clip-path: polygon(0% 0%,0.4rem 0%,0.4rem 100%,0% 100%); } 100% { clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%); } } @keyframes no-opacity { 0% { opacity: 0; } 25% { opacity: 0; } 100% { opacity: 1; } }
Level C-1561是后室C层群的第1561层。
描述
Level C-1561是一个开阔的中式剧院,目前已知由入口、剧场组成。剧院本身的状况古老但完好,大部分建筑都为石质或木质,剧院为圆形结构,入口呈环状在其外侧。
入口
入口处的一张图片
区域“入口”为到达该层级的第一个区域,环状连廊结构。有环绕剧院的水路,深度不超过1米,平静着,浑浊着。尽管两岸有永不熄灭的红灯笼,散发着刺眼的红光,可整个环境依旧昏暗。有石桥连接两岸,趟水渡河不会有危险。
圆环外侧的建筑是无限延伸的、只有石质的墙壁和看起来随时可能坍塌的天花板。在其中迷路最终会回到河岸边。内侧一岸建筑为剧场外墙,坚硬粗糙的墙壁无法破坏,像有什么在阻止别人进入,又像是给里面的人的牢笼。在此处探索一段时间,会遇到一扇可以打开进入的木门,潮湿而古老,却异常结实,难以用正常手段破坏。推门进入后会进入剧场。
已知入口处无实体,是Level C-1561最安全的区域,但据探索者称,步行在其间,会听到断断续续的琵琶声1,回声在环状空间中回荡,如人语呢喃,梦中呓语,让人有沉重的孤独感。除此之外无其他精神影响。
剧场
剧场是Level C-1561中最不稳定的区域。由入口处随机出现的木门进入。目前关于其的唯一信息只来自于几段录像。鉴于对其信息完整度和真实性存疑,M.E.G.将派遣人员再次探索。
(录像开始)
(画面晃动)我是陆哲,意外切入,身上没有准备物资。我刚查了M.E.G.的资料,并没有这个层级的相关描述。
(画面为入口区域,并开始沿着岸边行进)红灯笼,桥,红灯笼,红灯笼……有声音。
(静止了一段时间,音乐声由开始的断断续续,变得更加清晰)像是弦乐。不清楚从什么方向传来(咽口水)回声把我的脑子搅得有点乱。
(又走了一会)没有发现实体。没有发现物资,声音有点吵。 没有发现危险,怀疑乐声有精神影响。
(停顿一下)说实话,乐声还挺好听。
(画面对着对面一岸放大)对面的建筑物里什么都没有。
(画面恢复)目前没有发现异常,准备尝试切出。等下…….(画面放大,一扇木门出现)
(缓慢前进,推门,门后昏暗。)
(进入后,门突然关闭,尝试打开失败)
(喘气)我现在感觉有点不对。琵琶声停了,现在安静过头了。
(扫视四周。一个巨大的剧场,一模一样的木头椅子整齐排列延伸至黑暗,没有一把椅子显得突兀。唯一的血红光源来自舞台上,一个人(暂且说是人)孤独的坐在台上,抱着琵琶一动不动,明明灯光由台上的灯笼发出,却到那人处被吞噬为黑暗。舞台,与其说是舞台,不如说是放大了的戏台。)
好空旷。(小声道。尝试靠近舞台。)
(手碰到木椅,尝试拿开)操,我手拿不来了。(用力挣扎)妈的完蛋了。(画面中断)
(录像继续)
(一个座位上的视角,台上的人开始弹奏,乐声欢快喜庆。)我被黏在这个椅子上了!用刀割都没分开。台上那个应该是被层级效应影响的倒霉蛋,看着应该是个粘在椅子上只会弹琵琶的人。(音乐逐渐推向高潮)哎,可惜我是个品不来音乐的莽夫,听不懂你的独奏。(画面转向台下)那有个门,像是通往后台的,之后有人来可以去看看是不是出口,反正我是……(一声巨响,似是千千万万个琵琶同时扫弦,画面强烈震动)
(画面卡顿中断)
(画面自动恢复)
(镜头对着天花板,上面的装饰是未知数目的琵琶排列成圆形,层层外推。它们在共同弹奏着一首宏大的、丰富的、热烈的《金蛇狂舞》。)
(画面中能大致分辨出陆哲已经七窍流血。)
(音乐沉寂下来,一切重归平静)
(电量耗尽,录像停止,视频自动上传数据库)
基地、前哨与社区
鉴于本层的危险性,该层级没有设任何基地和前哨。
入口与出口
入口
- 在C层群任意一个音乐厅、剧院都有一定概率切入Level C-1561。
出口
- 在入口处以任何方式尝试切出,会回到原来层级。这是唯一的出路。
有新的文件上传,请及时查看!
录音文件1:
我是谭乐,M.E.G.派来探索Level C-1561的特遣队的成员……也是现在唯一的幸存者。我们都被后室逼疯了!这个层级只需要安安静静听完一场表演就能活,琵琶声虽然很响但不至于七窍流血,真正的原因是这的精神影响。可我们脑子里都是去找出口、找什么后室的真相。明明只要把一首歌听完就能离开椅子自由离开,可为了这个信息我们死了多少兄弟!(呼气)不过,起码结局算好的吧,不会有其他人送命了。那个弹琵琶的人弹完后消失了,暂时不去管他吧。
录音文件2:
那扇门打开后是后台,里面有很多琵琶,特别干净,没有一丝落灰。有一台电视机挂在墙上,在播放中。(杂音)播放的是……前厅的春晚!2025年的蛇年春晚!怪不得弹的是金蛇狂舞。等一下,这个电视能换频道吗……能!能看某TV13的新闻!也就是我们可以收到前厅的新闻,而且还是实时的!(带哭腔的笑声)算是看到点有关家的东西了……
录音文件3:
后台除了到处都是琵琶,还有一本笔记本和乐谱,内容放附录了,其他啥也没有,出口也没有,从这个层级离开应该只有回到入口切出了。剧场有自动清理效果,我回来时队友的尸体已经消失,不留血迹。可以安全从剧场返回入口。
数据库的赶紧把文档改好,别再让人意外掉进来送命了。
附录 笔记本上的内容
一
传统音乐,一种古典、让人敬畏的宝物。这是我学习琵琶时内心唯一的想法。
师傅手里轮指、扫弦、滑音、颤音,一条灵动、带来祥瑞的金蛇就在眼前。冷冽又灼热、古老而神秘,似烟火气将那蛇染成了金色。
师傅笑道:“等到蛇年春晚,这首老经典一定会登场的!”
二
师傅猜错了。
我看完了春晚,只有曲子被改编得面目全非,没有那期待中的“金蛇”出场。我从那混乱中听出了些熟悉的曲调,但难以抑制心中遗憾。
蛇是古老图腾的烙印,舞是永不熄灭的激情。
创新本是好的,但在这电子的音浪里,还有多少人认识它?人们只将其视为“古董音乐”,要来一次彻头彻尾的创新,便如同只看见蛇蜕下的鳞片,却忽视了它游动的灵魂,强迫着将其生拉硬拽入激烈的时代洪流。
创新本是对的,可它不是火急火燎的摧毁一切。所幸,“金蛇”象征的灵动与生命力,恰是中国哲学中“生生不息”的具象化,它还没有死去与遗忘。
三
无论是狂舞的金蛇还是任何一种事物,都有其形成于历史、浸淫于传统的内在规定,突破、创新只有在此前提下才能被谈论。所谓创新不是为所欲为,而是为所能为,带着镣铐舞蹈才是创新一词的本真含义与实际存在。
四
因此,请看到这的任何人,不要在时代的洪流里忘记那一条狂舞的金蛇。不要,不要忘记。
希望金蛇在未来,在前厅,在后室,永不死去。
它只是换上了新的鳞片,在属于这个时代和世界的月光下,继续狂舞。
录音文件4:
《金蛇狂舞》的乐谱……我试试看。在前厅时学过点,在后室多一项无伤大雅的才艺,也没什么。
咦,我怎么把录音打开了。
(微弱的背景音)也算是传下来了……
又得重写文档了。——一个怨种数据库文档编写员
作者:Zhiyutanyou
图为自摄
« Level C-1560 | Level C-1561| Level C-1562 »
