阿灵顿峰会

源页面
2025年8月12日
修订 4
评分
33
↑ 33
↓ 0
支持率
100%
总票数 33
Wilson 95% 下界
89.6%
在相同票数下更稳健的支持率估计
争议指数
0.000

评分趋势

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

最近修订

1 / 2
SOURCE_CHANGED
1 个月前
SOURCE_CHANGED
1 个月前
修改标签
1 个月前
已新增标签:五芒星, 全球超自然联盟, 故事, 硅之诺伦, 金贝格-莱兹。

最近投票

1 / 4
2025-09-12
2025-09-02
2025-08-16
2025-08-15
2025-08-13
2025-08-13
2025-08-13
2025-08-13
2025-08-13
2025-08-13

相关页面

暂无推荐

页面源码

[[div id="cromthumbnail" style="display: none;"]] [[include component:image-block name=https://scp-sandbox-3.wdfiles.com/local--files/nicotest/crownblack.png |caption=破碎王冠 |width=100% |align=center]] [[/div]] [[include :scp-wiki-cn:theme:basalt]] [[module CSS]] @import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap'); /* ROOT SETTINGS */ :root {     --title: "SCP基金会";     --subtitle: "SITE-02";     --title-size: 1.2rem;     --subtitle-size: 2.5rem;     --logo: url('https://scp-wiki.wdfiles.com/local--files/the-arlington-summit/primary_shcr_white.png');     --basalt-secondary-color: 34, 34, 35;     --top-bar-dropdown-background: var(--basalt-secondary-color);     --basalt-UI-dark-pallete: 89, 89, 89;     --header-UI-font-size: calc(var(--true-font-size) * .85);     --header-UI-font-size: calc(var(--true-font-size) * .95);     --basalt-bright-element-color: 224, 72, 73;     --basalt-main-text-color: 230, 230, 230;          --base-header-height: calc((var(--title-size) + var(--subtitle-size)) * 1.275 + 1.5rem);     --search-button-width: 2.5rem;     --user-button-width: 3.5rem;     --blockquote-background-color: var(--basalt-UI-dark-palette);     --footnote-background-color: var(--basalt-UI-dark-palette);     --image-caption-background-color: var(--basalt-secondary-color);     --basalt-th-background-color: var(--basalt-secondary-color);     --hr-color: var(--basalt-UI-dark-palette); } /* HEADER MUMBO JUMBO */ #header {     display: grid;     position: sticky;     contain: layout; } #header::before {     content: '';     position: absolute;     top: 0;     left: 0;     right: 0;     bottom: 0;     background-image: url('https://scp-wiki.wdfiles.com/local--files/the-arlington-summit/inv_pate_black_v2_redux.png');     filter: brightness(1.1) contrast(1) saturate(0.9);     background-repeat: repeat;     background-size: auto;     z-index: -1;     pointer-events: none; } #header-extra-div-1 {     position: absolute;     top: 0;     left: 0;     right: 0;     bottom: 0;     overflow: hidden; /* ONLY this div clips - not the whole header */     pointer-events: none;     z-index: 1; } #header-extra-div-1 span {     position: absolute;     top: 50%;     right: calc(var(--search-button-width) + var(--user-button-width) + 250px);     width: clamp(925px, 20vw, 650px);     height: clamp(950px, 25vw, 550px);     transform: translateY(-50%) rotate(-15deg);     background-image: url('https://scp-wiki.wdfiles.com/local--files/the-arlington-summit/primary_shcr_white.png');     background-repeat: no-repeat;     background-size: contain;     background-position: center;     opacity: 0.25;     filter: hue-rotate(180deg) saturate(0.3) brightness(0.7);     display: block; } /* HIDE: Crown on mobile */ @media (max-width: 1100px) {     #header-extra-div-1 {         display: none;     } } #header h1 a span {     margin-left: 0.65rem; } #header h1 a::before {     width: calc(var(--base-header-height) * 0.65);     min-width: calc(var(--base-header-height) * 0.70); } #header h1 a span {     text-align: center;     display: inline-block;     width: max-content;     min-width: max-content;     height: unset; } #header h1 a span::before, #header h1 a span::after {     display: block;     white-space: nowrap;     width: max-content;     margin: 0 auto; } #header h1 a span::before {     content: var(--title);     font-size: var(--title-size);     font-weight: bold;     line-height: 1.1; } #header h1 a span::after {     content: var(--subtitle);     font-size: var(--subtitle-size);     font-weight: 900;     line-height: 1;     margin-bottom: 0px; } /* TOPBAR */ #top-bar div[class*=top-bar]>ul>li>a {     padding: 0 calc(var(--header-UI-font-size) * 2.5); } #top-bar div[class*=top-bar] ul li ul li a {     background: rgb(var(--basalt-UI-dark-palette), var(--basalt-UI-opacity)); } #top-bar div[class*=top-bar] > ul > li {     margin: 0rem 0rem;     white-space: nowrap; } #top-bar div[class*=top-bar] > ul > li > a {     transition: background-color 0.15s ease;     padding: 0 calc(var(--header-UI-font-size) * 2.5); } #top-bar div[class*=top-bar] > ul > li:first-child {     margin-left: 0; } #top-bar div[class*=top-bar] > ul > li:last-child {     margin-right: 0; } /* LOGIN STATUS */ #login-status span.printuser>a {     padding: min(calc(var(--base-header-height) * .175), 0.325rem); } /* BODY */ body {     color: rgb(var(--basalt-secondary-color));     background-image: url(https://scp-wiki.wdfiles.com/local--files/the-arlington-summit/nor_pate_white_v2_redux.png); /* BLOCKQUOTES */ .blockquote hr {     background-color: rgb(var(--basalt-primary-color)); } /* TABLES */ table th, table tr:first-child td {     border: 0.15rem solid rgb(var(--basalt-secondary-color)); } /* TABS */ .yui-navset.yui-navset-top {     border: 1px solid rgb(var(--basalt-secondary-color)); } :is(:where(#page-content) table:not(.form),table.wiki-content-table) td {    border: solid 0.15rem rgb(var(--basalt-UI-dark-palette)); } /* PAGE TITLE */ #page-title, .meta-title {     color: rgba(var(--basalt-secondary-color));     font-size: xxx-large; } /* HOVERTIPS COLORING */ .bibitems, .footnotes-footer, .hovertip {     color: rgb(var(--basalt-primary-color)); } /* EDIT AREA */ #edit-page-textarea, #np-text {     color: rgb(var(--basalt-secondary-color)); } /* BIBLITEMS */ .bibitems .title, .footnotes-footer .title {     background-color: rgb(var(--basalt-secondary-color)); } .bibitems::before, .footnotes-footer::before {     background-color: rgb(var(--basalt-secondary-color)); } /* USER PROFILE WINDOW */ .owindow .title {     opacity: 80%;     color: rgb(var(--basalt-secondary-color)); } /* SCROLL */ * {     scrollbar-width: thin;     scrollbar-color: rgb(var(--scrollbar-thumb-color)) rgb(89 89 89); } /* PAGE TAGS */ #main-content>.page-tags>span a {     color: rgb(var(--basalt-primary-color)); } /* TEXT AREA */ input[type=text], textarea {     color: rgb(var(--basalt-secondary-color)); } /* ACTION AREA (FILE UPLOAD) */ #action-area input.text, textarea#file-comments {     color: rgba(var(--basalt-primary-color)); } /* PREVIEW MESSAGE */ .preview-message {     background-color: rgba(var(--basalt-primary-color)); } /* DOCUMENT DIVS */ div.document {     box-shadow: 0px 1px 1.9px -4px rgb(0 0 0 / 50%), 0px 6px 15px -4px rgb(0 0 0 / 64%);     background-image: url(https://scp-wiki.wdfiles.com/local--files/the-arlington-summit/nor_pate_white_v2_redux.png); } div.document::before {     box-shadow: 0px 1px 1.9px -4px rgb(0 0 0 / 50%), 0px 6px 15px -4px rgb(0 0 0 / 64%); } div.document::before {     box-shadow: 0px 1px 1.9px -4px rgb(0 0 0 / 50%), 0px 6px 15px -4px rgb(0 0 0 / 64%); } div:is(.document)::before, div:is(.document)::after {     background-image: url(https://scp-wiki.wdfiles.com/local--files/the-arlington-summit/nor_pate_white_v2_redux.png); } #page-content div:is(.document, .darkdocument) {     max-width: 60rem; } div.darkdocument {     background-color: rgb(var(--darkdocument-background-color), 0.25);     box-shadow: 0px 1px 1.9px -4px rgb(150 150 159 / 75%), 0px 6px 15px -4px rgb(0 0 0 / 76%);     background-image: url('https://scp-wiki.wdfiles.com/local--files/the-arlington-summit/inv_pate_black_v2_redux.png'); } div:is(.darkdocument)::before, div:is(.darkdocument)::after {     background-color: rgb(var(--darkdocument-background-color));     opacity: 90%;     background-image: url('https://scp-wiki.wdfiles.com/local--files/the-arlington-summit/inv_pate_black_v2_redux.png'); } /* HIGHLIGHTER SPAN */ .shighlight {     position: relative;     background: linear-gradient(104deg,         rgb(255 255 0 / 28%) 0.9%,         rgba(255, 255, 0, 0.8) 2.4%,         rgba(255, 255, 0, 0.5) 5.8%,         rgb(255 255 0 / 52%) 93%,         rgba(255, 255, 0, 0.7) 96%,         rgb(255 255 0 / 29%) 98%);     );     border-radius: 1.2em 0.3em 0.8em 0.7em;     padding: 0.1em 0.2em;     background-size: 100% 60%;     background-position: 0 40%;     background-repeat: no-repeat;     ); } .shighlight::before {     content: '';     position: relative;     top: -3px;     left: -4px;     bottom: -4px;     background: rgba(255, 255, 0, 0.3);     border-radius: 0.8em 0.3em 0.9em 0.4em;     z-index: -1;     transform: rotate(-0.5deg) skew(-1deg);     clip-path: polygon(         0% 10%, 15% 16%, 25% 12%, 35% 18%, 45% 14%,         55% 10%, 65% 16%, 75% 12%, 85% 18%, 100% 14%,         100% 90%, 85% 86%, 75% 92%, 65% 88%, 55% 94%,         45% 90%, 35% 86%, 25% 92%, 15% 88%, 0% 92%     ); } .shighlight::after {     content: '';     position: relative;     top: -2px;     left: -2px;     right: -4px;     bottom: -3px;     background: rgba(255, 255, 0, 0.15);     border-radius: 0.6em 0.7em 0.5em 0.8em;     z-index: -2;     transform: rotate(0.3deg) skew(0.5deg);     clip-path: polygon(             0% 14%, 12% 10%, 24% 16%, 36% 12%, 48% 18%,             60% 14%, 72% 10%, 84% 16%, 96% 12%, 100% 18%,             100% 88%, 96% 92%, 84% 86%, 72% 94%, 60% 90%,             48% 86%, 36% 92%, 24% 88%, 12% 94%, 0% 90%         );  } .shighlight-orange {     position: relative;     background: linear-gradient(102deg,     rgba(255, 165, 0, 0) 0.9%,     rgba(255, 165, 0, 0.8) 2.4%,     rgba(255, 165, 0, 0.5) 5.8%,     rgba(255, 165, 0, 0.45) 93%,     rgba(255, 165, 0, 0.7) 96%,     rgba(255, 165, 0, 0) 98%)        );     border-radius: 1.2em 0.3em 0.8em 0.7em;     padding: 0.1em 0.2em;     background-size: 100% 60%;     background-position: 0 40%;     background-repeat: no-repeat;         ); } .shighlight-orange::before {     content: '';     position: relative;     top: -2px;     left: -3px;     bottom: -2px;     background: rgba(255, 165, 0, 0.3);     border-radius: 0.7em 0.5em 0.8em 0.3em;     z-index: -1;     transform: rotate(0.4deg) skew(-0.8deg);     clip-path: polygon(         0% 16%, 15% 12%, 30% 18%, 45% 14%, 60% 10%,         75% 16%, 90% 12%, 100% 18%, 100% 88%, 90% 92%,         75% 86%, 60% 94%, 45% 90%, 30% 86%, 15% 92%, 0% 88%     ); } .shighlight-pink {     position: relative;     background: linear-gradient(106deg, rgba(255, 20, 147, 0) 0.9%, rgba(255, 20, 147, 0.6) 2.4%, rgba(255, 20, 147, 0.4) 5.8%, rgba(255, 20, 147, 0.1) 93%, rgba(255, 20, 147, 0.6) 96%, rgba(255, 20, 147, 0) 98%);     border-radius: 1.2em 0.3em 0.8em 0.7em;     padding: 0.1em 0.2em;     background-size: 100% 60%;     background-position: 0 40%;     background-repeat: no-repeat; } .shighlight-pink::before {     content: '';     position: relative;     top: -1px;     left: -2px;     bottom: -3px;     background: rgba(255, 20, 147, 0.25);     border-radius: 0.5em 0.9em 0.4em 1.1em;     z-index: -1;     transform: rotate(-0.3deg) skew(1deg);     /* Pink subtle wavy background */     clip-path: polygon(         0% 12%, 20% 18%, 35% 14%, 50% 10%, 65% 16%,         80% 12%, 100% 18%, 100% 90%, 80% 86%, 65% 92%,         50% 88%, 35% 94%, 20% 90%, 0% 86%     ); } .shighlight-blue {     position: relative;     background: linear-gradient(102deg,         rgba(0, 191, 255, 0) 0.9%,         rgba(0, 191, 255, 0.8) 2.4%,         rgba(0, 191, 255, 0.5) 5.8%,         rgba(0, 191, 255, 0.1) 93%,         rgba(0, 191, 255, 0.7) 96%,         rgba(0, 191, 255, 0) 98%     );     border-radius: 1.2em 0.3em 0.8em 0.7em;     padding: 0.1em 0.2em;     background-size: 100% 60%;     background-position: 0 40%;     background-repeat: no-repeat; } .shighlight-blue::before {     content: '';     position: absolute;     top: -2px;     left: -3px;     right: -3px;     bottom: -2px;     background: rgba(0, 191, 255, 0.3);     border-radius: 0.7em 0.5em 0.8em 0.3em;     z-index: -1;     transform: rotate(0.4deg) skew(-0.8deg);     clip-path: polygon(         0% 16%, 15% 12%, 30% 18%, 45% 14%, 60% 10%,         75% 16%, 90% 12%, 100% 18%, 100% 88%, 90% 92%,         75% 86%, 60% 94%, 45% 90%, 30% 86%, 15% 92%, 0% 88%     ); } /* STICKY NOTES */ #page-content div.stickynote {    float: left;    max-width: calc(var(--main-content-width) / 2.15);    box-sizing: border-box;    margin: 0.25rem 1.25rem;    padding-inline: 1.2rem;    padding-block: 0.5rem;    font-size: 1.1525em;    border-radius: 7px;    position: relative;    font-family: 'Permanent Marker', cursive;    letter-spacing: 0.75px;    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.4), inset 0 -2px 4px rgba(0, 0, 0, 0.05);    transform: rotate(-1deg);    transition: transform 0.2s ease; } /* Hover effect for interactivity */ #page-content div.stickynote:hover {     transform: rotate(0deg) scale(1.02);     box-shadow:         4px 4px 12px rgba(0, 0, 0, 0.25),         inset 0 0 0 1px rgba(255, 255, 255, 0.5),         inset 0 -3px 6px rgba(0, 0, 0, 0.08); } /* Position Controls */ #page-content div.stickynote.left {     float: left;     margin-left: clamp(calc(var(--main-content-width) / -4.5), calc((87.5vw - 95%) / -2), 0rem); } #page-content div.stickynote.right {     float: right;     clamp(calc(var(--main-content-width) / -100), calc((87.5vw - 95%) / -2), -2rem)     margin-left: 1.25rem; } /* Tilt Controls */ #page-content div.stickynote.tilt-none {     transform: rotate(0deg); } #page-content div.stickynote.tilt-light {     transform: rotate(-0.5deg); } #page-content div.stickynote.tilt-medium {     transform: rotate(-2deg); } #page-content div.stickynote.tilt-heavy {     transform: rotate(-3deg); } #page-content div.stickynote.tilt-right-light {     transform: rotate(0.5deg); } #page-content div.stickynote.tilt-right-medium {     transform: rotate(2deg); } #page-content div.stickynote.tilt-right-heavy {     transform: rotate(3deg); } #page-content div.stickynote.tilt-none:hover { transform: rotate(0deg) scale(1.02); } #page-content div.stickynote.tilt-light:hover { transform: rotate(-0.5deg) scale(1.02); } #page-content div.stickynote.tilt-normal:hover { transform: rotate(-1deg) scale(1.02); } #page-content div.stickynote.tilt-medium:hover { transform: rotate(-2deg) scale(1.02); } #page-content div.stickynote.tilt-heavy:hover { transform: rotate(-3deg) scale(1.02); } #page-content div.stickynote.tilt-right-light:hover { transform: rotate(0.5deg) scale(1.02); } #page-content div.stickynote.tilt-right-normal:hover { transform: rotate(1deg) scale(1.02); } #page-content div.stickynote.tilt-right-medium:hover { transform: rotate(2deg) scale(1.02); } #page-content div.stickynote.tilt-right-heavy:hover { transform: rotate(3deg) scale(1.02); } #page-content div.stickynote.yellow {     background-color: #ffeb3b;     border: solid 0.12rem #f9c74f;     color: #333; } #page-content div.stickynote.red {     background-color: #ff5252;     border: solid 0.12rem #e53935; } #page-content div.stickynote.blue {     background-color: #42a5f5;     border: solid 0.12rem #1976d2; } #page-content div.stickynote.green {     background-color: #66bb6a;     border: solid 0.12rem #388e3c; } #page-content div.stickynote.orange {     background-color: #ff9800;     border: solid 0.12rem #f57c00; } #page-content div.stickynote.pink {     background-color: #fb85ad;     border: solid 0.12rem #c2185b; } div.warning {     width: 80%;     margin: 0.625rem auto;     padding: 0.9375rem;     border: solid 0.125rem rgb(92, 149, 230);     background: #fff url('https://scp-wiki.wdfiles.com/local--files/theme%3Agoc/goc-fade.png') center no-repeat;     color: black;     text-align: center; } div.warning hr {     border-color: rgb(92, 149, 230); } [[/module]] [[module CSS]] /* This is CSS that will not be part of theme, just for the page itself */ /* SCP HEADER */ .scp-header {     position: relative;     width: 100%;     height: 80px;     margin: 0;     padding: 10px 0; } .scp-header .scp-logo {     position: absolute;     left: -14px;     top: 50%;     transform: translateY(-50%);     width: 80px;     height: 80px;     border-radius: 50%;     overflow: hidden; } .scp-header .scp-logo img {     width: 100%;     height: 100%;     object-fit: contain; } .scp-header .scp-text-stack {     position: absolute;     left: 75px;     top: 50%;     transform: translateY(-50%);     margin: 0;     padding: 0;     padding-left: 6px; } .scp-header .scp-text-stack p {     line-height: 0; } .scp-header .scp-foundation {     font-size: 14.7px;     font-weight: 700;     color: #333;     margin: 0;     padding: 0;     line-height: 1;     text-align: center; } .scp-header .scp-site {     font-size: 33px;     font-weight: 900;     color: #333;     margin: 2px 0 0 0;     padding: 0;     line-height: 1;     text-align: center; } .scp-header .scp-classification {     position: absolute;     right: 0;     top: 50%;     transform: translateY(-50%);     max-width: 300px;     padding-left: 18rem;     text-align: right; } .scp-header .redacted-highlight {     background: #000;     color: white;     padding: 3px 6px;     font-size: 14px;     letter-spacing: 0.5px;     line-height: 1.3; } /* SCP File Table - Desktop */ .scp-file-table {     width: 100%;     border-collapse: collapse;     margin: 0px 0px 8px 0px;     font-size: 18px; } .scp-file-table td {     padding: 0px 0px 4px 0px;     border: none; } .scp-file-table .left-cell {     text-align: left;     font-weight: normal;     width: 50%; } .scp-file-table .right-cell {     text-align: right;     font-weight: 800;     width: 50%; } .scp-file-table .clearance-cell {     background: rgb(255, 18, 29);     color: rgb(var(--basalt-secondary-color));     text-align: center;     padding: 4px;     font-weight: bold;     font-size: 21px;     letter-spacing: 2px; } /* Tablet and smaller laptops - 800px and below */ @media screen and (max-width: 800px) {     .scp-header .scp-classification {         position: static;         padding-left: 0;         text-align: left;         max-width: none;         margin-top: 15px;         transform: none;     }          .scp-header {         height: auto;         min-height: 120px;         padding: 15px 0 25px 0;     }          .scp-file-table {         font-size: 16px;     }          .scp-file-table .clearance-cell {         font-size: 18px;         padding: 6px;     } } /* Mobile Tablets - 768px and below */ @media screen and (max-width: 768px) {     .scp-header {         height: auto;         min-height: 140px;         padding: 15px 0 30px 0;     }          .scp-header .scp-logo {         left: 0;         width: 70px;         height: 70px;     }          .scp-header .scp-text-stack {         left: 80px;         padding-left: 0;     }          .scp-header .scp-foundation {         font-size: 13px;         text-align: left;     }          .scp-header .scp-site {         font-size: 29px;         text-align: left;     }          .scp-header .scp-classification {         position: static;         margin-top: 20px;         padding-left: 0;         text-align: left;     }          .scp-header .redacted-highlight {         font-size: 12px;         padding: 4px 6px;         line-height: 1.4;     }          .scp-file-table {         font-size: 15px;     }          .scp-file-table td {         padding: 2px 0 6px 0;     }          .scp-file-table .clearance-cell {         font-size: 16px;         padding: 8px 4px;         letter-spacing: 1px;     } } /* Large phones - 600px and below */ @media screen and (max-width: 600px) {     .scp-header {         min-height: 160px;         padding: 10px 0 35px 0;     }          .scp-header .scp-logo {         width: 60px;         height: 60px;     }          .scp-header .scp-text-stack {         left: 70px;     }          .scp-header .scp-foundation {         font-size: 12px;     }          .scp-header .scp-site {         font-size: 26px;     }          .scp-header .redacted-highlight {         font-size: 11px;         padding: 3px 5px;     }          .scp-file-table {         font-size: 14px;     }          .scp-file-table .clearance-cell {         font-size: 15px;         padding: 8px 2px;         letter-spacing: 0.5px;     } } /* Small phones - 480px and below */ @media screen and (max-width: 480px) {     .scp-header {         min-height: 180px;         padding: 10px 0 40px 0;     }          .scp-header .scp-logo {         width: 50px;         height: 50px;     }          .scp-header .scp-text-stack {         left: 60px;     }          .scp-header .scp-foundation {         font-size: 11px;     }          .scp-header .scp-site {         font-size: 22px;     }          .scp-header .redacted-highlight {         font-size: 10px;         padding: 3px 4px;         line-height: 1.5;     }          .scp-file-table {         font-size: 13px;         margin-bottom: 12px;     }          .scp-file-table td {         padding: 3px 0 8px 0;     }          .scp-file-table .left-cell,     .scp-file-table .right-cell {         width: 50%;         word-wrap: break-word;     }          .scp-file-table .clearance-cell {         font-size: 14px;         padding: 10px 2px;         letter-spacing: 0.5px;         line-height: 1.2;     } } /* Very small phones - 360px and below */ @media screen and (max-width: 360px) {     .scp-header {         min-height: 200px;         padding: 8px 0 45px 0;     }          .scp-header .scp-logo {         width: 45px;         height: 45px;     }          .scp-header .scp-text-stack {         left: 55px;     }          .scp-header .scp-foundation {         font-size: 10px;     }          .scp-header .scp-site {         font-size: 20px;     }          .scp-header .redacted-highlight {         font-size: 9px;         padding: 2px 3px;     }          .scp-file-table {         font-size: 12px;     }          .scp-file-table .clearance-cell {         font-size: 13px;         padding: 12px 2px;         word-wrap: break-word;         hyphens: auto;     } } [[/module]] 研究员Rex Alces是Site-55GoI研究中心的二把手,他长叹一声,那叹息声中透露出一种肩负着整个世界重担的沉重感。 他的上司一直忙于参加内部会议,无暇亲自处理此事,于是便派他前来。他想,基金会的高层忙于弄清楚过去五个月里他们身上究竟发生了什么,这也情有可原。 当然,他也听说了那个曾经被称为Site-19的巨大陨石坑。他听闻了分裂者对基金会各站点的所谓袭击。他还听说了联盟和议会对他们大肆指责。 但他依然没有了解事情的全貌。 @@@@ @@@@ ----- @@@@ @@@@ [[div class="warning"]] 在**平安夜**事件发生后,基金会拒绝配合对其设施进行审计,这一行为已使其在整个异常社群中的声誉受损。此外,基金会所遭受的人员与资金损失,正危及到其运作的完整性。简而言之,基金会如今已变得无法投保。基于以上种种原因及其他考量,金贝格-莱兹投票赞成通过第1221号动议——**造王者**。 [[/div]] @@@@ @@@@ ----- @@@@ @@@@ > **或许是权力的诱惑在作祟。又或许是对那些妄图实施恶行之人的怨愤在涌动。甚至,是渴望目睹这世界化为灰烬的疯狂念头在驱使。** @@@@ @@@@ ----- @@@@ @@@@ 确切地说,是两个月内两个站点遭殃。这两处站点都伤亡惨重,而基金会却几乎对此不予承认。当然,他和他的部门是知晓此事的,毕竟他们是相关组织研究方面的核心人员,但他所在站点的其他工作人员中,仅有寥寥数人知道发生了什么。这究竟是怎么回事? Rex在全球超自然联盟秘书Helissa派来接他的那辆无标识汽车座位上挪动了一下身子。他看向后视镜,与司机短暂地对视了一眼——自十分钟前见面以来,司机几乎没跟他说过两句话,表情也是一副漠然的样子。 “能告诉我我们要去哪儿吗?” “机密。”司机嘶哑地回答道。 //当然,是机密。// Rex几乎不清楚究竟发生了什么;这已经超出了他的权限级别,但他曾偶然听到上级深夜在研究实验室里对着电话低声嘀咕,说108议会要求基金会派人前往阿灵顿。据他判断,这已是第三次“犯事”了,基金会正在因此受到惩罚。但为什么要派他去呢?为什么不派他的上司,或者更好的选择——派一位O5议会成员去呢? @@@@ @@@@ ----- @@@@ @@@@ [[div class="warning"]] 硅之诺伦仆从会以最为神圣的乌索尔之名提出有关基金会的话题:“基金会四面受敌,终将崩塌。然而,若我们团结一心,便能取胜。”此言既出,必将成真。硅之诺伦女神的侍从们提议通过第1221号动议——**造王者**。 [[/div]] @@@@ @@@@ ----- @@@@ @@@@ > **如今再问这样的问题简直愚蠢至极。苦涩的真相是,我们有一个比其他任何敌人都更为危险的对手,而他们恰恰直接源自我们内部的阵营与阶层。** @@@@ @@@@ ----- @@@@ @@@@ Rex走下车,踏入弗吉尼亚寒冷的冬日。他打了个寒颤,拉了拉手套,径直朝碎石小径尽头那座毫不起眼的建筑走去。走近时,他看到一个熟悉的女人在等他:Helissa秘书。她试图与他进行眼神交流,他则巧妙地避开,直视前方。 “啊,Alces先生。我还以为来的是Everwood博士呢。” //不一直都这样吗?// “见到你也很高兴,April。” “你还好吗?你在Site-19有认识的人吗?” “有几个。我的论文研究就是在Site-19做的。” “你现在一定百感交集吧。” Helissa打开那扇破旧的门,里面是一个宽敞、陈设奢华的大厅,里面挤满了人,从外面看根本想不到里面竟如此之大。Rex环顾四周,发现108议会的许多成员中,有不少熟悉的面孔,他们彼此交谈、密谋、往来穿梭。大厅里有一百零九个座位,呈圆形排列,围绕着中间的一个讲台,讲台上还放着一把椅子:那是基金会的椅子。 他的椅子。 Rex并非铁打的汉子。实际上,对于眼前的局面,他毫无准备。他之所以会出现在这里,只是因为他是上司手下资历最深的研究员,而他们似乎认为他有胆量应对这一切。但实际上,他根本没这个胆量。Rex叹了口气。 “April,有话直说吧。我该料想到会发生什么?” @@@@ @@@@ ----- @@@@ @@@@ [[div class="warning"]] 我的同志们,我们早该扪心自问,是否真能将基金会视为共同守护异常世界的兄弟姐妹并予以信赖,而如今,答案已然昭然若揭——“绝不能!”再者,我们能否信赖一个即便在最黑暗的时刻,也拒绝信任//我们//的基金会?我再次斩钉截铁地回答——“绝不能!”巴伐利亚光照会恳请立即批准第1221号动议——**造王者**! [[/div]] @@@@ @@@@ ----- @@@@ @@@@ > **我们尚不清楚究竟发生了何种变故。但数十年来,他们首次让我们见识到了我们所犯错误的严重性。** > > **他们已悄然潜入我们的势力范围,攻击已然拉开序幕。我们已失去SITE-██、SITE-██以及SITE-██。现已宣布进入ΓK级“破碎王冠”灾难情景。各位站点主管,请注意,你们的设施可能已成为攻击目标。** @@@@ @@@@ ----- @@@@ @@@@ Helissa只是微微一笑,抛出一句陈词滥调:“无论发生什么,都顺其自然吧。” 言罢,她走向离讲台最近的座位,在另一位女士身旁坐下。那位女士站起身来,清了清嗓子,参会的众人纷纷就座,不再相互走动交谈。 Rex咽了咽口水,朝房间中央走去。一束灯光从上方直射下来,将他笼罩在惨白的荧光之中。他脱下手套,塞进口袋,然后坐了下来。他能感觉到所有人的目光都聚焦在他身上。 那位女士是五芒星的代表,名叫Alice Stafford,她走上前,站到了中央的讲台前。 “我宣布,108议会会议现在开始。首项议程是……” @@@@ @@@@ ----- @@@@ @@@@ [[div class="warning"]] 美国政府,进而包括五芒星,已完全撤销对基金会的资金支持,这已不是秘密,并且就目前情况来看,我们看不到有任何会再次为其提供资助的可能。话虽如此,我们确实能看到一个各方都能蓬勃发展的未来:携手共进。 基金会若想继续存续,就必须加入联盟。 [[/div]] @@@@ @@@@ ----- @@@@ @@@@ > **我们绝不能向不断蔓延的黑暗势力屈服。无论付出何种代价,我们都必须不惜一切手段取得胜利。我们绝不能让理性正常的世界之冠旁落他人。** > > **筹备工作即将启动。基金会感谢诸位的付出与奉献。** > > ——O5-12 @@@@ @@@@ ----- @@@@ @@@@ “……将基金会并入全球超自然联盟。” @@@@ @@@@ ----- @@@@ @@@@ [[div class="warning"]] [[=]] [[image https://scp-wiki.wdfiles.com/local--files/the-arlington-summit/108.png]] ++ 最终投票:第1221号动议——**造王者** ++ 赞成98,反对10 [[/=]] [[/div]] @@@@ @@@@ ----- @@@@ @@@@ @@@@ @@@@ @@@@ @@@@ ------ [[include :scp-wiki-cn:component:license-box |author=Uncle Nicolini ]] ===== > **文件名:**inv_pate_black_v2_redux.png, nor_pate_white_v2_redux.png, and primary_shcr_white.png > **图像作者:**[[*user AnAnomalousWriter]] > **授权协议:**Creative Commons Share-Alike 3.0 > **Link:***https://scp-wiki.wikidot.com/the-arlington-summit > **文件名:**108.png > **图像作者:**[[*user Uncle Nicolini]] > **授权协议:**Creative Commons Share-Alike 3.0 > **Link:***https://scp-wiki.wikidot.com/the-arlington-summit ===== [[include :scp-wiki-cn:component:license-box-end]]