Don't miss it. A classic, Anti-memetics United vs Memetics Division SC!…
– hide block
/*
The Foundation Sigma-9 Theme
[2023 Wikidot Theme]
By macro_au_micro
Adapted from The Foundation BHL Theme by Woedenaz
Based on SCP Sigma 9 Theme created by Aelanna and Dr Devan
*/
@import url("https://use.typekit.net/cjg4ysl.css");
:root {
--body-font: "franklin-gothic-urw", sans-serif;
--header-font: "titling-gothic-fb-compressed", sans-serif;
--title-font: "hypatia-sans-pro", sans-serif;
--mono-font: "IBM Plex Mono", monospace;
--white-monochrome: 252, 252, 252;
--pale-gray-monochrome: 244, 244, 244;
--very-light-gray-monochrome: 215, 215, 215;
--light-gray-monochrome: 200, 0, 5;
--gray-monochrome: 66, 66, 72;
--dark-gray-monochrome: 48, 48, 52;
--black-monochrome: 12, 12, 12;
--bright-accent: 133, 0, 5;
--medium-accent: 100, 46, 44;
--dark-accent: 100, 3, 15;
--gradient-header: linear-gradient(to bottom,rgba(var(--light-gray-monochrome),1) 0,rgba(var(--light-gray-monochrome),0.987) calc(40rem*0.008),rgba(var(--light-gray-monochrome),0.951) calc(40rem*0.029),rgba(var(--light-gray-monochrome),0.896) calc(40rem*0.064),rgba(var(--light-gray-monochrome),0.825) calc(40rem*0.11),rgba(var(--light-gray-monochrome),0.741) calc(40rem*0.166),rgba(var(--light-gray-monochrome),0.648) calc(40rem*0.231),rgba(var(--light-gray-monochrome),0.550) calc(40rem*0.304),rgba(var(--light-gray-monochrome),0.450) calc(40rem*0.383),rgba(var(--light-gray-monochrome),0.352) calc(40rem*0.467),rgba(var(--light-gray-monochrome),0.259) calc(40rem*0.554),rgba(var(--light-gray-monochrome),0.175) calc(40rem*0.644),rgba(var(--light-gray-monochrome),0.104) calc(40rem*0.735),rgba(var(--light-gray-monochrome),0.049) calc(40rem*0.825),rgba(var(--light-gray-monochrome),0.013) calc(40rem*0.914),rgba(var(--light-gray-monochrome),0) 40rem);
scrollbar-color: rgb(var(--dark-gray-monochrome)) rgb(var(--bright-accent));
}
::-moz-selection {
background: rgba(var(--bright-accent),.25);
text-shadow: none;
}
::selection {
background: rgba(var(--bright-accent),.25);
text-shadow: none;
}
/* HEADER */
div#container-wrap,
div#header {
background-image: none;
}
#extra-div-1 {
position: absolute;
width: 100%;
height: 12.25rem;
top: 0;
left: 0;
pointer-events: none;
background: url('https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-header-img.png');
background-position: center center;
}
div#extra-div-2 {
position: absolute;
display: block;
width: 100%;
height: 40rem;
top: 0px;
left: 0;
background: var(--gradient-header);
background-size: 31.250rem;
background-repeat: repeat;
z-index: -2;
}
div#extra-div-3 {
height: 22px;
width: 100%;
top: 196px;
position: absolute;
background-color: rgb(var(--dark-accent));
} /* red top bar */
#header h1 {
margin-left: 0;
float: none;
text-align: center;
}
#header h1 span {
display: none;
}
#header h1 a::before {
color: rgba(var(--white-monochrome));
text-shadow: none;
letter-spacing: 0.1em;
font-family: var(--header-font);
}
#header h1 a::before {
content: "THE FOUNDATION";
font-weight: 100;
font-size: calc(2.75rem + (4.5 - 2.75) * ((100vw - 18.750rem) / (60 - 18.750)));
line-height: 0.5;
}
#header h2 span {
display: none;
}
@media (max-width: 767px) {
#header h1 a::before {
font-size: calc(3.75rem + (4.5 - 2.75) * ((100vw - 18.750rem) / (60 - 18.750)));
line-height: 0.8;
}
}
#content-wrap {
margin: 82px auto 0;
}
#page-content {
font-size: 0.938rem;
}
#login-status {
flex-grow: 1;
left: -4%;
right: initial;
}
#search-top-box {
right: 4%;
top: 0.5rem;
}
@media (max-width: 767px){
#search-top-box{
top: 0.5;
right: 0;
font-size: 80%;
}
#login-status{
top: 0.1;
left: 0;
font-size: 80%;
}
#my-account{
display: none;
}
}
/* LOG-IN INFO */
#login-status {
color: rgb(var(--white-monochrome));
}
#login-status a {
color: rgb(var(--white-monochrome));
}
#login-status ul a {
color: rgb(var(--bright-accent));
background: rgb(var(--white-monochrome));
}
#login-status ul a:hover {
color: rgb(var(--dark-accent));
font-weight: bold;
}
/* SEARCH BAR */
#search-top-box-input {
display: none;
}
#search-top-box-input:hover, #search-top-box-input:focus {
border: solid 1px rgb(var(--white-monochrome));
color: rgb(var(--white-monochrome));
background-color: rgb(var(--light-gray-monochrome));
box-shadow: inset 1px 1px 3px rgba(0,0,0,.8);
}
#search-top-box-form input[type=submit] {
background: rgb(var(--bright-accent));
color: rgb(var(--white-monochrome));
transition: background 0.25s;
}
#search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus {
background: rgb(var(--dark-accent));
color: rgb(var(--white-monochrome));
}
/* TITLE */
#page-title,h1,h2,h3,h4,h5,h6 {
color: rgb(var(--light-gray-monochrome)) !important;
font-family: var(--title-font);
font-weight: 900;
}
#page-title {
font-size: 210%;
font-family: 'IMB Plex Mono';
font-weight: 600;
margin: 0 0 .6em;
padding: 0 0 .25em;
border-bottom: .0625rem solid rgb(var(--gray-monochrome));
border-color: rgb(var(--dark-accent));
}
#page-title, #breadcrumbs {
text-align: center !important;
}
h1, h2, h3, h4, h5, h6, #page-title {
font-family: var(--title-font);
color: rgb(var(--black-monochrome));
}
@media only screen and (max-width: 768px) {
#page-title {
font-size: 2em;
}
table.wiki-content-table tr {
flex-wrap: wrap;
}
table.wiki-content-table tr > td {
min-width: 100%;
font-size: 1rem;
padding: 0.5rem;
}
}
/* TOP-BAR SETTINGS */
#top-bar {
top: 196px;
display: flex;
justify-content: center;
}
#top-bar ul li ul {
border: 0px;
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
border-top: 1px solid #ea9fa1;
color: rgb(var(--white-monochrome));
}
#top-bar ul li a {
color: rgb(var(--white-monochrome));
font-family: var(--title-font);
text-transform: uppercase;
}
#top-bar ul li:hover a {
background: #f6d9dA;
color: rgb(var(--white-monochrome));
border-color: rgb(var(--bright-accent));
}
#top-bar ul li ul {
background-color: rgb(var(--light-gray-monochrome)) !important;
}
#top-bar ul li ul a {
color: rgb(var(--light-gray-monochrome)) !important;
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
background-image: url('https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png');
background-size: 100vh;
background-attachment: fixed;
background-position: top center;
}
#top-bar ul li ul.sfhover:hover,
#top-bar ul li ul:hover a:hover {
background: white;
}
#top-bar div[class*="top-bar"] > ul > li.sfhover > a,
#top-bar div[class*="top-bar"] ul li:hover a:hover {
background-image: url('https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png');
background-size: 100vh;
background-attachment: fixed;
background-position: top center;
color: white;
}
#top-bar ul li ul li a, #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a {
background: #f6d9dA;
}
#top-bar ul li ul li:hover a, #top-bar ul li.sfhover ul li:hover a {
background: white !important;
}
#top-bar div.open-menu a {
border-radius: 0;
box-shadow: none;
color: white;
background-image: linear-gradient(125deg,rgba(var(--bright-accent),.75) 25%,transparent 25%,transparent 50%,rgba(var(--bright-accent),.75) 50%,rgba(var(--bright-accent),.75) 75%,transparent 75%,transparent 100%);
background-size: 0.9rem 1.305rem;
background-color: rgb(var(--dark-accent));
border: solid 1px rgb(var(--dark-accent));
}
.c_topbar_arrow {
color: rgb(var(--white-monochrome));
}
/* SIDE-BAR SETTINGS */
#side-bar {
background-color: transparent;
}
div#side-bar {
-webkit-background-image: linear-gradient(to bottom, rgba(var(--dark-gray-monochrome), 1) 0%, rgba(var(--dark-gray-monochrome), 0.55) 100%), url("https://scp-wiki.wdfiles.com/local--files/theme:the-foundation-theme/cons_circle.png");
background-image: linear-gradient(to bottom, rgba(var(--dark-gray-monochrome), 1) 0%, rgba(var(--dark-gray-monochrome), 0.55) 100%), url("https://scp-wiki.wdfiles.com/local--files/theme:the-foundation-theme/cons_circle.png");
background-size: cover, 125vh !important;
background-position: -28rem center !important;
background-blend-mode: multiply, normal !important;
background-color: rgb(9,9,11);
font-weight: bold;
color: white;
}
#side-bar a, #side-bar a:visited {
color: white;
}
#side-bar .side-block,
#interwiki .side-block {
border: transparent;
border-radius: 0;
padding: 5px 15px;
box-shadow: none;
background-color: transparent;
direction: ltr;
}
#side-bar .side-block.resources, #side-bar .side-block.media {
background-color: transparent;
position: relative;
margin-bottom: 0.25em;
padding: 0.75em 15px 0.5em;
}
#side-bar .heading,
#interwiki .heading {
color: white;
font-family: var(--title-font);
text-transform: uppercase;
font-size: 0.94rem;
border-bottom-color: rgb(var(--dark-accent));
}
/* SIDE-BAR IMAGES */
.side-block .menu-item > .image {
-webkit-filter: hue-rotate(-171deg);
filter: hue-rotate(-171deg);
}
/* Patch pour hover imbriqué */
#top-bar ul li ul li ul {
left: 159px;
}
/* MOBILE SIDE-BAR */
@media (max-width: 767px) {
#side-bar {
background-color: rgb(var(--white-monochrome));
}
#top-bar .open-menu a {
border: 0.2em solid rgb(var(--bright-accent));
background-color: rgb(var(--white-monochrome));
color: rgb(var(--bright-accent));
}
}
/* BODY */
body {
font-family: var( --body-font);
font-weight: 400;
}
/* FOOTER */
#footer {
background: rgb(var(--dark-accent));
}
/* LINKS /
#page-content a:not([href="user"]):not([href*="javascript:;"]):not([href="/classification-committee-memo"]):not([href="#u-credit-view"]) {
padding: 0.15em;
margin: -0.15em;
color: rgb(var(--gray-monochrome));
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--light-gray-monochrome), 1);
transition:
box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
#page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href="/classification-committee-memo"]):not([href="#u-credit-view"]):hover {
padding: 0.3em 0.25em 0.2em 0.25em;
margin: -0.25em;
box-shadow: inset 0 -1.5em 0 0 rgba(var(--dark-accent), 1);
text-decoration: none;
color: rgb(var(--white-monochrome))
}
/* RATING MODULE */
.page-rate-widget-box .rate-points {
background-color: rgb(var(--dark-accent)) !important;
border-color: rgb(var(--dark-accent));
color: rgb(var(--pale-gray-monochrome));
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: rgb(var(--pale-gray-monochrome));
border-top-color: rgb(var(--dark-accent));
border-bottom-color: rgb(var(--dark-accent));
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
background: transparent;
color: rgb(var(--dark-accent));
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
background: rgb(var(--dark-accent));
color: rgb(var(--pale-gray-monochrome));
}
.page-rate-widget-box .cancel {
background: transparent;
background-color: rgb(var(--dark-accent));
border-color: rgb(var(--dark-accent));
}
.page-rate-widget-box .cancel a {
color: rgb(var(--bright-accent));
}
.page-rate-widget-box .cancel a:hover {
background-color: rgb(var(--dark-accent));
color: rgb(var(--pale-gray-monochrome));
}
/* TABLES */
table.wiki-content-table {
border-collapse: collapse;
}
table.wiki-content-table td {
border-color: rgb(var(--light-gray-monochrome)) !important;
}
table.wiki-content-table th {
color: rgb(var(--white-monochrome));
border-color: rgb(var(--light-gray-monochrome)) !important;
position: relative;
font-family: var(--title-font);
font-weight: 600;
text-transform: uppercase;
background-color: rgb(var(--bright-accent));
}
/* TABVIEW */
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
zoom: unset;
display: flex;
flex-wrap: wrap;
border: none;
width: calc(100% - 0.125rem);
margin: 0 auto;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
zoom: unset;
background-image: none;
background-color: rgb(var(--pale-gray-monochrome));
border: unset;
font-weight: bold;
}
.yui-navset .yui-nav a:before {
-webkit-clip-path: polygon(0 calc(100% - 0.25rem),calc(100% + 1rem) calc(100% - 0.25rem),calc(100% + 1rem) calc(100% + 1rem),0 calc(100% + 1rem));
z-index: 0;
position: absolute;
top: 0;
left: -.5%;
width: 101%;
height: 101%;
background-color: rgb(var(--bright-accent));
background-image: url('https://scp-wiki.wdfiles.com/local--files/theme:the-foundation-theme/cons_circle.png');
background-size: 100vh;
background-attachment: fixed;
background-position: top center;
background-repeat: repeat;
content: " ";
clip-path: polygon(0 calc(100% - 0.25rem),calc(100% + 1rem) calc(100% - 0.25rem),calc(100% + 1rem) calc(100% + 1rem),0 calc(100% + 1rem));
pointer-events: none;
transition: background 50ms cubic-bezier(.4,0,.2,1),clip-path .2s cubic-bezier(.4,0,.2,1),-webkit-clip-path .2s cubic-bezier(.4,0,.2,1) !important;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
zoom: unset;
background-color: rgb(var(--bright-accent));
background-image: url('https://scp-wiki.wdfiles.com/local--files/theme:the-foundation-theme/cons_circle.png');
background-size: 100vh;
background-attachment: fixed;
background-position: top center;
background-repeat: repeat;
font-weight: bold;
color: white;
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
background: transparent;
border-bottom: transparent;
max-width: 100%;
padding: 0;
margin: 0;
zoom: unset;
display: flex;
position: relative;
flex-basis: 7vw;
flex-grow: 2;
box-shadow: none;
}
.yui-navset .yui-nav li a,
.yui-navset-top .yui-nav li a,
.yui-navset-bottom .yui-nav li a {
display: flex;
vertical-align: bottom;
zoom: unset;
width: 100%;
align-items: center;
justify-content: center;
}
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
padding: 0.35em 0.75em;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.yui-navset .yui-nav li em {
/* Undoes border set by wikidot's default layout */
border: unset !important;
}
/* Selected Tab */
.yui-navset .yui-nav .selected,
.yui-navset .yui-navset-top .yui-nav .selected,
.yui-navset .yui-nav .selected:hover,
.yui-navset .yui-navset-top .yui-nav .selected:hover {
padding: 0;
margin: 0;
flex-grow: 2;
background-image: none;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
border: none !important;
border-color: transparent;
color: white;
}
.yui-navset .yui-nav .selected a {
/* Undoes a color set by wikidot's default layout */
color: rgb(252, 252, 252) !important;
width: 100%;
background-image: none;
}
.yui-navset .yui-content {
background-color: rgb(250,250,250) !important;
/* content background color */
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
border-color: rgb(var(--light-gray-monochrome));
/* content border */
}
.yui-navset-left .yui-content {
border-left-color: #ffb961;
/* different border color */
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
background-image: url('https://scp-wiki.wdfiles.com/local--files/theme:the-foundation-theme/cons_circle.png');
background-size: 100vh;
background-attachment: fixed;
background-position: top center;
background-repeat: repeat;
cursor: default;
margin-bottom: -2px;
font-weight: bold;
}
/* IMAGE BLOCK */
.scp-image-block, .scp-image-caption {
border-color: rgb(var(--dark-accent)) !important;
}
/* LINE */
#page-content hr {
height: 0.5em;
border: initial;
position: relative;
background-color: rgba(0, 0, 0, 0);
overflow: hidden;
}
#page-content hr::before {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('https://scp-wiki.wdfiles.com/local--files/theme:the-foundation-theme/cons_circle.png');
background-size: 100vh;
background-attachment: fixed;
background-position: top center;
background-repeat: repeat;
-webkit-clip-path: polygon(50% 10%, 100% 50%, 50% 90%, 0% 50%);
clip-path: polygon(50% 10%, 100% 50%, 50% 90%, 0% 50%);
pointer-events: none;
}
/* BLOCKQUOTE */
blockquote {
position: relative;
margin: .5em 1.25rem;
padding: .25em 1.25em;
clear: both;
border: none;
background-color: rgba(var(--pale-gray-monochrome));
box-shadow: inset 0 0 0 .0625rem rgba(var(--light-gray-monochrome),.5),inset .0625rem 0 0 0 rgba(var(--light-gray-monochrome),.5),inset 0 -.0625rem 0 0 rgba(var(--light-gray-monochrome),.75);
}
/* OTHERS */
.title.modal-header {
background-image: linear-gradient(125deg,rgba(var(--bright-accent),.75) 25%,transparent 25%,transparent 50%,rgba(var(--bright-accent),.75) 50%,rgba(var(--bright-accent),.75) 75%,transparent 75%,transparent 100%);
background-size: 3rem 4.35rem;
background-color: rgb(var(--dark-accent));
color: white;
}
#odialog-container .owindow > div.modal-body > img[style*="padding: 2px 8px;"]:first-child {
padding: 0 !important;
box-shadow: 0 0 0 .25rem rgb(var(--dark-accent));
margin-right: 1em;
}
Item#: 8571
Level3
Containment Class:
keter
Secondary Class:
{$secondary-class}
Disruption Class:
amida
Risk Class:
notice
SCP-8571 official logo
Special Containment Procedures: Any verbal or written reference to the official title of SCP-8571 (
- _
DATA EXPUNGED
Foundation Champions League™
) found in any Foundation record must be automatically redacted and filtered to prevent its proliferation. The original nomenclature may only be mentioned and/or used in controlled environments, under the constant supervision of the Memetics Department and with the authorization of a Level 4 member of said Department.
Any reference to the title of SCP-8571 is forbidden in any context.
All communication systems must include semantic filtering capable of automatically interrupting communication upon detection of an attempt to transmit SCP-8571 .
Any SCP-8571-1 entity must proceed immediately, without communicating with other personnel, to undergo an emergency amnestication at the nearest medical wing within the facility with access to Class-C amnestics. During this period, only the minimum necessary communication is authorized.
In the case of disposable personnel, they must follow the safety guidelines applicable to the medical area.
Description: SCP-8571 refers to an easily spreadable cognitomemetic agent that causes those affected (SCP-8571-1) to believe in the existence of a fictional soccer league. The transmission vector for SCP-8571 is the spoken or written form of the competition's official name (
- _
DATA EXPUNGED
Foundation Champions League™
). Such exposure can occur through reading the term directly or hearing it spoken. Viewing graphic representations of it, such as logos or associated team crests, is not dangerous, but it does pose a risk of lifting the veil.
After weeks of searching, it has been confirmed that said soccer league does not appear in any verifiable records held by civilian sources, national or international sports organizations, nor the Foundation's own databases.
After being exposed to SCP-8571 , affected individuals immediately develop a set of detailed memories corresponding to SCP-8571 's current league season. These memories are indistinguishable from genuine memories, causing SCP-8571-1 instances to confirm that they have personally attended each and every match of the current season, including not only soccer statistics such as scores and goal scorers, but also other details such as physical sensations, smells, ambient sounds, and emotional states linked to the results..
The implanted memories are consistent across instances, improving the coherence and cohesion of the story generated by SCP-8571 . Match results, individual statistics, and league standings are identical regardless of which instance is queried..
The most significant and important aspect from the Veil's perspective is that the 20 teams participating in SCP-8571 have names that directly refer to internal structures, facilities, and departments of the SCP Foundation. The SCP-8571-1 entities use these names with complete confidence, without perceiving any inconsistency. The risk of classified information leaks resulting from the memetic infection is considered severe among both Foundation personnel and civilians.
The origin of SCP-8571 is unknown. The most widely accepted hypothesis is that it may be a failed experiment designed by one of the Foundation's former Anti-Memetics Departments sometime after the institutional reorganization of [DATA NOT FOUND]. No documentation has been found to corroborate this; other possible origins are still being investigated.
SCP-8571 does not possess any direct lethal or debilitating properties. Instances of SCP-8571-1 do not exhibit any physical problems or serious cognitive impairments. The primary threat is informational in nature: widespread exposure would compromise the integrity of the Veil on a potentially global scale.
Addedum-8571 .1
████████████████████████
Classification ███
Season 20██ — 20██
The following classification table was compiled by Dr.No██ based on independent interviews conducted with 16 SCP-8571-1 instances. Since SCP-8571 has no verifiable existence in any external source, the only way to document data from the active season is through the direct testimony of infected subjects. The collected data has been cross-referenced across all instances to ensure consistency. The rate of agreement between instances was 100%. However, discrepancies were observed in the subjects' emotional responses to the results, making it clear that SCP-8571 is capable of influencing emotions in different ways across different subjects.
Audio Log Transcript - Log-8571 .1
Date: 02/28/2023
Interviewer: Dr.No██
History: Excerpt from an interview between Dr.No██ and D-49182, subject number 12.
[BEGIN LOG]
Dr.No██: Can you describe the teams you remember seeing this season?
D-49182: Absolutely. I watched all of them, really, but to be honest, the team I was rooting for the most was Guards FC, MTF Athletic's classic rival. To be fair, putting team colors aside, the team I enjoyed watching the most—because of their ultra-offensive style of play—is Anti-Memetics United. They've got a great lineup. They slipped into international spots this year. In fact, I'm surprised you didn't see the crazy game they played against those suckers from AC Site-19—they scored six goals against them.
Dr.No██: "Site-19"? What do you mean by that?
D-49182: You haven't heard of AC Site-19?! Well, with the shitty season they've had. Honestly, it's worth forgetting.
Dr.No██: Please continue with the list.
D-49182: Right. Um… Other teams I can remember… There was also Memetics Division SC, the Researchers, Site-23 Rovers, Applied Thaumatology FC… Come to think of it, that team just got promoted; they didn't look like much, but look at them now—they're right in the middle of the table.
[2-second pause]
D-49182: Alpha-9 City, New Ethics, Site-17, AC RAISA, Site-06, █████████████ FC—
Dr.No██: [interruption] "█████████████"?
D-49182: Yeah. It's a really bad name for a soccer team, I know. But that's what they're called. Then there's Site-88, Site-45 SG, ███ FC, and Real Anomalies, who are at the bottom of the league this season, poor things. They've only won four games all year.
Dr.No██: Do you remember the exact score of a particular game?
D-49182: All of them.
[3-second pause]
D-49182: I remember the scores of every single game. In detail. Is there one in particular you wanna know??
[END LOG]
Following the conclusion of the interview, all registered SCP-8571-1 instances were amnestified using Class-C procedures to prevent the accidental spread of SCP-8571 and to prevent a potential breach of the Veil.
Table of results for this season obtained from the various interviews:
Team
Pl
W
D
L
F
A
GD
Pts
1
Guards FC
38
27
7
4
89
34
+55
88
2
MTF Athletic
38
25
8
5
76
31
+45
83
3
Anti-memetics United
38
23
9
6
71
38
+33
78
4
AC Site-19
38
22
8
8
68
42
+26
74
5
New Ethics
38
20
10
8
63
44
+19
70
6
Memetics Division SC
38
19
9
10
58
47
+11
66
7
Researchers
38
17
11
10
55
48
+7
62
8
Site-23 Rovers
38
16
10
12
54
51
+3
58
9
Alpha-9 City
38
15
11
12
51
50
+1
56
10
Applied Thaumatology FC
38
14
12
12
49
40
0
54
11
Keter Union
38
14
10
14
47
52
-5
52
12
Site-87
38
13
11
14
45
51
-6
50
13
Site-17
38
12
12
14
46
55
-9
48
14
AC RAISA
38
12
9
17
43
57
-14
45
15
Site-06
38
11
9
18
40
59
-19
42
16
████████ FC
38
10
9
19
38
62
-24
39
17
Site-88
38
9
10
19
37
64
-27
37
18
Site-45 SG ↓
38
8
8
22
33
71
-38
32
19
███ FC ↓
38
6
9
23
28
78
-50
27
20
Real Anomalies FC ↓
38
4
6
28
22
91
-69
18
Pl: Games Played · W: Winned · D: Draws · L: Lost · F: Goals in Favor · A: Goals Against · GD: Goal Difference · Pts: Points · ↓ Descend
- Close
Table of results for this season. Compiled from various interviews. Uncensored. DO NOT DISCLOSE THIS INFORMATION.
Team
Pl
W
D
L
F
A
GD
Pts
1
Guards FC
38
27
7
4
89
34
+55
88
2
MTF Athletic
38
25
8
5
76
31
+45
83
3
Anti-memetics United
38
23
9
6
71
38
+33
78
4
AC Site-19
38
22
8
8
68
42
+26
74
5
New Ethics
38
20
10
8
63
44
+19
70
6
Memetics Division SC
38
19
9
10
58
47
+11
66
7
Researchers
38
17
11
10
55
48
+7
62
8
Site-23 Rovers
38
16
10
12
54
51
+3
58
9
Alpha-9 City
38
15
11
12
51
50
+1
56
10
Applied Thaumatology FC
38
14
12
12
49
40
0
54
11
Keter Union
38
14
10
14
47
52
-5
52
12
Site-87
38
13
11
14
45
51
-6
50
13
Site-17
38
12
12
14
46
55
-9
48
14
AC RAISA
38
12
9
17
43
57
-14
45
15
Site-06
38
11
9
18
40
59
-19
42
16
Council FC
38
10
9
19
38
62
-24
39
17
Site-88
38
9
10
19
37
64
-27
37
18
Site-45 SG ↓
38
8
8
22
33
71
-38
32
19
ISD FC ↓
38
6
9
23
28
78
-50
27
20
Real Anomalies FC ↓
38
4
6
28
22
91
-69
18
- Close
Incident-8571 .1
Date of the incident: 01/11/2023
Time: 09:14 AM
Affected sites: Site-14, Site-19, Site-36, Site-37, Site-50, Site-119, Site-120, Area-02 and Area-14.
Estimated number of infected personnel: 9,000-10,000 employees | 800-1,200 disposable staff.
On January 11, at 09:14, Dr. █████, Director of Site-14, head of the Foundation's internal telecommunications network, and a member of the Telecommunications Department, accidentally placed a call to several Foundation facilities. The remaining facilities remained safe thanks to pre-established security systems designed to prevent potential cognitomemetic incidents. The affected facilities were quickly locked down by unaffected personnel to prevent widespread contamination among staff, anomalies, and civilians.
BROADCAST · SITE-14 · CH-021
09:14:33 — 09:15:51
"Good morning to all Foundation staff. This is Dr. █████, Director of Site 14. I hope you're having a productive day."
"I'm reaching out briefly to remind you that this evening at 8:00 p.m., one of the most anticipated matches of Matchday 27 of the
- _
(DATA EXPUNGED)
Foundation Champions League™
will kick off: the highly anticipated derby between Guards FC and MTF Athletic. As you know, the two teams are separated by just ten points in the standings, and a win for either side would put them within striking distance of first place for the first time in three seasons."
"Just a reminder that the cafeterias at all locations connected to the network will be showing a live broadcast. Take advantage of your break to watch the game."
"Site 14 is with the Guards, just in case anyone had any doubts!"
"That's all. Have a great rest of the day. Site-14, over and out."
END OF BROADCAST · Duration: 01:18
The message was received across several offices, common areas, laboratories, Class-D cells, and guard posts at various affected sites. Despite efforts to quickly cut off the transmission, it could not be interrupted until 09:14:51, 18 seconds after it began. By that time, the reference to SCP-8571 had already been broadcast in its entirety.
The first reports of a mass infection began to come in from Site-14 at 09:17, just three minutes after the transmission. At 09:45, the Category 2 Veil control protocol was fully activated at the facility level by direct order of O5-██, initiating one of the largest memory erasure operations in recent history.
Due to the large number of infected individuals, the following measures were implemented:
PHASE I.-
Class-D — Critical Priority
The SCP-8571-1 entities among the disposable personnel were identified as the group posing the greatest risk to the integrity of the Veil. Unlike Foundation personnel, who already possess prior institutional knowledge, the memories implanted by SCP-8571 provided these instances with a vocabulary and a complete conceptual framework regarding the Foundation's internal organization: site names, departmental designations, and, in some cases, inferences regarding the nature of the anomalies contained within their respective sites due to "strange behaviors on the field".
The amnestication procedure for all SCP-8571-1 instances belonging to disposable personnel was initiated simultaneously at 10:30 a.m. at all affected facilities via the airborne administration of Class-C amnestics through the cell ventilation systems. Subjects who had already developed significant resistance to this class of amnesics were processed and terminated immediately following a brief verification period to confirm the failure of the procedure.
PHASE II.-
Civilian Staff — High Priority
Civilian staff without access to classified information underwent a specific Class-C amnestic procedure. This group was isolated in designated quarantine zones at 10:15 a.m. and processed in small groups over the next eight hours. After verifying the treatment's effectiveness, they were returned to their regular posts.
In the case of this group, their resistance to amnestics was significantly lower than that of Class-D personnel due to their much lower consumption of standard doses.
PHASE III.-
Foundation Personnel — Moderate Priority
The approach to handling the Foundation's staff was more gradual. Since these staff members were already aware of the institution's existence and its general structure, the risk of breaching the Veil was considered significantly lower. The main threat in this group was the disclosure of confidential information to potential adversaries or colleagues who were not authorized to access such information.
An internal directive imposing a media blackout was issued at 10:05 a.m., before most of the infected staff had left their workstations, instructing everyone not to discuss the content of the broadcast until further notice. The directive was followed by most of the affected staff. The number of information leaks dropped dramatically.
The amnestic treatment administered to Foundation personnel was applied selectively: researchers with access to high-level classified information who, as a result of the implanted memories, might be able to establish connections between the nomenclature of the SCP-8571 teams and actual classified projects were treated as a priority. The rest underwent individual psychological evaluations and were treated accordingly in the weeks following the incident.
- Close
The internal investigation launched following the incident determined that Dr. █████ was exposed to SCP-8571 approximately three weeks prior to the public address broadcast, during a visit to Site-19. The exact source of their exposure could not be determined with certainty.
During the period between his initial exposure and the incident, Dr. █████ reportedly experienced the implanted memories as entirely natural, without perceiving any anomalies. According to their own testimony gathered after the incident, they considered the
- _
(DATA EXPUNGED)
Foundation Champions League™
to be a completely ordinary soccer league of which they had genuine memories dating back years. The decision to make the PA announcement seemed to them, in their own words: "as normal as letting his teammates know there was coffee in the break room."
Dr. █████ was immediately dismissed from their position and subjected to Class-C amnestics.
The communications system has been temporarily suspended for certain channels while we explore ways to prevent the spread of cognitomemes and similar phenomena. Communications with other facilities will be conducted using unaffected lines and auxiliary channels.
