@import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@800&display=swap'); @import url("http://vivarium.wdfiles.com/local--files/backrooms%3Avivtheme/stylesheet.css"); @media screen and (prefers-reduced-motion: no-preference) { #page-title, #breadcrumbs, #page-content > * { animation-name: fadeIn; animation-duration: 1s; animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } } #page-title { animation-delay: 0s; } @keyframes fadeIn { from { opacity: 0; transform: translate(0,30px); } to { opacity: 1; transform: translate(0,0); } } :root { --theme-base: "black-highlighter"; --theme-id: "advanced-splinter"; --theme-name: "Advanced Splinter Theme"; --logo-image: url("http://backrooms-wiki-cn.wikidot.com/local--files/theme:b-f-p-f-database/bfpf-data.png"); --header-title: "B.F.P.F.数据库"; --header-subtitle: "保障您的生活,我们义不容辞"; --body-font: punctuation-marks, Huiwen-mincho, sans-serif; --header-font: 'CKTKingKong', sans-serif; --title-font: 'CKTKingKong', sans-serif; --mono-font: 'Fantasque Sans Mono', monospace; --mainAccent: 69, 226, 50; --secondAccent: 69, 226, 50; --white-monochrome: 237, 233, 223; --pale-gray-monochrome: var(--dark-gray-monochrome); --very-light-gray-monochrome: 69, 226, 50; --light-gray-monochrome: 69, 226, 50; --gray-monochrome: 72, 69, 60; --black-monochrome: 0, 0, 0; --bright-accent: var(--mainAccent); --medium-accent: 0, 0, 0; --dark-accent: var(--mainAccent); --pale-accent: var(--mainAccent); --dark-gray-monochrome: 20, 22, 24; --swatch-topmenu-border-color: var(--mainAccent); --swatch-topmenu-bg-color: var(--medium-accent); --swatch-menubg-color: var(--medium-accent); --swatch-border-color: var(--bright-accent); --swatch-text-dark: var(--white-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-background: var(--medium-accent); --swatch-menutxt-dark-color: var(--white-monochrome); --swatch-primary-darker: var(--pale-accent); --link-color: 69, 226, 50; --hover-link-color: 20, 230, 0; --visited-link-color: 69, 226, 50; --background-gradient-distance: 0rem; --gradient-topmenu: none; --diagonal-stripes: linear-gradient(transparent 0); --gradient-header: none; --header-height-on-desktop: 9rem; } #extrac-div-1 { position: fixed; width: 100vw; height: 100vh; pointer-events: none; background: repeating-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.15) 50%,rgba(0,0,0,0)); background-size: auto 8px; opacity: 0.7; } #extrac-div-2 { position: fixed; width: 100vw; height : 1rem; top: 0; pointer-events: none; background: linear-gradient(to bottom, rgba(69, 226, 50) 0%,rgba(69, 226, 50,1) 50%,rgba(69, 226, 50,0.98) 51%,rgba(69, 226, 50) 100%); opacity : .1; animation: scanm 6s linear infinite; } @keyframes scanm { 0% { top: -1rem; opacity : .05;} 25% { top: 50%; opacity: .03;} 37.5% { top: 75%; opacity: 0.06;} 50% { top: 100%; opacity: .03;} 100% { top: 100%;} } #extrac-div-3 { position: fixed; width: 100vw; height: 100vh; pointer-events: none; background-image: radial-gradient(circle, rgb(0,0,0) 0%, rgb(69, 226, 50) 60%, rgb(69, 226, 50) 100%); opacity: 0.25; mix-blend-mode: color-dodge; background-repeat: no-repeat; background-size: cover; z-index: 30; } #page-content > :nth-child(1) { animation-delay: calc(1 * var(--fade-in-delay)); } #page-content > :nth-child(2) { animation-delay: calc(2 * var(--fade-in-delay)); } #page-content > :nth-child(3) { animation-delay: calc(3 * var(--fade-in-delay)); } #page-content > :nth-child(4) { animation-delay: calc(4 * var(--fade-in-delay)); } #page-content > :nth-child(5) { animation-delay: calc(5 * var(--fade-in-delay)); } #page-content > :nth-child(6) { animation-delay: calc(6 * var(--fade-in-delay)); } #page-content > :nth-child(7) { animation-delay: calc(7 * var(--fade-in-delay)); } #page-content > :nth-child(8) { animation-delay: calc(8 * var(--fade-in-delay)); } #page-content > :nth-child(9) { animation-delay: calc(9 * var(--fade-in-delay)); } #page-content > :nth-child(10) { animation-delay: calc(10 * var(--fade-in-delay)); } #page-content > :nth-child(11) { animation-delay: calc(11 * var(--fade-in-delay)); } #page-content > :nth-child(12) { animation-delay: calc(12 * var(--fade-in-delay)); } #page-content > :nth-child(13) { animation-delay: calc(13 * var(--fade-in-delay)); } #page-content > :nth-child(14) { animation-delay: calc(14 * var(--fade-in-delay)); } #page-content > :nth-child(15) { animation-delay: calc(15 * var(--fade-in-delay)); } #page-content > :nth-child(n+15) { animation-delay: calc(16 * var(--fade-in-delay)); } /*login stuff*/ #login-status{ color: rgb(var(--white-monochrome)); } #login-status a#my-account { background-color: rgb(var(--pale-accent)); padding: 0.3em 0.25em 0.2em 0.25em; } #account-options>ul>li a:hover { color: rgb(var(--pale-accent)); } #account-options { background: rgb(var(--medium-accent)); border-color: rgb(var(--pale-accent)); color: rgb(var(--white-monochrome)); } #login-status ul a { color: rgb(var(--white-monochrome)); } /*table stuff*/ table.wiki-content-table th { background-color: rgb(var(--dark-gray-monochrome)); border: 2px solid rgb(var(--pale-accent)) !important; } table.wiki-content-table td { border: 2px solid rgb(var(--pale-accent)) !important; } /*misc*/ #page-title{ text-align: center; color: rgb(var(--pale-accent)); } #side-bar div.menu-item { border-color: rgb(var(--bright-accent)); } #side-bar .side-block div a img { filter: grayscale(100%); } #footer{ color: rgb(var(--black-monochrome)); } .footnotes-footer{ background-color: rgb(var(--dark-gray-monochrome)); } .footnotes-footer .footnote-footer a{ background-color: rgb(var(--dark-gray-monochrome)); } .scp-image-block { border: none; } .scp-image-block .scp-image-caption { color: rgb(var(--white-monochrome)); background-color: rgb(var(--dark-gray-monochrome)); border: none; margin-top: 0.3rem; border-left: 0.2rem solid rgba(var(--pale-accent)); border-right: 0.2rem solid rgba(var(--pale-accent)); } .page-rate-widget-box { background: none; border: none; background-color: rgb(var(--dark-gray-monochrome)); border-left: 0.2rem solid rgba(var(--pale-accent)); } /*hexagon header gradient*/ #skrollr-body { background: none; height: 11rem; } /*blend gradient*/ #container { background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgb(var(--medium-accent)) 93%); background-size: 37rem 11rem; background-attachment: scroll; background-repeat: repeat-x; } /*misc 2*/ 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 stuff*/ #header, #top-bar { background-attachment: scroll; } #header { background-image: none; } #header::before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: -0.3rem; background-image: var(--logo-image); background-size: auto 10rem; background-position: center; background-repeat: no-repeat; opacity: 1; } #header h1, #header h1 a { position: absolute; left: 4.8rem; top: 0.8rem; margin: 0; width: 100%; display: flex; justify-content: left; z-index: 0; } #header h2, #header h2 span, #header h2 span::before { position: absolute; left: 3.3rem; top: 1.8rem; margin: 0; width: 100%; display: flex; justify-content: left; } #header h1 a::before, #header h2 span::before { text-shadow: .063rem 0.1rem 0.1rem #0c0c0c; letter-spacing: 0.1rem; } /*#header h1 a::before{ letter-spacing: 1rem; }*/ /*links*/ a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } /*line + block*/ hr { background-color: #000000; border-top: solid 2px rgb(var(--pale-accent)); } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); background-color: rgb(var(--dark-gray-monochrome)); border: none; border-left: solid 2px rgb(var(--pale-accent)); } /*search*/ /*#search-top-box { left: 3%; top: 0.5rem; } #search-top-box-form > #search-top-box-input { width: 7rem; }*/ /* TABVIEW - Abandon All Hope Ye Who Enter Here */ /*content bg*/ .yui-navset .yui-content { background-color: rgba(var(--pale-accent), 0.25); border-color: rgb(var(--pale-accent)); } /*unselected tab color*/ .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: rgb(var(--dark-gray-monochrome)); color:rgb(var(--white-monochrome)); } /*hover tab bg*/ .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: rgba(var(--pale-accent), .25); } /*backer background*/ .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { background: rgb(var(--dark-gray-monochrome)); } /*selected tab bg*/ .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { background-color: rgb(var(--pale-accent)); } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { background-color: rgb(var(--pale-accent)); } @media only screen and (max-width: 768px) { :root{ --swatch-menubg-color: var(--medium-accent); } #header::before { background-image: none; } #header { height: var(--header-height-on-mobile); background-image: url("https://nu-scptheme.github.io/Black-Highlighter/images/logo.svg"); background-image: var(--logo-image); --size: calc(var(--final-header-height-on-mobile) + 1rem); --y-offset: 1.5rem; background-position: center; background-size: var(--size), 100% var(--header-height-on-mobile); background-repeat: no-repeat, repeat; width: 100vw; margin: 0; position: sticky; top: calc(var(--header-height-on-mobile) * -1); } #header h1, #header h1 a { left: 1rem; top: 0.8rem; } #header h2, #header h2 span, #header h2 span::before { left: 0.8rem; top: 1.8rem; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"]:hover { background: rgb(0, 0, 0); border-color: rgb(var(--pale-accent)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"]{ background: rgb(0, 0, 0); border-color: rgb(var(--pale-accent)); } } .styled-quote { background-color:rgb(var(--dark-gray-monochrome)); border-left: 0.5rem solid rgba(var(--pale-accent)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote { background-color:rgb(var(--black-monochrome)); border-left: 0.5rem solid rgba(var(--pale-accent)); color:rgb(var(--white-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0rem; 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(--dark-gray-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .darkblock { background-color:rgb(var(--black-monochrome)); color:rgb(var(--white-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .darkblock a { color: rgb(var(--swatch-menubg-medium-color)); } .titleblock { background-color: rgb(var(--dark-gray-monochrome)); padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid rgb(var(--pale-accent)) 2px; } .titlebox{ position: relative; top: -1.6rem; background-color: rgb(var(--pale-accent)); color: rgb(var(--white-monochrome)); padding: 0.25rem 1rem; line-height: 0.1rem; } .styled-quote-d{ background-color:rgb(var(--dark-gray-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border-left: 0.5rem solid rgba(var(--mainAccent)); border-right: 0.5rem solid rgba(var(--secondAccent)); } .logoblock{ padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); color:rgb(255, 255, 255); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--dark-gray-monochrome)); border: solid 0.3rem rgb(var(--mainAccent)); } .logoblock::after{ content: ""; float: center; border: solid 2px #0000; background: url(http://backrooms-wiki-cn.wikidot.com/local--files/theme:b-f-p-f-database/bfpf-data.png) center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; } .top-box { border-color: rgb(var(--mainAccent)) !important; } .bottom-box ul li { color: rgb(var(--mainAccent)) !important; } .bottom-box ul li:before { background: rgb(var(--mainAccent)) !important; } .top-box .gradient-box { background: linear-gradient(90deg, rgba(var(--mainAccent),1) 0%, rgba(var(--mainAccent),0) 36%) !important; } .top-box:before { background: url("") !important; } .header-diamond .diamond-pattern { background: url("") !important; } .header-diamond { background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300.9 284.5' style='enable-background:new 0 0 300.9 284.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2345E232;%7D .st1%7Bfill:%2345E232;%7D%0A%3C/style%3E%3Cg%3E%3Cpolygon class='st1' points='73.4,32.6 0,105.4 13.6,105.4 86.4,32.6 '/%3E%3Cpolygon class='st1' points='26.5,105.4 40.1,105.4 112.9,32.6 99.3,32.6 '/%3E%3C/g%3E%3Cpolyline class='st1' points='287.3,105.4 214.5,32.6 227.5,32.6 287.3,91.9 '/%3E%3Cpolygon class='st1' points='274.4,105.4 260.8,105.4 188,32.6 201.6,32.6 '/%3E%3C/svg%3E") !important; } .top-box.class-unknown .header-diamond { filter: none !important; } .top-box.class-unknown:before, .top-box.class-unknown .header-diamond .diamond-pattern{ opacity: 0.15 !important; } .top-box .header-diamond .diamond-image { filter: brightness(0%) invert(100%); } .top-box.class-0 { background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-0 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/0.png") center/78% no-repeat !important; } .header-diamond .diamond-color.class-0 { background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-1, .top-box.class-2 { background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-1 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/1.png") center/78% no-repeat !important; } .top-box.class-2 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/2.png") center/78% no-repeat !important; } .header-diamond .diamond-color.class-1, .header-diamond .diamond-color.class-2 { background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-3, .top-box.class-4 { background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-3 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/3.png") center/78% no-repeat !important; } .top-box.class-4 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/4.png") center/78% no-repeat !important; } .header-diamond .diamond-color.class-3, .header-diamond .diamond-color.class-4 { background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-5, .top-box.class-unknown, .top-box.class-未知, .top-box.class-habitable, .top-box.class-宜居{ background: rgb(var(--dark-gray-monochrome)) !important; } .top-box.class-5 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/5.png") center/78% no-repeat !important; } .top-box.class-unknown .header-diamond .diamond-image, .top-box.class-未知 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/tar-sd/five.png") center/78% no-repeat !important; } .top-box.class-habitable .header-diamond .diamond-image, .top-box.class-宜居 .header-diamond .diamond-image { background: url("http://backroomssandboxcn.wikidot.com/local--files/ttt/habitable") center/78% no-repeat !important; } .header-diamond .diamond-color.class-5, .header-diamond .diamond-color.class-unknown, .header-diamond .diamond-color.class-未知 { background: rgb(var(--dark-gray-monochrome)) !important; } .header-diamond .diamond-color.class-habitable, .header-diamond .diamond-color.class-宜居 { background: rgb(var(--dark-gray-monochrome)) !important; } .lang-cn .bottom-box.class-0 ul li:nth-child(1)>.default:after { content: "环境适宜" !important; } .lang-tr .bottom-box.class-0 ul li:nth-child(1)>.default:after { content: "環境適宜" !important; } .lang-cn .bottom-box.class-0 ul li:nth-child(2)>.default:after { content: "适合居住" !important; } .lang-tr .bottom-box.class-0 ul li:nth-child(2)>.default:after { content: "適合居住" !important; } .lang-cn .bottom-box.class-0 ul li:nth-child(3)>.default:after { content: "无实体" !important; } .lang-tr .bottom-box.class-0 ul li:nth-child(3)>.default:after { content: "無實體" !important; } .lang-cn .bottom-box.class-1 ul li:nth-child(1)>.default:after { content: "环境适宜" !important; } .lang-tr .bottom-box.class-1 ul li:nth-child(1)>.default:after { content: "環境適宜" !important; } .lang-cn .bottom-box.class-1 ul li:nth-child(2)>.default:after { content: "可居住" !important; } .lang-tr .bottom-box.class-1 ul li:nth-child(2)>.default:after { content: "可居住" !important; } .lang-cn .bottom-box.class-1 ul li:nth-child(3)>.default:after { content: "实体可驱逐" !important; } .lang-tr .bottom-box.class-1 ul li:nth-child(3)>.default:after { content: "實體可驅逐" !important; } .lang-cn .bottom-box.class-2 ul li:nth-child(1)>.default:after { content: "环境不适宜" !important; } .lang-tr .bottom-box.class-2 ul li:nth-child(1)>.default:after { content: "環境不適宜" !important; } .lang-cn .bottom-box.class-2 ul li:nth-child(2)>.default:after { content: "可居住" !important; } .lang-tr .bottom-box.class-2 ul li:nth-child(2)>.default:after { content: "可居住" !important; } .lang-cn .bottom-box.class-2 ul li:nth-child(3)>.default:after { content: "实体稀疏" !important; } .lang-tr .bottom-box.class-2 ul li:nth-child(3)>.default:after { content: "實體稀疏" !important; } .lang-cn .bottom-box.class-3 ul li:nth-child(1)>.default:after { content: "环境不适宜" !important; } .lang-tr .bottom-box.class-3 ul li:nth-child(1)>.default:after { content: "環境不適宜" !important; } .lang-cn .bottom-box.class-3 ul li:nth-child(2)>.default:after { content: "较难居住" !important; } .lang-tr .bottom-box.class-3 ul li:nth-child(2)>.default:after { content: "較難居住" !important; } .lang-cn .bottom-box.class-3 ul li:nth-child(3)>.default:after { content: "实体较少" !important; } .lang-tr .bottom-box.class-3 ul li:nth-child(3)>.default:after { content: "實體較少" !important; } .lang-cn .bottom-box.class-4 ul li:nth-child(1)>.default:after { content: "环境不适宜" !important; } .lang-tr .bottom-box.class-4 ul li:nth-child(1)>.default:after { content: "環境不適宜" !important; } .lang-cn .bottom-box.class-4 ul li:nth-child(2)>.default:after { content: "较难居住" !important; } .lang-tr .bottom-box.class-4 ul li:nth-child(2)>.default:after { content: "較難居住" !important; } .lang-cn .bottom-box.class-4 ul li:nth-child(3)>.default:after { content: "实体较多" !important; } .lang-tr .bottom-box.class-4 ul li:nth-child(3)>.default:after { content: "實體較多" !important; } .lang-cn .bottom-box.class-5 ul li:nth-child(1)>.default:after { content: "环境不适宜" !important; } .lang-tr .bottom-box.class-5 ul li:nth-child(1)>.default:after { content: "環境不適宜" !important; } .lang-cn .bottom-box.class-5 ul li:nth-child(2)>.default:after { content: "难以居住" !important; } .lang-tr .bottom-box.class-5 ul li:nth-child(2)>.default:after { content: "難以居住" !important; } .lang-cn .bottom-box.class-5 ul li:nth-child(3)>.default:after { content: "实体密集" !important; } .lang-tr .bottom-box.class-5 ul li:nth-child(3)>.default:after { content: "實體密集" !important; } .lang-cn .bottom-box.class-unknown ul li:nth-child(1)>.default:after, .lang-cn .bottom-box.class-未知 ul li:nth-child(1)>.default:after { content: "属性未知" !important; } .lang-tr .bottom-box.class-unknown ul li:nth-child(1)>.default:after, .lang-tr .bottom-box.class-未知 ul li:nth-child(1)>.default:after { content: "屬性未知" !important; } .lang-cn .bottom-box.class-unknown ul li:nth-child(2)>.default:after, .lang-cn .bottom-box.class-未知 ul li:nth-child(2)>.default:after { content: "缺少数据" !important; } .lang-tr .bottom-box.class-unknown ul li:nth-child(2)>.default:after, .lang-tr .bottom-box.class-未知 ul li:nth-child(2)>.default:after { content: "缺少數據" !important; } .lang-cn .bottom-box.class-unknown ul li:nth-child(3)>.default:after, .lang-cn .bottom-box.class-未知 ul li:nth-child(3)>.default:after { content: "实体未知" !important; } .lang-tr .bottom-box.class-unknown ul li:nth-child(3)>.default:after, .lang-tr .bottom-box.class-未知 ul li:nth-child(3)>.default:after { content: "實體未知" !important; } .lang-cn .bottom-box.class-habitable ul li:nth-child(1)>.default:after, .lang-cn .bottom-box.class-宜居 ul li:nth-child(1)>.default:after { content: "安全可保障" !important; } .lang-tr .bottom-box.class-habitable ul li:nth-child(1)>.default:after, .lang-tr .bottom-box.class-宜居 ul li:nth-child(1)>.default:after { content: "安全可保障" !important; } .lang-cn .bottom-box.class-habitable ul li:nth-child(2)>.default:after, .lang-cn .bottom-box.class-宜居 ul li:nth-child(2)>.default:after { content: "环境可改造" !important; } .lang-tr .bottom-box.class-habitable ul li:nth-child(2)>.default:after, .lang-tr .bottom-box.class-宜居 ul li:nth-child(2)>.default:after { content: "環境可改造" !important; } .lang-cn .bottom-box.class-habitable ul li:nth-child(3)>.default:after, .lang-cn .bottom-box.class-宜居 ul li:nth-child(3)>.default:after { content: "实体可驱逐" !important; } .lang-tr .bottom-box.class-habitable ul li:nth-child(3)>.default:after, .lang-tr .bottom-box.class-宜居 ul li:nth-child(3)>.default:after { content: "實體可驅逐" !important; }

