Level AS-550
@import url('https://fonts.googleapis.com/css2?family=Zhi+Mang+Xing&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@300;400;500;700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300;400;500;700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=cyrillic,latin-ext,vietnamese');
 
body {
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
    background-repeat: repeat;
    font-family: "Noto Serif SC", "Noto Serif", serif;
    font-size: 0.85rem;
}
 
div#extra-div-1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 161px;
    z-index: -2;
    background-image: url("http://scp-wiki.wdfiles.com/local--files/theme%3Aswirling-ashes/skyline-whitewash.png"), url("http://scp-wiki.wdfiles.com/local--files/theme%3Aswirling-ashes/skyline.png");
    background-repeat: repeat-x;
    background-size: auto 111px;
    background-position: center 50px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
 
/* HEADER */
 
div#container-wrap {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.5) 80px, rgba(0, 0, 0, 0.5) 161px, transparent 240px);
    background-repeat: repeat-x;
    background-size: auto 21px, auto 240px;
    background-position: center 140px, center top;
}
 
#header {
    background-image: none;
}
 
#header h1 {
    float: none;
    width: 100%;
    margin: 0;
}
 
#header h1 a {
    display: block;
    float: none;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 80px;
    font-weight: normal;
    font-family: "Oswald", "Zhi Mang Xing", sans-serif;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.6);
    white-space: nowrap;
}
 
@media (max-width: 575px) {
#header h1 a {
    font-size: 50px;
}
}
 
@media (max-width: 479px) {
#header h1 a {
    font-size: 40px;
}
}
 
#header h1 a::before {
    content: "SCP FOUNDATION";
    overflow: hidden;
}
 
/* {$deserted}/
#header h1 a::before {
    content: "废年";
    font-size: 80px;
}
/{$deserted} */
 
#header h1 a span, #header h2 {
    display: none;
}
 
#search-top-box {
    right: 0;
    top: 110px;
}
 
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
    background-color: transparent;
    color: #666;
    border-color: #666;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
}
 
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6), inset 0 2px 0 rgba(0, 0, 0, 0.25);
}
 
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    color: #000;
    border-color: #000;
}
 
/* SIDE BAR */
 
#side-bar .side-block {
    background-color: transparent !important;
    border-color: #000;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
}
 
#side-bar .side-block:not(.media) {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
 
#side-bar .heading,
#side-bar .collapsible-block-unfolded-link,
#side-bar .collapsible-block-unfolded-link .collapsible-block-link {
    color: #000;
    border-color: #000;
    font-size: 14px;
    font-weight: normal;
    font-family: "Zhi Mang Xing", sans-serif;
}
 
#side-bar a, #side-bar a:visited, #side-bar a.newpage {
    color: #000;
}
 
@media (max-width: 767px) {
#side-bar, #side-bar:target {
    background-color: transparent;
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
    border: none;
}
 
#side-bar .close-menu {
    display: block;
    opacity: 0;
    transition: ease 1s;
    -webkit-transition: ease 1s;
}
 
#side-bar:target .close-menu {
    opacity: 0.5;
    left: 19em;
    width: calc(100% - 19em);
}
}
 
/* MAIN CONTENT */
 
#top-bar ul li:hover a,
#top-bar ul li.sfhover a {
    color: #000;
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
}
 
#top-bar .mobile-top-bar .open-menu a {
    border: solid 1px #666;
    border-radius: 5px;
    background-image: url("http://scp-wiki.wdfiles.com/local--files/about-the-scp-foundation/bg-marble.png");
    color: #666;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
 
#top-bar .mobile-top-bar .open-menu a:hover {
    color: #000;
    border-color: #000;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
}
 
#page-title, h1 {
    font-family: "Zhi Mang Xing", sans-serif;
    color: #000;
    border-color: #666;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
 
hr {
    background-color: #666;
}
 
.fancyhr hr {
    position: relative;
    height: 12px;
    background-color: transparent;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}
 
.fancyhr hr::before {
    content: "";
    display: block;
    height: 12px;
    width: 100%;
    position: absolute;
    top: -9px;
    left: 0;
    border-bottom: solid 2px #000;
    border-radius: 12px;
}
 
.fancyhr hr::after {
    content: "";
    display: block;
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: -9px;
    left: 0;
    border-top: solid 2px #000;
    border-radius: 12px;
}
 
/* RATE MODULE */
 
#page-content {
    font-size: 0.925rem;
}
 
.page-rate-widget-box, #page-content .creditRate .rate-box-with-credit-button .page-rate-widget-box {
    background-color: transparent;
    border: solid 1px #000;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-left: 0;
    margin-right: 0;
}
 
