@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap'); @import url('https://fonts.googleapis.com/css2?family=IM+Fell+DW+Pica&display=swap'); :root { --theme-base: "liminal"; --theme-id: "dull-blade"; --theme-name: "Dull Blade"; --logo-image: url("http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg"); --header-title: "单调人生"; --header-subtitle: "重复的回廊已使你厌烦……"; --body-font: 'IM Fell DW Pica', "Noto Serif SC", serif; --header-font: "Noto Sans SC", sans-serif; --title-font: 'Raleway', "Noto Sans SC", sans-serif; --mono-font: 'Raleway', "Noto Sans SC", sans-serif; --black-monochrome: 52, 52, 52; /* This thing below is the topbar. */ --gray-monochrome: 52, 52, 52; --dark-accent: 52, 52, 52; --platinium-monochrome: 223, 223, 223; --white-monochrome: 223, 223, 223; --gray-accent: 185, 184, 186; --grey-accent: 82, 82, 82; --swatch-topmenu-border-color: var(--platinium-monochrome); --swatch-menubg-color: var(--black-monochrome); --swatch-menutxt-general-color: var(--white-monochrome); --swatch-border-color: var(--white-monochrome); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); --link-color: 230, 23, 68; --hover-link-color: 230, 23, 68; --background-gradient-distance: 0rem; --gradient-header: linear-gradient(to top, rgba(var(--black-monochrome)) 0%, rgba(var(--black-monochrome), 0.90) 100% ); --diagonal-stripes: linear-gradient(transparent 0); /* 搬运修复 */ --rating-module-text-color: var(--black-monochrome); } body { background-color: rgb(var(--black-monochrome)); color: rgb(var(--platinium-monochrome)); } h0, h1, h2, h3, h4, h5, h6 { color: rgb(var(--white-monochrome)); } #page-title { color: rgb(var(--white-monochrome)); } table.wiki-content-table th { background-color: rgb(var(--black-monochrome)); border: 2px solid rgb(var(--white-monochrome)) !important; color: rgb(var(--white-monochrome)); } table.wiki-content-table td { border: 2px solid rgb(var(--white-monochrome)) !important; background-color: rgb(var(--black-monochrome)); } body#html-body{ overflow-x: hidden; } #skrollr-body { background-image: radial-gradient(circle, rgb(var(--black-monochrome)) 50%, transparent 0); background-repeat: repeat; background-size: 0.25em 0.25em; width: 100%; height: 7.5rem; } #side-bar .side-block div a img { filter: grayscale(100%); } #container { background-image: radial-gradient(circle, rgb(var(--black-monochrome), 0.05) 50%, transparent 0); background-size: 0.25em 0.25em; background-repeat: repeat; background-attachment: fixed; } 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 16rem; 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; } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } div.block-center { min-width: 30% } @media only screen and (max-width:768px) { div.block-center { min-width: 40% } } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); background-color: rgb(var(--gray-accent)); color: rgb(var(--grey-accent)); } .scp-image-block .scp-image-caption { background-color: rgb(var(--black-monochrome)); } .lightblock { background-color:rgb(var(--gray-accent)); color: rgb(var(--grey-accent)); 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(--grey-accent)); color: rgb(var(--gray-accent)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .whiteblock { background-color:rgb(var(--white-monochrome)); color: rgb(var(--black-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); } .blackblock { background-color:rgb(var(--black-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); } .light-styled-quote { background-color:rgb(var(--gray-accent)); border-left: 0.5rem solid rgba(var(--grey-accent)); color: rgb(var(--grey-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(--grey-accent)); border-left: 0.5rem solid rgba(var(--gray-accent)); color: rgb(var(--gray-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); } .white-styled-quote { background-color:rgb(var(--white-monochrome)); border-left: 0.5rem solid rgba(var(--black-monochrome)); color: rgb(var(--black-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); } .black-styled-quote { background-color:rgb(var(--black-monochrome)); border-left: 0.5rem solid rgba(var(--white-monochrome)); 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); } .light-titleblock { background-color: rgb(var(--gray-accent)); color: rgb(var(--grey-accent)); 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(--grey-accent)) 2px; } .light-titlebox{ position: relative; top: -1.6rem; background-color: rgb(var(--gray-accent)); border: solid rgb(var(--grey-accent)) 2px; color: rgb(var(--grey-accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .dark-titleblock { background-color: rgb(var(--grey-accent)); color: rgb(var(--gray-accent)); 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(--gray-accent)) 2px; } .dark-titlebox{ position: relative; top: -1.6rem; background-color: rgb(var(--grey-accent)); border: solid rgb(var(--gray-accent)) 2px; color: rgb(var(--gray--accent)); padding: 0.25rem 1rem; line-height: 0.1rem; } .white-titleblock { background-color: rgb(var(--white-monochrome)); color: rgb(var(--black-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(--black-monochrome)) 2px; } .white-titlebox{ position: relative; top: -1.6rem; background-color: rgb(var(--white-monochrome)); border: solid rgb(var(--black-monochrome)) 2px; color: rgb(var(--black-monochrome)); padding: 0.25rem 1rem; line-height: 0.1rem; } .black-titleblock { background-color: rgb(var(--black-monochrome)); color: rgb(var(--white-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(--white-monochrome)) 2px; } .black-titlebox{ position: relative; top: -1.6rem; background-color: rgb(var(--black-monochrome)); border: solid rgb(var(--white-monochrome)) 2px; color: rgb(var(--white-monochrome)); padding: 0.25rem 1rem; line-height: 0.1rem; } .interwiki1_title { color: rgb(80,77,66); border-bottom: solid 1px rgb(80,77,66); padding-left: 15px; margin-top: 10px; margin-bottom: 5px; font-size: 8pt; font-weight: bold; } .interwiki1_entry { position: relative; margin: 2px 0; } .interwiki1_entry p::before { content: "■"; font-size: 9px; color: rgb(80,77,66); position: relative; margin: 0 7px 0 5px; bottom: 3px; } .interwiki1_entry a, .interwiki1_entry a:visited { font-weight: bold; color: #b01; text-decoration: none; background: transparent; } .interwiki1_entry a:hover { background-color: transparent; text-decoration: underline; } div.scpnet-interwiki-wrapper { margin: 0; width: auto; } iframe.scpnet-interwiki-frame { border: inherit; width: 100%; height: 230px; } @media (min-width:768px) { div.scpnet-interwiki-wrapper, iframe.scpnet-interwiki-frame { width: 100%; } } /* remove the input on the searchbar because it doesn't work */ #search-top-box-input { display: none; } /* TABVIEW - Abandon All Hope Ye Who Enter Here */ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border-color: rgb(var(--gray-accent)); -webkit-box-shadow: 0 -webkit-calc(0.0625rem * 5) 0 0 rgb(var(--black-monochrome)); box-shadow: 0 calc(0.0625rem * 5) 0 0 rgb(var(--black-monochrome)); } /* Unselected Tab Values */ .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: rgb(var(--grey-accent)); border-color: rgb(var(--gray-accent)); color: rgb(var(--gray-accent)); } /* Tab Hover Values */ .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background: rgb(var(--grey-accent)); color: rgb(var(--gray-accent)) !important; } .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { background: rgb(var(--grey-accent)); -webkit-box-shadow: 0 0 0 0.0625rem rgb(var(--black-monochrome)); box-shadow: 0 0 0 0.0625rem rgb(var(--black-monochrome)); } /* Selected Tab */ .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected, .yui-navset .yui-nav .selected:hover, .yui-navset .yui-navset-top .yui-nav .selected:hover { color: rgb(var(--grey-accent)); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em { color: rgb(var(--grey-accent)); } .yui-navset .yui-nav .selected a { /* Undoes a color set by wikidot's default layout */ color: rgb(252, 252, 252) !important; } .yui-navset .yui-content { background-color: rgb(var(--gray-accent)); color: rgb(var(--grey-accent)); } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { border-color: rgb(var(--gray-accent)); } .yui-navset-left .yui-content { border-left-color: rgb(var(--gray-accent)); } /* Selected tab top colour */ .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover { background-color: rgb(var(--gray-accent)); color: #000000; } /* 搬运修复 */ table th { font-weight: 700; }
栖息地:N/A
描述
拍摄到的柜中影影像,拍摄者已死亡。
Entity S-4,通常被称为柜中影,是一种难以触及的类人形实体。其身影通常隐匿于流浪者视线的边缘处,极难被直接察觉。据相关报告,柜中影似乎拥有数量不明的肢体,且伴有杂乱的黑色物质,常潜藏于阴暗的柜子之中。
行为
柜中影时常出现在黑暗的柜子内,让流浪者难以察觉其存在,往往仅能凭借余光捕捉到些许迹象。柜中影具备敏锐至极的感知力,能够精准察觉到流浪者的恐惧情绪。一旦流浪者留意到柜中影并显露出恐惧,周边灯光会瞬间熄灭,柜中影便会自柜子中现身,而后死死地盯着流浪者。
当流浪者与之对视,其精神便会遭受影响,进而产生幻觉。众多流浪者声称,他们会看到四周遍布柜中影,并逐步向自己逼近,同时耳畔传来阵阵嘈杂之声。在遭受精神冲击时,流浪者可能会不由自主地自残,直到死亡为止。
柜中影借由观察流浪者的心理状态,利用其恐惧来强化自身存在。于对视的刹那,柜中影能够径直深入流浪者的心灵深处,挖掘并放大潜在的心理创伤,这或许涵盖往昔的恐惧经历抑或潜在的心理病症。
柜中影会通过猛然打开柜子或发出嘈杂声响来吸引流浪者的关注。在发现柜中影后,流浪者需保持镇定,与其对视且内心不流露恐惧,数秒过后该实体便会从流浪者视野中消失。
柜中影对遭受精神影响的流浪者的心理状态具有深远影响,甚至能够逐步改变流浪者的人格与行为。受其影响的流浪者可能会变得愈发敏感,最终或许会沉浸于柜中影所营造的幻境之中难以自拔。
柜中影惧怕光亮,一旦流浪者受到精神影响,取出能够发光的物品可缓解其影响,逐渐令柜中影化作尘埃消散于层级之中,然而如此做法会致使柜中影出现的频次增加。
生物学特征
柜中影的真实面容尚未被确切观察到,多数流浪者报告仅看到柜中影拥有一双阴森的眼眸以及由黑色物质构成的身体。
行为准则:
应当
- 发现柜中影时保持冷静,并尽量避免表现出恐惧。
- 遭受精神影响时,使用发光物品缓解影响,但需留意可能增加柜中影出现的频率。
- 无视柜中影制造的声响。
不应
- 发现柜中影时表现出恐惧。
- 过度关注柜中影的声响。
« Entity S-3 | Entity S-4 | Entity S-5 »

