异常分类系统(ACS)指南

源页面
2019年8月27日
修订 17
评分
80
↑ 81
↓ 1
支持率
99%
总票数 82
Wilson 95% 下界
93.4%
在相同票数下更稳健的支持率估计
争议指数
0.048

评分趋势

按周聚合
加载图表中...

最近修订

1 / 6
SOURCE_CHANGED
4 年前
SOURCE_CHANGED
4 年前
FILES_CHANGED
4 年前
已上传文件 “ACSAnimVid.gif”。

最近投票

1 / 9
2025-09-09
2025-08-24
2025-08-12
2025-08-09
2025-08-08
2025-07-29
2025-06-29
2025-06-15
2025-02-24
2024-12-27

相关页面

暂无推荐

页面源码

[[include :scp-wiki-cn:theme:black-highlighter-theme]] [[include :scp-wiki:component:toggle-sidebar-bhl]] [[include :scp-wiki:component:centered-header-bhl]] [[module css]] :root {     --five-color: 196,2,51;     --four-color: 255,109,0;     --three-color: 255,211,0;     --two-color: 0,135,189;     --one-color: 0,159,107; } #breadcrumbs, #page-title {     text-align: center; } #page-content .collapsible-block-folded a.collapsible-block-link {     --wght: 900;     font-size: 1.5em;     line-height: 1;     word-wrap: break-word;     font-weight: 900;     color: #b01; } .desktop-display, .mobile-display {     text-align: center; } .desktop-display .collapsible-block-content, .mobile-display .collapsible-block-content {     width: -webkit-calc(100% + -webkit-calc(100vw - 100%));     width: -moz-calc(100% + -moz-calc(100vw - 100%));     width: calc(100% + calc(100vw - 100%));     height: 100vh;     min-width: -webkit-calc(100% + -webkit-calc(100vw - 100%));     min-width: -moz-calc(100% + -moz-calc(100vw - 100%));     min-width: calc(100% + calc(100vw - 100%));     min-height: 100vh;     position: fixed;     top: 0;     left: 0;     z-index: 999;     overflow-y: hidden;     -webkit-overflow-scrolling: touch; } .desktop-display .collapsible-block-content p, .mobile-display .collapsible-block-content p {     margin: 0;     padding: 0; } .desktop-display .collapsible-block-content br, .mobile-display .collapsible-block-content br {     display: none; } .desktop-display iframe, .mobile-display iframe {     width: -webkit-calc(100% + -webkit-calc(100vw - 100%));     width: -moz-calc(100% + -moz-calc(100vw - 100%));     width: calc(100% + calc(100vw - 100%));     height: 100vh;     min-width: -webkit-calc(100% + -webkit-calc(100vw - 100%));     min-width: -moz-calc(100% + -moz-calc(100vw - 100%));     min-width: calc(100% + calc(100vw - 100%));     min-height: 100vh;     display: block;     border: none;     overflow: hidden;     background: rgb(var(--swatch-background));     max-width: inherit; } .desktop-display > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1), .mobile-display > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) {     position: fixed;     display: -webkit-box;     display: -webkit-flex;     display: -moz-box;     display: -ms-flexbox;     display: flex;     -webkit-box-align: center;     -webkit-align-items: center;        -moz-box-align: center;         -ms-flex-align: center;             align-items: center;     -webkit-box-pack: center;     -webkit-justify-content: center;        -moz-box-pack: center;         -ms-flex-pack: center;             justify-content: center;     top: 1rem;     right: 2rem;     -webkit-border-radius: 50%;        -moz-border-radius: 50%;             border-radius: 50%;     background-color: rgb(var(--swatch-menubg-black-color));     color: rgb(var(--swatch-menutxt-light-color));     min-width: 3.250rem;     min-height: 3.375rem;     font-size: 2rem;     padding: 0;     z-index: 9999; } .desktop-display {     display: block; } .mobile-display {     display: none; } .color-five {     background-color: rgb(var(--five-color));     color: rgb(var(--white-monochrome, 252, 252, 252)); } .color-four {     background-color: rgb(var(--four-color)); } .color-three {     background-color: rgb(var(--three-color)); } .color-two {     background-color: rgb(var(--two-color)); } .color-one {     background-color: rgb(var(--one-color)); } .color-gray {     background-color: rgba(var(--gray-monochrome, 66, 66, 72),0.15); } .color-white {     background-color: rgb(var(--white-monochrome, 252, 252, 252)); } .color-black, .cosmic {     background-color: rgb(var(--black-monochrome, 12, 12, 12));     color: rgb(var(--white-monochrome, 252, 252, 252));     border: 0.5rem solid rgb(var(--white-monochrome)); } .icons {     display: -ms-grid;     display: grid;     -ms-grid-columns: -webkit-calc((100% / 5) - 0.25rem) 0.25rem -webkit-calc((100% / 5) - 0.25rem) 0.25rem -webkit-calc((100% / 5) - 0.25rem) 0.25rem -webkit-calc((100% / 5) - 0.25rem) 0.25rem -webkit-calc((100% / 5) - 0.25rem);     -ms-grid-columns: -moz-calc((100% / 5) - 0.25rem) 0.25rem -moz-calc((100% / 5) - 0.25rem) 0.25rem -moz-calc((100% / 5) - 0.25rem) 0.25rem -moz-calc((100% / 5) - 0.25rem) 0.25rem -moz-calc((100% / 5) - 0.25rem);     -ms-grid-columns: calc((100% / 5) - 0.25rem) 0.25rem calc((100% / 5) - 0.25rem) 0.25rem calc((100% / 5) - 0.25rem) 0.25rem calc((100% / 5) - 0.25rem) 0.25rem calc((100% / 5) - 0.25rem);     grid-template-columns: repeat(5, -webkit-calc((100% / 5) - 0.25rem));     grid-template-columns: repeat(5, -moz-calc((100% / 5) - 0.25rem));     grid-template-columns: repeat(5, calc((100% / 5) - 0.25rem));     grid-gap: 0.25rem; } .class-table-box {     display: -ms-grid;     display: grid;     -ms-grid-columns: 1fr 0.125rem 75%;     grid-template-columns: 1fr 75%;     background-color: rgb(var(--black-monochrome));     grid-gap: 0.125rem;     margin-top: 0.5rem; } @media (max-width: 500px ) {     .class-table-box {      -ms-grid-columns: initial;      grid-template-columns: initial;      border: 0.125rem solid rgb(var(--black-monochrome, 12,12,12));     } } .class-table-box > div {     padding: 0.5rem; } .class-name {     font-family: var(--title-font);     font-size: 1.15em;     display: -webkit-box;     display: -webkit-flex;     display: -moz-box;     display: -ms-flexbox;     display: flex;     -webkit-box-align: center;     -webkit-align-items: center;        -moz-box-align: center;         -ms-flex-align: center;             align-items: center;     -webkit-box-pack: center;     -webkit-justify-content: center;        -moz-box-pack: center;         -ms-flex-pack: center;             justify-content: center;     text-align: center; } .class-description {     background-color: rgb(var(--white-monochrome)); } @media (max-width: 500px ) {     .icons {      -ms-grid-columns: -webkit-calc((100% / 3) - 0.25rem) 0.25rem -webkit-calc((100% / 3) - 0.25rem) 0.25rem -webkit-calc((100% / 3) - 0.25rem);      -ms-grid-columns: -moz-calc((100% / 3) - 0.25rem) 0.25rem -moz-calc((100% / 3) - 0.25rem) 0.25rem -moz-calc((100% / 3) - 0.25rem);      -ms-grid-columns: calc((100% / 3) - 0.25rem) 0.25rem calc((100% / 3) - 0.25rem) 0.25rem calc((100% / 3) - 0.25rem);      grid-template-columns: repeat(3, -webkit-calc((100% / 3) - 0.25rem));      grid-template-columns: repeat(3, -moz-calc((100% / 3) - 0.25rem));      grid-template-columns: repeat(3, calc((100% / 3) - 0.25rem));     } } .icon_image {     -webkit-border-radius: 50%;        -moz-border-radius: 50%;             border-radius: 50%;     border: 0.25rem solid rgb(var(--black-monochrome, 12, 12, 12));     overflow: hidden; } .icon_name, .icon_link {     font-family: var(--title-font);     display: -webkit-box;     display: -webkit-flex;     display: -moz-box;     display: -ms-flexbox;     display: flex;     -webkit-box-align: center;     -webkit-align-items: center;        -moz-box-align: center;         -ms-flex-align: center;             align-items: center;     -webkit-box-pack: center;     -webkit-justify-content: center;        -moz-box-pack: center;         -ms-flex-pack: center;             justify-content: center;     text-align: center; /* 中文调整 */     text-transform: uppercase; } h1, h2 {     text-align: center; } .step_container {     margin: 0.5rem 0;     border: 0.0625rem solid rgb(var(--swatch-menubg-medium-dark-color));     padding: 1em; } .help {     display: -webkit-box;     display: -webkit-flex;     display: -moz-box;     display: -ms-flexbox;     display: flex;     -webkit-align-content: stretch;         -ms-flex-line-pack: stretch;             align-content: stretch;     padding-top: 1em;     border-top: 0.0625rem dashed rgb(var(--swatch-menubg-medium-dark-color)); } .help blockquote {     margin: 0;     font-size: 85%; } .help blockquote > p {     display: -webkit-box;     display: -webkit-flex;     display: -moz-box;     display: -ms-flexbox;     display: flex;     -webkit-flex-wrap: wrap;         -ms-flex-wrap: wrap;             flex-wrap: wrap;     -webkit-box-align: center;     -webkit-align-items: center;        -moz-box-align: center;         -ms-flex-align: center;             align-items: center;     -webkit-align-content: center;         -ms-flex-line-pack: center;             align-content: center;     margin-right: 0;     min-height: 2rem;     margin: 0; } .help blockquote > p * {     margin: 0 0.1rem;     height: 100%; } .help blockquote:nth-of-type(1) {     width: 50%;     background: transparent;     border: unset;     -webkit-box-shadow: unset;        -moz-box-shadow: unset;             box-shadow: unset;     text-align: right;     margin-right: 0;     padding: 0; } .help blockquote:nth-of-type(1) > p {     -webkit-box-pack: end;     -webkit-justify-content: flex-end;        -moz-box-pack: end;         -ms-flex-pack: end;             justify-content: flex-end; } .help blockquote:nth-of-type(2) {     margin-left: 1em;     width: 50%; } #page-content .collapsible-block {     display: block;     text-align: center;     padding: 0.75em;     background-color: rgba(var(--swatch-menubg-medium-color),0.25);     border-top: 0.125rem dashed rgb(var(--swatch-menubg-medium-dark-color));     border-bottom: 0.125rem dashed rgb(var(--swatch-menubg-medium-dark-color)); } .scp-image-block.image-hover-enlarge, .scp-image-block.image-hover-enlarge img, .scp-image-block.image-block-slide-reveal, .scp-image-block.image-block-slide-reveal img {     border: none !important;     box-shadow: none !important; } #page-content div.collapsible-block > div.collapsible-block-unfolded > div.collapsible-block-content {     text-align:left; } @media only screen and (max-width:768px) {     .desktop-display {         display: none;     }     .mobile-display {         display: block;     } } [[/module]] + [#ACS 异常分类系统(Anomaly Classification System, ACS)指南][[# ACS]] ------ [[div class="step_container"]] + [#what-is-acs 什么是 ACS?][[# what-is-acs]] > ACS 作为一种全新的分类系统,是对现有项目等级系统的进一步细化。**它并非意图取代现有的项目等级系统,只是一种补充和提高。** [[=]] +++ 著作信息 [[/=]] > 异常分类系统由 [[*user Woedenaz]] 编撰,同时感谢以下各位提供的大力帮助:[[*user The Great Hippo]] | [[*user Rounderhouse]] | [[*user djkaktus]] | [[*user Yossipossi]] | [[*user Captain Kirby]] | [[*user CadaverCommander]] | [[*user Uncle Nicolini]] | [[*user aismallard]] | [[*user Jade Skylar]] | [[*user Lt Flops]] | [[*user Sterbai]] [[/div]] [[div class="step_container"]] [[=]] + [#acs-db 所有* ACS 文档的数据库][[# acs-db]] [[/=]] [[div class="blockquote"]] [[=]] *这里(主要)是由[https://github.com/Woedenaz/acs-database 一个工具读取每个 SCP、尝试查找每个目前使用了 ACS 的页面]并自动生成,无论是否使用了 [/component:anomaly-class-bar ACS 栏组件]。 **如果你有某个使用了 ACS 的页面没有显示在以下列表中,请告知 [[*user Woedenaz]]!** **更新至 2021-03-21** [[/=]] [[/div]] [[div_ class="desktop-display"]] [[collapsible show="<<显示 ACS 数据库>>" hide="✖"]] [[iframe https://elusionillusion.com/scp/acs-database/acs-database.html scrolling="yes" frameborder="0" allowtransparency="true"]] [[/collapsible]] [[/div]] [[div_ class="mobile-display"]] + 非常抱歉! ++ ACS 数据库仅能在桌面端访问 ,,它可能可以在移动端运行,但是它实在太小了。,, ^^如果你想查看数据库,请更换至桌面端 :]^^ [[/div]] [[/div]] [[div class="step_container"]] + [#examples 示例][[# examples]] +++ [#acs-bar-example ACS 栏示例][[# acs-bar-example]] [[include :scp-wiki-cn:component:anomaly-class-bar-source |lang= cn |item-number= 2105 |clearance= 2 |container-class= euclid |secondary-class= none |disruption-class= vlam |risk-class= 待观察 ]] [[div class="step_container" style="text-align: center;"]] +++ [/component:anomaly-class-bar 使用方法请参阅这里的组件指导] [[/div]] ------ ++ [/component:acs-hybrid-text-bar 点击这里了解更多关于混合型与文本型 ACS 组件] +++ [#hybrid-example 混合型示例][[# hybrid-example]] [[include :scp-wiki-cn:component:acs-hybrid-text-bar-source |lang= cn |version= hybrid |item-number= 2105 |clearance-level= 2 |containment-class= euclid |disruption-class= vlam |risk-class= 待观察 ]] ------ +++ [#text-example 文本型示例][[# text-example]] [[include :scp-wiki-cn:component:acs-hybrid-text-bar-source |lang= cn |version= text |item-number= 2105 |clearance-level= 2 |containment-class= euclid |disruption-class= vlam |risk-class= 待观察 ]] ----- +++ [#bare-example 基础型示例][[# bare-example]] **项目编号:**SCP-2105 **许可等级 2:**受限 **项目等级:**Euclid **扰动等级:**2/Vlam **风险等级:**1/待观察 @@ @@ [[collapsible show="+ 显示基础型示例代码" hide="- 隐藏基础型示例代码"]] [[code]] **项目编号:**SCP-2105 **许可等级 2:**受限 **项目等级:**Euclid **扰动等级:**2/Vlam **风险等级:**1/待观察 [[/code]] [[/collapsible]] ------ [[div class="step_container"]] +++ [#classifications-summary ACS 所使用的分类如下所示:][[# classifications-summary]] [[div_ class="class-table-box"]] [[div_ class="class-name color-black"]] 许可等级 [[/div]] [[div_ class="class-description"]] 这是对现有[/security-clearance-levels 许可等级]的改编,所做的修改会在后文说明。**许可等级是指一名有权阅读文档中信息的职员的等级。** [[/div]] [[div_ class="class-name color-black"]] 收容等级 [[/div]] [[div class="class-description"]] 与经典的“项目等级”完全相同。**之所以叫做这个名字,是为了更好地说明这个分类代表什么:收容。**这是“控制,收容,保护”中的“收容”。 [[/div]] [[div_ class="class-name color-black"]] 扰动等级 [[/div]] [[div class="class-description"]] 这是为此分类系统所新建的等级之一。**扰动等级是指一件异常破坏常态和/或打破帷幕的能力。**这是“控制,收容,保护”中的“控制”。 当你考虑一个项目的扰动等级时,询问自己这些问题: # 异常的影响扩散得有多快? # 如果不加以遏制,它会扩散多远? # 基金会能否轻松抵消它的效应? [[/div]] [[div_ class="class-name color-black"]] 风险等级 [[/div]] [[div class="class-description"]] 这是为此分类系统所新建的等级之一。**风险等级是指异常的效应对一个人影响的严重程度,以及从中恢复的容易程度。**这是“控制,收容,保护”中的“保护”。 当你考虑一个项目的风险等级时,询问自己这些问题: # 一个人从异常效应中恢复的容易程度,如果可能恢复的话? # 异常效应的严重程度? # 这些效应在何时才会被注意到? [[/div]] [[div_ class="class-name color-black"]] 次要等级 [[/div]] [[div class="class-description"]] 这是一个**可选的**新等级,但并不是为了此分类系统而发明的。次要等级又被称作“机密分级”。 这里所用的都是现有的机密分级,[/esoteric-classes-complete-list 在这里你可以找到完整的列表]。 标准情况下,使用次要等级需要将收容等级设置为“机密”,但并非强制要求。 [[/div]] [[/div]] [[/div]] + [#detailed 详细说明][[# detailed]] [[div class="step_container"]] ++ [#clearance-lvl 许可等级][[# clearance-lvl]] > 许可等级是这个分类系统的第一部分,很大程度上取决于作者和读者的设定。下文描述了基金会运营的一种具体的方式,可能与你对基金会的看法不一致,没关系!只需将这些作为一个大体上的原则,并根据你的需要进行调整。 [[div_ class="class-table-box"]] [[div_ class="class-name color-one"]] 等级 1:公开(Unrestricted, UR) [[/div]] [[div_ class="class-description"]] 这份文档向所有基金会职员公开。如果某人从基金会那里领到定期的薪水,他们就能够看到文档。 [[/div]] [[div_ class="class-name color-two"]] 等级 2:受限(Restricted, RS) [[/div]] [[div class="class-description"]] 这份文档根据要求向大多数职员开放。如果职员有下属,则他们已被授予 2 级访问权限。如果职员没有任何下属,则必须请求上级才能访问文档。 [[/div]] [[div_ class="class-name color-three"]] 等级 3:保密(Confidential, CF) [[/div]] [[div class="class-description"]] 这份文档向少数职员开放。站点主管具有 3 级访问权限。如果员工有下属但没有 3 级访问权限,他们必须向站点管理人员申请访问文档。如果员工没有下属,他们必须向上级申请访问权限,然后上级将向站点管理人员申请访问权限。 [[/div]] [[div_ class="class-name color-four"]] 等级 4:机密(Secret, SC) [[/div]] [[div class="class-description"]] 这份文档**只能**向站点和基金会管理人员开放。一般情况下,没有 4 级权限的职员的访问将被拒绝,并且只能为非常具体的目的而批准。 [[/div]] [[div_ class="class-name color-five"]] 等级 5:最高机密(Top Secret, TS) [[/div]] [[div class="class-description"]] 这份文档**只能**向基金会最高管理人员开放,例如伦理委员会或 O5 议会。任何没有 5 级权限的访问将被拒绝。 [[/div]] [[div_ class="class-name cosmic"]] 等级 6:宇宙绝密(Cosmic Top Secret, CTS)[[footnote]]滑稽的名字?也许吧。但是,这也是[https://www.wikiwand.com/en/Classified_information#/NATO_classifications 北约组织所使用的最高许可等级的名字。][[/footnote]] [[/div]] [[div class="class-description"]] 这份文档**只能**向 O5 议会成员开放。所有对此文档的访问仅由 O5 议会成员决定。 [[/div]] [[/div]] [[/div]] [[div class="step_container"]] ++ [#containment-class 收容等级][[# containment-class]] > 请参阅[/object-classes 这里的项目等级页面]。 **注意:**在 ACS 中,Thaumiel 被视为一种**次要等级**而非收容等级。 +++ 收容等级选项 [[div_ class="icons"]] [[div_ class="icon_container"]] [[div_ class="icon_image color-one"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/safe-icon.svg]] [[/div]] [[div_ class="icon_name"]] safe [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-three"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/euclid-icon.svg]] [[/div]] [[div_ class="icon_name"]] euclid [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-five"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/keter-icon.svg]] [[/div]] [[div_ class="icon_name"]] keter [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-gray"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/neutralized-icon.svg]] [[/div]] [[div_ class="icon_name"]] 无效化(neutralized) [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-black"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/pending-icon.svg]] [[/div]] [[div_ class="icon_name"]] 等待分级(pending) [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-white"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/explained-icon.svg]] [[/div]] [[div_ class="icon_name"]] 已解明(explained) [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-white"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/esoteric-icon.svg]] [[/div]] [[div_ class="icon_name"]] 机密(esoteric) [[/div]] [[/div]] [[/div]] [[/div]] [[div class="step_container"]] ++ [#secondary-class 次要等级][[# secondary-class]] > 请参阅[/esoteric-classes-complete-list 这里的机密分级页面]。 **注意:**在 ACS 中,Thaumiel 被视为一种**次要等级**而非收容等级。 +++ 次要等级选项 > 这里并没有列出所有次要等级,只列出了已有图标的选项。请参阅[/esoteric-classes-complete-list 机密分级页面]来了解所有次要等级选项。 [[div_ class="icons"]] [[div_ class="icon_container"]] [[div_ class="icon_image color-white"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/apollyon-icon.svg]] [[/div]] [[div_ class="icon_name"]] apollyon [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-white"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/archon-icon.svg]] [[/div]] [[div_ class="icon_name"]] archon [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-white"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/cernunnos-icon.svg]] [[/div]] [[div_ class="icon_name"]] cernunnos [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-white"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/hiemal-icon.svg]] [[/div]] [[div_ class="icon_name"]] hiemal [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-white"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/tiamat-icon.svg]] [[/div]] [[div_ class="icon_name"]] tiamat [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-white"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/ticonderoga-icon.svg]] [[/div]] [[div_ class="icon_name"]] ticonderoga [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-white"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/thaumiel-icon.svg]] [[/div]] [[div_ class="icon_name"]] thaumiel [[/div]] [[/div]] [[/div]] [[/div]] [[div class="step_container"]] + [#disruption-class 扰动等级选项][[# disruption-class]][[footnote]]扰动等级均基于亮度或照明度而命名。扰动等级越高,光从光源传播得就越远。[[/footnote]] [[div_ class="icons"]] [[div_ class="icon_container"]] [[div_ class="icon_image color-one"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/dark-icon.svg]] [[/div]] [[div_ class="icon_name"]] dark [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-two"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/vlam-icon.svg]] [[/div]] [[div_ class="icon_name"]] vlam [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-three"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/keneq-icon.svg]] [[/div]] [[div_ class="icon_name"]] keneq [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-four"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/ekhi-icon.svg]] [[/div]] [[div_ class="icon_name"]] ekhi [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-five"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/amida-icon.svg]] [[/div]] [[div_ class="icon_name"]] amida [[/div]] [[/div]] [[/div]] [[div_ class="class-table-box"]] [[div_ class="class-name color-one"]] Dark[[footnote]]作为一种易于理解的基准而被选中,类似“Safe”。[[/footnote]] [[/div]] [[div_ class="class-description"]] 已知或潜在的扰动风险**极低而并不值得特别关注**。 当不与之交互时,项目基本上是惰性的,可能**只影响单个个体**。 基金会发现**事后清理微不足道**。 [[/div]] [[div_ class="class-name color-two"]] Vlam[[footnote]][https://en.wiktionary.org/wiki/vlam 荷兰语中的火焰],通常指烛火。[[/footnote]] [[/div]] [[div class="class-description"]] 已知或潜在的扰动风险会**局限于少部分人**。 异常效应毫无疑问会**影响多人,但并不会扩散很远**。 基金会发现**抵消其影响相对简单**。 [[/div]] [[div_ class="class-name color-three"]] Keneq[[footnote]][https://glosbe.com/ems/en/keneq 太平洋海湾尤皮克语中的火],通常指营火,虽然火可能有点大。[[/footnote]] [[/div]] [[div class="class-description"]] 已知或潜在的扰动风险会扩散至相当数量的人群,**大致界定为一座城市**。 异常效应会以**相当显著的速度**扩散,**足以引起关注**。 基金会发现**抵消其影响相对复杂**。 [[/div]] [[div_ class="class-name color-four"]] Ekhi[[footnote]][https://en.wikipedia.org/wiki/Eki_(goddess) 巴斯克语中的太阳]。[[/footnote]] [[/div]] [[div class="class-description"]] **已知的扰动风险**会扩散至**大致相当于一个大都会或者一整个国家**。**潜在的扰动风险**会扩散至**整个已知的世界**。 扩散速度会**非常迅速而且难以控制**。 基金会发现**非常难以抵消其影响**。 [[/div]] [[div_ class="class-name color-five"]] Amida[[footnote]]含义非常之多,但在此处指[https://en.wikipedia.org/wiki/Amitābha 无量光佛(阿弥陀佛)]。[[/footnote]] [[/div]] [[div class="class-description"]] **此扰动等级为特殊情况保留,此时基金会基本上是在向一项异常“宣战”。**一项异常已经对常态和基金会的帷幕造成如此可怕的威胁,以至于除了不惜一切手段对抗它之外别无他法。 **一项 Amida 异常的影响将会扩散至整个世界,甚至整个宇宙。** [[/div]] [[/div]] [[/div]] [[div class="step_container"]] + [#risk-class 风险等级选项][[# risk-class]] [[div_ class="icons"]] [[div_ class="icon_container"]] [[div_ class="icon_image color-one"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/notice-icon.svg]] [[/div]] [[div_ class="icon_name"]] 待观察(notice) [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-two"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/caution-icon.svg]] [[/div]] [[div_ class="icon_name"]] 需谨慎(caution) [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-three"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/warning-icon.svg]] [[/div]] [[div_ class="icon_name"]] 警告(warning) [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-four"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/danger-icon.svg]] [[/div]] [[div_ class="icon_name"]] 危险(danger) [[/div]] [[/div]] [[div_ class="icon_container"]] [[div_ class="icon_image color-five"]] [[image https://scp-wiki.wdfiles.com/local--files/component%3Aanomaly-class-bar/critical-icon.svg]] [[/div]] [[div_ class="icon_name"]] 危急(critical) [[/div]] [[/div]] [[/div]] [[div_ class="class-table-box"]] [[div_ class="class-name color-one"]] 待观察(Notice) [[/div]] [[div_ class="class-description"]] 项目的异常效应**从几乎不存在到轻微**。 近距离接触项目的个体**不会有任何感觉**。 对于附近的个体**没有危险**。 [[/div]] [[div_ class="class-name color-two"]] 需谨慎(Caution) [[/div]] [[div class="class-description"]] 项目的异常效应**从轻微到中等**。 近距离接触项目的个体**可能会感受到轻微异常影响**。 对于附近的个体**低度危险**。 [[/div]] [[div_ class="class-name color-three"]] 警告(Warning) [[/div]] [[div class="class-description"]] 项目的异常效应**从中等到重度**。 近距离接触项目的个体**会感受到轻微异常影响**或者**可能会感受到严重异常影响**。 对于附近的个体**中度危险**。 [[/div]] [[div_ class="class-name color-four"]] 危险(Danger) [[/div]] [[div class="class-description"]] 项目的异常效应**从重度到极度**。 近距离接触项目的个体**会感受到严重异常影响**或者**可能会感受到极度严重异常影响**。 对于附近的个体**高度危险**。 [[/div]] [[div_ class="class-name color-five"]] 危急(Critical) [[/div]] [[div class="class-description"]] 此风险等级仅用于异常的效应**几乎立即产生并且/或者影响极其严重**。 它并不一定必然造成实际的死亡,但是死亡的可能性和预期值非常高。附近的个体会**几乎立即感受到异常效应**,**并且影响不可能恢复**。 [[/div]] [[/div]] [[/div]] [[/div]] + [#acs-addons ACS 插件 & 附件][[# acs-addons]] [[div_ class="step_container" style="text-align: center;"]] ++ [#more-icons 更多图标!][[# more-icons]] [[div_ class="step_container"]] ++ [[[more-acs-icons|]]] +++ by [[*user ShineShadowD]] ------ [[include :scp-wiki:component:image-features-source |hover-enlarge=--] |enlarge-amount=2 |speed=300 |float=false |width=100% |url=https://scp-wiki.wdfiles.com/local--files/anomaly-classification-system-guide/ShineShadowIcons.png |add-caption=false ]] [[/div]] [[div_ class="step_container"]] ++ [[[josephartwork|]]] +++ by [[*user JosephJoestar]] ------ [[include :scp-wiki:component:image-features-source |hover-enlarge=--] |enlarge-amount=2 |speed=300 |float=false |width=100% |url=https://scp-wiki.wdfiles.com/local--files/anomaly-classification-system-guide/JosephJoestarIcons.png |add-caption=false ]] [[/div]] [[div_ class="step_container"]] ++ [[[calibri-s-mega-cool-art-page-it-s-mostly-just-icons-but-what|]]] +++ by [[*user Calibri Bold]] ------ [[include :scp-wiki:component:image-features-source |hover-enlarge=--] |enlarge-amount=2 |speed=300 |float=false |width=100% |url=https://scp-wiki.wdfiles.com/local--files/anomaly-classification-system-guide/CalibriIcons.png |add-caption=false ]] [[/div]] [[div_ class="step_container"]] ++ [[[dr-moned-s-icons-and-art|]]] +++ by [[*user Dr Moned]] ------ [[include :scp-wiki:component:image-features-source |hover-enlarge=--] |enlarge-amount=2 |speed=300 |float=false |width=100% |url=https://scp-wiki.wdfiles.com/local--files/anomaly-classification-system-guide/DrMonedIcons.png |add-caption=false ]] [[/div]] [[div_ class="step_container"]] ++ [[[itsdenalis-personnel-file|]]] +++ by [[*user ItsDenali]] ------ [[include :scp-wiki:component:image-features-source |hover-enlarge=--] |enlarge-amount=2 |speed=300 |float=false |width=100% |url=https://scp-wiki.wdfiles.com/local--files/anomaly-classification-system-guide/ItsDenaliIcons.png |add-caption=false ]] [[/div]] [[div_ class="step_container"]] ++ [[[greyve-art-page|]]] +++ by [[*user Greyve]] ------ [[include :scp-wiki:component:image-features-source |hover-enlarge=--] |enlarge-amount=2 |speed=300 |float=false |width=100% |url=https://scp-wiki.wdfiles.com/local--files/anomaly-classification-system-guide/GreyveIcons.png |add-caption=false ]] [[/div]] [[/div]] [[div_ class="step_container" style="text-align:center;"]] ++ [#acs-alts-mods ACS 变体 & 修改][[# acs-alts-mods]] [[div_ class="step_container"]] ++ [[[component:flops-header|]]] +++ by [[*user Lt Flops]] ------ [[include :scp-wiki-cn:component:flops-header |lang=cn |item=4205 |containment=euclid |level=2 |security=机密 |disruption=vlam |disruption-bg-color=rgb(var(--four-color)) ]] [[/div]] [[div_ class="step_container"]] ++ [[[component:advanced-information-methodology|]]] +++ by [[*user Dr Moned]] ------ [[module css]] .s-cell:nth-of-type(1), .s-cell:nth-of-type(3) {     text-align: left; } [[/module]] [[include :scp-wiki-cn:component:advanced-information-methodology |lang=cn |XXXX=4205 |lv=two |cc=EUCLID |dc=Vlam |site=Site-0 |dir=Dr Woed |head=Dr Naz |mtf=Alpha-80085 ]] [[/div]] [[div_ class="step_container"]] ++ [[[component:acs-peppo-lite|]]] +++ by [[*user PeppersGhost]] ------ [[include :scp-wiki:component:image-features-source |hover-enlarge=--] |enlarge-amount=2 |speed=300 |float=false |width=100% |url=peppo-lite-example.png |add-caption=false ]] [[/div]] [[div_ class="step_container"]] ++ [[[component:acs-peppo-split|]]] +++ by [[*user PeppersGhost]] ------ [[include :scp-wiki:component:image-features-source |hover-enlarge=--] |enlarge-amount=2 |speed=300 |float=false |width=100% |url=peppo-splitter-example.png |add-caption=false ]] [[/div]] [[div_ class="step_container"]] ++ [[[component:acs-animation|]]] +++ by [[*user EstrellaYoshte]] ------ [[include :scp-wiki:component:image-features-source |slide-block-reveal=--] |block-color=rgb(var(--swatch-menubg-medium-dark-color)) |slide-direction=top |speed=300 |float=false |width=100% |url=ACSAnimVid.gif |add-caption=true |caption=悬停以预览! ]] [[/div]] [[div_ class="step_container"]] ++ [[[component:customizable-acs|]]] +++ by [[*user Calibri Bold]] ------ [[include :scp-wiki-cn:component:anomaly-class-bar-source |lang=cn |item-number= SCP-5956 |clearance= 5 |container-class= antithesis |disruption-class= amida |risk-class= 需谨慎 ]] [[module css]] .anom-bar-container.antithesis {     text-align: left; } .anom-bar-container.antithesis .text-part > .main-class > .contain-class > .class-text {     font-size: -webkit-calc(8px + (15 - 8) * ( (100vw - 400px) / ( 800 - 400) ));     font-size: -moz-calc(8px + (15 - 8) * ( (100vw - 400px) / ( 800 - 400) ));     font-size: calc(8px + (15 - 8) * ( (100vw - 400px) / ( 800 - 400) )); } .anom-bar-container.antithesis .top-left-box > .item {     display: none; } [[/module]] [[include :scp-wiki:component:customizable-acs |containment-class= antithesis |containment-image= https://scp-wiki.wdfiles.com/local--files/blank-art/antithesis-icon.svg |containment-color= 0,135,189 |inc-containment = --]]] [[/div]] [[/div]]