/* BHL Style Search Top Box And User Account */ /* By Mercuresphere */ /* Based on BHL Theme */ :root, :root:lang(cn) { --merc-light-color: var(--swatch-menutxt-light-color); --merc-dark-color: var(--swatch-menubg-dark-color); --user-account-mask: url("https://fastly.jsdelivr.net/gh/Crimone/crimson-anemone@main/files/user-circle.svg"); --search-top-box-mask: url("https://fastly.jsdelivr.net/gh/Crimone/crimson-anemone@main/files/search-top-box-mask.svg"); } /* ===用户和搜索栏=== */ @media only screen and (max-width: 768px) { #login-status { right: unset; font-size: unset; } #navi-bar, #navi-bar-shadow, #search-top-box-input { display: unset; } #search-top-box-input { min-width: unset; } #search-top-box { top: unset; right: unset; height: unset; } #search-top-box:focus-within { box-shadow: unset; background: unset; padding: unset; } #search-top-box:not(:focus-within):before { -webkit-mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; -webkit-mask-image: var(--search-top-box-mask); z-index: 14; background-color: rgb(var(--merc-light-color)); color: rgb(var(--merc-dark-color)); text-align: center; cursor: pointer; mask-image: var(--search-top-box-mask); mask-position: center center; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); pointer-events: none; position: absolute; top: 0; right: 0; width: calc(0.9375rem * 1.8); height: 100%; content: " "; } #search-top-box form[id=search-top-box-form] { visibility: unset; height: unset; } #search-top-box form[id=search-top-box-form]:focus-within { visibility: unset; } #search-top-box form[id=search-top-box-form] input { -webkit-appearance: unset; -moz-appearance: unset; position: unset; top: unset; transform: unset; appearance: unset; height: unset; } #search-top-box form[id=search-top-box-form] input[type=text] { visibility: unset; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .6s cubic-bezier(.4, 0, .2, 1), padding .6s cubic-bezier(.4, 0, .2, 1), max-width .6s cubic-bezier(.4, 0, .2, 1); } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] { position: unset; right: unset; transform: unset; cursor: unset; border-width: unset; width: unset; height: unset; color: unset; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text]:hover { background-color: unset; } #search-top-box form[id=search-top-box-form] input[type=submit] { background: none; transition: unset; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=submit] { opacity: unset; margin: unset; padding: unset; width: unset; } #header h1 a { z-index: unset; } } @media only screen and (max-width: 56.25rem) { #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { background-color: rgba(0, 0, 0, 0); } } @media (min-width: 36rem) { #login-status { flex-grow: unset; left: unset; right: unset; } #login-status:not(:hover):not(:focus-within) { visibility: hidden; } #login-status::before { visibility: visible; } } #search-top-box-input { min-width: unset; display: inline-block; } #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover { color: transparent; } #search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover { border: none; text-shadow: none; } #search-top-box-form input[type=submit], #search-top-box-input:focus, #search-top-box-input:hover { border: none; } #search-top-box { display: flex; z-index: 12; position: absolute; top: 1.5em; right: calc(3% - .25em); align-items: center; justify-content: center; width: auto; height: calc(0.9375rem * 1.8); transform: translateY(-50%); font-size: calc(0.9375rem * .86667); } #search-top-box, #search-top-box * { box-sizing: border-box; margin: 0; padding: 0; border: none; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .6s cubic-bezier(.4, 0, .2, 1), padding .6s cubic-bezier(.4, 0, .2, 1), max-width .6s cubic-bezier(.4, 0, .2, 1); will-change: box-shadow, font-variation-settings, font-weight, background-color, color, right, width, padding, max-width; } #search-top-box:focus-within, #search-top-box:focus-within *, #search-top-box:focus-within :after, #search-top-box:focus-within :before { margin: 0; padding: 0; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .3s cubic-bezier(.4, 0, .2, 1), padding .3s cubic-bezier(.4, 0, .2, 1), max-width .3s cubic-bezier(.4, 0, .2, 1); will-change: box-shadow, font-variation-settings, font-weight, background-color, color, right, width, padding, max-width; } #search-top-box:focus-within { background: rgba(var(--merc-dark-color), .7); box-shadow: calc(calc(0.9375rem * 1.8) / 2 * -1) 0 calc(calc(0.9375rem * 1.8) / 2) rgba(var(--merc-dark-color)); } #search-top-box:after, #search-top-box:before { position: absolute; top: 0; right: 0; width: calc(0.9375rem * 1.8); height: 100%; content: " "; } #search-top-box:before { -webkit-mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; -webkit-mask-image: var(--search-top-box-mask); z-index: 14; background-color: rgb(var(--merc-light-color)); color: rgb(var(--merc-dark-color)); text-align: center; cursor: pointer; mask-image: var(--search-top-box-mask); mask-position: center center; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); pointer-events: none; } #search-top-box:not(:focus-within):hover:before { background-color: rgb(var(--merc-light-color)); } #search-top-box:after { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); z-index: 13; clip-path: var(--clip-path); pointer-events: none; background-color: transparent; } #search-top-box:not(:focus-within):after { --clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); background-color: rgb(var(--merc-light-color), 0); } #search-top-box form[id=search-top-box-form] { display: flex; visibility: visible; position: relative; right: 0; max-width: 100%; height: calc(0.9375rem * 1.8); } #search-top-box form[id=search-top-box-form]:not(:focus-within) { max-width: calc(0.9375rem * 15); } #search-top-box form[id=search-top-box-form] input { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; top: 0; } #search-top-box form[id=search-top-box-form] input[type=text] { z-index: 13; position: absolute; right: 0; width: calc(0.9375rem * 15); max-width: calc(0.9375rem * 15); height: 100%; padding: 0 calc(0.9375rem * 1.8) 0 1em; outline: 0 solid rgb(var(--merc-light-color)); background-color: rgb(var(--merc-dark-color), .7); box-shadow: 0 0 0 .125rem rgb(var(--merc-light-color)); color: rgba(var(--merc-light-color)); } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] { max-width: calc(0.9375rem * 1.8); padding: 0; outline-width: 0; background-color: rgba(var(--merc-dark-color), 0); box-shadow: 0 0 0 0 rgb(var(--merc-light-color)); color: rgba(0, 0, 0, 0); cursor: pointer; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text]:hover { background-color: rgba(var(--merc-dark-color), 1); } #search-top-box form[id=search-top-box-form] input[type=submit] { visibility: visible; z-index: 14; position: absolute; right: 0; width: calc(0.9375rem * 1.8); height: calc(0.9375rem * 1.8); outline: 0 solid rgb(var(--merc-light-color)); background-color: transparent; box-shadow: 0 0 0 .125rem rgb(var(--merc-light-color)); color: t; font-size: calc(0.9375rem * .86667); cursor: pointer; pointer-events: all; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=submit] { box-shadow: 0 0 0 0 rgb(var(--merc-light-color)); pointer-events: none; } #login-status { --wght: var(--ui-wght); display: flex; z-index: 11; position: absolute; top: 1.5em; right: calc(3% + calc(0.9375rem * 1.8) - .25em); align-items: center; justify-content: center; height: 2em; margin: 0 0 0 .5em; transform: translateY(-50%); color: rgb(var(--merc-light-color)); font-weight: var(--wght); font-size: 1em; font-family: var(--UI-font); white-space: nowrap; transition: opacity .2s cubic-bezier(.4, 0, .2, 1); } #search-top-box:focus-within ~ #login-status { opacity: 0; } #login-status span.printuser a:first-of-type { width: 1.75em; } #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in { margin: 0 1em; background-color: rgb(var(--pale-gray-monochrome)); color: rgb(var(--merc-dark-color)); padding: 0.1em 1em; text-decoration: none; } #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:active, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:hover, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:active, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:hover, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:focus-within, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:focus-within { background-color: rgba(var(--merc-light-color), 1); color: rgb(var(--merc-dark-color)); text-decoration: none; } #login-status span.printuser { --wght: var(--ui-wght); margin-right: .5em; color: rgb(var(--merc-light-color)); font-weight: var(--wght); } #login-status a#my-account, #login-status a[href*="account/messages"] { color: rgb(var(--merc-light-color)); } #login-status a#my-account { --wght: var(--ui-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) .125em; display: flex; align-items: center; padding: 0 .5em; background-color: initial; box-shadow: inset 0 0 0 0 rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) .125em; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), text-decoration .2s cubic-bezier(.4, 0, .2, 1), -webkit-text-decoration .2s cubic-bezier(.4, 0, .2, 1); } #login-status a#my-account:active, #login-status a#my-account:hover { --wght: var(--ui-hvr-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) 0; box-shadow: inset 0 -2em 0 0 rgb(var(--merc-dark-color)); color: rgb(var(--merc-light-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) 0; } #login-status a#my-account:focus-within { --wght: var(--ui-hvr-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) 0; box-shadow: inset 0 -2em 0 0 rgb(var(--merc-dark-color)); color: rgb(var(--merc-light-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) 0; } #login-status #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); position: relative; width: var(--account-height); height: var(--account-height); margin: 0; padding: 0; background-color: rgb(var(--merc-light-color)); color: transparent; clip-path: var(--clip-path); transition: -webkit-clip-path .1s cubic-bezier(.4, 0, .2, 1); transition: clip-path .1s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .1s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options { display: block !important; z-index: 12; position: absolute; top: 1.5rem; right: 0; width: 10em; margin: .25em 0 0; padding: 0; overflow: hidden; background-image: var(--gradient-header); background-color: rgb(var(--merc-dark-color)); opacity: 0; pointer-events: none; transition: opacity .15s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options:focus-within, #login-status #account-topbutton:active + #account-options, #login-status #account-topbutton:focus + #account-options { opacity: 1; pointer-events: all; } @media (pointer: coarse) { #login-status #account-options:hover, #login-status #account-topbutton:hover + #account-options { opacity: 1; pointer-events: all; } } #login-status #account-options * { margin: 0; padding: 0; } #login-status #account-options ul { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 2em; flex-grow: 1; align-items: center; justify-content: center; font-size: .85em; } #login-status #account-options ul li { position: relative; } #login-status #account-options ul li, #login-status #account-options ul li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; } #login-status #account-options a { --box-shadow: rgba(var(--merc-dark-color)); --wght: var(--ui-wght); position: relative; flex-grow: 1; height: 100%; max-height: 2em; padding: 0 .25em; box-shadow: inset 0 0 0 .0625rem var(--merc-dark-color); font-weight: var(--wght); transition: color .15s cubic-bezier(.4, 0, .2, 1), font-weight .15s cubic-bezier(.4, 0, .2, 1), font-variation-settings .15s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options li > a, #login-status #account-options li > a:visited { color: rgb(var(--merc-light-color)); } #login-status #account-options li > a:active, #login-status #account-options li > a:hover { --wght: var(--ui-hvr-wght); color: rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: none; } #login-status #account-options li > a:focus-within { --wght: var(--ui-hvr-wght); color: rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: none; } #login-status #account-options li > a[href*="/messages"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-height: 100%; font-size: 0; } #login-status #account-options li > a[href*="/messages"]:after { position: absolute; left: 50%; transform: translateX(-50%); content: "信息"; font-size: calc(0.9375rem * .765); pointer-events: none; } #login-status #account-options li > a:before { --clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); -webkit-clip-path: var(--clip-path); z-index: -1; position: absolute; top: 0; width: 100%; height: 100%; background-color: rgb(var(--merc-light-color)); content: " "; clip-path: var(--clip-path); pointer-events: none; transition: -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); transition: clip-path .2s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options li > a:active:before, #login-status #account-options li > a:hover:before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100%); } #login-status #account-options li > a:focus-within:before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100%); } /* ===默认收起用户信息栏和搜索栏=== */ #search-top-box { top: 23px; right: calc(3%); } #login-status { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; top: 24px; right: calc(3% + calc(0.9375rem * 1.8) + .25em); color: transparent; pointer-events: none; transition: color .2s cubic-bezier(.4, 0, .2, 1); user-select: none; } @media only screen and (min-width: 980px) { #search-top-box { right: calc(3% + (-100vw + var(--header-width-on-desktop, 61.25rem)) / 2); } #login-status { right: calc(3% + calc(0.9375rem * 1.8) + .25em + (-100vw + var(--header-width-on-desktop, 61.25rem)) / 2); } } #login-status:active, #login-status:hover { -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; color: rgb(var(--merc-light-color)); pointer-events: all; user-select: auto; } #login-status:focus-within { -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; color: rgb(var(--merc-light-color)); pointer-events: all; user-select: auto; } #login-status:active #account-options, #login-status:hover #account-options { pointer-events: all; } #login-status:focus-within #account-options { pointer-events: all; } #login-status > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 0; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), text-decoration .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), clip-path .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-text-decoration .2s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); } #login-status:active > :not(#account-topbutton):not([href*="account/messages"]), #login-status:hover > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 1; } #login-status:focus-within > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 1; } #login-status #account-topbutton { margin-left: 0; background-color: initial; pointer-events: all; transition: clip-path .15s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .15s cubic-bezier(.4, 0, .2, 1); } #login-status:hover #account-topbutton { background-color: rgb(var(--merc-light-color)); } #login-status:before { -webkit-mask-image: var(--user-account-mask); -webkit-mask-size: calc(calc(0.9375rem * 1.8) - .5em); -webkit-mask-position: center right; -webkit-mask-repeat: no-repeat; z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--merc-light-color), 1); content: ""; cursor: pointer; mask-image: var(--user-account-mask); mask-position: center right; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) - .5em); pointer-events: all; transition: background-color .15s cubic-bezier(.4, 0, .2, 1); } #login-status:hover:before { background-color: rgba(var(--search-icon-hover-color), 1); } #login-status:active:after, #login-status:active:before, #login-status:hover:after, #login-status:hover:before { background-color: rgba(var(--search-icon-hover-bg-color), 0); cursor: auto; pointer-events: none; } #login-status:focus-within:after, #login-status:focus-within:before { background-color: rgba(var(--search-icon-hover-bg-color), 0); cursor: auto; pointer-events: none; } #login-status #account-topbutton { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); background-color: rgba(var(--merc-light-color), 0); clip-path: var(--clip-path); } #login-status:active #account-topbutton, #login-status:hover #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); background-color: rgb(var(--merc-light-color)); clip-path: var(--clip-path); } #login-status:focus-within #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); background-color: rgb(var(--merc-light-color)); clip-path: var(--clip-path); } #login-status #account-options { margin: 0; } #login-status a[href*="account/messages"] { color: rgb(var(--merc-light-color)); pointer-events: all; } #account-topbutton { border: none; } #account-options { border: none; }
“高祖书屋竟乃真冰?!”

我自诩为高祖,实际上只是一个烂文作者,总想给文章加点很新的东西,但最终呈现出来的大多是依托有玉米粒的达芬(悲)
我“自古以来”都是一个很抽象的入,看我在B站投稿的视频就可以知道,我对很多圈子都有涉猎,也投稿过很多视频,但最终没搞出多大动静(悲)
话说你来我的书屋应该不会只是想看我在这BB的吧
那就快来赤赤新鲜的构思罢1😋😋😋
Level FR-8 - “鲜血滋润腐朽”
有理智的人提出了反对,却也被用于祭祀,人们都认为烈火中燃烧着的是反对者的罪恶,对神明的不尊重。
可真正应该燃烧的又是谁的罪恶呢?
Level LW-1111 -「海的对岸」
我明白,当我再次划船时,自己不是在逃离一个固定的世界,而是在进入一个不断变化,由我的想法决定的世界。
Phenomenon FR-1 - “抓住彩虹”
“欲求规避风雨,为此抓住彩虹”
Level FR-0 - “古树其洋”
Level FR-0是后室FR层群的第1层,其由诸多区域所构成,但任意两处区域之间并不互通,凡是尝试切入所在区域边界的流浪者,最终都下落不明。
Level FR-1 - 「黑土地」
“你终有一天会长大,我只希望你可以再回来看看,但我不想成为你的顾虑,只希望可以在你需要的时候,帮你一把。”
“所以,在吃完这顿饭之后,忘掉关于我的一切,义无反顾地向前吧。”
“孩子……”
Level FR-3 - “虫灾”
“祭祀”似乎会增加流浪者成功切入该层级的概率,而流浪者与外界环境的每一次直接接触都可以被视为一次尝试切入,因此在该层级死亡无论何时都是最糟糕的。所以,请在属于你的小型大棚被溶解之前切出,哪怕这样做的结果是死亡。
Level FR-4 - “自由的原野”
Level FR-4主要由一座巨型酒店与周遭原野构成,总面积约有数平方公里。
Level FR-13 - “风滚草盆地与覆雪之地”
任何进入Level FR-13的人都会先进入小黑屋里,而小黑屋的门只有每年的1月1日才能被打开,这使得进入Level FR-13的人必须要等到下一年的1月1日才能被释放,但相对的,在小黑屋关门期间,跨越一整年大约只需要12秒。
Level FR-18 - “幽房假宿”
该层级表现为一条被雾遮挡住首尾的公路,似乎没有终点。
Level FR-21 - “通往何方的路”
这TM给我整哪来了,这还是前厅吗?
Level FR-24 - “秦始皇陵”
Level FR-24似乎位于一座高山的巨大封土堆之下,东西长约170米,南北宽约145米,构成一个巨大的竖穴土坑,酷似前厅中的秦始皇陵。
Level FR-36 - “水墨之森”
我还是想把这层卖到前厅
Level FR-44 - “相濡以沫”
“记住,祸从口出”
Level LW-500 - “单调人生”
戴着帽子的人向着阳光,需要接受暴晒,生活在他们的阴影里,我只感到凉快。
Level LW-1303 -“胎月台”
胎月台是牛逼!
无限有限公司Unlimited Limited Company
“前厅的光芒终将照耀后室!”
Level FR-57 - “沙盘大地”
Level FR-57的沙地上通常可见裂开的沙土,其中部分裂开的沙土为“沙盘”。沙盘是一种小型软体动物,其通常藏匿于沙土之中,触感与流浪者脚下的沙土相同,因此不易被发现。当流浪者踩到沙盘时,沙盘将使用其细长的口穿过其贝壳,然后透过其贝壳,并戳破流浪者的鞋,扎入流浪者的脚底,并像其内注入一种毒素。待流浪者死亡后,其将以流浪者的尸体为食。该实体同时有另一种攻击方式,即先通过其足使流浪者附近的沙土变为细碎的黄沙,然后大量沙盘将其口伸向流浪者并将其卷入沙中,随后将其食用殆尽。
by:ocean73721 &
shenglvehaowu
Level FR-58 - “白石路公车”
Level FR-58公路上存在大量实体。公交车将持续行驶且永不停止,因此一旦下车便无法再次上车,强烈建议流浪者不要轻易下车。公路两侧大部分是荒地,偶尔可见一些烂尾楼。这些烂尾楼中栖息着大量死亡飞蛾,但楼内偶尔能发现少量杏仁水。
by:ocean73721 &
FNFzzz
Level FR-70 - “碎石山”
Level FR-70的表面同样存在各类后室中常见的敌对实体,如幼年无面灵、笑魇、肢团、悲尸、窃皮者、爆酸者等。然而,与其他层级不同的是,这些实体的体型均比其在其它层级呈现出的体型更大,甚至放大至3~6倍,这使得其攻击力也大大增强。故推荐流浪者勿贸然进入该层级。
by:ocean73721 &
shenglvehaowu
Level FRL-0 - “彷徨之海”
一起完美的犯罪,一个堕落的罪人,一片狭隘的牢笼……
by:ocean73721 &
level479FR &
FNFzzz
此外,架空还被认为是LW层群内的第一个区域。彷徨之海坠入里世界后,FR层群中层级的数量大幅度增加,但随后又被FR层群的意识所创建的层级顶替。被顶替的层级聚集在一与外枢纽有联通关系的区域,并以架空为中心形成了LW层群,其以FR层群的子层群的形式存在。随后LW层群的意志以架空为原本在其外部复制了大量由计算机组成的集合体,即Level LW-220。
by:ocean73721 &
shenglvehaowu
暂无🤓👍
《淘金》
突然挖出一块超大的耳屎,没有任何征兆,只是觉得耳朵里有点痒,用指甲稍微深入的抠了一下,就把它完整的带出来了。现在觉得一只耳朵比另一只耳朵清楚很多,也更直观的面对世界了。连每次咽口水都觉得有一侧更顺畅一些。
我叹气,把耳屎放在桌子上。你看,来了也不打个招呼,我说。现在我跟谁去分享你呢?
耳屎不吭声,我想起小时候我妈经常吓唬我,吃了耳屎会变哑巴,我看着这点耳屎也觉得很奇怪,人类的排泄物在人类身体里的时候不觉得恶心,但一旦一开人类就立刻显得面目可憎,这块耳屎还有点不一样,它摸起来油腻腻的,不知道是水还是油,总之很滑,看起来是好几层耳屎凝固在一起的产物,很牢靠,居然让我有了一种莫名其妙的安全感。
我觉得我得把它吃了。
实际我也这么干了,耳屎味道没什么奇怪的,它甚至没什么味道,像我从手指甲边缘咬下的死皮,不过更像纸,瞬间粘在了我上牙膛上,还要一口水把它冲下去。
《坚决抵制冰瓜本子》
今天给大家讲一下我对冰瓜本子的看法,我喜欢冰瓜,并不是因为性上的喜欢,而是真心这个人物的形象,可以说是一种真爱,或者说她就是我未来完美另一半的形象,当我看见他的本子时,我只有厌烦情绪,甚至想问候作者,我相信所有冰瓜厨都是抵制冰瓜本子的,五年过去了,喜欢冰瓜的人也越来越少了,但是我还是相信有很多人一直喜欢着冰瓜,也真是有因为有这么多人抱团取暖,真的很感谢每个喜欢冰瓜的人,让我觉得我并不孤独,感谢有你。
哇,是小蛋糕,最喜欢吃小蛋糕了,哇还热乎,着一口下去,哇怎么会有这么香香甜甜软软糯糯的小蛋糕,这种刚出炉的小蛋糕,冒着阵阵热气,绵软还富有弹性,真的好想一口全塞下去,哦哦不行不行,我怎么能这样,应该一口一口的好好品尝才对呀,哦哦嗯嗯嗯嗯,还有这夹心的小蛋糕,一口咬下去,酸甜爽滑的果酱喷涌而出,清凉的味道布满口腔,沙沙的果粒刺激着舌面的每一个味蕾,混合着唾液直接流到嗓子里,这极致的味觉盛宴,哦哦嗯哼哼哼,不行了不行了,要上瘾了,香软的蛋糕胚彻底中和了果酱过度的甜腻,就算把果酱全部吸出来也不会腻到想吐,咕咕,一下子塞太多了,整个嘴巴都被撑满了,唔唔唔,呼…还好旁边有圣水,哦哦,喝掉微咸的圣水,小蛋糕变得更加美味了呢,在咸味的衬托下更能感受到小蛋糕的清甜,就像劳累了一晚过后,空气中弥漫的汗水的腥咸味与燥热被舒适的空调冷风驱散的感觉…太妙了,太爽了,一定要好好享受这极致的美食,哦吼吼吼吼吼↗↘↗↘↗↘↗↘↗↘↗↘↗↘↗↘↗↘↗↘↗
《实践出真知》
我视奸你很累。你能自觉告诉我今天和谁聊天了吗?说了什么话?有没有想我,想了多少次?你有多少个朋友?你和她们都是怎么认识的?你为什么会和她们互相关注?你为什么要点赞她们的帖子?你能告诉我吗?你为什么不主动来找我?为什么那句话要加句号?你的过往、童年、家庭、生活,这些我全想知道。在认识我之前你认识谁?这些我也想知道。刚才跟你讲话的人是谁?我不是早就告诉过你不要跟别人玩了吗?你为什么还是不听我的?为什么每天都在跟别人玩不来找我?你知道我每天盯着聊天框等着新消息有多难受吗?为什么不来找我?是因为别人长得比我好看吗?你看腻了?还是觉得我性格不好?讲话很难听?还是觉得我很烦?我明明已经努力憋着不烦你了,我一直在等着你给我发消息,为什么你却天天把我晾在一边?你告诉我别的女的哪里比我好了?你为什么要疏远我?是不是她的搭档跟你关系太好了?你觉得别人能给你的好处比我大?还是说你觉得我情商很低不能给你足够的情绪价值?为什么你的眼里只有别人没有我?别人到底哪里比我好了?能不能别找别人了?能不能别给我发别人跟你的聊天记录了?能不能别看那女的了?能不能别跟我提其他人了?你以前对我很好的,对我那么热情还会时刻关注着我跟我双向视奸还会说爱我,为什么现在只把好脸色留给别人看?别人就那么值得你喜欢吗?我到底哪里不如别人了,你能不能别惦记别人了我要捅死他们。等一下,刚才跟你讲话的人是谁?我不是早就警告过你不要乱跟别人说话了吗?为什么你还是不听我的?为什么你每天都在跟别人一起聊天也不来找我?你知道我每天盯着聊天框等着新消息有多难受吗?为什么不来找我?是因为别人长得比我好看吗?你看腻我了?还是觉得我性格不好?我讲话很难听?觉得我很烦?我明明已经努力忍着不烦你了,我一直在等着你给我发消息,为什么你却天天把我晾在一边?你为什么要疏远我?是不是她跟你关系太好了?为什么你的眼里只有别人没有我?别人到底哪里比我好了?我要捅死你!捅死你!捅死你!捅死你!捅死你!捅死你!捅死你!捅死你!捅死你!捅死你!捅死你!
