@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap'); @font-face { font-family: 'GlowSansSC'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/GlowSansSC-Compressed-Bold.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'GlowSansSC'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/GlowSansSC-Compressed-ExtraBold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'ARKai_C'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/ARKai_C.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } :root { --logo-image:url("http://id-backrooms-wiki.wikidot.com/local--files/start/Logo%20TBID"); --header-title: '海 洋'; --header-subtitle: "平静水域"; --body-font: 'Quicksand', 'ARKai_C', '幼圆', 'Noto Sans SC', 'Noto Color Emoji', sans-serif; --header-font: 'Fjalla One', 'GlowSansSC', 'Noto Sans SC', 'Noto Color Emoji', sans-serif; --title-font: 'Fjalla One', 'GlowSansSC', 'Noto Sans SC', 'Noto Color Emoji', sans-serif; --mono-font: 'Source Code Pro', 'Noto Serif SC', 'Noto Color Emoji', monospace; /*Warna Latar Belakang*/ --white-monochrome: 255, 255, 255; /*Warna Kotak Tabs*/ --pale-gray-monochrome: 250, 255, 255; /*Warna Kotak Tabel*/ --light-gray-monochrome: 26, 153, 96; /*Warna Navigasi Atas*/ --gray-monochrome: 9, 102, 60; /*Warna Tombol a*/ --dark-gray-monochrome: 5, 46, 28; /*Warna Teks*/ --black-monochrome: 0, 0, 0; /*Warna Tombol Nav:Side a*/ --bright-accent: 0, 184, 101; /*Warna Kotak Tabs a*/ --medium-accent: 9, 102, 60; /*Warna Options Button*/ --dark-accent: 9, 84, 50; /*Warna Link Kosong*/ --alt-accent: 74, 255, 174; /*Warna Link Yang Udah Dilihat*/ --visited-link-color: 0, 232, 128; --border-styling: outset 2px rgb(var(--swatch-border-color)); --link-color: 0, 156, 86; --hover-link-color: 0, 156, 86; --link-color: 0, 156, 86; --hover-link-color: 0, 156, 86; } --box-border-bottom: 4px 4px 0 0 rgba(0, 0, 0, 0.2); --box-border-top: 4px 4px 0 0 rgba(0, 0, 0, 0.2); --box-border-left: 4px 4px 0 0 rgba(0, 0, 0, 0.2); --box-border-right: 4px 4px 0 0 rgba(0, 0, 0, 0.2); --box-border-all: 4px 4px 0 0 rgba(0, 0, 0, 0.2); --rating-module-button-plus-color: var(--light-gray-monochrome); --rating-module-button-negative-color: var(--light-gray-monochrome); --rating-module-button-cancel-color: var(--light-gray-monochrome); --rating-module-button-credit-color: var(--light-gray-monochrome); } #header h1, #header h1 a { top: 0.5rem; font-size: 150%; } #header h2, #header h2 span, #header h2 span::before { top: 1.7rem; font-size: 90%; } #skrollr-body { width: 100%; height: 7.625rem; position: absolute; top: 0; left: 0; background: repeating-linear-gradient(-45deg, #360509, #360509 4px, #000000 5px, #000000 5px); background-image: linear-gradient(to bottom, rgba(000,000,000,0) 100%, rgba(000,000,000,0) 100%), url('https://scpsandboxcn.wikidot.com/local--files/lupus-caeruleus/theme-bahari.jpg'); background-color: black; background-repeat: no-repeat; background-size: cover; background-position: bottom; } @media screen and (prefers-reduced-motion: no-preference) { #page-title, #breadcrumbs, #page-content > * { animation-name: swiup; animation-duration: 1s; animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } } #page-title { animation-delay: 0s; font-size: 150%; text-align: center; } #page-title, h1, h2 { color: #09663C; } #side-bar .side-block { position:relative; z-index:3; } #container { background-image: radial-gradient(circle, rgb(var(--medium-accent), 0.05) 50%, transparent 0); } #toc { color: black; background: #FAFAFA; border: 2px dashed #09663C; border-radius: 10px; } h3,h4,h5,h6 { color: #13BA6F; } textarea#edit-page-textarea { background-color: #FAFAFA; border: 2px solid #09663C; border-radius: 10px; color: #000000; } input.text#edit-page-title { background-color: #FAFAFA; border: 2px solid #09663C; border-radius: 10px 20px; color: #000000; font-family: var(--title-font); font-size: 90%; padding: 5px; } blockquote { border: 2px solid #09663C; border-radius: 10px; padding: 1em; background-color: #FAFAFA; } snowflake { color: #fff; font-size: 1em; font-family: Arial, sans-serif; text-shadow: 0 0 5px #000; } .styled-quote { background-color: #FAFAFA; border-left: 0.5rem solid #09663C; 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); border-radius: 5px 10px 10px 5px; } .dark-styled-quote { background-color: #09663C; border-left: 0.5rem solid #FAFAFA; color: #FAFAFA; border-radius: 5px 10px 10px 5px; } .lightblock { background-color: #FAFAFA; padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border-radius: 10px; } .darkblock { background-color: #09663C; color: #FAFAFA; padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border-radius: 10px; } .darkblock a { color: #09663C; } .darkblock h1, .darkblock h2, .darkblock h3, .darkblock h4, .darkblock h5, .darkblock h6, .dark-styled-quote h1, .dark-styled-quote h2, .dark-styled-quote h3, .dark-styled-quote h4, .dark-styled-quote h5, .dark-styled-quote h6, .dark-titleblock h1, .dark-titleblock h2, .dark-titleblock h3, .dark-titleblock h4, .dark-titleblock h5, .dark-titleblock h6 { color: #FAFAFA; } .quote { border: 2px solid #09663C; border-radius: 10px; padding: 0 1em; background-color: #FAFAFA; } .titleblock { background-color: #FAFAFA; color: #000000; padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5); border: solid #09663C 2px; border-radius: 10px; } .titlebox{ color: #FFFFFF; position: relative; top: -1.6rem; background-color: #09663C; padding: 0.25rem 1rem; line-height: 0.1rem; border-radius: 10px 5px; } .dark-titleblock { background-color: #09663C; color: #FAFAFA; padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5); border: solid #FAFAFA 2px; border-radius: 10px; } .dark-titlebox{ color: #09663C; position: relative; top: -1.6rem; background-color: #FAFAFA; padding: 0.25rem 1rem; line-height: 0.1rem; border-radius: 10px 5px; } .owindow.owait .content { background-color:#FAFAFA; } .owindow { background-color:#FFFFFF; color:#000000; border: 2px solid #09663C; border-radius: 10px 20px; } .owindow .title { background-color:#09663C; border-radius: 10px 20px; color: white; } .hovertip { background-color:#FFFFFF; color:#000000; border: 2px solid #09663C; border-radius: 10px 20px; } .scp-image-block { box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); font-size: 90%; border-radius: 10px; overflow: hidden; } .footnotes-footer { border-left: 5px solid #09663C; border-right: 0px solid transparent; border-radius: 0px 10px 10px 0px; } @keyframes swiup { from { opacity: 0; transform: translate(0,30px); } to { opacity: 1; transform: translate(0,0); } } @-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
🫧
ㅤㅤㅤㅤㅤㅤ🫧
ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ🫧
生存难度:生存難度:
等级等級 4e - 环境
- 不安全
- 不稳定
- 极端环境危害
Level 7是后室的第八层。
描述
海洋
Level 7是一片绝望的深海。
Level 7是一片广阔到不可思议的海洋,似乎在所有方向上都无限延伸。该层级内部缺乏固定光源,仅存在普遍的自然光提供昏暗的照明。因该层级极端危险,又需要做好大量准备才能在其中成功导向,因此难以对该层级开展细致的勘探。我们对Level 7的所知如下:
Level 7虽仍有大部分区域未被探索,但其理论上由两个房间组成:入口房间与承载着海洋的“房间”,后者的混凝土天花板高悬于水面之上。入口房间似乎是Level 7内最易于抵达的切入点,只需沿着Level 6内的楼梯井走下即可到达。入口房间是整个层级内最宜居的区域,对于那些敢于探索深海的流浪者而言,其也是建立基地的第一选择。
入口房间
入口房间内家具齐全,一架书橱倚靠在左侧墙壁,其中摆放着几本来历不明的书籍;除此之外,还有一张小号的咖啡桌、一把椅子,以及一盏荧光吊灯。铺有地毯的地面上覆盖着一层浅水,深度与水洼相近。从Level 6的楼梯进入该房间后,正对面的就是通向海洋的门廊。
任何试图穿越Level 7的流浪者都应注意,入口房间内的重力方向与该层级的其他区域并不相同。入口房间似乎侧着建立在Level 7的天花板上,打开门后,将会从上往下直接面向海面1。任何事物一旦太过靠近门廊,其受到的重力方向便会即刻强制性地调整为海洋区域的方向,有许多不幸的流浪者就曾经失误掉出门廊,落入“下方”的海中。
Level 7的主体部分即为入口房间之外的海洋。入口房间的门固定在混凝土天花板的某一处,大约距水面4.5米的位置。尽管入口周围的水域几乎是完全空旷的,但有一些在水面上探索了足够远的流浪者发现了不知名岩石构成的岛屿,同样十分荒凉。
大部分Level 7的海域都尚未得到勘探,但是目前的探索表明,该层级内几乎完全不存在生命。
环境问题
上文所提
入口和出口
入口
- 在level 6探索发现周围越来越亮,可以来到这里
出口
- 进入一个岩洞,可以来到level 8
- 探索时发现周围有机械的嘈杂声,可以进入level 7.1
- 游向海底的轮船将把你带往level 7.6
- 发现几块大石头爬上去,将把你带往level 7.7
- 发现一片钉洋将把你带往level 7.8
- 掉入一个坑洞,将前往level 7.9


