受层级异常性质影响,本文档内容被无法擦除的水雾吸附。
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Nunito:ital@1&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Anek+Kannada:wght@500&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; } @font-face { font-family: 'ChillGSans'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/ChillGSans.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } :root { --theme-base: "black-highlighter"; --theme-id: "poolrooms-theme"; --theme-name: "Poolrooms Theme"; --logo-image: url("http://backrooms-sandbox-2.wdfiles.com/local--files/collab%3Apoolrooms-theme/blank.png"); --header-title: "泳池房"; --header-subtitle: "水声环绕"; /* Typefaces */ --body-font: 'Nunito', 'ARKai_C', sans-serif; --header-font: 'Anek Kannada', 'ChillGSans', sans-serif; --title-font: 'Anek Kannada', 'ChillGSans', sans-serif; --mono-font: 'IBM Plex Mono', 'Noto Serif SC'; /* Standard Colors */ --white-monochrome: 250, 250, 250; /* white */ --pale-accent: 11, 70, 170; /* visited links */ --bright-accent: 109, 125, 153; /* bright teal */ --medium-accent: 108, 150, 224; /* medium teal - the "default" accent color */ --dark-accent: 113, 129, 157; /* dark teal */ --alt-accent: 11, 70, 170; /* darkblocks */ --gray-monochrome: 108, 150, 224; /* blockquotes */ --pale-gray-monochrome: 250, 253, 253; /* tables */ --light-gray-monochrome: 67, 131, 241; /* some buttons */ --dark-gray-monochrome: var(--gray-monochrome); /* blue */ --dark-blue: 23, 70, 150; --swatch-topmenu-border-color: var(--medium-accent); --swatch-topmenu-bg-color: var(--bright-accent); --swatch-border-color: var(--medium-accent); --border-styling: outset 2px rgb(var(--swatch-border-color)); --darker-accent: 155, 80, 226; --link-color: var(--dark-blue); --link-color-bright: var(--dark-blue); --hover-link-color: 69, 129, 208; --newpage-color: 129, 81, 206; --swatch-menubg-color: 169, 183, 214; /* Box-Shadow 1px Borders */ --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 box */ --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); } #account-topbutton { border-color: rgb(var(--swatch-text-light)); } #header h1, #header h1 a { top: 0.5rem; font-size: 200%; } #header h2, #header h2 span, #header h2 span::before { top: 1.7rem; font-size: 110%; } #login-status { color: rgb(var(--dark-blue)); } #search-top-box { display: none; } #skrollr-body { width: 100%; position: absolute; top: 0; left: 0; background-image: url("http://backrooms-sandbox-2.wdfiles.com/local--files/collab%3Apool-of-magic-zask-juice/banner_tiles.png"); background-repeat: repeat; background-size: 60%; } #page-title, h1, h2 { color: rgb(var(--dark-blue)); } h3,h4,h5,h6 { color: rgb(var(--medium-accent)); } .styled-quote { border-left: 0.5rem solid rgb(var(--dark-blue)); } .dark-styled-quote { border-left: 0.5rem solid rgb(var(--dark-blue)); } .darkblock h1, .darkblock h2, .dark-styled-quote h1, .dark-styled-quote h2 { color: rgb(var(--medium-accent)); } @media screen and (max-width: 600px) { #header h1, #header h1 a { font-size: 150%; } }
:root { --lh-red: #c0392b; --lh-blue: #2980b9; --lh-green: #27ae60; --lh-dark-green: #16a085; --lh-purple: #8e44ad; --lh-orange: #e67e22; --lh-yellow: #f1c40f; --lh-paper-bg: 255, 251, 240; --lh-string-color: 192, 57, 43; --lh-book-color: var(--gray-monochrome); --lh-tape-color: 90,90,90,0.3; --lh-white-bg: 249,249,249; --lh-dark-bg: 50, 50, 50; --lh-highlighter: var(--bright-accent); --lh-border-color: var(--gray-monochrome); --lh-wiki-note-color: var(--bright-accent) } /** * 旧代码合集 * 为了向下兼容而保留 */ .grid-container{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.grid-container,.grid-container [class*=grid]{box-sizing:border-box}[class*=grid]{padding:5px}.grid{width:100%}.grid-large{width:75%}.grid-big{width:50%}.grid-medium{width:33.33%}.grid-small{width:25%}@media screen and (min-width:768px){.wd-grid-large{width:75%}.wd-grid,.wd-grid-big{width:50%}.wd-grid-medium{width:33.33%}.wd-grid-small{width:25%}}.text-hover-hide{opacity:0;transition:opacity .3s}.text-hover-hide:hover{opacity:1}.text-block-hide{background:rgb(var(--black-monochrome));color:rgb(var(--black-monochrome));transition:background .3s}.text-block-hide:hover{background:0 0}.text-blur-hide,.text-blur-hover-hide{filter:blur(.3rem);-webkit-filter:blur(.3rem) transition: blur .3s}.text-blur-hover-hide:hover{filter:blur(0);-webkit-filter:blur(0)}.lyric-box{text-align:center;font-size:1.05rem;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center}.lyric-box p{margin:1.5em auto}.lyric-box.with-bigger-line p{margin:3em auto} /** * 便签纸 * notepaper */ .notepaper { background: linear-gradient(rgb(var(--lh-paper-bg)) 95%, #ddd 0); line-height: 2em; background-size: 100% 2em; background-attachment: local; border: 2em solid rgb(var(--lh-paper-bg)); box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.2); padding: 0; margin: 1em auto; box-sizing: border-box; position: relative } .notepaper p { margin: 0; font-size: 1.05rem; letter-spacing: 0.1rem; line-height: inherit } .notepaper.narrow, .notepaper.wide { width: 90% } @media screen and (min-width:768px){ .notepaper.narrow { width: 50% } .notepaper.wide { width: 75% } } .notepaper.tight { border-width: 1rem; border-left-width: 1.2rem; border-right-width: 1.2rem; line-height: 1.8em; background-size: 100% 1.8em; font-size: 13px } .notepaper.with-string::before { content: ''; width: 0.5em; height: 6rem; background: rgb(var(--lh-string-color)); top: -2rem; right: -1rem; display: block; position: absolute; box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2); clip-path: polygon(-100% -100%,100% 0%,100% 100%,50% 98%,0% 100%); } .notepaper.with-tape::before { content: ''; border: 1px solid #ddd; background: rgba(var(--lh-tape-color)); width: 1.5em; height: 4em; transform: rotate(45deg); display: block; position: absolute; top: -3em; left: -1.8em } .notepaper.tight.with-string::before { top: -1rem; right: -0.25rem; } .notepaper.tight.with-tape::before { top: -2.5em; left: -1.3em } .notepaper.page { min-height: 36em; counter-increment: page; display: flex; flex-direction: column; justify-content: space-between } @media screen and (min-width:768px){ .notepaper.page { width: 70% } } .notepaper.page:after { content: counter(page); display: block; text-align: center } .notepaper-group { counter-reset: page; } .book-pattern { display: flex; flex-wrap: wrap; flex-direction: row } .book-pattern .notepaper.page:not(.notepaper > .notepaper) { width: 100% } @media screen and (min-width: 768px) { .book-pattern .notepaper.page:not(.notepaper > .notepaper) { width: 50% } } .book-wrapper { background: rgb(var(--lh-book-color)); padding: 0.5rem; box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.2); border-radius: 5px; margin: 1rem auto } @media screen and (min-width: 768px) { .book-wrapper .notepaper { margin: 0 } } /** * 文字修饰 */ .text-highlighted { position: relative } .text-highlighted::before { content: ""; position: absolute; height: 0.9em; bottom: 2px; left: -2px; width: 105%; z-index: -1; background-color: rgb(var(--lh-highlighter)); opacity: .6; transform: skew(-15deg); transition: opacity .2s ease; border-radius: 3px 8px 10px 6px; transition: 0.1s ease background-color; } .text-underlined { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; text-decoration-color: rgb(var(--lh-highlighter)) } .text-wavy { text-decoration: underline wavy; text-underline-offset: 4px; text-decoration-color: rgb(var(--lh-highlighter)) } .text-circled, .text-squared { display: inline-block; border: 2px solid rgb(var(--lh-highlighter)); border-radius: 100%; box-sizing: border-box } .text-squared { border-radius: 0 } .text-shadow { text-shadow: 0.075em 0.075em 0 rgb(var(--lh-highlighter)) } .text-highlighted.td-red::before { background: var(--lh-red) } .text-circled.td-red, .text-squared.td-red { border-color: var(--lh-red) } .text-underlined.td-red, .text-wavy.td-red { text-decoration-color: var(--lh-red) } .text-highlighted.td-blue::before { background: var(--lh-blue) } .text-circled.td-blue, .text-squared.td-blue { border-color: var(--lh-blue) } .text-underlined.td-blue, .text-wavy.td-blue { text-decoration-color: var(--lh-blue) } .text-highlighted.td-green::before { background: var(--lh-green) } .text-circled.td-green, .text-squared.td-green { border-color: var(--lh-green) } .text-underlined.td-green, .text-wavy.td-green { text-decoration-color: var(--lh-green) } .text-highlighted.td-darkgreen::before { background: var(--lh-dark-green) } .text-circled.td-darkgreen, .text-squared.td-darkgreen { border-color: var(--lh-dark-green) } .text-underlined.td-darkgreen, .text-wavy.td-darkgreen { text-decoration-color: var(--lh-dark-green) } .text-highlighted.td-purple::before { background: var(--lh-purple) } .text-circled.td-purple, .text-squared.td-purple { border-color: var(--lh-purple) } .text-underlined.td-purple, .text-wavy.td-purple { text-decoration-color: var(--lh-purple) } .text-highlighted.td-yellow::before { background: var(--lh-yellow) } .text-circled.td-yellow, .text-squared.td-yellow { border-color: var(--lh-yellow) } .text-underlined.td-yellow, .text-wavy.td-yellow { text-decoration-color: var(--lh-yellow) } .text-highlighted.td-orange::before { background: var(--lh-orange) } .text-circled.td-orange, .text-squared.td-orange { border-color: var(--lh-orange) } .text-underlined.td-orange, .text-wavy.td-orange { text-decoration-color: var(--lh-orange) } /* 隐藏文字 */ .text-blank { color: rgba(0,0,0,0) } .text-block { background: rgb(var(--black-monochrome)); color: rgb(var(--black-monochrome)); } .text-blur { filter: blur(0.3em); -webkit-filter: blur(0.3em) } .text-hoverback, .text-selectback { transition-duration: 0.3s; transition-property: background, transform, color } .text-blank.text-hoverback:hover, .text-blank.text-selectback::selection, .text-blank.text-selectback *::selection { color: rgb(var(--black-monochrome)) } .text-block.text-hoverback:hover { background: transparent!important } .text-block.text-selectback::selection, .text-block.text-selectback *::selection { color: rgb(var(--white-monochrome, 255, 255, 255)) } .text-blur.text-hoverback:hover { filter: blur(0)!important; -webkit-filter: blur(0)!important } /** * 附加项 */ .with-border, .with-box-style { border: 1px solid rgb(var(--bright-accent)) } .with-border-dark { border: 1px solid rgb(var(--black-monochrome)) } .with-border-light { border: 1px solid rgb(var(--white-monochrome)) } .with-border-thick { border-width: 2px } .with-shadow-sm { box-shadow: 0 0 0.1em rgba(0,0,0,0.2) } .with-shadow { box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.2) } .with-shadow-lg { box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.2) } .with-shadow-xl { box-shadow: 0 0.2em 0.5em rgba(0,0,0,0.2) } .with-shadow-xxl { box-shadow: 0 0.25em 0.8em rgba(0,0,0,0.2) } .with-padding, .with-box-style { padding: 0.25em 1em } .with-p-sm { padding: 0.125em 0.5em } .with-p-lg { padding: 0.5em 2em } .with-margin, .with-box-style { margin: 1em auto } .with-m-sm { margin: 0.5em auto } .with-m-lg { margin: 2em auto } .with-narrow-width { width: 90%!important; margin-left: auto; margin-right: auto } @media screen and (min-width: 768px) { .with-narrow-width { width: 75%!important } } [class*="with-bg-"], [class*="with-bg-"] h1 { color: #fff!important } .with-bg-red { background: var(--lh-red)!important } .with-bg-blue { background: var(--lh-blue)!important } .with-bg-green { background: var(--lh-green)!important } .with-bg-darkgreen { background: var(--lh-dark-green)!important } .with-bg-yellow { background: var(--lh-yellow)!important } .with-bg-orange { background: var(--lh-orange)!important } .with-bg-purple { background: var(--lh-purple)!important } /** * 删除类 */ .offwith-shadow { box-shadow: none!important } .offwith-border { border: none!important } .offwith-padding, .offwith-pam { padding: 0!important } .offwith-margin, .offwith-pam { margin: 0!important } .offwith-width-limit { width: auto!important; margin-left: auto!important; margin-right: auto!important } div[class*="grider"].offwith-grid-gap { grid-gap: 0!important } /** * 网格布局 */ /* Gridder 容器 */ div[class*="gridder"] { display: grid; box-sizing: border-box; grid-gap: 1rem; padding: 0 } div[class*="gridder"] * { box-sizing: border-box } .gridder, .gridder-col-2 { grid-template-columns: 1fr 1fr; } .gridder-col-3 { grid-template-columns: repeat(3, 1fr); } .gridder-col-4 { grid-template-columns: repeat(4, 1fr); } @media screen and (min-width: 768px) { .pc-gridder, .pc-gridder-col-2 { grid-template-columns: 1fr 1fr; } .pc-gridder-col-3 { grid-template-columns: repeat(3, 1fr); } .pc-gridder-col-4 { grid-template-columns: repeat(4, 1fr); } } .spanner, .spanner-2 { grid-column-start: span 2; } .spanner-3 { grid-column-start: span 3; } /** * 告示组件 */ .signblock, .signblock-dark, .signblock-warn { margin: 1rem auto; box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.4); background: rgb(var(--lh-white-bg)); font-size: 1.05rem; padding: 2rem } @media screen and (min-width: 768px) { .signblock, .signblock-dark, .signblock-warn { width: 75% } } .signblock-dark, .signblock-dark h1 { background: rgb(var(--lh-dark-bg)); color: #fff } .signblock-warn, .signblock-warn h1 { background: var(--lh-red); color: #fff } .signblock h1, .signblock-dark h1, .signblock-warn h1 { text-align: center; font-size: 2rem; margin: 0; font-weight: 700 } .signblock-img { display: flex; flex-direction: row; justify-content: center } .signblock-img img { width: 8em } .signblock-footer { font-size: 0.9em; text-align: center; margin: 0.5rem 0; font-weight: bolder; display: block } /** * 报告 */ .reportblock, .reportblock-dark { border: 2px solid rgb(var(--lh-border-color)); box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3); background: rgb(var(--white-monochrome)); padding: 0.8rem 1.5rem; padding-bottom: 0.4rem; margin: 1.5rem auto; margin-bottom: 1rem; position: relative } .reportblock hr, .reportblock-dark hr { background-color: rgb(var(--lh-border-color)); margin-left: -1.5rem; margin-right: -1.5rem } .reportblock h1:first-child, .reportblock-dark h1:first-child { position: absolute; top: -1rem; left: 1.5rem; font-size: 110%; font-weight: 600; background: rgb(var(--lh-border-color)); color: #fff; padding: 0.2rem 0.5rem; margin: 0; } .reportblock-dark, .reportblock-dark h1 { border-color: rgb(var(--lh-white-bg)); background: rgb(var(--lh-dark-bg)); color: #fff } .reportblock-dark hr { background-color: rgb(var(--lh-white-bg)); } /* 更好的折叠框 */ .bettercollap { margin: 1em 0; } .bettercollap .collapsible-block { width: auto; overflow: hidden; border: 1px solid rgb(var(--lh-border-color)) } .bettercollap .collapsible-block-content, .bettercollap .collapsible-block-link { background: rgb(var(--white-monochrome)); padding: 0.5em } .bettercollap .collapsible-block-content { padding-left: 1em; padding-right: 1em } .bettercollap .collapsible-block-link { color: rgb(var(--lh-border-color)); background: rgb(var(--white-monochrome)); transition: .3s; display: block; } .bettercollap .collapsible-block-link:hover, .bettercollap .collapsible-block-unfolded .collapsible-block-link, .styledcollap.bettercollap .collapsible-block-link { color: rgb(var(--white-monochrome)); background: rgb(var(--lh-border-color))!important; text-decoration: none } .bettercollap .collapsible-block-link:hover a { color: rgb(var(--white-monochrome)) } .bettercollap .collapsible-block-link::before { content: "\25BC"; display: inline-block; margin-right: 0.5em; transform: rotate(-90deg) scale(0.9) } .bettercollap .collapsible-block-unfolded .collapsible-block-link::before { transform: rotate(0) scale(0.9) } .bettercollap .collapsible-block + .collapsible-block { border-top: none } .styledcollap.bettercollap .collapsible-block { border-radius: 2px; box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.3) } .styledcollap.bettercollap .collapsible-block-content { background-color: rgb(var(--pale-gray-monochrome)); border-width: 3px } .styledcollap.bettercollap .collapsible-block-link:hover { background: rgba(var(--lh-border-color),0.95)!important; } /** * 提示框 */ .infoblock { color: #f1f1f1; font-weight: bold; background: #424242; padding: 5px 5px 5px 5px; border-radius: 4px; margin: -0.5rem 0 1rem 0; display: block; width: fit-content; padding-right: 25px; } .infoblock::before { content: "ⓘ " } /** * 单页迭代 */ .offset-page:not(:target), .offset-page:target ~ div#u-default-page { display: none } .offset-page:target { display: block }

永远期待阁下的光临。
生存难度:
等级 0
- 安全
- 稳定
- 友善实体
Level C-770是后室C层群的第770层。这里白雾缭绕。

我们在此恭候多时。
描述:
Level C-770是一间封闭狭小的、占地面积为11m2卫生间。室内温度保持在令人凉爽的十七摄氏度。卫生间的墙面均铺上光滑、洁白的瓷砖,无法打破。无论何时,瓷砖上都覆满一层稀薄的水雾1,倘若房间的湿度过大,雾汽则以小水珠的形式凝结。光洁如新是此层级的内核,任何形式的污秽在光滑的物品表面永无驻足之地。温和的白光从灯中发散,将房间每一个角落充塞其间,依托源源不断的电力供应,层级永远灿若白昼。除了人类赖以生存的食物资源以外,你总能在洗手台和浴缸边缘找到沐浴露和洗发水。2然而,因其食物资源的匮乏,我们建议切入Level C-770的流浪者应在沐浴后尽快离开,不要做长久的逗留。

清洁的好帮手。
在沐浴前,流浪者可以打开洗手台下的柜子,里面会摆放毛巾,清洁球,牙刷和牙膏。除去其表面没有标签信息和异常亮眼的白色包装等特征,它们的成分均和前厅的产品别无二致,被证实没有任何的危害性,可以放心使用。衣物也需要清洗。流浪者可将衣物纳入柜中,它会很乐意将其洗涤干净,并将衣物以崭新出厂的形式重现在流浪者视野3。

和水接触的感觉真好,不是吗?
万事俱备,洗浴开始。在浴缸注水期间,厕灯灯光会缓慢地从明亮的银白色过渡成温暖的橘黄色4,期间,大量的白雾会从地板的缝隙滚滚涌出。以上现象均在浴缸的水面到达既定水位后停止。但白雾并不会消散,而是聚集成团,最终填满Level C-770的每一处空间。过浓的雾团将使流浪者的视距严重受限5。不过,据多名进入过Level C-770的人员所言,这些白雾并非有害,相反,起到隔断作用的它们划分了浴缸与外界间的联系,这给予他们一种满足的舒适感和边界感。因此无需惊慌,清洁仍在继续。

这个可爱的小家伙会陪你共度一段清凉的时光。
在清洗中,轻柔且安宁的轻音乐将在Level C-770四周的墙面回响,似乎在刻意安抚流浪者的情绪。有趣的是,此时雾团飘动的节奏会刻意迎合音乐的节拍,虽说它们从未被证实过有自主意识6。此时,流浪者会在水面上发现该层级的唯一实体——小黄鸭。它们通常成群结队地浮现出浴缸的水面,并有意向流浪者靠拢,表现出想要与流浪者玩耍的意图。流浪者可以无视它们——当然,这样它们会失望而去,不再返回。小黄鸭的外观及其材质与橡皮鸭无异,依托惊人的韧性和化学稳定性,小黄鸭无法以任何手段摧毁和杀灭。当流浪者接触小黄鸭时,微弱但清晰的孩童嬉笑声将萦绕耳旁,经久不退。这通常会让流浪者陷入深深的柔情之中。倘若感性在流浪者的脑中占据主导地位,Level C-770便会引导流浪者的思绪跨越时间长廊,在酷烈的阳光中重返蝉鸣悠悠的盛夏。此刻,流浪者便以回忆的方式不断地构筑孩童视角中的夏天,并在构象中漫无目的地徘徊,在失真美好的追忆中寻找丢失的快乐和单纯。长久沉浸于此并非有害,当流浪者过分沉湎于过去以致忘却时间,小黄鸭会猛咬流浪者的手指,迎脑传入痛觉将迅速且有力地粉碎幻境世界,提醒流浪者的沐浴已经进入尾声。当察觉流浪者已经清醒后,小黄鸭便会隐入白雾直至完全消失。此刻,流浪者应当打开浴缸的排水阀排净浴缸的脏水。在排水时,白雾会随音乐的淡去而逐渐消散,灯光也会褪去颜色,直至一如往初的纯白。
用毛巾好好擦干你的身子,还有,别忘记了柜子里的衣服哦!然后重新开始你的后室之旅吧!流浪者。
——你的小黄鸭们
基地,前哨和社区
遗憾的是,该层级一次只能允许一名流浪者进入。在该层级已有一名人员情况下,其他人无法切入此层级。因而该层级不存在已知的基地、前哨和社区。
入口和出口
入口
- 在Level C-44某个房间里找到一个正常的浴缸;躺下去入睡即可到达此层级。
- 光着身子进入家中的无人使用的厕所会将你带到此层级。
- 在Level C-207的游泳区里被邻里守望击杀时,你会在死亡前一秒切入此层级的浴缸里,同时,你身上的伤会全部愈合。
出口
- 洗净身体,当你神清气爽时可以通过厕门离开,那会将你带到Level 37的一块安全的平台。
- 当白雾定型后走进白雾,在前进的过程中你会感觉温度在不断降低,继续前进,直到冻死为止,你的尸体会在Level C-272中的水面出现。
- 若进入该层级后超过24h不洗涤身体所携带的污垢,那会强制将你带到Level 130,且无法用任何方式重新进入此层级。
- 和小黄鸭接触时回想起童年的滑梯,小黄鸭会慢慢膨胀成毛绒恐龙,随后流浪者会瞬间被水吞噬,并在level-18Level 18的滑梯上醒来。
图像来源
https://pixabay.com/zh/photos/bath-water-bath-foam-soap-bubbles-921924/
https://pixabay.com/zh/photos/to-bathe-duck-bath-accessories-2454609/
https://pixabay.com/zh/photos/soap-dispenser-soap-liquid-soap-2337697/
https://pixabay.com/zh/photos/bathroom-luxury-luxury-bathroom-1336164/
https://pixabay.com/zh/photos/bathroom-sign-vintage-bathroom-sign-7004367/
作者 RRick 不匹配任何一个现有的用户名
« Level C-769 | Level C-770 | Level C-771 »