根据“娅莉”对自己描述所绘。
物品编号:C-91
描述:
风险应对测试程序为B.F.P.F.的“创立者”所编写的智能程序,此程序主要用途为模拟有可能在层级中出现的风险并生成其对应的应对方案。虽然最初有人对其提出过质疑,但其强大的能力很快将一切谣言粉碎。
风险应对测试程序通过将每层的关键词进行储存,并由程序人格“娅莉”进行学习和记忆,通过输入关键词可以查找符合条件的层级,并根据已知情况对层级内可能出现的威胁进行推测。且随着关键词的增加最终查找出的层级与相应的应对报告也会越发详细。
程序拥有在多种电子设备上进行计算的能力。但考虑到最终结果的储存以及为了计算过程的速度,程序被搭载于一台处在Level-[机密信息]的大型计算机中进行数据处理。并且每一位C层群的幸存者都有权利在电子设备上的“数据库”中进行查看数据,考虑到后室多变的情况可以选择下载离线数据包以便在不稳定的层级使用。
用途:
风险应对测试程序最主要的功能便是生成一篇已知层级中可能出现威胁与其应对方案,应对方案囊括符合层级状况的任何有较大可能性发生的威胁,或者是在发现新层级后快速地将层级的信息粗略的记录、整合并上传。
可以试图与程序中的人格“娅莉”进行对话,她会安抚流浪者的情绪以及劝解流浪者。“娅莉”同时也可充当流浪者的心理医生,并在层级勘探中评估流浪者的心理状况。
通过输入实体的生物学特征可以快速的查询任何已知的实体,并附上应对它们的方法。目前并不支持对实体信息进行记录上传以及生成报告,这导致了B.F.P.F.对于实体的记录较少。
附录:
最近在多篇文章中发现,有部分字体的颜色被替换成了粉色,尽管这很快被修复但也引起了技术人员的关注,最后确定这些粉色字体是由“娅莉”所替换,但并未发现其目的。
经过证实,有提及关键词语“娅莉”的文章均有不同程度的字体颜色替换。目前大部分文章中提及其相关词语部分已被改删、并在非必要的情况下不使用。
« Object C-90 | Object C-91 | Object C-92 »