SCP-099-VN - 二次元老婆天堂
没错,你的二次元老婆的确存在。
http://scp-vn.wikidot.com/dalilstick-s-pagehttp:scp-vn-wikidot-com-dalilstick-s-page▸ 该作者的更多作品 ◂(原文链接)http://scp-vn.wikidot.com/dalilstick-s-page▸ 该作者的更多作品 ◂
其他语言
: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)); } } /*-------------------------*/ @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)); } }
SCP-099-VN的缩略图
特殊收容措施:基金会人员应开始追踪并没收所有已安装SCP-099-VN的移动设备,之后移除所有已没收设备的电池,并将设备存储在Site-026的存档室。MTF ψ-26(“幻想乡漫游者”)的任务是监视并存档与SCP-099-VN有关的讨论串,或者PoI-0412在GoI-093 “PAMWAC”的内部BBS发布的讨论串。
描述:SCP-099-VN是一款日本流行音乐手机流媒体应用程序,名为“Waifu Heaven.mp3”。SCP-099-VN的用户界面和功能与应用程序SoundCloud1相似,然而该应用程序的显示语言只有日语,且其背景图像只描绘了穿着比基尼的虚构角色。在设备上首次使用SCP-099-VN后,就不可能关闭2设备或者卸载SCP-099-VN。
SCP-099-VN的异常性质将在用户选择一首歌曲时生效。3这时一个或多个外观与歌曲中提及的人物相似的人形实体4将在用户附近显现,直到歌曲结束才会消失。5更换歌曲将导致现有的SCP-099-VN-A发怒并立即消失。
附录1:发现
SCP-099-VN在████/██/██引起基金会的注意。当天,一个名为Asukaplztwerk9621的用户6在GoI-093 “PAMWAC”的内部BBS发布了讨论串,该讨论串很可能与SCP-099-VN的起源有关。讨论串内容如下:
我刚刚用爱的力量使你们的二次元老婆成为了现实,现在你们都欠我人情哈哈哈哈
267: ◆Asukaplztwerk9621 ████/██/██(█) ██:██:██:██ ID:???
你们是不是已经受够了那些菜鸡主角把所有女孩子收入后宫,而你们却因从未踏出乱糟糟的房间一步而一无所有的戏码?你们想不想要一个擅长做家务,和你一起生活,打破你心中坚冰(以及打扫你住的猪窝)的老婆?那么别担心,因为我现在就要向你们介绍“Waifu Heaven.mp3”。有了“Waifu Heaven.mp3”,你所有的愿望都会实现,唯一要做的就是点开你喜欢的动漫中你的二次元老婆的歌曲。例如,早上在你享受《青空的狂想曲》的曲调时,托尔会在你旁边扫地,为你做饭,而到了晚上,你可以在《Trip - Innocent of D-》的声音中枕着莉雅丝·吉蒙里的大腿(・ิω・ิ)。那么赶快下载“Waifu Heaven.mp3”吧,因为它完全不是免费的!
下载链接:[数据编辑]
——用爱与激情制作。
268: 含情脉脉无名氏 ████/██/██(█) ██:██:██:██ ID:???
好耶欸欸欸欸欸欸欸欸欸欸欸欸!
SOXSOXSOXSOXSOXSOXSOXSOXSOXSOXSOX!
269: ◆SHo67Kc0Y ████/██/██(█) ██:██:██:██ ID:???
好耶,不过别被那些音乐公司版权杀了,不然的话到时候就有麻烦了(ᴗ ͜ʖ ᴗ)。
270: ◆CrZyRChBLL ████/██/██(█) ██:██:██:██ ID:???
你懂的,赶快把测试版发给我!!!
271: ◆FuHUAHUAHUAHUAHUA ████/██/██(█) ██:██:██:██ ID:???
>267
嘿,我可以用别的货币支付吗?我有位玩《妖精的尾巴》的兄弟刚给了我200万J币(不用查了汇率是100:1)
272: Asukaplztwerk9621 ████/██/██(█) ██:██:██:██ ID:???
>271
私信,请 ;)
273: gayforatem132 ████/██/██(█) ██:██:██:██ ID:???
>270
等等,你真的想好了吗?带LIOD卡包密码的裁决之龙现在在trollandtoad上能卖到300刀以上!
274: Asukaplztwerk9621 ████/██/██(█) ██:██:██:██ ID:???
好了,恭喜前10位得到测试版的人。玩得开心,但不要滥用哦 ;)
附录2:记录
注:以下为基金会的闭路电视所记录的部分相关对话。值得注意的是,所有对象在开始使用该应用程序之前,都已处于基金会监控之下。
时间:20██/09/08
对象:杨君(Kuan Duon),28岁,居住于香川县,是GoI-093 “PAMWAC”的新成员,化名为Thegreenonionlover4ever(以下称为099-VN-Alpha)。
选择的歌曲:《世界第一的公主殿下》(「ワールドイズマイン」),由初音未来演唱。
<记录开始>
[歌曲开始播放。两分钟后,一个人形实体突然出现在099-VN-Alpha身边。该实体身着长款灰色连帽衫;其蓝绿色的长发被扎成两条辫子。该实体可能是由Crypton Future Media创作的虚构角色初音未来。]
初音未来:你好……所以刚才是你叫我过来的吗?[该实体脸上露出厌烦的表情]
099-VN-Alpha:你……你真的是初音吗?
初音未来:初音啊……是啊,已经有一段时间没人这么称呼我了。我今天很累……所以有什么事快说;我待会还要去买东西呢。
099-VN-Alpha:你怎么……成这样了?
初音未来:你要知道,在新的引擎被开发出来后,人们不在乎我们这些V家老角色了,于是公司就破产了……现在我在一家便利店打工。我必须省吃俭用……不然到了月底就没有大米吃了。
099-VN-Alpha:[点了点头,声音低落]哦……我明白你的感受。不过我觉得你应该知道——从我小时候起,你就一直鼓舞着我。不仅有我自己,还有许多其他的人。从你的歌曲到你的舞台表演,你给予我们的一切都是我们在这残酷的世界上多活一天的动力!
初音未来:听到你这句话真是令我惊喜啊……啊,你想买点葱吗?我可以给你打折哦。
099-VN-Alpha:呃……下次一定。我的口袋现在空空如也。
初音未来:嗯……那么你日子过得如何?
099-VN-Alpha:我刚才去面试另一家公司……不过又被拒绝了。看样子没人想录用我;无论怎么样,我都只是个彻头彻尾的普通人……专业素质和沟通能力都很差……不过,今天在这里遇见你已经是我生命中最美妙的时刻了。
初音未来: 那么……我们都有自己的难处是吧?继续努力吧……希望未来你能取得成功……
099-VN-Alpha:非常感谢你,我下次会更努力的。
初音未来:我也要谢谢你……谢谢你还记得我……我身上没什么值钱的东西,那么请收下这条发带作为纪念吧……好吗?
[该实体给予099-VN-Alpha一条发带。]
初音未来:[微笑]我得走了。希望你一切顺利。
099-VN-Alpha:那当然,下次再会。
[该实体消失。此时歌曲结束。]
<记录结束>
时间:20██/04/20
对象:秋尾健(Takeshi Akio),21岁,居住于千叶县,加入GoI-093 “PAMWAC”已有两年,化名Meilingbangingurmom5220(以下称为099-VN-Beta)。
选择的歌曲:《琪露诺的完美算术教室》(「チルノのパーフェクトさんすう教室」),由IOSYS创作。
<记录开始>
[歌曲开始播放。该区域突然出现雾气。一个人形实体缓慢走出雾气,与099-VN-Beta面对面站着。该实体穿着一件蓝色连衣裙,有蓝色丝带蝴蝶结作为装饰,背后漂浮着六个对称的冰晶。据观察,该实体很像是东方Project官方第六作《东方红魔乡》中的角色琪露诺。]
琪露诺:是谁胆敢召唤我——火红天空下从不融化的冰之妖精?
099-VN-Beta:卧槽,真的成功了!这软件真的是物超所值。
琪露诺:喂,说话注意点。你不知道我能把你变成移动的冰块吗?
099-VN-Beta:[轻声笑]是我失礼了,请原谅我这种蠢货,亲爱的湖上冰精小姐。
琪露诺:好,因为我琪露诺是心地善良的妖精,所以这次我原谅你。
099-VN-Beta: 谢谢您的宽宏大量。顺便问一下,既然您在这里,能不能请您帮我一个忙?
琪露诺:[大笑]好啊,快说!
099-VN-Beta:请问,能不能让我看看曾经打败过著名的兼职妖怪猎人雾雨魔理沙的强大力量,就这一次,[对象试图憋笑]求求您了?
琪露诺:[大笑]当然可以!看好了哦,我只演示一遍!
[该实体不断向周围环境释放冷空气。其背后六块冰晶开始发出强烈的光芒。]
琪露诺:准备尖叫吧,这可是冻结整个地球的一招!冻符「Perfect Freeze」。
[该实体用双手释放出一束能量。几秒钟后,一个冰块在空中形成,之后落地碎裂。]
琪露诺:很厉害是吧?我必须克制自己,不然整个宇宙都会被我恐怖的力量冻结!
[099-VN-Beta转过身去,试图憋笑。]
099-VN-Beta:真……真他妈厉害啊!原来这就是家喻户晓的终极力量啊!
琪露诺:那当然了!我是最强的。我是最强的啊。不过……我现在有点累了。估计是时候回到我的领地休息一下了。
099-VN-Beta:我还能再见到您吗?
琪露诺:这要看我心情,那么再见啦。
[该实体回到雾中并逐渐消失。此时歌曲结束。]
<记录结束>
时间:20██/04/12
对象:竹田铃木(Suzuki Takeda),20岁,居住于神奈川县,是GoI-093 “PAMWAC”的成员,化名Lclflavourfulcheff@2188(以下称为099-VN-Gamma)。
选择的歌曲:《残酷天使的行动纲领》(「残酷な天使のテーゼ」),由高桥洋子演唱。
<记录开始>
[歌曲开始播放。一个人形实体突然出现在099-VN-Gamma身后。据观察,其有一头红褐色长发和深蓝色的眼睛。该实体还穿着橙色紧身衣,胸前有数字“02”,头上戴着头戴式接口7。通过观察,其被确认为《新世纪福音战士》中的角色惣流·明日香·兰格雷。]
099-VN-Gamma:啊……啊这?你……你是……EVA的……明日香?
[099-VN-Gamma大叫。]
明日香:是啊,我叫惣流·明日香·兰格雷,EVA二号机的正式驾驶员。那你是谁啊?
099-VN-Gamma:我……我叫铃木……目前在本地一家商店做兼职……
明日香:真可悲呢!
099-VN-Gamma:我——我知道……可是我的工资……我已经花了所有钱来买你的周边……
明日香:恶,你就是个变态,对吧?离我远一点。
099-VN-Gamma:我…我不是那个意思,只是……我真的……真的喜欢你… 我知道外面的世界对你来说是个残酷的地方,但是……无论如何,我都会支持你。即使在你生气或者悲伤的时候,我也会听你说的每一句话。所以……你能做……做我女朋友吗?
明日香:[打了099-VN-Gamma的脸]你有病吗?死宅真恶心!我走了,再见,希望永远也不会再见到你。
[该实体转过身来,朝门口走去。099-VN-Gamma试图抓住它的手。]
099-VN-Gamma:别走啊,等一下……我已经给你准备了你最爱吃的菜。
[099-VN-Gamma递给该实体一盘咖喱饭。]
099-VN-Gamma:尝一口,可好吃了。我妈刚才做的。
[该实体将盘子扔到地上,并打了099-VN-Gamma的脸。不久就在099-VN-Gamma面前消失了。然后在该实体消失的位置出现了一张便条和一条绷带。便条上写着“抱歉打了你一巴掌”。]
<记录结束>
目前正在研究SCP-099-VN的确切性质,以及所有PoI-0412和其他相关人士的个人信息和下落。
« SCP-098-VN | SCP-099-VN | SCP-100-VN »
请按如下方式引用此页:
“SCP-099-VN”,作者 DaLil$tick,来自 SCP-VN 维基。原文链接:https://scp-vn.wikidot.com/scp-099-vn。译者 la kanro,来自 SCP-CN 维基。译文链接:http://scp-wiki-cn.wikidot.com/scp-099-vn。遵循 CC-BY-SA 协议。
更多详情请参阅授权指南。
授权信息
文件名称:Waifu heaven.jfif
文件作者:DaLil$tick does not match any existing user name
授权协议:CC BY-SA 3.0
来源链接:SCP-VN维基。
文件名称:lennyface
文件作者:Keith5201
授权协议:CC BY-SA 3.0
来源链接:维基媒体。
文件名称:card.jfif
文件作者:DaLil$tick does not match any existing user name
授权协议:CC BY-SA 3.0
来源链接:SCP-VN维基。
更多维基文档信息,请见版权信息总览。