末法杀生录
评分: +27+x
@import url('https://fonts.googleapis.com/css2?family=Zhi+Mang+Xing&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@300;400;500;700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300;400;500;700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=cyrillic,latin-ext,vietnamese');
 
body {
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
    background-repeat: repeat;
    font-family: "Noto Serif SC", "Noto Serif", serif;
    font-size: 0.85rem;
}
 
div#extra-div-1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 161px;
    z-index: -2;
    background-image: url("http://scp-wiki.wdfiles.com/local--files/theme%3Aswirling-ashes/skyline-whitewash.png"), url("http://scp-wiki.wdfiles.com/local--files/theme%3Aswirling-ashes/skyline.png");
    background-repeat: repeat-x;
    background-size: auto 111px;
    background-position: center 50px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
 
/* HEADER */
 
div#container-wrap {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.5) 80px, rgba(0, 0, 0, 0.5) 161px, transparent 240px);
    background-repeat: repeat-x;
    background-size: auto 21px, auto 240px;
    background-position: center 140px, center top;
}
 
#header {
    background-image: none;
}
 
#header h1 {
    float: none;
    width: 100%;
    margin: 0;
}
 
#header h1 a {
    display: block;
    float: none;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 80px;
    font-weight: normal;
    font-family: "Oswald", "Zhi Mang Xing", sans-serif;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.6);
    white-space: nowrap;
}
 
@media (max-width: 575px) {
#header h1 a {
    font-size: 50px;
}
}
 
@media (max-width: 479px) {
#header h1 a {
    font-size: 40px;
}
}
 
#header h1 a::before {
    content: "SCP FOUNDATION";
    overflow: hidden;
}
 
/* {$deserted}/
#header h1 a::before {
    content: "废年";
    font-size: 80px;
}
/{$deserted} */
 
#header h1 a span, #header h2 {
    display: none;
}
 
#search-top-box {
    right: 0;
    top: 110px;
}
 
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
    background-color: transparent;
    color: #666;
    border-color: #666;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
}
 
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6), inset 0 2px 0 rgba(0, 0, 0, 0.25);
}
 
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    color: #000;
    border-color: #000;
}
 
/* SIDE BAR */
 
#side-bar .side-block {
    background-color: transparent !important;
    border-color: #000;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
}
 
#side-bar .side-block:not(.media) {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
 
#side-bar .heading,
#side-bar .collapsible-block-unfolded-link,
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #000;
    border-color: #000;
    font-size: 14px;
    font-weight: normal;
    font-family: "Zhi Mang Xing", sans-serif;
}
 
#side-bar a, #side-bar a:visited, #side-bar a.newpage {
    color: #000;
}
 
@media (max-width: 767px) {
#side-bar, #side-bar:target {
    background-color: transparent;
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
    border: none;
}
 
#side-bar .close-menu {
    display: block;
    opacity: 0;
    transition: ease 1s;
    -webkit-transition: ease 1s;
}
 
#side-bar:target .close-menu {
    opacity: 0.5;
    left: 19em;
    width: calc(100% - 19em);
}
}
 
/* MAIN CONTENT */
 
#top-bar ul li:hover a,
#top-bar ul li.sfhover a {
    color: #000;
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
}
 
#top-bar .mobile-top-bar .open-menu a {
    border: solid 1px #666;
    border-radius: 5px;
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
    color: #666;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
 
#top-bar .mobile-top-bar .open-menu a:hover {
    color: #000;
    border-color: #000;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
}
 
#page-title, h1 {
    font-family: "Zhi Mang Xing", sans-serif;
    color: #000;
    border-color: #666;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
 
hr {
    background-color: #666;
}
 
.fancyhr hr {
    position: relative;
    height: 12px;
    background-color: transparent;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}
 
.fancyhr hr::before {
    content: "";
    display: block;
    height: 12px;
    width: 100%;
    position: absolute;
    top: -9px;
    left: 0;
    border-bottom: solid 2px #000;
    border-radius: 12px;
}
 
.fancyhr hr::after {
    content: "";
    display: block;
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: -9px;
    left: 0;
    border-top: solid 2px #000;
    border-radius: 12px;
}
 
/* RATE MODULE */
 
#page-content {
    font-size: 0.925rem;
}
 
.page-rate-widget-box, #page-content .creditRate .rate-box-with-credit-button .page-rate-widget-box {
    background-color: transparent;
    border: solid 1px #000;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-left: 0;
    margin-right: 0;
}
 
.page-rate-widget-box .rate-points {
    color: #000 !important;
    background-color: transparent !important;
    border-radius: 0;
    border: none;
}
 