.page-rate-widget-box .rate-points {
    color: #000 !important;
    background-color: transparent !important;
    border-radius: 0;
    border: none;
}
 
.page-rate-widget-box .rateup.btn,
.page-rate-widget-box .ratedown.btn,
.page-rate-widget-box .cancel {
    border: none;
    background-color: transparent;
    border-radius: 0;
}
 
.page-rate-widget-box .rateup.btn a,
.page-rate-widget-box .ratedown.btn a,
.page-rate-widget-box .cancel a {
    border: none;
    background-color: transparent;
    border-radius: 0;
    color: #666;
}
 
.page-rate-widget-box .rateup.btn a:hover,
.page-rate-widget-box .ratedown.btn a:hover,
.page-rate-widget-box .cancel a:hover {
    border: none;
    background-color: transparent;
    border-radius: 0;
    color: #000;
}
 
#page-content .rate-box-with-credit-button {
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
 
#page-content .creditRate {
    margin-left: 0;
    margin-right: 0;
}
 
#page-content .rate-box-with-credit-button .creditButton p a {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    padding-top: 3px;
    padding-bottom: 2px;
    width: 20px;
    height: 100%;
    font-size: 12px;
    text-align: center;
    color: #666;
    background-color: transparent;
    border: solid 1px #000;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    position: static;
}
 
#page-content .rate-box-with-credit-button .creditButton p a:hover {
    color: #000;
}
 
/* DIVISIONS */
 
div.adytoc {
    display: flex;
    justify-content: center;
}
 
div#toc {
    border: solid 1px #000;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
}
 
div.adytoc div#toc {
    float: none;
    text-align: center;
}
 
div.adytoc div#toc div.title {
    font-family: "Zhi Mang Xing", sans-serif;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-size: 200%;
}
 
div.adytoc div#toc div#toc-list div {
    margin-left: 0 !important;
    font-family: "Zhi Mang Xing", sans-serif;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-size: 150%;
}
 
blockquote, div.blockquote {
    border: solid 1px #000;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: transparent;
    color: #000;
}
 
.blockquote.light {
    background-color: rgba(255, 255, 255, 0.75);
}
 
.blockquote.dark {
    background-color: rgba(0, 0, 0, 0.1);
}
 
.code {
    position: relative;
    border: solid 1px #000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: transparent;
    color: #000;
}
 
.code::before,
.code::after {
    display: block;
    content: "~ CODE ~";
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
}
 
.code::before {
    top: 0;
}
 
.code::after {
    bottom: 0;
}
评分: +10+x

生存等级生存等級
0

资源:2/5資源:2/5
食物少见食物少見

逃离:0/5逃離:0/5
确保逃离確保逃離

环境:1/5環境:1/5
低环境风险低環境風險

实体:0/5實體:0/5
无敌对实体無敵對實體

Level AS-550是后室AS层群的第551层。

描述

{$alt}
Level AS-550

Level AS-550是一座整洁的小型老式地铁站,从设备命名逻辑与建筑美学设计上,该地铁站风格形似20世纪初的美国纽约地铁站。层级内可探索区域只有月台与不时停靠的列车,其余道路均被封死。层级内光照良好,不存在昼夜循环与季节交替,温度维持在22℃-23℃左右,天气保持为多云状态。

地铁站的主体结构由钢铁筑成。月台中间部分树立着竖条钢柱,一些管道沿着钢柱向上延伸,内部流淌着未知液体。天花板由裸露的桁架钢梁交错搭建而成,形成开放式的承重骨架。钢梁以铆接工艺连接,可直接观测到铆钉。这些钢铁结构外部均被刷上墨绿色的油漆,但因年代久远、缺少维护等原因,油漆大面积脱落。

地铁站的月台靠墙两侧是由竖向工字钢立柱与横向钢梁组成的围护框架,内嵌塑料板或钢丝网,透过钢丝网可见层级外部风光。窗外可见大片的低矮建筑群,以及海滩与海域,由此可知层级位于海岸边。但是,因为层级内的所有结构均无法被破坏,导致无法到达外部区域。

月台上的一些钢柱与两侧的塑料板上焊有钢制牌子,上方写有站台名。牌子刷有墨绿色油漆,文字由白色油漆书写。这些牌子共同指向该层级很有可能就是前厅的纽约W 8 Street高架地铁站在后室中的映射。天花板上挂有指向出口的牌子,但前文已经提到,全部出口均被封死。

列车

