@import url('https://fonts.googleapis.com/css2?family=Nixie+One&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap'); :root { --body-bg: 225, 225, 225; --content-bg: var(--global-white-color); --bg-opacity: 0.9; --extra-bg-1: url(https://imagebed.pro/images/Liurd/n2QIoY5r1F.svg); --extra-bg-2: url(https://imagebed.pro/images/Liurd/n2QIoY5r1F.svg); --extra-bg-3: url(https://imagebed.pro/images/Liurd/n2QIoY5r1F.svg); --extra-opacity-1: 0.15; --extra-opacity-2: 0.05; --extra-opacity-3: 0.05; --topbar-hover-bg: var(--dark-ui-bg), 0.2; --topbar-hover-txt: var(--light-ui-txt); --user-drop-txt: var(--dark-ui-txt); --bottombar-bg: var(--dark-ui-bg); --bottombar-txt: var(--dark-ui-txt); --header-title: "Backrooms"; --banner-title: "BACKROOMS"; --banner-subtitle: "当色彩褪去的时候"; --header-height: 3rem; --topbar-height: 2.5rem; --dropdown-height: var(--topbar-height); --banner-height: 25rem; --header-ui-size: 3rem; --header-title-size: 1.8rem; --topbar-size: clamp(0.8rem, calc(0.4rem + 0.8vw), 1.2rem); --banner-title-size: clamp(2rem, calc(2rem + 3.5vw), 6rem); --banner-subtitle-size: 1rem; --banner-font: "Nixie One", "Noto Serif SC", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, serif; --header-font: var(--banner-font); --title-font: "Outfit", "Noto Sans SC", "Noto Sans TC", Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif; --body-font: "Atkinson Hyperlegible", "Noto Sans SC", "Noto Sans TC", Arimo, Verdana, Geneva, sans-serif; --ui-font: "Outfit", "Noto Sans SC", "Noto Sans TC", Arimo, Verdana, Geneva, sans-serif; } #extra-div-1 { position: fixed; width: 100%; height: 25vh; bottom: 0; left: 0; z-index: -1; background-image: var(--extra-bg-1); background-size: 20rem; background-repeat: repeat-x; background-position: center; opacity: var(--extra-opacity-1); } #extra-div-2 { position: fixed; width: 100%; height: 50vh; bottom: 0; left: 0; z-index: -2; background-image: var(--extra-bg-2); background-size: 40rem; background-repeat: repeat-x; background-position: center; opacity: var(--extra-opacity-2); } #extra-div-3 { position: fixed; width: 100%; height: 100vh; bottom: 0; left: 0; z-index: -3; background-image: var(--extra-bg-3); background-size: contain; background-repeat: repeat-x; background-position: bottom; opacity: var(--extra-opacity-3); } #container { display: grid; grid-template-columns: minmax(var(--sidebar-width), 1fr)auto 1fr; grid-template-rows: auto auto auto auto; } #extrac-div-1 { grid-column: 2 / 3; grid-row: 1 / 2; display: flex; flex-direction: column; justify-content: center; align-items: center; font-family: var(--banner-font); font-weight: 200; width: 100%; height: var(--banner-height); color: rgb(var(--header-txt)); order: -1; } #extrac-div-1::before { content: var(--banner-title); font-size: var(--banner-title-size); } #extrac-div-1::after { content: var(--banner-subtitle); font-size: var(--banner-subtitle-size); } #header { grid-column: 1 / 2; grid-row: 1 / 3; min-width: var(--sidebar-width); width: 100%; height: fit-content; grid-template-columns: var(--header-ui-size) 1fr auto auto; grid-template-rows: var(--header-ui-size) calc(var(--banner-height) - var(--header-ui-size)) auto; top: calc(0px - var(--banner-height)); order: -2; } #search-top-box { grid-column: 3 / 4; position: fixed; right: var(--header-ui-size); backdrop-filter: blur(1rem); } #login-status { grid-column: 4 / 5; position: fixed; right: 0; backdrop-filter: blur(1rem); } #header h1 { grid-column: 2 / 3; grid-row: 1 / 2; height: var(--header-height); position: static; } #header h1 a { justify-content: flex-start; padding: 0; padding-left: 0.5rem; transition: padding var(--global-duration); } #header h1 a:is(:hover, :focus) { padding-left: 1rem; transition: padding var(--global-hover-duration); } #header h2 { display: none; } #header-extra-div-1 { display: none; } #top-bar { grid-column: 1 / 5; grid-row: 3 / 4; height: auto; } #top-bar > div > ul { flex-direction: column; height: auto; margin-right: 0; } #top-bar > div > ul > li { flex-basis: unset; height: var(--topbar-height); } #top-bar > div > ul > li > a { justify-content: flex-end; padding: 0 1rem; } #top-bar > div > ul > :is(li, li:last-of-type) > ul { top: 0; left: 100%; width: 24em; max-width: max-content; min-width: auto; flex-direction: row; flex-wrap: wrap; } #top-bar > div > ul > li > ul > li { width: 10em; flex-grow: 1; } #top-bar > div > ul > :is(li, li:hover, li:focus, li.sfhover, li:focus-within) > ul > li > a { box-sizing: border-box; } #content-wrap { display: contents; } #side-bar { max-height: unset; overflow-y: auto; border: unset; box-shadow: 0 0 1.5rem -1rem rgb(var(--global-dark-color)); } #side-bar::after { backdrop-filter: blur(1rem); } #main-content { grid-column: 2 / 3; grid-row: 2 / 3; min-height: 100vh; box-sizing: border-box; margin: 0 auto 15vh; padding: 1.5rem; box-shadow: 0 0 2.5rem -1rem rgb(var(--global-dark-color)); position: relative; background: rgba(var(--content-bg), var(--bg-opacity)); } #main-content::after { content: "你曾经来过这里."; display: flex; align-items: center; justify-content: center; position: absolute; top: 100%; left: 0; width: 100%; height: 10vh; color: rgb(var(--header-txt)); font-family: var(--banner-font); font-weight: 200; } #page-title { padding: 0; } :is(blockquote, .blockquote, div.blockquote, [class*=blockquote]) { padding: 0.5rem 1rem; border-width: 0 0 0 0.3rem; background: rgba(var(--light-block-bg), 0.4); } #page-options-container { font-family: var(--ui-font); } #footer { grid-column: 1 / 4; grid-row: 3 / 4; box-sizing: border-box; justify-content: flex-end; margin-top: 0.5rem; border: unset; } #license-area { grid-column: 1 / 4; grid-row: 4 / 5; padding: 0.5rem; justify-content: flex-end; } #license-area a { color: rgb(var(--global-pale-color)); } @media only screen and (max-width: 1024px) { #container-wrap { perspective-origin: 49.5% 5rem; } #container { display: flex; } #header { min-width: var(--sidebar-width); grid-template-columns: var(--header-ui-size) 1fr auto auto; grid-template-rows: var(--header-ui-size) auto auto; top: 0; width: initial; position: static; } #content-wrap { display: block; margin: 0; } #login-status { position: relative; backdrop-filter: unset; } #search-top-box { position: static; backdrop-filter: unset; } #login-status #account-options { left: initial; right: 0; } #top-bar > div > ul { flex-direction: row; margin-right: auto; } #top-bar > div > ul > li { flex-basis: min-content; } #top-bar > div > ul > li > a { justify-content: center; padding: 0; } #top-bar > div > ul > :is(li, li:last-of-type) > ul { top: 100%; left: 0; width: auto; flex-direction: column; } #top-bar > div > ul > li:last-of-type > ul { left: initial; right: 0; } #top-bar > div > ul > li > ul > li { width: 100%; flex-grow: 1; } } @media only screen and (max-width: 768px) { #top-bar > div > ul > :is(li, li:last-of-type) > ul { flex-direction: row; } #top-bar > div > ul > li > ul > li { width: 50%; } }
警告:该层级出现大量对反刌民战略资源的描述,请使用MC层群反刌民联盟B级成员账号登录后方可查看。
补药视奸我(;´д`)ゞ!
Level MC-1.11是Level MC-1.1的子层级,也是在Level MC-1的子层级群中最危险的一个。
描述
Level MC-1.11是由无数方块组成的草地上生长出来的方块树木所组成的森林,但与Level MC-1和Level MC-1.1不同,起草地与树叶的颜色在此显示为苍老的灰白色色调,很容易使冒险者感到悲伤之情。该层级的树木虽比Level MC-1.1的树木生长稀疏的多,但仍能盖住Level MC-1.1灰色的天空。
Level MC-1.11的表面蔓延着苍白苔藓,这种苔藓相较于正常的在Level MC-57中采摘到的苔藓块并无两样,但拥有足够的养分来支撑该层级的苍白色橡树生长。该层级的花草长势茂盛,但种类并不繁多,只有眼眸花,高草丛与苍白色橡木。
对该层级特定物品/实体的简短报告
Recording 1 :眼眸花
眼眸花是Level MC-1.11独有的一种花,这种花在白天闭合,夜晚开放,开放时会散发出橙色的荧光,但只能吓吓没看过眼眸花的冒险者。分解这种物质可产生树脂。
Recording 2 :树脂
树脂是一种建筑/装饰材料,可以放置在完整方块的任何一面,但当一面被破坏后,其他面的树脂也会被破坏。破坏树脂可能会造成附着方块的挖掘进度暂留。树脂可以用于合成树脂块,或烧制成树脂砖。树脂团同样可用作盔甲纹饰材料。当攻击嘎枝时,会在其绑定的嘎枝之心周围产生树脂,分解眼眸花也可产生树脂。
Recording 3 :嘎吱
嘎枝是一种被冒险者看见时不能移动的敌对生物。嘎枝会主动追击冒险者,当被冒险者看到时不会移动,此时的嘎枝不会进行攻击、移动、转身、无法被实体推动,但钓鱼竿、水等仍可以移动嘎枝,铁傀儡、疣猪兽等也可以对其击退,会受到爆炸击退。当嘎枝追击玩家时,移动速度与冒险者疾跑速度相当,当嘎枝没有追击目标时,会以每22秒1格的速度1缓慢移动。嘎枝免疫熔岩伤害,不会着火。嘎枝无法上船,当被玩家看到时不会上矿车。并且据观察,M.U.P.A.成员似乎对嘎吱产生恐惧心理2。
Recording 4 :嘎吱之心3
嘎枝之心是一种可以生成嘎枝的方块,可使用苍白橡木原木和树脂块合成。嘎枝之心可以用于生成嘎枝,且这也是目前我们所掌握的召唤嘎枝的唯一方式。
当攻击嘎枝时,嘎枝会产生灰色的粒子效果,这些粒子会飘向嘎枝之心,而嘎枝之心也会产生橙色的粒子效果,飘向其生成的嘎枝。嘎枝之心被激活并生成嘎枝有三个条件:
嘎枝之心的两端必须为朝向正确的苍白橡木原木、苍白橡木、去皮苍白橡木原木或去皮苍白橡木,否则嘎枝之心将会变为失活状态;当前的天气为雷雨或时间为夜晚,否则即使满足第一个条件,嘎枝之心也不会激活,而是处于休眠状态。半径34格的圆形范围内,不存在已经与该嘎枝之心绑定的嘎枝。当满足前两个条件时,嘎枝之心会处于激活状态,但不一定会生成嘎枝。当满足以上三个条件时,嘎枝之心将会激活,并在水平 16 格、竖直 8 格的长方体范围内生成嘎枝。破坏嘎枝之心时,其召唤的嘎枝会消失。如果嘎枝之心已经召唤了嘎枝,破坏参与它激活的原木不会导致嘎枝之心失活。但如果嘎枝之心没有召唤嘎枝,或召唤的嘎枝消失,则该过程会导致嘎枝之心失活。
基地,前哨与社区
MC层群生电公司(基地名称待定)
- 常驻5~10名成员,获取树脂为主要目的。
- 不开放贸易,会指引玩家前往其他层级的出口(主要为LMC1与其子层)。
MC层群探索者总署(The MC.E.G.) · “苍白灰”侦查基地
- 坐落于地下的一处隐秘基地。
- 常驻15至20名玩家成员,以探索侦察为主要目的。
- 有一定数量的铁制物品,物资,地下农田与小形养殖场。
- 每隔2 MC天派5~6名成员巡逻本层级一次,采集本层级的特有物资与帮助误入本层级的冒险者们领导逃出该层级。
- 开放贸易,但交易物资有限,可允许冒险者们在此基地住宿2MC天。



























