* > tr > th{
background-color: rgb(var(--light-gray-monochrome)); color: rgb(var(--white-monochrome));
} .mw-references-wrap {
display: block; position: relative; box-sizing: border-box; margin: 0.5rem 1.5rem; border-left: 0.5em solid rgba(var(--medium-accent)); background-color: rgba(var(--medium-accent), 0.25); padding: 1em 0 1em 0; width: 95%;
}
/* 版头 */ .fandom-community-header:active, .fandom-community-header:focus, .fandom-community-header__community-name:hover {
text-decoration: none !important;
} .community-header-wrapper {
position: relative;
}
.community-header-wrapper::before {
content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgb(var(--medium-accent)); box-shadow: 0 0 0 2000px rgb(var(--medium-accent)); clip-path: inset(0 -2000px 0 -2000px); z-index: -1;
} body {
overflow-x: hidden;
} .fandom-community-header__community-name {
font-size: 0; font-weight: 700;
} .fandom-community-header__community-name:before {
content: '卡赛玩家'; font-size: 36px;
} .fandom-community-header__community-name:after {
content: '只为更快,只为通关'; display: block; font-size: 15px;
} .fandom-community-header__image img {
content: url(); margin-top: unset;
}
.fandom-sticky-header__logo img{
content: url();
}
/* 侧栏 */ .is-rail-hidden .right-rail-toggle, .right-rail-toggle {
background-color: rgba(var(--medium-accent), .25);
} .wds-widget-frame {
background-color: rgba(var(--medium-accent), .25);
}
- recent-images-module .alice-carousel__stage-item .wds-card-vertical .wds-text-card {
background-color: rgb(var(--dark-accent));
} .wds-widget-frame__header .wds-widget-frame__title {
color: rgb(var(--dark-accent));
} .wds-text-card .wds-text-card__title {
color: rgb(var(--white-monochrome));
} .wds-text-card .wds-text-card__title--link:hover {
color: rgb(var(--very-light-gray-monochrome));
} .wds-text-card__subtext {
color: rgb(var(--white-monochrome));
} .wds-widget-frame .alice-carousel__arrow {
background-color: rgb(var(--dark-accent));
} .wds-widget-frame .alice-carousel__arrow:hover {
background-color: rgb(var(--dark-accent));
}
/* 分页 */ .wds-tabs__tab {
flex: 1; text-align: center; padding: 10px 5px; border: 1px solid rgb(var(--medium-accent)); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: fit-content; background: rgba(var(--light-gray-monochrome), .25); padding: 0;
} .wds-tabs__tab.wds-is-current {
background: rgb(var(--dark-accent)); color: #ffffff; box-shadow: none;
} .wds-tab__content.wds-is-current {
background: rgba(var(--light-gray-monochrome), .25); border: 1px solid rgb(var(--dark-accent)); padding: 0.25em 0.5em;
} .wds-tabs__tab:hover {
background: rgb(var(--gray-monochrome)); color: #ffffff;
} a {
transition: none;
}
/* 标准引用块 */ blockquote {
border: 1px dashed; background-color: rgba(135,170,230,.25); padding: 0.825em 1.25em;
}
/* 代码块 */ .page-content pre {
border: 1px solid; background-color: rgba(135,170,230,.25);
}
/* 标题块/暗色标题块(block是标题,box是正文) */ .titleblock {
background-color: rgb(var(--white-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,.25); border: solid rgb(var(--dark-accent)) 2px;
}
.titlebox{
position: relative; top: -1.6rem; background-color: rgb(var(--dark-accent)); color: rgb(255,255,255); padding: 0.25rem 1rem; line-height: 0.1rem;
}
.dark-titleblock {
background-color: rgb(var(--dark-accent)); color: rgb(255,255,255) !important; padding: 0.5rem 1rem 0.10rem; margin: 1.5rem 0rem 0.5rem 0rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); border: solid rgb(255,255,255) 2px;
}
.dark-titlebox{
position: relative; top: -1.6rem; background-color: rgb(var(--white-monochrome)); color: rgb(0,0,0); padding: 0.25rem 1rem; line-height: 0.1rem;
}
/* 各种装饰块 */ .darkblock a{
color: #bbbbbb;
}
.lightblock {
background-color: rgb(var(--pale-gray-monochrome));
}
.styled-quote {
background-color:rgb(var(--white-monochrome)); border-left: 0.5rem solid rgba(var(--dark-accent));
}
.darkblock {
background-color:rgb(var(--dark-accent));
}
.dark-styled-quote {
background-color:rgb(var(--dark-accent)); border-left: 0.5rem solid rgba(255,255,255); color:rgb(var(--white-monochrome));
}
.dark-styled-quote a{
color: #bbbbbb;
}
.styled-quote-d {
background-color:rgb(var(--white-monochrome)); border-left: 0.5rem solid rgba(var(--dark-accent)); border-right: 0.5rem solid rgba(var(--dark-accent)); 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-d {
background-color:rgb(var(--dark-accent)); border-left: 0.5rem solid rgb(var(--white-monochrome)); border-right: 0.5rem solid rgb(var(--white-monochrome)); color:rgb(var(--white-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-d a{
color: #bbbbbb;
}
.borderblock{
background-color:rgb(var(--white-monochrome)); border: 0.25rem solid rgba(var(--dark-accent)); color:var(--theme-page-text-color); 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-borderblock{
background-color:rgb(var(--dark-accent)); border: 0.25rem solid rgb(var(--white-monochrome)); color:rgb(var(--white-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-borderblock a{
color: #bbbbbb;
}
/* 有logo或者别的什么图片的块 */ .logoblock{
padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--white-monochrome));
}
.logoblock::after{
content: ""; float: center; border: solid 2px #0000; background: url() center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none;
}
.border-logoblock{
padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--white-monochrome)); border: solid 0.3rem rgb(var(--dark-accent));
}
.border-logoblock::after{
content: ""; float: center; border: solid 2px #0000; background: url() center/25% no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none;
}
.noclipblock{
padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--white-monochrome));
}
.noclipblock::after{
content: ""; border: solid 2px #0000; background: url(http://backrooms-wiki-cn.wikidot.com/local--files/theme:speednoclippers/noclipb) left no-repeat; background-position: left; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none;
}
.noclipblock-r{
padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--white-monochrome));
}
.noclipblock-r::after{
content: ""; float: left; border: solid 2px #0000; background: url(http://backrooms-wiki-cn.wikidot.com/local--files/theme:speednoclippers/noclipb) right no-repeat; opacity: 0.25; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none;
}
.dark-noclipblock{
padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--black-monochrome)); color:rgb(var(--white-monochrome));
}
.dark-noclipblock::after{
content: ""; float: left; border: solid 2px #0000; background: url(http://backrooms-wiki-cn.wikidot.com/local--files/theme:speednoclippers/noclipw) left no-repeat; opacity: 0.5; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none;
}
.dark-noclipblock-r{
padding: 0.01rem 1rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--black-monochrome)); color:rgb(var(--white-monochrome));
}
.dark-noclipblock-r::after{
content: ""; float: left; border: solid 2px #0000; background: url(http://backrooms-wiki-cn.wikidot.com/local--files/theme:speednoclippers/noclipw) right no-repeat; opacity: 0.5; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: 1; pointer-events: none;
}
/* 奇奇怪怪的阴影块 */ .shadowblock{
padding: 0.01rem 1rem; box-shadow: 0.5rem 0.5rem rgb(0,53,145); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgba(135,170,230,.4);
}
.inset-shadowblock{
padding: 0.01rem 1rem; box-shadow: inset 5em 1em rgba(31,111,247,.25), inset 8em 2em rgba(84,144,248,.25), 0.1rem 0.2rem 0.2rem rgba(0,0,0,.25); margin: 0.5rem 0 0.5rem 0.25rem; display: block; position: relative; background-color: rgb(var(--white-monochrome)); border: solid 0.3rem rgb(var(--dark-accent));
}" data-trigger="none">
| 物品编号 | ZH 153 |
| 物品名称 | 诺贴 |
| 分布 | 分布于Level ZH 15 及以后编号的楼层。 |
| 用途 | 对诺贴卡出将前往一个随机楼层。 |
| 价值 | 诺贴是一种实用的道具;但仍伴随风险。 |
诺贴,即卡出贴纸,是流浪者在后室中发现的一种物品。
描述
Object ZH 153,或称诺贴,是一种能将使用者卡出至随机楼层的贴纸。外观与前室的贴纸类似,质感介于纸张与布料,折叠后不易产生折痕,大小通常在80×70厘米左右,正面印有卡出的蓝色小人图案,背面为透明防粘纸,在紫外线照射下会显示随机组合的阿拉伯数字。
诺贴只分布于Level ZH 15 及以后编号的楼层,主要生成在楼层内低光照区域,如藏匿点或者墙壁夹层,地下交易则让它们出现在后室各处。然而,多篇报告指出,诺贴可以通过在负数楼层中击杀某些实体并从其掉落物中获取。
将诺贴背后的防粘纸撕下后,黏贴在较为规则的平面上后即可使用,若防黏纸撕下后30秒内未进行黏贴,其黏性物质会凝固,从而导致诺贴失效,尝试回收已黏贴的诺贴也会导致此类事件发生。而当一张诺贴成功黏贴,这会使半径2米内的其余诺贴均失效,故此不建议携带过多的诺贴或在其存储点周围使用。若不慎接触胶层,接触部分会出现霉斑,并带有强烈的刺痛感。
黏贴超过24小时,或使用超过两次后,将导致诺贴失效:它会融入墙体使其看起来像是一片水渍,并在接下来几周后消失,在这之后使用者卡出的可能性便会下降:部分使用者产生了一种依赖心理,尽管知晓该物品存在风险与副作用,他们仍倾向使用诺贴在后室中穿梭,而非选择安全路线进行移动,并将此行为视作极限运动,称为“卡赛”(Noclip Competition)。
诺贴的运作原理,被认为是放大楼层目标区域的“不稳定性”,使其利于卡出。这一假说的证据便是在危险的、不稳定的楼层中使用诺贴会更快的卡出,而在一些安全的、宜居的楼层中,反而需要花费更长的时间才能完成。经过测试,所有非生命体在卡出瞬间均会失去联络,目前尚未发现任何非生命体成功卡入至已知楼层的案例。
用途
- 当进入某个难以离开的楼层时,闭眼并接触诺贴即可卡出至一个随机楼层,这个过程会持续大概数分钟,尝试睁眼会导致卡出失败,并消耗一次使用次数。如果卡出成功,随身物品将会滞留在原楼层或消失。
- 对失效的诺贴卡出将在当前楼层随机传送,这种方式的风险系数较大,且无法预测地点,但部分积极的观点认为,可以通过这种方式绕过阻碍,前往无法抵达的区域。值得注意的是,诺贴似乎无法在ZH集群九大层中使用。
- 诺贴能使黏贴处变成一处有效的卡出点,用其卡出将不会受到Phenomenon ZH 20的影响,该特性不会因其裁剪而发生变化。但随着诺贴面积的减小,使用后的能量消耗将会大幅度提升,这导致使用者在接下来的数小时乃至数天内变得虚弱,这可能会杀死一些病患或重伤的伤员。其他副作用包括卡出能力下降、依赖心理,以及严重的噩梦,而部分使用者似乎对副作用具有抗性,他们能削弱甚至免疫这类效果。
附录
1.部分进行或收集到的测试记录
| 编号 | 测试内容 | 测试地点 | 测试结果 |
|---|---|---|---|
| #1 | 常规卡入 | Level ZH 23 | 测试者卡入Level ZH 14 |
| #2 | 两次卡入同一个诺贴 | Level ZH 23 | 测试者卡入Level ZH 17,随后诺贴失效。 |
| #8 | 将诺贴裁剪成两张,卡入其中一张 | Level ZH 37 | 卡入成功,测试者体力透支。 |
| #15 | 分裂诺贴,测试卡出总次数 | Level ZH 98 | 卡出成功2次,随后切片全部失效 |
| #28 | 对失效的诺贴反复卡入 | Level ZH 128 | 测试者每一次卡入均会从Level ZH 128的随机区域卡出 |
| #37 | 常规卡入 | Level ZH 0~8 | 卡入失败 |
| #45 | 重伤伤员卡入½诺贴 | Level 9 | 测试者卡入Level 48,最终死于神经活动停止 |
| #51 | 测试者卡入⅓诺贴 | Level 798 | 测试者卡入Level 30,未受副作用影响。 |
| #79 | 叠加黏贴诺贴 | Level ZH 23 | 仅有最外层诺贴可正常使用 |
| #87 | 测试者保持睁眼,背身卡入 | Level ZH 153 | 测试者卡入Level 37,据其口述,在卡入过程“有一股巨大的力量迫使其闭眼” |
| #496 | 测试者不使用诺贴卡入 | Level 11 | 测试者无法卡出,推测其已失去正常卡出能力 |
| #1496 | [系统错误:数据损坏。欲知详情请咨询站点管理员] | Level ZH 100 | 测试者卡入Level 10 |
2.卡赛玩家协会提供的说明书:
快,再快一点!



