@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; }
权限声明
本文档页面已设置电子权限自动读取系统,若你可以显示出以下的内容,说明你通过了权限验证。权限不足的账号已被拦截访问。为规避一切实体征服者及其他外界威胁的影响,协会提高了访问本文档的权限门槛,任何通过黑入或以其他不当手段访问本文档的,会通过追查被追究责任。
Level C-299是后室C层群的第299层。
生存难度:生存難度:
等级等級 4
- {$one}
- {$two}
- 物竞天择
描述
Leⅴel C-299的表面。
本层级主体表现为一片由坚冰构成的山脉,并构成了大型的生态系统。其气候性质接近极地冰原气候,大部分地表被冰雪覆盖。其天空为浅白色,且永远为雨天。Level C-299不会出现降雷,冰雹等自然现象。当流浪者进入本层级时,寒冷的冰风会朝向流浪者袭来,其温度足以达到零下14~22℃,若不在进入层级前做好准备,则流浪者唯一的结局只有死亡。本层级不存在任何的昼夜循环,其时间只会在早晨8点~9点循环。
一般情况来说,流浪者首次来到本层级的位置周围必定会有一片深黑色树木为主的被白雪覆盖着的森林。向深处走去,周围实体的叫声和不时蹿出来的实体们是十分危险的存在。当你越发深入时,你会来到白色森林;这个出口被E.B.A.专家认定为实体的出现点。但需注意的是,暴雪事件有时会从这个出口出现,再加上Level 129的危险性,不建议流浪者通过此出口离开本层级。
Level C-299土壤的组成十分单一,仅包括冰、雪、钠、碳,偶尔还有石英。因此,山体滑坡和/或雪崩发生的可能性极高,使得探索本层级具有极大的风险。探索本层级时建议使用防护装备。本层级拥有数目庞大的冰盐矿,这也同样造就了本层级的寒冷。不过不幸的是,在B.F.P.F.到来之前,M.E.G大肆开采了数量庞大的冰盐,因为开采了这些冰盐,导致了本层级气温回暖。1无数实体因为此次大规模的开采而死亡。
目前B.F.P.F已封锁冰盐矿,禁止以任何形式开采冰盐。
森林
部分流浪者已经确认层级中存在着一处橡树林。那片树林中的积雪较少,但奇特的是,森林内不会出现刮风现象。森林中还有大量浆果丛,其果实被确认可供食用,橡树树根处偶尔会出现碗装幸运豆奶,但通常会被哭猫及其他实体饮用。
森林。
森林中是一些实体完美的栖息地。不仅有适宜的温度,足够的食物;且猎犬并不会脱离栖息地进森林捕猎实体。目前,森林里的实体已经形成混居,并达到共生关系。
森林中存在着一口填充满杏仁水的井,里面的杏仁水可饮用,其周围刻着一些奇怪的文字,无法破译。有些目击者称在里面看到了一条鱼的倒影,但这是无法确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确
为什么你们还是这么愚蠢?
这已经是我第无数次发出信息了。
杏仁人,都是那些叫杏仁人的东西,
我的脓水和血液都被他们夺走。
我并非未被确认,
只是你们未曾注意……
去往终点与现实相错之地,
那里你们会找到真实……
确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确确认的,在30分钟内饮用超过一升井中的杏仁水可以来到Level C-302,更多信息请见出口部分。
实体
为了适应本层寒冷的环境,它们演变出了在本层级生活的本领;以下是一些在本层级生活的实体亚种。注意,不要离他们太近。
猎犬
目前数量: 3800~5000只(易危)
本层级的猎犬亚种在外形上不同于居住在其他层级的猎犬。它们长着雪白色的毛发,厚实的脂肪,更加锋利的利爪和尖牙。它们的脚部长有像前厅山羊的蹄,同时在蹄的外围长着约2~6cm长的倒刺。据E.B.A.推测,这些倒刺能够有效防止猎犬跌落。
猎犬亚种一般捕猎本层级的灯蛇亚种,少数情况下会袭击其他实体。若长时间未进食,它们会袭击在它们周围的一切活物,包括自己的幼崽。每年的4~6月是猎犬亚种的发情期,当猎犬亚种发情时,其疯狂的行为会杀戮离他最近的一切猎物(包括同类),直到遇见异性。不要离发情期的猎犬太近。猎犬亚种一胎最少生3只,最多5只,一般产在洞穴中的巢,幼崽6个月大时,父母离开幼崽,使幼崽独自生活,小猎犬是本层级的实体们唾手可得的猎物,所以小猎犬一般只会有1~2只活到成年。
灯蛇
目前数量:12500~12800只(无危)
本层级的灯蛇亚种对人造光源无感,它们只对自然光源感兴趣。它们对流浪者充满敌意,当流浪者靠近它们时,它们会小心且极速地逃离流浪者周围并回到洞穴。成年体灯蛇亚种的胆可药用,有治理眼疾的做用,能卖到每500毫升12~39L杏仁水之高。这也使得捕猎灯蛇亚种迅速被认为是一种有利可图的职业,于是灯蛇亚种被虐杀。据2010年2月19日考证,只有100~120只灯蛇亚种存活, 其中五成为幼崽,两成为老年个体,仅有三成为确认有药效的成年个体。所幸E.B.A.在本层级建立据点后,灯蛇亚种被迅速保护,逐渐恢复种群。
灯蛇亚种是本层级绝大部分实体的口粮,若影响灯蛇种群,极有可能导致实体出现饥荒并大规模的死亡。目前已暂停捕猎灯蛇,禁止一切走私灯蛇的行为。
求思脑
目前数量:~Unknown (未知)
来自Leⅴel 112的特有实体求思脑的唯一一次目击来自2001年1月5日。当时,流浪者A(化名)不慎误入了Leⅴel 888并通过和天外存在的接触来到了本层级,并目击到了求思脑。2若流浪者A所言非虚,那么求思脑种群一般不会超过10~36只,归类为濒危。
因信息的不可靠性,暂将其分类成未知。
除此以外,一些其他实体也会出现在本层级。例如哭猫,地栖怪等,且这些实体也被证实为与外界相同。上文仅列举出现在本层级的实体亚种。
基地,前哨与社区
B.F.P.F.“石之海”基地
- 尽管困难,但B.F.P.F已在森林外建立起了一个基地,该社区的主要构成为七座厚实砖房,其内部设火炕。每2天围绕森林巡逻一次。与此同时,“石之海”社区也拥有一定的安全性;可以帮助流浪者离开或前往森林区域。
- 35名武装成员在此居住,每5天由森林内的“森之陆”社区补充物资。
- 有时,来自E.B.A.的专家会通过“石之海”基地成员的护送研究实体并收集相关数据。在“森之陆”举行大型贸易会其间,“石之海”成员会负责“森之陆”的治安。
B.F.P.F.“森之陆”大型社区
- 由B.F.P.F建立的大型社区。其规模大小类似于一个小城镇。为流浪者提供必要的生存物资。100名B.F.P.F.武装成员在此居住;约300名流浪者在此定居。其内部已经建造小型医院,超市等生活建筑。
- 吸纳来到这里的一切流浪者加入社区,若向社区成员询问出口,则他们会为你指明出口。
- 不欢迎一切M.E.G.成员,但他们会向M.E.G.成员指明出口。来自E.B.A.的专家常通过“森之陆”补充补给。每2个月举行大型贸易会。
入口与出口:
入囗:
Leⅴel C-58
- 在“草原区”切出水塘中的水花,有一定的概率切入到这里。
- 切出“草原区”与“森林区”的接缝处的地面,会切入到这里。
Level C-102
- 幻想,幻想你来到了一座雪山,随后闭上眼睛,跳到任何通道中,你会来到本层级。
*
Level 112
- 与井交互的一切行为持续350秒后,自然而然的会切入本层级。
出口:
Leⅴel 129
- 向附近的深黑色森林深处走去,周围实体的叫声和不时蹿出来的实体们是十分危险的存在。当你越发深入时,你会来到Level 129;但因其较危险,故不建议通过本出口离开本层级。
Level C-302,Level 37,Level 370
- 森林里存在着一口填满杏仁水的井。在30分钟内饮用超过一升井中的杏仁水会去到Level C-302,在30分钟内饮用超过二升井中的杏仁水会去到Level 37或Level 370。
《论LC-299的重要性》
论LC-299的重要性——2022/05/13在Level C-102“管理者”基地会议中发言 演讲者Caesar Alⅰza
今天我要演讲的是Level C-299的重要性;没错,就是几十年前发现的Level C-299。3
错误方块,一直以来是一个饱受争议的话题。Donald先生的前组织M.E.G通过向流浪者大肆购买的方式导致无数流浪者与M.E.G成员饱受其害。而他们却仍然在Level C-102的文档中歪造事实:称B.F.P.F.为“窝囊地苟活在造物者的造物之下。”并在Donald先生以监督者的身份为代价而废弃了KPI之后,M.E.G却又从极其危险的错误方块和蓝砂上大肆收购;流浪者不顾危险,强行开采蓝砂和错误方块,最后却导致自己命丧黄泉;更别提那些被当做枪使的士兵们了,他们因这两样物品的特性导致全身溃烂,却也步了流浪者们的后尘——被监督者处决,最后却被草草冠以个所谓的“M.E.G.之星”。从这件事就可以看出,与M.E.G.决裂的决定是有多么正确。
现在说回正题,Leⅴel C-299以其极多的冰盐矿而闻名。在被M.E.G.掌管后,其丰富的冰盐矿藏被M.E.G等组织大肆开采;据统计,从2000年挖掘开始,一直到2014年被迫暂停结束:每年所挖出的冰盐矿有38~42吨之多,在KPI制度还没有禁止前,M.E.G.所雇佣的流浪者矿工一天的薪水仅有100积分,还得必须挖够750克才能领到;要想获得更多的积分,还得继续加班,再挖够500克冰盐,才能给你额外的工资,仅仅30积分;而M.E.G.特工则是一天挖够700克才能够领到100积分。这是什么概念呢?100积分连两颗治愈水晶都换不到,火盐才50积分5克呢。这是什么?没错,把可怜的他们当韭菜割,还长得很旺。这让流浪者们怎么活?根本都没法活。并且我们不希望这个层级会重蹈Level C-102的遭遇,实体们已经适应了这个层级的生态环境。若擅自改变了生态环境。很有可能会导致这些特有实体的灭绝;这足以看出本层级的重要性。
再说说实体吧,可能在座的各位有人知道,M.E.G.曾大肆虐杀灯蛇亚种,只取灯蛇的蛇胆以供制作药酒,说是有治理眼疾的做用,并且每500mL能卖到12~39L杏仁水之高。而且在我后续校对C-299的文档时,发现在2010年考证的实体调查记录中,记录当时才有100~120只灯蛇亚种存活, 而且仅有三成为确认有药效的成年个体。并且从E.B.A.的调查记录来看,这些实体可能是从人类未染指层级时,从Level 129的入口未失效前进入的实体并演化成现在的亚种,虽然后来的入口失效了,但也能证明这些实体的珍贵性。在此,我也希望您们能考虑一下我这个建议:在Level C-299中建设基地,不光是因为层级本身的重要性,更是因为本层级的危险性;Donald先生,您曾经说过要保护所有人并使流浪者在后室中安全的定居下去;那么在我认为,Level C-299是您这个计划的重要切入点。有句话说的好:“知己知彼,百战不殆”。要想流浪者和实体共存,那么实体与流浪者之间的安全是一个很大的问题。您可以参考一下和层级意识之间的交互,类似Leⅴel C-633,话有点太多了;再次希望您们能够考虑一下在Level C-299中建设基地。我的发言到此结束,谢谢。
(后经过一次会议,正式确定在Level C-299中建设属于B.F.P.F.的两座设区,这个计划被命名为“石之海”与“森之陆”计划)
好啦,时隔多年,我又来到了这篇文档,真是好久不见。
B.F.P.F.已经把那两座基地建成了,我这次编辑是为了把Level C-299的一些细节补充上的。Donald先生让我顺便写点什么,那么就随便写点我对这个层级上生存难度中写的“物竞天择”解释一下吧。
物竞天择是达尔文进化论的核心。在生物进化论中的意思是每种生物在繁殖下一代时,都会出现基因的变异。若这种变异是有利于这种生物更好的生活的,那么这种有利变异就会通过环境的筛选,以“适者生存”的方式保留下来。同样的,这种行为也导致一个弊端:在后室这样的环境中,一旦本层级的特有亚种离开本层级,去到类似Leⅴel C-416有着高温度和危险气体的层级种,那么无一例外,全都会融化死亡。通过用M.E.G.特工上缴的灯蛇尸体测试,在温度超过31℃的层级中,其尸体马上被汽化,最后消失。
所以答案也出来了,这个层级“物竞天择”的真正含义,就是生物演化。在后室历史的漫漫长河中,有许多实体可能就是因为演化失败而造就的灭绝。所以命运啊,也是一个妙不可言的东西。
我的话就说这么多,谢谢观看。
