@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-138
栖息地:C层群
Entity C-138,或称为“重叠者”,是一类多栖息在黑暗封闭层级的类人敌意实体,鉴于其狡猾的习性以及诡谲的异常性质,B.F.P.F.不建议流浪者在任何情况主动与其发生任何接触。而当流浪者遭遇该实体时请务必关闭光源,安静的远离该实体。倘若不幸被该实体发现并追击,请立刻尝试前往明亮、开阔地带并时刻准备切出逃离。
行为:
Entity C-138是一类极具敌意的实体。它们多出现在黑暗封闭的室内空间,多攀爬于层级的墙壁以及天花板行动,寻找并攻击、杀死流浪者以及其他的类人实体1。
Entity C-138最过异常以及臭名昭著之处在于其种群的重叠能力。
- 一只Entity C-138最多可重叠5只Entity C-138个体。它们似乎拥有某项特殊的感知能力,可精准感应到周遭同类。这方便它们的重叠行为以及团队协作能力。平常情况下Entity C-138相遇时往往会进行重叠,且往往重叠个数少的个体并入重叠个数多的个体。而当重叠过程中重叠者个数超出时,则多余个体将会自动分离。
- 请注意:流浪者若遇到视觉层面的多只Entity C-138,请保持警惕并立刻安静离开,因为其中必定包含已重叠5只Entity C-138的个体。
- 当Entity C-138发现流浪者4时,它们会发出尖锐的吼声随后快速攀爬至流浪者身边尝试扑倒并撕咬流浪者。若遭受到装备精良的流浪者强烈的反抗时,它们则会佯装撤退吸引流浪者追击。
- 倘若流浪者选择追击该实体,则往往会被它们引入死路。此外,它们亦会假死或故意负伤使流浪者放松警惕。而当流浪者陷入该实体的圈套中时,重叠在外观个体的Entity C-138将迅速脱离外观个体扑向流浪者。此刻流浪者往往因防备不及而被扑倒在地,而其他重叠者们也以最快的速度分离,协助扑倒者杀死被扑倒者。
- 而当流浪者选择撤退,Entity C-138将持续不断的尝试呼唤其他个体共同狩猎,尾随并时刻对流浪者发动攻击,这个时候的它们更偏爱分离以更好的围追堵截流浪者。请注意,重叠者对狩猎十分专一与执着,所以采用各类方法干扰其注意力的方法是行不通的,该时段的流浪者应尽快切出该层级躲避攻击。
- 常规的物理攻击仅会伤害到“最外层”的Entity C-138并且无法在其身体上留下任何痕迹5,这使得判断Entity C-138是否死亡变得极为困难。
- Entity C-138个体仅会重叠进入活体个体中,不过若外观个体死亡,已重叠在体内的个体依然可以寄宿其中。Entity C-138常依据这一性质对沿途毫无防备的流浪者发动攻击。
生物学特征:
Entity C-138外观如同成年男性头部到肺部的部分,全身光滑无毛,惨白的皮肤包裹住全身,身体末端长有小段脊椎状的尾部。经观察,它们的双臂强壮其他部位却瘦骨嶙峋,有着超人的力量与耐力。它们长有完全相同的面部。瞳孔呈现近白的淡灰色并能在黑暗中发出银色的光芒,视觉严重退化但特化出强烈的趋光性。
此外,它们的双手第一指节间长有人体皮肤般的蹼,手掌又呈现类似壁虎爪的构造,这使得它们拥有超凡的攀爬能力,根据比对可与迷彩爬行者媲美。值得一提的是,它们的通常长有尖锐的指甲,而牙齿构造与咬合力和人类几近无异,但在实际攻击它们更喜欢撕咬猎物。
目前尚无任何记录记录到它们的繁殖方式以及幼崽,它们似乎也不需要睡眠和排泄。
发现记录:
该实体于2030年5月3日首次发现,一位B.F.P.F.的员工在Level C-378被未知尸体中窜出的实体袭击,记录仪详细记录了他的遇害过程以及这一实体的形态特征。该实体首次被发现。
随后各大组织以及流浪者论坛出现大量遭遇记录,记录内容大多为遇害过程,这为数据库提供了该实体的攻击方式等各详细数据。
奇怪的是,在2030年5月3日前,无任何发现Entity C-138的记录。但自从第一起发现记录后该实体的遭遇记录迅速增加,且常出现的地带此前并无该实体的任何痕迹。时至今日,该实体已经遍布C层群多数层级,成为C层群最常见的敌意实体之一。
在此推测,该实体的出现与繁殖均为后室自然生成。
行为准则:
应当:
- 在黑暗、封闭的室内层级保持警惕。
- 安静的探索,警惕黑暗中的银色眼睛。
- 避免与该实体发生任何接触。
- 以最快的速度切出该层级
不应:
- 主动接触该实体。
- 追击逃脱实体。
« Entity C-137 | Entity C-138 | Entity C-139 »