@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}
🫧
ㅤㅤㅤㅤㅤㅤ🫧
ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ🫧
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap'); @import url('https://fontlibrary.org/face/fantasque-sans-mono'); @import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap'); @import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500&display=swap'); @import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap'); :root { --theme-base: "black-highlighter"; --theme-id: "sunstone"; --theme-name: "Sunstone Theme"; --logo-image:url("http://backrooms-wiki.wdfiles.com/local--files/theme%3Asunstone/red-sun.png"); --header-title: "The Backrooms"; --header-subtitle: "光芒永旭,光辉永存"; --body-font: 'PT Sans', 'Noto Sans SC'; --header-font: 'Space Grotesk', 'Noto Sans SC'; --title-font: 'PT Mono', 'Noto Serif SC'; --mono-font: 'Ubuntu Mono', 'Noto Serif SC'; --white-monochrome: 28, 6, 0; --pale-gray-monochrome: 90, 18, 3; --light-gray-monochrome: 157, 61, 6; --gray-monochrome: 134, 49, 5; --black-monochrome: 217, 132, 39; --bright-accent: 227, 76, 31; --medium-accent: 227, 76, 31; --dark-accent: 236, 155, 50; --pale-accent: 236, 155, 50; --reddd: 193, 62, 24; --swatch-menubg-dark-color: var(--pale-accent); --swatch-topmenu-border-color: var(--medium-accent); --link-color: 227, 76, 31; --hover-link-color: 227, 76, 31; --visited-link-color: 227, 76, 31; --background-gradient-distance: 0rem; --gradient-header: linear-gradient(to top, rgba(var(--medium-accent)) 0%, rgba(var(--medium-accent), 0.90) 100% ); --diagonal-stripes: linear-gradient(transparent 0); --rating-module-button-plus-color: 217, 132, 38; --rating-module-button-negative-color: 217, 132, 38; --rating-module-button-cancel-color: 217, 132, 38; --rating-module-button-credit-color: 217, 132, 38; } #skrollr-body { width: 100%; position: absolute; top: 0; left: 0; background-image: url("http://backrooms-wiki.wdfiles.com/local--files/theme%3Asunstone/red-sun-bg.jpg"); background-repeat: repeat-x; background-size: inherit; } #side-bar .side-block div a img { filter: grayscale(0%); } #container { background-image: none } 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%; top: -1.1rem; left: 0rem; background-image: var(--logo-image); background-size: auto 8.6rem; background-position: center; background-repeat: no-repeat; opacity: 1; } #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%; left: 0rem; display: flex; justify-content: center; } #header h1 a::before, #header h2 span::before { text-shadow: .063rem 0.1rem 0.1rem #EC9B32; } .lightblock h1, .lightblock h2, .lightblock h3, .lightblock h4, .lightblock h5, .lightblock h6, .light-borderblock h1, .light-borderblock h2, .light-borderblock h3, .light-borderblock h4, .light-borderblock h5, .light-borderblock h6 { color: rgb(var(--white-monochrome)); } a.newpage { background: transparent; text-decoration: none } a.newpage { color: rgb(var(--newpage-color)) } table.page-history td.optionstd a, .pager a, .pager .current { border-color: rgb(var(--black-monochrome)); } table.wiki-content-table td { border-color: rgb(var(--swatch-tertiary-color)) } .pager .current { background-color: rgb(var(--black-monochrome)); color: rgb(var(--white-monochrome)); } 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, .owindow .button-bar a:hover, a.button:hover, button:hover, div.buttons input:hover, file:hover, input.button:hover { background-color: rgb(var(--swatch-primary-darker)); } #account-topbutton { border-color: rgb(var(--pale-gray-monochrome)); } #account-options { border-color: rgb(var(--black-monochrome)); background-color: rgb(var(--pale-gray-monochrome)); } #account-options li a:hover { color: rgb(var(--black-monochrome)); } blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); background-color:rgba(var(--bright-accent), .25); border: 5px solid rgb(var(--light-accent)); } div.blockquote { box-shadow: 0.05rem 0.1rem 0.3rem rgb(0 0 0 / 25%); background-color: rgba(var(--bright-accent), .25); border: 5px solid rgb(var(--light-accent)); } hr { background: 1px rgb(var(--reddd)); } .code { border: 3px outset rgb(var(--black-monochrome)); } .titleblock { background-color: rgb(var(--pale-gray-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,.5); border: solid rgb(var(--black-monochrome)) 2px; } .titlebox{ color: rgb(var(--white-monochrome)); position: relative; top: -1.6rem; background-color: rgb(var(--black-monochrome)); padding: 0.25rem 1rem; line-height: 0.1rem; } .light-borderblock { background-color:rgb(var(--black-monochrome)); color:rgb(var(--white-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); border: solid 0.3rem rgb(var(--pale-gray-monochrome)); } .dark-borderblock { background-color:rgb(var(--pale-gray-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); border: solid 0.3rem rgb(var(--black-monochrome)); } .styled-quote { background-color:rgb(var(--pale-gray-monochrome)); border-left: 0.5rem solid rgba(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); } .dark-styled-quote { background-color:rgb(var(--pale-gray-monochrome)); border-left: 0.5rem solid rgba(var(--reddd)); 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); } .dark-styled-quote a{ color: rgb(var(--black-monochrome)); } .lightblock { background-color:rgb(var(--black-monochrome)); color:rgb(var(--white-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); } .darkblock { background-color:rgb(var(--pale-gray-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); } .darkblock a, .dark-styled-quote a { color: rgb(var(--link-color)); } .darkblock a { color: rgb(var(--black-monochrome)); }
Level UX-279是一座岛。
生存难度:生存難度:
等级等級 0
- {$one}
- {$two}
- {$three}
翻译者须知:
从 2026 年 5 月 20 日起,后室英文维基开始使用层级等级(后室英文维基),全面替代此组件。最终的结果是,此组件从 component:level-class 变成了 component:old-level-class;而 component:level-class 则被替换成了上述的新组件。
这导致后室英文维基所有使用了生存难度分级组件的页面,都自动更新成另一版本。中文维基不会跟进这一改动,亦不会重命名此组件。译者可以自由选择在翻译过程中应用新版组件,使之与原文相同;也可以继续使用此组件,即不改动 [[include]] 代码。
除了外形有所变化,新组件还新增了 1E-5E 的环境危害分级,并稍微扩展了自定义维度;因此部分页面可能有必要更换为新组件,才能正常显示。请译者自行甄别。
如何使用:
[[include :backrooms-wiki-cn:component:level-class
|class=等级
]]
class 处的可用参数包括以下内容,支持简繁体及英文输入。
| English | 简体中文 | 繁體中文 | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 |
| unknown | 未知 | 未知 | |||||||||||||||
| habitable | 宜居 | 宜居 | |||||||||||||||
| deadzone | 死区 | 死區 | |||||||||||||||
| pending | 等待分级 | 等待分級 | |||||||||||||||
| n/a | 不适用 | 不適用 | |||||||||||||||
| amended | 修正 | 修正 | |||||||||||||||
| omega | 终结 | 終結 | |||||||||||||||
该组件支持简繁切换,如下方代码所示:
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级
]]
在 lang 处选择语言,cn 表示简体中文,tr 表示繁体中文,不填默认选择简体中文。
自定义等级
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级名字
|color=#000000(带有井号的十六进制色号代码。)
|image=链接(至图片的链接。)
|one=在这
|two=随便
|three=放文字
]]
使用 CSS 进行自定义:
你可以使用 CSS 进行额外的自定义,将代码放入到 [[module css]] 中或者是放入到页面的版式内都可以。在这一组件中,不要把 [[module css]] 放在 [[include]] 里面,把它放在那个的下面或者是页面的顶部或底部。
将这些代码放入到你的页面/版式中以编辑所有的颜色,因为组件的 |color= 部分仅能控制背景:
[[module css]]
.sd-container {
/* 字体 */
--sd-font: Poppins, Noto Sans SC, Noto Serif SC;
/* 边框 */
--sd-border: var(--gray-monochrome); /* 大多数等级 */
--sd-border-secondary: 0, 0, 0; /* 不适用 */
--sd-border-deadzone: 20, 0, 0; /* 死区 */
/* 标志 */
--sd-symbol: var(--sd-border) !important; /* 大多数标志 */
--sd-symbol-secondary: 255, 255, 255; /* 4 级以上的是白色 */
/* 文本 */
--sd-bullets: var(--sd-border) !important; /* 点句符文本颜色 */
--sd-text: var(--swatch-text-secondary-color); /* 顶部框文本颜色 */
/* 等级颜色 */
--class-0: 247, 227, 117;
--class-1: 255, 201, 14;
--class-2: 245, 156, 0;
--class-3: 249, 90, 0;
--class-4: 254, 23, 1;
--class-5: 175, 6, 6;
--class-unknown: 38, 38, 38;
--class-habitable: 26, 128, 111;
--class-deadzone: 44, 13, 12;
--class-pending: 182, 182, 182;
--class-n-a: 38, 38, 38;
--class-amended: 185, 135, 212;
--class-omega: 25, 46, 255;
}
[[/module]]
旧版颜色:
如果你不喜欢新版的样式,想要用回旧版的红色边框色,只需要在你的页面中与组件一同引入下方的代码:
[[module css]]
.sd-container {
--sd-border: 90, 29, 27;
--sd-image: 90, 29, 27;
--sd-symbol: 90, 29, 27;
}
[[/module]]
描述:
Level UX-279位于海上,面积不算非常大,岛上的一草一木欣欣向荣,几条小路从浅滩聚向岛的中央。无论是岛上还是海里,都没有任何动物和实体。岛上的温度宜人,土地松软,可以赤脚踩踏,天空上还残余一抹晚霞,令人感到丝丝慰藉。
此层级处于永恒的夕阳时分,就是我们想象很多令人心动的事物时的那一层滤镜,诸如浪漫的邂逅、动人的告白之类的,不过它们并不在此处,没了情景的陪衬,这样的夕阳也并无特别之处,后室中不缺美景。夕阳即将落山,将暖色的光辉温柔的播下,似乎距离夜晚已经时间不多。
处于该层级的流浪者,视野会变暗,不,不是天要黑了,我们还有很多时间。那是一种很温和的黑,就像是困了一样,边缘模糊,伴随着少许神志不清,让流浪者很难看清环境。该层级内的常规通信设备都会失效,同时这里还有孤立效应,在刚进去层级时,不免有少许的失望感。1
岛中央是一些简朴的平房,使用质量尚可的普通红砖砌成,涂着偏向灰黄色的白腻子。它们彼此之间疏远而紧密,只有几条隐约可见的小路,像个无人居住的村庄之类的,各处都有少许生活的痕迹。屋子内的家具也很简陋,但是桌子抽屉里面摆满了各种小玩意,很多被装在礼盒内或是带着未拆封的包装,有些房屋内部像是刚开过一场宴会,碗碟油污和一些零碎都被翻了出来,乱糟糟的,不过这毕竟代表着一段曾经欢快的时光,因此还算可以接受,而且这场宴会似乎余兴未了,流浪者能够闻到一种饭香味,很难说清,但是它令人感到放松和期待,待在屋内总有种安全感,有了归属一样。
树木,草地,沙滩,海洋,真是些俗套的东西,几乎见过几百遍了。可是不知为何,这里的不太一样,怎么说呢,额外的不错?它们为流浪者专门准备了一点小东西,小改变,比如你可以在树上看到自己喜欢的果子,很容易摘了吃。或者沙滩上莫名出现的沙堡,虽然不知道是谁堆的,但是那种建筑风格令你很喜欢。草地中有种你很欣赏的香气,你曾经在香水店还是别的地方闻过它,并且在你心里赢得了一点点的地位。总之,不胜枚举,不过是些小恩小惠。
真是抱歉。流浪者在这里并不开心,偶尔笑笑,也不至于失望。
这里并没有其他人,不是说以前存在过后来走了,是确实没有过。这里也没有温暖的拥抱和心里话,没有篝火晚会和真心话大冒险等等幼稚的小游戏,没有很多朋友对你依依不舍,为你落泪。屋内没有融融的氛围和细细的言语,走出屋去,房子之间没有离得很近,看天,没有很多彩灯和装饰穿插悬挂,还有夕阳注视着你。
屋子里没有书架,没有人从架子上拿下一本书,然后讲述一个令你动容的故事。这不太可能令你想到,你究竟需要什么,在这不存在的一刻,财富和其他华丽的礼品似乎失去了意义,幸福突然有了确切一点的含义,当然,你没有意识到这一点。只是躺在床上享受时光也未尝不可,床没有分外的舒适而贴合你的心意,房子外面还没有一辆摩托车或是你中意的载具可以带着朋友们去兜风。
没有轨迹一路扫过岛的半边,伴随着拂面的海风,没有最惊险的时候,载具半入海水,你直视你的倒影,真是好看,你的身材和脸让你感到些许的骄傲和满意,朋友们也纷纷打趣或是感叹,简直就像故事里的主角一样,你没有什么都有了,无论发生什么,也都不会遗憾了。
困扰你许久的问题终于没有解开了,你没有驶入你最喜欢的场所,商场或是游乐园甚至是医院,人们没有为你呐喊,你没有享受最好的服务,并且这里就没有你曾醉心的东西,例如游戏,刺绣,或者是文学创作。你没有感到灵感源源不断的冒出来,得心应手,你经过一系列轻松的波折,没有在众目睽睽之下完成了你的壮举,迎来了高光时刻。你没有证明你自己配得上这些夸赞和盛誉,只因你是优秀的,独一无二的。
夜晚没有降临,你没有前所未有的感到心胸开阔,人群没有簇拥着你走向没有烟花的海边,你没有拥抱着你没有的心爱的人,没有的酒杯里没有装着许多时间享受没有美满的没有的人生,没有恬淡的风平浪静,金色的海浪汹涌扑来,将这些本就不存在的幻想统统冲散,然后又从带着点咸腥味的沙滩上褪去。夕阳一动不动。
夕阳开始一闪一闪,起初并不明显,如同心脏停搏的前兆。这会让流浪者的眼睛干涩,畏光,更加困倦。这时就不建议流浪者在岛上逗留了,这座岛以30°倾斜,表面的一半浸泡在海中,已被遗弃。然而流浪者无处可去。
平房中的家具都很普通,并且看上去还尚未步入现代化,一张平板床,普通的桌椅,料子还算可以,甚至没有电灯。要是夜晚来临的话,当然那不可能发生,但是万一来临,这里的油灯还有充足的好油,可是没有点火的东西。桌子上偶然能发现崭新的报纸,上面写了很长的话,更像是一种信,大致意思是“深表遗憾”“不要灰心丧气”等等,并没有新闻可以看,这些话也很混乱,迷迷糊糊的。夕阳的边缘也变得模糊,村庄从远处看,失去了立体感,像一些纸片插在地上,草木摇摇晃晃,站不住脚,只待一阵风来。流浪者感到岛屿将要沉没,其上的一切都将消逝。
风始终没来。流浪者在岛上走啊走,突然不感到难过了,岛上还有这么多东西陪伴流浪者,想起之前讨厌的人,流浪者也不再感到厌恶了。这座岛都是流浪者的,还要什么呢?流浪者想起生命中美好的事物,经历过这些,也是很好的呀。后室这么大,肯定有其他人或者某个实体牵挂着流浪者。真好呀。人生真值得。
距离进入层级已经有约10个小时过去,夕阳愈发暗淡,不断闪烁。岛屿上的草木开始淡化,平房也在同步的闪烁,仿佛夕阳不照着它的时候它就不存在。这座岛誓死陪伴着流浪者。视野更加朦胧了,也许真的是要睡着了,连海水都开始飘忽不定了,一切都被浸泡在眼里的昏暗中。昏天黑地的,几个小时,几分钟?这些都已经不清不楚了。夕阳微不可见,没有落山,但是几乎完全要黑下去了,岛上光秃秃的,像一块大石头,什么都不存在了。
Level UX-279始终陪伴着流浪者。全程。这让流浪者感到慰藉。
不甘的慰藉。
尤其是不甘。
实体:
泪。
基地,前哨与社区:
无。
入口与出口:
入口:
- 在Level UX-116公寓周围的一张沙滩椅上睡下,会在本层级醒来。
- 在Level UX-39中潜入冰河足够深,再向上游就可能从该层级的海面浮出。
- 在Level UX-270中找到一个关于自己的电影,观看它一段时间就会切出至此层级。
出口:
- 无。
作者 jinhuazhen
搬运者 echoinchaos