.page-rate-widget-box .rateup.btn,
.page-rate-widget-box .ratedown.btn,
.page-rate-widget-box .cancel {
    border: none;
    background-color: transparent;
    border-radius: 0;
}
 
.page-rate-widget-box .rateup.btn a,
.page-rate-widget-box .ratedown.btn a,
.page-rate-widget-box .cancel a {
    border: none;
    background-color: transparent;
    border-radius: 0;
    color: #666;
}
 
.page-rate-widget-box .rateup.btn a:hover,
.page-rate-widget-box .ratedown.btn a:hover,
.page-rate-widget-box .cancel a:hover {
    border: none;
    background-color: transparent;
    border-radius: 0;
    color: #000;
}
 
#page-content .rate-box-with-credit-button {
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
 
#page-content .creditRate {
    margin-left: 0;
    margin-right: 0;
}
 
#page-content .rate-box-with-credit-button .creditButton p a {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    padding-top: 3px;
    padding-bottom: 2px;
    width: 20px;
    height: 100%;
    font-size: 12px;
    text-align: center;
    color: #666;
    background-color: transparent;
    border: solid 1px #000;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    position: static;
}
 
#page-content .rate-box-with-credit-button .creditButton p a:hover {
    color: #000;
}
 
/* DIVISIONS */
 
div.adytoc {
    display: flex;
    justify-content: center;
}
 
div#toc {
    border: solid 1px #000;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
}
 
div.adytoc div#toc {
    float: none;
    text-align: center;
}
 
div.adytoc div#toc div.title {
    font-family: "Zhi Mang Xing", sans-serif;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-size: 200%;
}
 
div.adytoc div#toc div#toc-list div {
    margin-left: 0 !important;
    font-family: "Zhi Mang Xing", sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-size: 150%;
}
 
blockquote, div.blockquote {
    border: solid 1px #000;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: transparent;
    color: #000;
}
 
.blockquote.light {
    background-color: rgba(255, 255, 255, 0.75);
}
 
.blockquote.dark {
    background-color: rgba(0, 0, 0, 0.1);
}
 
.code {
    position: relative;
    border: solid 1px #000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: transparent;
    color: #000;
}
 
.code::before,
.code::after {
    display: block;
    content: "~ CODE ~";
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
}
 
.code::before {
    top: 0;
}
 
.code::after {
    bottom: 0;
}
案件编号:零零壹
分类:重大公共危害
状态:已侦破
负责差员:壹拾叁
等级: 可公开

出警记录

时间:4777695年6月20日

简介:来自夕号苑酒店的报案,客房中央出现大量不明血迹。

案发现场情况:
案发现场位于夕号苑酒店顶层的444号海景客房,单间附带浴室,窗户正对忘生海。

房间为客房标准布置——两把座椅。近来酒店时有资产失窃时有发生,目前酒店正在内部调查并大量裁员,但具内部消息流传,上月8日忘生海骸骨数量骤然猛增,阻塞海水流通,无法正常进行渡海。环保部门已封锁海岸,紧急商讨清理对策。夕号苑酒店因客流锐减入不敷出,目前流传的可靠说法是酒店正在变卖自身资产,并贼喊捉贼开除员工以节省开支。

该房间目前登记房客(前审判长)于前日渡海时溺水,陷入昏迷濒死状态,正在医院抢救。前往探病的亲友有联合时空开发部长,丧葬用品污染治理局局长,节日习俗信仰保护学派创始者,救苦救难大悲圣者,静虑深密救世者……(详细访问者名单记注在附表1)

地板中央形成血泊,经检验为同一血型,目测出血量完全达到致命程度。血泊形态完整,无拖拽血迹,无飞溅血迹,无滴落血迹。血液完全氧化,推测已暴露七天以上。

超速粒子检测仪显示屋内粒子波动曾超过阈值三倍,量子态痕迹学显示天花板曾有大型设备使用痕迹,设备尺寸约5³m(酒店房门尺寸为1*2.5m)。

未查明死者,未发现尸体。

案发周边情况:
酒店量子记录仪显示案发两日内除酒店员工与案发现场房客外另有三名个体出入夕号苑酒店。

  • 灵幻计算学博士,九渡学士,原与昏迷房客预定同日渡海以完成第十渡学业。5月8日紧急办理退房手续,前往车站协助维持秩序。
  • 万福晚报记者,记录仪画面显示其与昏迷房客曾有多次交谈。工作上近日业绩不佳,吉凶灵算屋卦签表明其正在追查不可泄露之天机,大凶当头。
  • 身份未知,档案库未检测到对应量子态。




