@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap'); /* root variables */ :root { max-width: 100vw; overflow-x: hidden; /* ===S-CSjavascript:;S-P INTEGRATION=== */ --theme-base: "black-highlighter"; --theme-id: "isolate-canon"; --theme-name: "Isolate Canon"; /* ===HEADER ELEMENTS=== */ --logo-image: url("http://scutoidbox.wikidot.com/local--files/watch-your-back/isolate%20canon.png"); --header-title: "后室"; --header-subtitle: "留意身后……"; /* ===TYPEFACES=== */ --body-font: Ubuntu Mono, Consolas, Noto Sans SC, Noto Sans TC, monospace; --UI-font: var(--body-font); --header-font: var(--body-font); --title-font: var(--body-font); --mono-font: var(--body-font); /* ===HEADER TITLES=== */ --header-h1-font-size: 4rem; --header-h2-font-size: 2rem; --swatch-headerh2-color: var(--light-gray-monochrome); /* ===STANDARD THEME COLORS=== */ --white-monochrome: 255, 255, 255; --pale-gray-monochrome: 255, 255, 255, 0.8; --light-pale-gray-monochrome: 255, 255, 255, 0.5; --very-light-gray-monochrome: 255, 255, 255, 0.4; --light-gray-monochrome: 255, 255, 255, 0.5; --gray-monochrome: 0, 0, 0, 0.3; --dark-gray-monochrome: 0, 0, 0, 0.7; --black-monochrome: 0, 0, 0, 0.8; --pale-accent: 112,126,125; /* background */ --bright-accent: 255, 170, 0; /* link */ --medium-accent: 143, 150, 160; --dark-accent: 87, 91, 96; --alt-accent: 255, 125, 125; /* newpage link */ --link-color: var(--bright-accent); --visited-link-color: 215, 193, 246; --newpage-link-color: var(--alt-accent); --swatch-background: var(--pale-accent); --article-image: url("https://7bye.com/hoah/i/2023/08/01/809hw9f.jpg"); /* ===GENERAL TEXT COLORS=== */ --swatch-text-dark: var(--black-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-text-general: var(--swatch-text-light); --swatch-important-text: var(--bright-accent); /* ===MENU COLORS=== */ /* ===MENU BACKGROUND COLORS=== */ --swatch-menubg-color: var(--white-monochrome); --swatch-menubg-light-color: var(--pale-gray-monochrome); --swatch-menubg-medium-color: var(--dark-gray-monochrome); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); /* ===MENU TEXT COLORS=== */ --swatch-menutxt-dark-color: var(--black-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-menutxt-general-color: var(--swatch-menutxt-dark-color); /* ===SECONDARY & TERTIARY COLORS=== */ /* Editing these will edit a vast majority of theme elements. Useful for making dark themes */ /* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */ --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-light-color); --swatch-alternate-color: var(--medium-accent); /* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */ --swatch-text-secondary-color: var(--swatch-menutxt-light-color); --swatch-text-tertiary-color: var(--swatch-menutxt-light-color); /* ===STRUCTURAL MEASUREMENTS=== */ --header-height-on-desktop: 12rem; --header-height-on-mobile: 12rem; --header-width-on-desktop: 40rem; --body-width-on-desktop: 45rem; --topbar-height-on-desktop: 1.9rem; /* ===SIDEBAR BUTTON=== */ --toggle-button-bg: rgb(var(--gray-monochrome)); --toggle-border-color: transparent; --toggle-border-width: 0; --toggle-icon-color: rgb(var(--white-monochrome)); --toggle-roundness: 25%; } /* background */ #skrollr-body { background-color: rgb(var(--swatch-background)); } #skrollr-body::before { content: ""; position: fixed; background-image: linear-gradient(to bottom, transparent, rgb(var(--swatch-background))), var(--article-image); background-size: 100% 100%, cover; width: 100vw; height: 100vh; } #container-wrap-wrap::before { content: ""; position: fixed; width: 100vw; height: 100vh; -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } @media only screen and (min-width: 56.25rem) { /* main content */ #main-content { padding: 0.5rem 1rem; margin: 3.5rem auto 1.5rem auto; background: rgba(var(--gray-monochrome)); --swatch-background: 0,0,0,0; grid-template-areas: "action-area-top action-area-top action-area-top action-area-top action-area-top action-area-top""page-tags page-tags page-tags page-tags page-tags page-tags""page-title page-title page-title page-title page-title page-title""breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs""page-content page-content page-content page-content page-content page-content""page-info-break page-info-break page-info-break page-info-break page-info-break page-info-break"". . pwatch pwatch pwatch pwatch"". . pinfo pinfo pinfo pinfo""options-1 options-1 options-1 options-1 options-1 options-1""options-2 options-2 options-2 options-2 options-2 options-2""pbottom pbottom pbottom pbottom pbottom pbottom""action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm"; } /* topmenu */ #header div[class*="top-bar"] > ul { background: rgba(var(--gray-monochrome)); border-radius: 0.75rem; padding: 0 1rem; box-sizing: border-box; } #header div[class*="top-bar"] > ul > li > a { border-left: 1px dotted rgb(var(--white-monochrome)); } #header div[class*="top-bar"] > ul > li:first-of-type > a{ border: none; } /* make the login info go to the actual screen edge */ #header { position: static; } /* border under topmenu */ #header::after { content: ""; position: absolute; height: 1px; background: rgba(var(--pale-gray-monochrome)); width: 60rem; left: calc(calc(100vw - 60rem) / 2); } /* header logo */ #header { background-image: none; } #header::before { content: ""; width: 100%; height: var(--header-height-on-desktop); position: absolute; top: 0; left: 0; background: var(--logo-image); opacity: 0.25; background-position: center bottom; background-size: auto calc(var(--header-height-on-desktop) - 2rem); background-repeat: no-repeat; } #header div#top-bar { font-size: 1rem; } } /* tags */ #main-content .page-tags { box-shadow: none; padding: 0; margin: 0; font-size: 1rem; } #main-content .page-tags::before { display: none; } #main-content .page-tags span { display: inline-flex; padding-top: -1px; font-size: inherit; } #main-content .page-tags span::before { color: rgb(var(--swatch-text-general)); content: "标签:" font-weight: bold; } @media only screen and (min-width: 56.25rem) { /* title */ #page-title, .meta-title { margin: 0; margin-top: 0.5rem; font-size: 2.5em; } #page-title, .meta-title { font-size: 3em; } /* center header */ #header :is(h1, h2) { width: 100%; max-width: var(--header-width-on-desktop); display: flex; } #header h1 a { margin: 4rem auto; } #header h2 span { margin-left: unset; font-size: 0; margin-top: 7.5rem; align-content: center; width: 100%; text-align: center; } #header h2 span::before { font-size: var(--header-h2-font-size); } } /* buttons */ div[id*=page-options-bottom]:not(.page-rate-widget-box):not(#search-top-box-form)>a.btn { padding: 3px; box-shadow: none; flex-basis: 7rem; } div[id*=page-options-bottom]>a:after { content: none; } /* removing --swatch-background in places */ form#edit-page-form table.form:first-of-type tr:focus-within td:first-of-type, form#edit-post-form table.form:first-of-type tr:focus-within td:first-of-type, form#new-post-form table.form:first-of-type tr:focus-within td:first-of-type, form#new-thread-form table.form:first-of-type tr:focus-within td:first-of-type { color: rgb(var(--pale-gray-monochrome)); } form#edit-page-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#edit-post-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#new-post-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before, form#new-thread-form .edit-page-bottomtable tr > td:nth-of-type(1) > div:nth-of-type(1):focus-within::before { color: rgb(var(--pale-gray-monochrome)); } /* mobile */ @media only screen and (max-width: 56.25rem) { :root { --header-h1-font-size: 6vw; --header-h2-font-size: 3vw; } #main-content > *, #main-content > * ~ * { max-width: var(--body-width-on-mobile); } #header :is(h1, h2), #top-bar { max-width: unset; } #header div#top-bar { max-width: unset; } #header div[class*="top-bar"] > ul { max-width: unset; } #content-wrap { background: rgba(var(--gray-monochrome)); } #main-content { --swatch-background: 0,0,0,0; grid-template-areas: "action-area-top action-area-top action-area-top action-area-top action-area-top action-area-top""page-tags page-tags page-tags page-tags page-tags page-tags""page-title page-title page-title page-title page-title page-title""breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs""page-content page-content page-content page-content page-content page-content""page-info-break page-info-break page-info-break page-info-break page-info-break page-info-break"". . pwatch pwatch pwatch pwatch"". . pinfo pinfo pinfo pinfo""options-1 options-1 options-1 options-1 options-1 options-1""options-2 options-2 options-2 options-2 options-2 options-2""pbottom pbottom pbottom pbottom pbottom pbottom""action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm action-area-btm"; } #top-bar { -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } } /* blockquote */ :is(blockquote, .blockquote, div.blockquote, [class*="blockquote"]) { background-color: rgb(var(--gray-monochrome)); } /* footnotes */ .hovertip { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } .footnotes-footer a[href*="javascript"]::before { display: none; } .footnotes-footer a[href*="javascript"], .footnotes-footer a[href*="javascript"]:visited { color: rgb(var(--link-color)); min-width: unset; width: 1ch; } /* owindow */ #odialog-container div.owindow { -webkit-backdrop-filter: blur(13px); backdrop-filter: blur(13px); } /* tags */ #main-content { --pagetags-text-color: var(--pale-gray-monochrome); --pagetags-text-hover-color: var(--dark-gray-monochrome); } .page-tags span::before { content: "标签:"; font-size: 90%; display: inline-flex; align-items: center; } #main-content .page-tags span a:not([href^="/system:page-tags/tag/_"]), #main-content .page-tags span a:visited:not([href^="/system:page-tags/tag/_"]) { margin: 0; font-size: 90%; }
内容警告
该文章为赌博题材,且含有一定的血腥元素,若它们令你感到不适,请停止阅读。
祝你拥有美好的一天。
LEVEL
25
生存等级生存等級
4 级級
逃离逃離:3/5
难以逃离難以逃離
环境環境:5/5
死区死區
实体實體:3/5
大量敌意存在大量敵意存在
想必您一定在这无聊至极的后室中日渐乏味了吧!
您想要来点刺激吗,您想要得到一些您梦寐以求的东西吗?那就来参与我们的挑战吧!
层级的一张照片
描述:
Level UX-25是一个20世纪80年代澳门赌场风格的空间,其拥有着约1500平方米的面积,昏黄的灯光映衬着这里豪气的装饰,空气中充满了各种高端雪茄的味道,许多穿着华贵衣饰的无面灵围在一张张赌桌前进行“下注”,不断传来含糊不清的说话声。
其中有着近200台赌桌,赌桌多数由穿着荷官衣饰的无脸灵所坐装,据了解每个赌桌所能进行的游戏都与前厅高度相同。但是在某些特殊的无人赌桌上,甚至能够用更大的代价来换取更大的利益。层级中的实体均处于中立状态,但如果对它们发动攻击,它们也会攻击你,另外一种情况是,如果你拒绝他们的赌约,他们会以强制手段来让你执行赌博,毕竟,谁都希望获取更大的利益。在赌桌之上,这样的事情不少见。赌局过程中无法进行攻击,受重伤也不会立即死亡,在输掉赌局跟据胜负判定生死,如胜者,在赌局中受的伤將一一复原。
特殊区域:
酒柜
区域风格为前厅欧式的酒吧前台,其中有一个穿着调酒师衣饰的无面灵,可以与它进行交易,比如可以用一些物资或物品换得一些后室的常见液体,其似乎是无限的,也可以从前台的菜单上选择一些酒品,这些酒品被证实是无害的,某些高端酒品会具有一些正面的特殊效果,价格十分公道。
任何方式无法伤害到其中的无面灵调酒师,对其动用武力可能会被其骂一顿,随后,将会被强行切出此层级。尽管狼狈不堪,但是却是离开此层级最简便的办法。
大多数可进行的赌法:
Tomas Held Poker
一场牌局的桌面有至少2人,最多22人,但一般是由2-10人参加。
准备摊牌,这次,会赢吗
Tomas Held Poker一共有52张牌,没有王牌。每个玩家分两张牌作为“底牌”,五张由荷关无面灵陆续朝上发出的公共牌。开始的时候,每个玩家会有两张面朝下的底牌。经过所有押注圈后,若仍不能分出胜负,游戏会进入“摊牌”阶段,也就是让所剩的玩家亮出各自的底牌以较高下,持大牌者获胜。
命运轮盘
规则很简单:在左轮手枪的六个弹槽中放入一颗或多颗子弹,任意旋转转轮之后,关上转轮。游戏的参加者轮流把手枪对着自己的头,扣动板机;中枪的当然是自动退出,怯场的也为输,坚持到最后的就是胜者。1
特殊赌法:
赌场接受一切形式的赌注,和一切形式的玩法,当然,赌场内也有许多独特的异常玩法,如下列所示。
相当经典,但来试试新的吧
决命
两位玩家在5分钟之内用自己身上的一切肢体器官来使天平向自己倾斜,游戏中,不会有任何时间计时给予参考,并且会受到时间观念的影响,如果在期间使用了他人的肢体或其他物体液体,将直接判定为失败。
胜利者可选择在合理范围之内的奖励。
失败者的被惩罚方式是跟据胜利者所要求奖励的大小而定。
如一瓶杏仁水,惩罚小;如传送至某一层级,惩罚大。
相应的,奖励越大,双方在游戏前所付的“押金”也要足够大,否则奖励将会作废,但惩罚照旧。
活性
- 四位玩家将以东西南北四个方向坐好,在对局开始后,将会有特殊的装置在座位旁边生产,针头会跟据玩家胳膊血管的位置自动插入,并吸取700cc血液进入容器之中,在此过程之中,不会保证血液是否会出现问题;
- 在此之后,桌面中央会刷新40张倒扣着的扑克牌,每位玩家需从中抽取5张牌来作为手牌(多拿或少拿都将受到惩罚——吸取1000cc血液),以手牌总点数为依照,在每位玩家都抽取完毕后,将会自动判定胜负;
- 最大与最小为输,将会被抽取相应点数的血量;
- 而胜者同上,将会输送相应点数的血量;
- 2 3 4 5 6 7 8 9 10,每1点为10cc血量;
- 此外J:11 Q:12 K:13 A:15 黑J:20 红J:20;
- 在其他玩家都死亡后,最后的胜者将可以挑选一个奖励,但是需要在合理范围之内,并需要支付少量有活性的血液。
祝 您 早 日 翻 身
基地、前哨与社区:
豪赌玩家俱乐部
- 共26人,对于流浪者会诱导与其进行危险的赌局,大部分人都缺少一部分肢体。
- 有3人是酒蒙子,每日沉浸于酒柜的酒品,不会进行危险的赌局。
M.E.G.赌徒前哨
- 共5人,进行层级勘察工作,并对酒柜进行物资交易。
- 拒绝进行赌博。
- 帮助流浪者离开此层级。用协助出千的方式。
入口与出口
该层级一个典型的入口
请注意,一旦进入此层级,一切都需要靠“赌博”来决算,即使是切出,也需要赌上一些东西,一旦你失败了,你必然会有所缺损!因此,最好的离开方式,除了上述所述在酒桌前离开,唯一安全的离开方式,是进入赌场进行小额赌博,压下你的资金,代价是你将离开。
以下是M.E.G.发现的一些出口,但全都是不稳定的,不建议如此尝试。
入口:
- 在Level 11进入小巷中的刻有欢迎光临的深江老式橡木双开门。
- 在Level UX-8中切入一张关于赌博的广告。
- 在Level UX-24中,对红绿相间的沙子进行切出。
- 在Level UX-36中撕掉有赌场名称的纸条。
- 在Level C-103中进入一家有大量赌博设施的店铺。
- 在Level C-131中产生赌球的想法有25%的几率进入。
出口:
- 进入来时的门有15%几率来到Level UX-26,有10%几率来到Level UX-152,有30%几率来到Level UX-29,有25%几率来到Level UX-28停留的层级。祝你好运!
- 切入赌桌可来到Level UX-5,若失败,必须接受一次Tomas Held Poker赌局,否则将招致实体的围攻。
- 在酒柜前台上的电话输入#138可来到Level UX-138,强烈不推荐这么做。
- 拨打酒柜前台上的美食广告联系方式可来到Level 31。
« Level UX-24 | Level UX-25 | Level UX-26 »


