/*fonts*/ /* Reverence Theme by Evfist (and Viv!) */ @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Mukta:wght@500&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); :root { --theme-base: "black-highlighter"; --theme-id: "liminal"; --theme-name: "Reverence Theme"; --logo-image: url("http://backrooms-sandbox.wdfiles.com/local--files/reverencetheme/Reverence4.png"); --header-title: "R.O.U.G.E.项目"; --header-subtitle: "记录未知的组织与实体"; --body-font: 'Roboto', 'Noto Serif SC'; --header-font: 'Roboto', 'Noto Serif SC'; --title-font: 'Mukta', 'Noto Sans SC'; --mono-font: 'Mukta', 'Noto Sans SC'; --white-monochrome: 250, 249, 247; --pale-gray-monochrome: 240, 237, 228; --light-gray-monochrome: 240, 237, 228; --gray-monochrome: 0, 0, 0; --black-monochrome: 25, 20, 16; --bright-accent: 115, 115, 112; --medium-accent: 0, 0, 0; --dark-accent: 0, 0, 0; --pale-accent: 0, 0, 0; --swatch-topmenu-border-color: var(--medium-accent); --link-color: 37, 116, 244; --visited-link-color: 0, 82, 163; --hover-link-color: 37, 116, 244; --newpage-color: 186, 0, 0; --gradient-header: linear-gradient(to top, rgba(var(--pale-accent)) 0%, rgba(var(--pale-accent)) 100% ); --diagonal-stripes: linear-gradient(transparent 0); /*header shadow*/ --background-gradient-distance: 10rem; --background-gradient-color: var(--pale-accent); --gradient-background: linear-gradient(to bottom, rgba(var(--background-gradient-color), 1) 95%, rgba(var(--background-gradient-color), 0) 100%); /*side bar*/ --swatch-menubg-color: none; --rating-module-button-plus-color: 0, 0, 0; --rating-module-button-negative-color: 0, 0, 0; --rating-module-button-cancel-color: 0, 0, 0; --rating-module-button-credit-color: 0, 0, 0; } /*removing dots*/ #skrollr-body { background-image:none; } #side-bar .side-block div a img { filter: grayscale(100%); } /*removing dots 2*/ #container { background-image: none; } div#page-options-bottom-2 > a, div#page-options-bottom > a { border-radius: 0em; -moz-border-radius: 0em; border: none; } div#page-options-bottom-2 > a:active, div#page-options-bottom-2 > a:hover, div#page-options-bottom > a:active, div#page-options-bottom > a:hover { border: none; } #header, #top-bar { background-attachment: scroll; } #header { background-image: none; } #header::before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: 0; background-image: var(--logo-image); background-size: auto 8rem; background-position: center; background-repeat: no-repeat; opacity: 0.4; } #header h1, #header h1 a { position: absolute; top: 1rem; margin: 0; width: 100%; display: flex; justify-content: center; z-index: 0; } #header h2, #header h2 span, #header h2 span::before { position: absolute; top: 2rem; margin: 0; width: 100%; display: flex; justify-content: center; } #header h1 a::before, #header h2 span::before { text-shadow: .063rem 0.1rem 0.1rem #0c0c0c; } /*footnote fix*/ .hovertip { background-color: rgb(var(--white-monochrome)) !important; } /*tab border color*/ .yui-navset .yui-content { border-color: rgb(var(--pale-accent)); } /*tables*/ table.wiki-content-table th { border: 1px solid rgb(var(--bright-accent)) !important; background-color: rgb(var(--pale-accent)); color: rgb(var(--white-monochrome)); } table.wiki-content-table td { border: 1px solid rgb(var(--pale-accent)) !important; } /*searchbox border color*/ #search-top-box-input { border-color: rgb(var(--white-monochrome)); } #search-top-box-form input[type="submit"] { border-color: rgb(var(--white-monochrome)); } #search-top-box-form input[type="submit"]:hover { border-color: rgb(var(--white-monochrome)); } #search-top-box-input:hover, #search-top-box-input:focus { color: rgb(var(--gray-monochrome)); } /*fix scrollbar thingy*/ body::-webkit-scrollbar-thumb { background-color: rgb(var(--pale-accent)); opacity: 1; } /*new fancy blockquote*/ blockquote, .blockquote, div.blockquote, [class*="blockquote"] { border: 4px double white; outline: 6px solid black; background-color: black; color: white; margin: 1em 46px; padding: 0 1em; } @media only screen and (max-width: 768px) { :root{ --swatch-menubg-color: var(--white-monochrome); } blockquote, .blockquote, div.blockquote, [class*="blockquote"] { margin-left: 0; margin-right: 0; } } .styled-quote { background-color:rgb(var(--light-gray-monochrome)); border-left: 0.5rem solid rgba(var(--pale-accent)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote { background-color:rgb(var(--white-monochrome)); border-left: 0.5rem solid rgba(var(--bright-accent)); color:rgb(var(--white-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { background-color:rgb(var(--white-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .darkblock { background-color:rgb(var(--gray-monochrome)); color:rgb(var(--white-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); }
:root { --lh-red: #c0392b; --lh-blue: #2980b9; --lh-green: #27ae60; --lh-dark-green: #16a085; --lh-purple: #8e44ad; --lh-orange: #e67e22; --lh-yellow: #f1c40f; --lh-paper-bg: 255, 251, 240; --lh-string-color: 192, 57, 43; --lh-book-color: var(--gray-monochrome); --lh-tape-color: 90,90,90,0.3; --lh-white-bg: 249,249,249; --lh-dark-bg: 50, 50, 50; --lh-highlighter: var(--bright-accent); --lh-border-color: var(--gray-monochrome); --lh-wiki-note-color: var(--bright-accent) } /** * 旧代码合集 * 为了向下兼容而保留 */ .grid-container{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.grid-container,.grid-container [class*=grid]{box-sizing:border-box}[class*=grid]{padding:5px}.grid{width:100%}.grid-large{width:75%}.grid-big{width:50%}.grid-medium{width:33.33%}.grid-small{width:25%}@media screen and (min-width:768px){.wd-grid-large{width:75%}.wd-grid,.wd-grid-big{width:50%}.wd-grid-medium{width:33.33%}.wd-grid-small{width:25%}}.text-hover-hide{opacity:0;transition:opacity .3s}.text-hover-hide:hover{opacity:1}.text-block-hide{background:rgb(var(--black-monochrome));color:rgb(var(--black-monochrome));transition:background .3s}.text-block-hide:hover{background:0 0}.text-blur-hide,.text-blur-hover-hide{filter:blur(.3rem);-webkit-filter:blur(.3rem) transition: blur .3s}.text-blur-hover-hide:hover{filter:blur(0);-webkit-filter:blur(0)}.lyric-box{text-align:center;font-size:1.05rem;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}.lyric-box p{margin:1.5em auto}.lyric-box.with-bigger-line p{margin:3em auto} /** * 便签纸 * notepaper */ .notepaper { background: linear-gradient(rgb(var(--lh-paper-bg)) 95%, #ddd 0); line-height: 2em; background-size: 100% 2em; background-attachment: local; border: 2em solid rgb(var(--lh-paper-bg)); box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.2); padding: 0; margin: 1em auto; box-sizing: border-box; position: relative } .notepaper p { margin: 0; font-size: 1.05rem; letter-spacing: 0.1rem; line-height: inherit } .notepaper.narrow, .notepaper.wide { width: 90% } @media screen and (min-width:768px){ .notepaper.narrow { width: 50% } .notepaper.wide { width: 75% } } .notepaper.tight { border-width: 1rem; border-left-width: 1.2rem; border-right-width: 1.2rem; line-height: 1.8em; background-size: 100% 1.8em; font-size: 13px } .notepaper.with-string::before { content: ''; width: 0.5em; height: 6rem; background: rgb(var(--lh-string-color)); top: -2rem; right: -1rem; display: block; position: absolute; box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2); clip-path: polygon(-100% -100%,100% 0%,100% 100%,50% 98%,0% 100%); } .notepaper.with-tape::before { content: ''; border: 1px solid #ddd; background: rgba(var(--lh-tape-color)); width: 1.5em; height: 4em; transform: rotate(45deg); display: block; position: absolute; top: -3em; left: -1.8em } .notepaper.tight.with-string::before { top: -1rem; right: -0.25rem; } .notepaper.tight.with-tape::before { top: -2.5em; left: -1.3em } .notepaper.page { min-height: 36em; counter-increment: page; display: flex; flex-direction: column; justify-content: space-between } @media screen and (min-width:768px){ .notepaper.page { width: 70% } } .notepaper.page:after { content: counter(page); display: block; text-align: center } .notepaper-group { counter-reset: page; } .book-pattern { display: flex; flex-wrap: wrap; flex-direction: row } .book-pattern .notepaper.page:not(.notepaper > .notepaper) { width: 100% } @media screen and (min-width: 768px) { .book-pattern .notepaper.page:not(.notepaper > .notepaper) { width: 50% } } .book-wrapper { background: rgb(var(--lh-book-color)); padding: 0.5rem; box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.2); border-radius: 5px; margin: 1rem auto } @media screen and (min-width: 768px) { .book-wrapper .notepaper { margin: 0 } } /** * 文字修饰 */ .text-highlighted { position: relative } .text-highlighted::before { content: ""; position: absolute; height: 0.9em; bottom: 2px; left: -2px; width: 105%; z-index: -1; background-color: rgb(var(--lh-highlighter)); opacity: .6; transform: skew(-15deg); transition: opacity .2s ease; border-radius: 3px 8px 10px 6px; transition: 0.1s ease background-color; } .text-underlined { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; text-decoration-color: rgb(var(--lh-highlighter)) } .text-wavy { text-decoration: underline wavy; text-underline-offset: 4px; text-decoration-color: rgb(var(--lh-highlighter)) } .text-circled, .text-squared { display: inline-block; border: 2px solid rgb(var(--lh-highlighter)); border-radius: 100%; box-sizing: border-box } .text-squared { border-radius: 0 } .text-shadow { text-shadow: 0.075em 0.075em 0 rgb(var(--lh-highlighter)) } .text-highlighted.td-red::before { background: var(--lh-red) } .text-circled.td-red, .text-squared.td-red { border-color: var(--lh-red) } .text-underlined.td-red, .text-wavy.td-red { text-decoration-color: var(--lh-red) } .text-highlighted.td-blue::before { background: var(--lh-blue) } .text-circled.td-blue, .text-squared.td-blue { border-color: var(--lh-blue) } .text-underlined.td-blue, .text-wavy.td-blue { text-decoration-color: var(--lh-blue) } .text-highlighted.td-green::before { background: var(--lh-green) } .text-circled.td-green, .text-squared.td-green { border-color: var(--lh-green) } .text-underlined.td-green, .text-wavy.td-green { text-decoration-color: var(--lh-green) } .text-highlighted.td-darkgreen::before { background: var(--lh-dark-green) } .text-circled.td-darkgreen, .text-squared.td-darkgreen { border-color: var(--lh-dark-green) } .text-underlined.td-darkgreen, .text-wavy.td-darkgreen { text-decoration-color: var(--lh-dark-green) } .text-highlighted.td-purple::before { background: var(--lh-purple) } .text-circled.td-purple, .text-squared.td-purple { border-color: var(--lh-purple) } .text-underlined.td-purple, .text-wavy.td-purple { text-decoration-color: var(--lh-purple) } .text-highlighted.td-yellow::before { background: var(--lh-yellow) } .text-circled.td-yellow, .text-squared.td-yellow { border-color: var(--lh-yellow) } .text-underlined.td-yellow, .text-wavy.td-yellow { text-decoration-color: var(--lh-yellow) } .text-highlighted.td-orange::before { background: var(--lh-orange) } .text-circled.td-orange, .text-squared.td-orange { border-color: var(--lh-orange) } .text-underlined.td-orange, .text-wavy.td-orange { text-decoration-color: var(--lh-orange) } /* 隐藏文字 */ .text-blank { color: rgba(0,0,0,0) } .text-block { background: rgb(var(--black-monochrome)); color: rgb(var(--black-monochrome)); } .text-blur { filter: blur(0.3em); -webkit-filter: blur(0.3em) } .text-hoverback, .text-selectback { transition-duration: 0.3s; transition-property: background, transform, color } .text-blank.text-hoverback:hover, .text-blank.text-selectback::selection, .text-blank.text-selectback *::selection { color: rgb(var(--black-monochrome)) } .text-block.text-hoverback:hover { background: transparent!important } .text-block.text-selectback::selection, .text-block.text-selectback *::selection { color: rgb(var(--white-monochrome, 255, 255, 255)) } .text-blur.text-hoverback:hover { filter: blur(0)!important; -webkit-filter: blur(0)!important } /** * 附加项 */ .with-border, .with-box-style { border: 1px solid rgb(var(--bright-accent)) } .with-border-dark { border: 1px solid rgb(var(--black-monochrome)) } .with-border-light { border: 1px solid rgb(var(--white-monochrome)) } .with-border-thick { border-width: 2px } .with-shadow-sm { box-shadow: 0 0 0.1em rgba(0,0,0,0.2) } .with-shadow { box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2) } .with-shadow-lg { box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.2) } .with-shadow-xl { box-shadow: 0 0.2em 0.5em rgba(0,0,0,0.2) } .with-shadow-xxl { box-shadow: 0 0.25em 0.8em rgba(0,0,0,0.2) } .with-padding, .with-box-style { padding: 0.25em 1em } .with-p-sm { padding: 0.125em 0.5em } .with-p-lg { padding: 0.5em 2em } .with-margin, .with-box-style { margin: 1em auto } .with-m-sm { margin: 0.5em auto } .with-m-lg { margin: 2em auto } .with-narrow-width { width: 90%!important; margin-left: auto; margin-right: auto } @media screen and (min-width: 768px) { .with-narrow-width { width: 75%!important } } [class*="with-bg-"], [class*="with-bg-"] h1 { color: #fff!important } .with-bg-red { background: var(--lh-red)!important } .with-bg-blue { background: var(--lh-blue)!important } .with-bg-green { background: var(--lh-green)!important } .with-bg-darkgreen { background: var(--lh-dark-green)!important } .with-bg-yellow { background: var(--lh-yellow)!important } .with-bg-orange { background: var(--lh-orange)!important } .with-bg-purple { background: var(--lh-purple)!important } /** * 删除类 */ .offwith-shadow { box-shadow: none!important } .offwith-border { border: none!important } .offwith-padding, .offwith-pam { padding: 0!important } .offwith-margin, .offwith-pam { margin: 0!important } .offwith-width-limit { width: auto!important; margin-left: auto!important; margin-right: auto!important } div[class*="grider"].offwith-grid-gap { grid-gap: 0!important } /** * 网格布局 */ /* Gridder 容器 */ div[class*="gridder"] { display: grid; box-sizing: border-box; grid-gap: 1rem; padding: 0 } div[class*="gridder"] * { box-sizing: border-box } .gridder, .gridder-col-2 { grid-template-columns: 1fr 1fr; } .gridder-col-3 { grid-template-columns: repeat(3, 1fr); } .gridder-col-4 { grid-template-columns: repeat(4, 1fr); } @media screen and (min-width: 768px) { .pc-gridder, .pc-gridder-col-2 { grid-template-columns: 1fr 1fr; } .pc-gridder-col-3 { grid-template-columns: repeat(3, 1fr); } .pc-gridder-col-4 { grid-template-columns: repeat(4, 1fr); } } .spanner, .spanner-2 { grid-column-start: span 2; } .spanner-3 { grid-column-start: span 3; } /** * 告示组件 */ .signblock, .signblock-dark, .signblock-warn { margin: 1rem auto; box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.4); background: rgb(var(--lh-white-bg)); font-size: 1.05rem; padding: 2rem } @media screen and (min-width: 768px) { .signblock, .signblock-dark, .signblock-warn { width: 75% } } .signblock-dark, .signblock-dark h1 { background: rgb(var(--lh-dark-bg)); color: #fff } .signblock-warn, .signblock-warn h1 { background: var(--lh-red); color: #fff } .signblock h1, .signblock-dark h1, .signblock-warn h1 { text-align: center; font-size: 2rem; margin: 0; font-weight: 700 } .signblock-img { display: flex; flex-direction: row; justify-content: center } .signblock-img img { width: 8em } .signblock-footer { font-size: 0.9em; text-align: center; margin: 0.5rem 0; font-weight: bolder; display: block } /** * 报告 */ .reportblock, .reportblock-dark { border: 2px solid rgb(var(--lh-border-color)); box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3); background: rgb(var(--white-monochrome)); padding: 0.8rem 1.5rem; padding-bottom: 0.4rem; margin: 1.5rem auto; margin-bottom: 1rem; position: relative } .reportblock hr, .reportblock-dark hr { background-color: rgb(var(--lh-border-color)); margin-left: -1.5rem; margin-right: -1.5rem } .reportblock h1:first-child, .reportblock-dark h1:first-child { position: absolute; top: -1rem; left: 1.5rem; font-size: 110%; font-weight: 600; background: rgb(var(--lh-border-color)); color: #fff; padding: 0.2rem 0.5rem; margin: 0; } .reportblock-dark, .reportblock-dark h1 { border-color: rgb(var(--lh-white-bg)); background: rgb(var(--lh-dark-bg)); color: #fff } .reportblock-dark hr { background-color: rgb(var(--lh-white-bg)); } /* 更好的折叠框 */ .bettercollap { margin: 1em 0; } .bettercollap .collapsible-block { width: auto; overflow: hidden; border: 1px solid rgb(var(--lh-border-color)) } .bettercollap .collapsible-block-content, .bettercollap .collapsible-block-link { background: rgb(var(--white-monochrome)); padding: 0.5em } .bettercollap .collapsible-block-content { padding-left: 1em; padding-right: 1em } .bettercollap .collapsible-block-link { color: rgb(var(--lh-border-color)); background: rgb(var(--white-monochrome)); transition: .3s; display: block; } .bettercollap .collapsible-block-link:hover, .bettercollap .collapsible-block-unfolded .collapsible-block-link, .styledcollap.bettercollap .collapsible-block-link { color: rgb(var(--white-monochrome)); background: rgb(var(--lh-border-color))!important; text-decoration: none } .bettercollap .collapsible-block-link:hover a { color: rgb(var(--white-monochrome)) } .bettercollap .collapsible-block-link::before { content: "\25BC"; display: inline-block; margin-right: 0.5em; transform: rotate(-90deg) scale(0.9) } .bettercollap .collapsible-block-unfolded .collapsible-block-link::before { transform: rotate(0) scale(0.9) } .bettercollap .collapsible-block + .collapsible-block { border-top: none } .styledcollap.bettercollap .collapsible-block { border-radius: 2px; box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3) } .styledcollap.bettercollap .collapsible-block-content { background-color: rgb(var(--pale-gray-monochrome)); border-width: 3px } .styledcollap.bettercollap .collapsible-block-link:hover { background: rgba(var(--lh-border-color),0.95)!important; } /** * 提示框 */ .infoblock { color: #f1f1f1; font-weight: bold; background: #424242; padding: 5px 5px 5px 5px; border-radius: 4px; margin: -0.5rem 0 1rem 0; display: block; width: fit-content; padding-right: 25px; } .infoblock::before { content: "ⓘ " } /** * 单页迭代 */ .offset-page:not(:target), .offset-page:target ~ div#u-default-page { display: none } .offset-page:target { display: block }
正在访问敬忌者数据库……
请输入密钥以查阅本页内容。
Q:兜兜转转,Up,and down,
.
A:终不过在原地打转。In the end its only round and round and round.
身份认证中……
准许访问,欢迎您,Member I。
.

代号:三棱镜The Triangular Prism
计划编码:#1625089
批准日期:2010/1/12
全权负责人:Member I
监督人:OMEN
计划目标:三棱镜计划旨在对当下各新兴团体进行全方位渗透,以将其可能对箱庭造成的不利影响置于可控范围内。计划基础目标如下:
- 预防偏离敬忌者宗旨乃至与之相悖的结局景况发生(例如“商业帝国”,“工业革命”)。
- 尽可能从内部决策层面提前阻止各团体可能对箱庭造成不利影响的相关决定。同时安插人员进入各个团体基层,以控制其实际活动威胁范围。
- 尽可能监控各团体内部人员,从中获得即时情报及相应资源。
计划背景:三棱镜计划的成立基于下列因素:
- 自人类进入箱庭并形成聚落以来,各个团体在片段的扩张速度已超过敬忌者所评定的合理范围,某些大型团体已具备对箱庭构成威胁的能力。
- 部分团体所设立的宗旨目标若得以真正实现,将会对箱庭造成不可逆的负面影响。
- 人类对箱庭的破坏事件频发,对其进行预防及管控已刻不容缓。
- 从团体内部获取信息并对其加以防范相对于在外以强硬武力控制更具成效,同时更便于掩藏敬忌者的存在。
本计划由Member I全权负责。
.
附录III - B.N.T.G.
简介:
创建时间:始于2010/6/11
[内容省略]
……2022/12/17,具有预测功能的工艺Craft-K被B.N.T.G.取得,其预计将于两年后掌握其使用方式并投入团体内部生产。有鉴于该工艺的特殊预测能力,让该团体长期掌控该工艺可能会加速其规模壮大,进而加速“商业帝国”的达成,甚至使集团具备控制箱庭走向的能力。应在时机成熟时尽快将此工艺回收……
[内容省略]
……2023至2024年间,获知B.N.T.G.对Craft-K进行了大批次实验以探究其性质与功能。2024/9/20,Craft-K被转移至Fragment 24,并应用于团体内部的预警事务。尽管当前该团体并未开发出此工艺的真正功能,亦无法借此观测并干涉箱庭走向,但长此以往,上述状况的出现将成必然。现已决定在B.N.T.G.对Craft-K的管制放松时立刻回收并销毁。有关此事务的详细计划正在拟定中……
最近编辑于:2025/6/29
人员名单:解放派系话事人Richard S Delacroix,溯洄派系话事人OMEN,凝滞派系话事人[已编辑],受评估人Member I
(录像机启动的机械声)
[无法辨识]:这里并不只有你面前的三个人,Member I,我们三个背后是敬忌者三大派系的全部人员,你明白吗?
Member I:当然明白,先生。
OMEN:我们已经详细审批了你的申请材料,包括你在B.N T.G.时期的工作记录。
[无法辨识]:但是我们仍需对你的计划与你的掌握程度进行一些深入的了解。
Delacroix:并在必要的时候,哼,否决你的提案。
Member I:我相信您不会这么做的,先生。
[无法辨识]:凝滞派的问题主要在于你的必备材料,你的计划书里提到了解放弟兄的太空站。如果这只是普通的任务,我们能够接受,但……仍然不建议你在这种关键任务中使用它。
Member I:我需要的只是审判结局而非太空站本身,不会在过程中用到真正的科技造物。至于剩下的,只需要我的一张巧嘴而已,先生。
[无法辨识]:那便好,希望你能遵守你所说的,有关科技的矛盾冲突总是让我们头疼……不过,解放弟兄们真的会老实把那辆‘马车’停在指定地点?
Delacroix:哦?现在倒是这么关注我们的手段了?我们当然不会失信。只是,为什么不从一开始就确定、潜入并击溃藏着那台大钟表的基地,然后再把那个虚假的镇子夺过来,改造成我们的天堂?这不是比你现在的这个简单的多?而且我想,风险也低得多?为什么非要借助那个大家伙的力量?
Member I:相信各位先生已经阅读了我们对泊伏德的观测报告,也明白了他如今的处境。作为曾经的24号片段的核心,如今却受限于幻境当中。而我们要做的,是消除那座小镇的影响,尽可能将24号片段恢复至过去的状态。如果从这一点出发,让他自己去夺回过去属于他的一切才是最好的选择。
Delacroix:你什么意思?难道我们组织这么多的目的就是让他逍遥自在——
OMEN:够了,这不在我们的决议内容之内。
(短暂的沉默)
Delacroix:真麻烦……我们会照做的。
OMEN:哦。溯洄派系对你的提案没有什么问题,所以我以个人名义向你提问。
OMEN:你为什么如此重视,乃至于坚持亲自进行这次任务?
(短暂的沉默)
Member I:既然先生您以个人名义发问,那我也以个人名义回答。
Member I:在我还没有加入组织前,我曾真正在集团工作过数年时间。那是个迫不得已的抉择,也是我毕生痛恨的抉择。后……哦不,箱庭里的普通人们常说“集团吃进去的东西永远不会吐出来。”而我,不幸成为了那个被吃进去的东西,万幸的是,在敬忌者的帮助下,我成为了为数不多被吐出来的东西。
Member I:在24号片段工作的时间不是一段美好的过去,无需与我们的宏伟追求相比,哪怕与其他在现今箱庭里挣扎的普通人的生活比较,这都是段不堪回首的时光。原本只属于,也只应属于那些人类的金钱体系被集团生拉硬套地搬进了箱庭。随之而来的,是对其他弱小的同类无止境的剥削与欺压。现今的集团自己便是金钱这一罪恶符号的化身,也是敬忌者们一直鄙夷的黑暗人性的体现。
Member I:而当下,那台摇摆的挂钟或将给予他们掌控未来的能力,形势迫在眉睫。假如他们真的把握了因果Karma的规律,那“商业帝国”必然在不久的未来形成,人类本性中最黑暗的吸血的逐利观念必将随着无数片段的毁灭性开发被散播至整个箱庭——请相信我,诸位先生,这种乌烟瘴气的景况不比让龙血族们重新搅乱世界安全多少。
Member I:以上陈述,便是我重视此次任务的根本原因。
(短暂的沉默)
Member I:先生们,我想我们可以开始表决了。
[无法辨识]:我代表凝滞,赞成。
Delacroix:██,要不是上次行动的破事……
Delacroix:我代表解放,赞成。
(长时间的沉默)
OMEN:我代表溯洄……反对。
OMEN:当然,提案依旧通过。只是,希望你切记你刚刚说的那些,敬忌者不相信人性。
(录像结束)
紧急警告!
全体人员注意。由Craft-K引动的混乱状态已致使Fragment 24.5-C连同Fragment 24的稳定性出现意料之外的极端异常,按目前境况预计二者乃至更多片段崩坏毁灭的概率接近97.61%。应立即完成对Dot ██性状的恢复以重新稳定片段环境。
{第一要务}
上传于:刚刚
1.Speak to Me (in My Hometown) -pingd ,
only a tree
2.I Am Not (2.5) Now
2.5.On the Breathe and Run -motina
3.I Am (2.5) Now
4. Time -Romand0 ,
Slime4399
5. The Great Gig in the Sky (and Ground) -pingd
【暂停播放】6.Money -only a tree
【正在播放】7.Us and Them -only a tree
8.Any Colour You Like (Through the Triangular Prism) -Slime4399,
pingd,
only a tree
9.Brain Damage(已损坏)
10.Our Own Eclipse -Romand0,
motina,
Slime4399,
pingd,
only a tree