调查日志

——调查守则规定每48小时更新进度

6月13日
向地勤部询问学士下落,问金上涨,交涉未果。

6月15日
协助地勤工作,核对车站新来者身份。

目前已统计上月8日车站共涌入约8,076,406者,地勤部门常规地面工作因异常状态停摆后,全部调派来处理身份核对与驻地分配工作,黑白组轮班不休,但因工作量巨大,进展甚微。

地勤方面告知,灵幻学士已于前日离开车站去寻找某某。

6月16日
疲劳,申请休假。已将两日的车站工作汇报,计入善行服务积分。

6月18日
休假。

6月20日
相亲,为未来婚姻大事,申请延长假期。

6月22日
心情低落以至思维混乱无法工作,申请延长假期,申请调查赵李氏住所地址。

6月25日
此条为行政更新:渎职警告一次。

6月27日
侦查部反思大会,前审判长家中遭窃,虽未丢失银两半分,但性质极其恶劣。盗窃对策组组长下令全组不眠不休三日破案。

6月30日
天府酒楼公务检查时获得记者下落信息,其因非法入室被关押在狱。

行至主干道时,道路拥挤,大批滞留者游行,高呼“天道已死,报应不在”,已通知地勤部门前来驱散。

监督地勤疏散道路。

6月21日
抵达监狱。狱卒告知,记者五天前已被押入最底层狱,万年刑期结束前无法探视。

先前逮捕时搜查出其携带所有调查资料,并无预想中多,已全部销毁。

6月30日
晚报文章爆料县衙贪腐事件,大肆宣扬罪罚系统已近百万年未运转,上下监管者收受海量玉石,金衣,香料等不实谣言。报社与印刷场皆称不知此事,目前空闲调查员均被征调追查私印文章者。

节日习俗信仰保护学派已发文科普文书,告知大众尊重敬爱之心与收买贿赂不可同语。

7月1日
盂兰盆节将至,十方法会祭坛加紧布置中。购买祭坛用品,调查停止一天。

7月5日
法会现场治安维护服务,计入善行积分系统。

大批游行滞留者已被从主城区驱离,正向车站方向移动。

7月15日
滞留者煽动车站新入居民的不满情绪,向空中抛洒违禁印刷报纸,车站发生骚乱。

节日加重民众愤怒,要求天理道义。尝试过公示县衙流水单安抚情绪,无效果,民众眼见流水的金银从空中落入十方祭坛(气象部门测算今年金钱雨量为前年三倍之多,数历年最大)。

镇压武器无效,因那八十万涌入者中并无一位是凶手

7月16日
静虑深密救世者前来调解,事态暂时稳定。

7月17日
刑事组紧急会议
参会成员:【机密】
aaaaaaa【机密】
aaaaaaa【机密】
aaaaaaa【机密】
aaaaaaa【机密】
aaaaaaa 死者正身

备注: 死者主动到案,确定了当晚离开案发现场的第三者正为死者自身。他只身前来,无法携带任何东西。

会议内容:【机密】

会议结论:加紧忘生海清理活动,在事件进一步升级前恢复常态。

7月20日
忘生海骸骨清理完成一半,其中未发现死者遗体。水流仍滞塞不通,监测到与车站相同的异常粒子活动力场。

抵达车站时,见手持罪罚运转金轮的灵幻学士,百年不动的金轮已锈蚀腐烂。

“如此世道活又何用!”

民众高喝,怨念极深,检测到量子波动状态与忘生海一致。危险压力表达到峰值发出警报,救世者亦无法靠近。

“杀尽天下恶以慰亡魂,报应不至,恶不死,吾不自生!”

大愿发下,既化身极恶阿修罗,九渡学识尽毁,三生善缘皆烧却,执念不消身魂不灭,杀孽深重,永世不可救。

7月21日
作战任务。

7月22日
作战任务。

7月23
作战任务。

7.24
……

7月25日,
混沌灵魂,蜂巢意识体,八十万自我与外界监督者——极恶阿修罗正式担任大审判长一职。

案件状态更新:4777695年7月30日,星期八

尸体仍未出现;

车站空无一者,忘生海海水仍无流动迹象;

案发房间房客于零时抢救无效,目前返回夕号苑客房生活,审查结束前不得外出

至此,已确定本案为重大自然灾害事件,结案封存。


.
.
.
.
.
.
.


行政部紧急通知

新生罪罚系统已全面推广使用,监察十方三世,运转时限——待到大愿所成之日。

全线在职差员,无论部门,暂停手中事务。依金轮所示名单,即日起全员更换番旗展开广域抓捕行动。

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License