Level AS-550被认为是直接连接多个多元前厅的枢纽,若干个多元前厅的人们通过这座地铁站直接进入后室。在这些多元前厅中,W 8 Street高架地铁站是该地铁线路的最后一站1,因此通过该方式进入后室的人十分稀少,而在对应前厅将该车站封锁后进入后室者便更加稀少。可以确定的是,列车在驶入本层后无法再被移动,当全部成员下车后列车将直接消失。在此列出一些被记录在案的通向本层多元前厅及其列车样式。

世界末日的前厅

世界末日的前厅驶入本层的列车仅有一列,是一辆编号为727的破旧列车,铁锈布满整个列车。列车进入本层时,列车正在进行急刹车,随后仍然重重的撞在层级的一面墙壁上,因为墙壁无法被破坏,列车人员得以幸存。

列车中的唯一幸存者称一颗陨石砸中了前厅地球的北半球,导致整个地球陷入了火风暴。他为了躲避土匪不得已驾驶这辆列车逃离土匪,随后因为不会操纵刹车撞向了这里。目前该幸存者已加入M.E.G.。

赤色的前厅

赤色的前厅驶入本层的列车同样仅有一列,是一列方正结实的金属列车,表面刷有军绿色的油漆,其几乎没有流线型设计。列车内壁有大量带有赤色元素的宣传海报。列车是正常入站的,且有大量人员下车。

根据来自该前厅的人员诉说,该前厅的冷战最终以苏联为首的华约阵营获胜为结局,美国因内部的分裂与外部的文化入侵陷入内战,在苏联的介入下美国成为了苏联的傀儡国,因此列车形式类似苏联。

阴谋论式的前厅

驶入该层的隶属阴谋论式的前厅的列车存在不止一例,是一列普通的列车。列车是正常入站的,没有特殊的地方。

但是,列车内的十二人中,有三人是蜥蜴人,特征是其眼睛是红色的。经过拷打,三人透露该前厅的人类政府被蜥蜴人掌控,且该前厅的地球是平的,金字塔、长城等建筑奇观是外星人建成的。恐龙并非死去,而是在地下存活,作为蜥蜴人的同类被保护。同时,他们声称后室也是阴谋的一部分。

真实的前厅

真实的前厅没有列车驶来,一个人凭空的出现在轨道中间,M.E.G.的人员将其拉上了月台。

该人员是一名精神病患者,称自己的世界是真实的世界,且该层级是由他撰写的,目前正在接受M.E.G.的治疗。

时间异常的前厅

从时间异常的前厅驶来的列车将会于正式切入该层级的72小时前留下一个“投影”,该“投影”的外观为一辆坐着少量乘客的列车。此“投影”拥有碰撞体积,不可以任何方式破坏或移动,并且不会与任何已知物质发生反应。从时间异常的前厅驶来的列车将会在投影消失五秒后以接近光速的速度切入层级并行驶至原先投影所在的位置。

列车中的乘客数量将会与该列车所留下的“投影”中的乘客数量相同。该列车乘客在抵达该层级时会表现出严重的休克和类似阿尔茨海默症的判断力下降与记忆力衰退,其健康状况与投影中观察到的乘客相差甚远。但这些症状均会在离开列车72小时后自行消失。

据乘客所述,这些异常现象均源于该类列车所在前厅中的科研事故引发的时间错乱。尚不明晰这一异常效应是否会影响到后室与其他前厅。

恋枪癖前厅

从恋枪癖前厅驶来的列车带有浓厚的火药气息。该列车中的乘客均随身携带着大量的枪支弹药。这些枪支种类繁多,几乎涵盖了制枪工艺中所有曾被设计出来的枪械。这些乘客对随身的枪械表现出了病态的守护欲,任何试图获取这些枪械的行为都会招致乘客的集体枪击。

据这些乘客所言,他们来自一个恋枪癖泛滥的前厅,该前厅中几乎所有的人类都对枪支有着狂热的喜好。
[待补充]

基地、前哨和社区

M.E.G. 550前哨

550前哨共两人轮流值班,负责接待其他前厅进入后室的人员,告知其后室的信息并尝试使其加入M.E.G.。同时,该前哨人员也负责本档案不同多元前厅条目的撰写。

入口和出口

入口

  • 部分多元前厅的列车驶入W 8 Street高架地铁站时会来到本层。
  • 若流浪者在后室地铁中不希望前往其他层级便会来到这里。
  • Level AS-1的高架地铁站有时通向这里。

出口

  • 切入墙面便会离开本层,一般会来到Level AS-1,也有可能到达其他有月台的层级。
  • 在列车消失的前一刻进入列车会消失,前往未知层级,目前确认目标层级无法接收通讯。

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License