:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: clamp(2rem, 5vw, 2.8125rem);
--header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem);
--logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg");
}
#header {
--search-textbox-text-color: var(--swatch-secondary-color);
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center 0;
background-size: auto calc(var(--header-height-on-desktop) - 1.5rem);
opacity: 0.8;
pointer-events: none;
}
#header h1,
#header h2 {
margin: 0;
padding: 0;
width: 100%;
height: var(--header-height-on-desktop);
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
}
#header h1 a,
#header h1 a::before,
#header h2 span,
#header h2 span::before {
margin: 0;
padding: 0;
z-index: 0;
display: block;
text-align: center;
}
#header h1 {
z-index: 1;
}
#header h1 a::before,
#header h1 a::after {
content: var(--header-title);
}
#header h1 a::before {
color: rgb(var(--swatch-text-tertiary-color));
z-index: -1;
-webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark));
}
#header h1 a::after {
color: rgb(var(--swatch-headerh1-color));
z-index: 1;
}
#header h2 {
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#header h2 span {
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em);
}
#header h2 span::before,
#header h2 span::after {
--wght: 600;
content: var(--header-subtitle);
position: absolute;
left: 50%;
transform: translateY(-50%) translateX(-50%);
width: 100%;
text-align: center;
}
#header h2 span::before {
-webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark));
}
#header h2 span::after {
color: rgb(var(--swatch-headerh2-color));
z-index: 1;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
color: rgba(0, 0, 0, 0);
}
@media (min-width: 36rem) {
#login-status {
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status::before {
--mask-image: none;
background-color: transparent;
}
#login-status:not(:focus-within) {
color: rgb(var(--login-line-divider-color));
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
}
#login-status #account-topbutton,
#login-status:not(:focus-within) #account-topbutton {
--clip-path:
polygon( 0 0, 100% 0, 100% 100%, 0 100% );
background-color: rgba(var(--login-arrow-color), 0);
}
#login-status #account-topbutton::before{
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(var(--login-arrow-color), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton:hover::before {
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
}
#login-status:not(:focus-within) #account-topbutton::after {
display: none;
}
#login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
pointer-events: all;
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) {
opacity: 1;
}
#login-status #my-account {
--wght: 300;
}
#account-options {
background: var(--gradient-header);
}
#search-top-box {
top: 1.5em;
right: 3%;
background: rgba(var(--search-focus-textbox-bg-color), 0.4);
}
#search-top-box:focus-within ~ #login-status {
opacity: 1;
}
#search-top-box::after {
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#search-top-box:not(:focus-within)::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0% 100%
);
background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#search-top-box:not(:focus-within):hover::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
background-color: rgb(var(--search-icon-hover-bg-color));
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) {
max-width: var(--search-width);
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
max-width: var(--search-width);
padding: 0 var(--search-height) 0 1em;
outline-width: 0;
background-color: rgb(var(--search-focus-textbox-bg-color), 0.35);
color: rgba(var(--search-textbox-text-color), 0.4);
cursor: pointer;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"],
#search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] {
pointer-events: all;
border: none;
}
}
#page-title::after,
.meta-title::after,
#page-title::before,
.meta-title::before {
content: "";
flex-grow: 1;
height: 0.0625rem;
background: rgb(var(--swatch-primary));
}
#page-title::before,
.meta-title::before {
margin: auto 1.25rem auto auto;
}
@supports(display: grid) {
:root {
--sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19);
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.5rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
background: unset;
opacity: 1;
pointer-events: all;
z-index: -1;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.5rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important;
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu,
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu {
pointer-events: none;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
pointer-events: none;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before,
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after {
opacity: 0;
pointer-events: none;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
transition:
opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within ~ #main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
@supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar {
padding: inherit;
} }
#content-wrap {
display: flex;
flex-direction: row;
width: calc(100vw - (100vw - 100%));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
max-width: var(--body-width-on-desktop, 45.75rem);
margin: 0 auto;
}
#page-content {
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
@supports (-webkit-hyphens:none) {
#side-bar {
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before,
#side-bar:hover .close-menu::after {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
SCP-7431-1 illustrated by ████████ ██████ ████████████, Argentina, 1926.
Item #: SCP-7431
Object Class: Euclid
Special Containment Procedures: SCP-7431, being spontaneous, cannot be systematically contained through the means available to the Foundation. Its containment must be carried out through identification and intervention in cases related to it. Any records or information that describes SCP-7431-1 must be censored/deleted. Records of a historical nature are considered of greater relevance and must be confiscated for study.
SCP-7431 victims must be immediately detained for interrogation and subsequent amnesty. Depending on the level at which they were affected by the anomaly, the prescription of anxiolytics or psychiatric treatments is recommended for greater cooperation and a more efficient study of the anomaly.
Description: SCP-7431 is a phenomenon that occurs spontaneously and that, at the time of writing this article, has affected approximately 4% of the world's population. This phenomenon causes a sudden state of comatose and uninterrupted sleep in individuals who suffer from it. The duration of the process can vary from 20 minutes to 7 hours, and ends with the individual waking up due to natural causes.
This sleep state cannot be interrupted in any way through external factors and all attempts to interrupt this cycle have failed, including methods such as overexposure of the patient to various stimuli as well as the infliction of extreme pain. Approximately 78% of Recorded cases of SCP -7431 develop various anxiety and depression disorders in the time after the event, the most common being schizoid personality disorder and paranoid personality disorder as well as a tendency to self-flagellation.
SCP-7431 -1 is a metaphysical escape attended by victims of SCP-7431.
All information regarding SCP -7431 -1 comes from the various testimonies of SCP -7431 victims and from various historical records recovered mainly from European and pre-Columbian sources dating from between the 15th and 17th centuries. The possible relation with the anomaly remains under study.
The exact size, properties, origin, or functioning of this space is still under study. General information confirms the existence of a primarily humanoid sub-society, based on hierarchies, extremely hostile and highly volatile. Veneration towards violent ritualistic acts predominates as a cultural constant within this society, leading to acts of torture, excision, and devouring subjected to human individuals who arrive at SCP-7431-1 by its inhabitants.
SCP-7431-1 has a property that causes beings who arrive due to SCP-7431 to constantly regenerate their body matter and living tissue, making them virtually indestructible to any damage, or at least, preventing the possibility of death for any subject within the escape. This should be considered a negative factor, since the exposure of individuals to multiple methods of torture without the possibility of dying due to the injuries results in extreme emotional distress and the development of mental disorders in said individuals. The flow of time within SCP-7431-1 also appears to be different from that of the base reality. Individuals who appear to have been in the effects of SCP-7431 for only a short period of time testify to having spent longer periods of time inside the escape. Being the longest time inside ever recorded, according to one subject, of 6 years.
Three relevant locations have been identified within the escape:
Wasteland: Considerably vast desert that extends for kilometers around the center of SCP-7431-1. It appears to be non-Euclidean in nature, and is normally saturated with humans in perpetual starvation due to the lack of resources.
Citadel: Massive structure, similar to the Panopticon, a design ideated by Jeremy Bentham towards the end of the 18th century. It appears to be a center for the highest hierarchies within SCP-7431-1, and is where torture and punishment activities towards humans within the escape are carried out.
Tower: Structure that sits on top of the citadel. It contains, according to certain sources, an entity inside. No further information is available.
SCP-7431-2 is the collective designation for the multiple entities and beings that inhabit SCP-7431-1, whether native to it or not.
Addendum 7431.1: List of known SCP-7431-2 instances
Artistic representation of SCP-7431-2-A. Found in Los Andes, date undetermined.
Designation: SCP -7431-2-A
Description: Sentient humanoid entities that roam the wastelands of SCP -7431-1. Its anatomy is characterized by the absence of reproductive organs and any type of body orifice. Testimonies also affirm the absence of certain organs, limbs or other parts of the body. These absences seem to vary depending on the instance. The presence of a single eye of disproportionate size in relation to the size of the skull predominates in all instances.
Instances of SCP-7431-2-A move in groups, wandering aimlessly and erratically. Certain witnesses claim to have heard these entities producing vocalizations in different known languages, which are mostly described as short, unintelligible, or mere words without any relationship between them.
These vocalizations have been recorded, based on various witnesses and translators, in Portuguese, Russian, English, Spanish, French, Guaraní, Aymara, German, and Mocovi.
SCP-7431-2-B. Drawn by German biologist ██████ ████
Designation: SCP -7431-2-B
Description: Invertebrate creatures similar to river leeches, with a mass twice the size. They are described with human mouths and dentures. They are carnivorous and scavenger creatures, the younger instances feed on tunnels made in the flesh of the prey by the older instances, feeding mainly on fat and cartilage. Once they grow, their jaws finish developing, allowing them to tear and crush the meat effectively.
Designation: SCP -7431-2-C
Description: Decapitated heads, usually in groups, impaled on stakes around all of SCP-7431-1. Because they possess the quality of regeneration of living tissue, they are constantly consumed by instances of SCP-7431-2-B, who will also form small colonies inside them. They are conscious and can communicate through an indeterminate psychic capacity.
Instances of SCP-7431-2-C will normally attempt to attract other humans through calls for help, screams of pain, or mere manipulation, persuading them to attempt to remove them from the stake on which they are impaled. The moment a human makes physical contact with any of these instances, he or she will automatically change places with it, becoming impaled while the previous instance awakens from the effects of SCP -7431.
Relevant Encounter/s:
Jessica Maertens (19 years old) is affected by SCP-7431 after deciding to take a nap on the afternoon of May 9, 2007. After arriving at SCP-7431-1, the subject overcomes the shock and decides to explore the wasteland.
After some time, she encounters an instance of SCP-7431-2-C. The subject, as expected, reacts with desperation and fear. After realizing her presence, the instance begins to communicate with the subject, calming her and persuading her to come closer. At that moment, the instance tries to convince the subject to remove it from the stake, arguing that it is the only way it has to return to the real world. After considering it for a couple of minutes, the subject makes physical contact with the instance.
The subject replaces the instance, her body de-manifests and her head becomes impaled on the stake. After approximately a year and a half in that state, already converted into a colony for
SCP -7431-2-B, the subject spots a pre-adolescent boy exploring the surroundings. After persuading him to remove her from the stake in the same way, the boy makes physical contact and the subject wakes up in the real world, where barely 20 minutes had passed.
In a violent state of ecstasy, the subject runs to the kitchen of her home and attempts to impale 2 kitchen knives in her ears. While being detained by her parents, who were present at home, the subject ends up hitting her head multiple times against a piece of furniture, and ends up being hospitalized.
Already admitted to the hospital, the subject would narrate her experience inside SCP -7431-1 to her psychologist, before commiting suicide on May 11, 2011.
Designation: SCP-7431-2-D
Description: Massive entity, with resemblance to a human fetus with notable malformations. It emits a powerful glow and is usually found anchored to the cornice of the citadel. Based on the collection of various testimonies, a cultural practice is reported in which SCP-74312-D is unmoored to wander, floating, above the wasteland for an indeterminate time, to then return and rest on the citadel again.
SCP -7431-2-D produces a powerful memetic effect when viewed directly, in which any individual who maintains eye contact for more than 5 seconds will suffer complete spontaneous combustion. Said fire is of an anomalous nature and cannot be extinguished by any means available within SCP-7431-1.
Although this effect would be considered fatal, since humans within the escape possess the quality of regeneration of living tissue, combustion in individuals usually occurs constantly and permanently until the state of sleep is abandoned.
Relevant Encounter/s:
██████ ███████ (53-years-old),a 17th century French philosopher, would come into contact with SCP -7431-1 at an undetermined date and time. The subject would explore the wasteland for 4 days before witnessing SCP-7431-2-D and going into a combust state. It is theorized that the individual spent 8 months in that state before awakening from the effects of SCP -7431. The subject would end up drawing a representation of SCP-7431-2-D in his diary before publicly committing suicide in the ████████ piazza.
Designation: SCP-7431-2-E
Description: Race of humanoid beings native to SCP-7431-1. Described as being around two and a half meters in size. They have disproportionate strength despite having a muscular system similar to that of a human.
Extremely violent beings who are dedicated to the systematic torture of humans within the escape. They usually move through the wasteland in search of new subjects, to then transfer them to the citadel, where they subject them to various methods of torture both through the use of machinery within the structure or through the use of brute force.
Relevant Encounter/s:
Nicolas Thompson (23 years old): The subject fell asleep during a bus trip to his university on April 4, 2001. Being affected by SCP -7431, he manifests in the SCP-7431-1, in an area near the citadel, where he is quickly intercepted by 3 instances of SCP-7431-2-E. The subject is taken to an upper floor of the citadel, where he is chained and hung by his extremities while 2 instances of SCP-7431-2-E continuously punch his abdomen, which tears and recomposes with each blow. This process continues without any interruption for what the subject describes as "Months", until he awakens from the effects of SCP -7431. The subject has been amnested but continues to demonstrate symptoms of post-traumatic stress.
Sophia Müller (31 years old) On December 2, 1994, the subject falls under the effects of SCP -7431 in the night, at her home. The subject manifests in the wasteland, where she manages to evade 6 instances of SCP-7431-2-E that hunt her continuously for a week. Finally, the subject succumbs due to lack of food and is taken to the citadel. The subject is submerged in a chamber completely flooded with instances of SCP -7431-2-B, which continuously feed and dig on her body. The subject describes this indeterminate period of time as "An eternity." The subject wakes up 30 minutes after entering the sleep period, writes a note for her boyfriend detailing what happened, and commits suicide by [REDACTED]
Román Casati (26 years old) On January 2, 1989, the subject, who fell asleep during a party at a friend's house, is affected by SCP-7431 and appears inside the citadel, where he is quickly intercepted by an instance of SCP-7431-2-E, who goes on to squeeze him by the neck and lift him into the air. The instance begins a torture process in which it strangles the subject with his bare hands for two minutes, lets him breathe for 30 seconds, and then strangles him again, repeating the process. The subject describes the duration of the torture as "around two years", until he awakens from the effects of SCP-7431. After a suicide attempt, the subject is hospitalized. The subject has been amnesticized, but demonstrates symptoms of depressive disorder and masochist tendencies.
Designation: SCP-7431-2- ☆
Description: none
Addendum 7431.2: Exploration attempts
On ██/██/████, the SCP-7431 research team launched the ██████ project, with the goal of exploring and studying SCP-7431-1 in a controlled environment. For this, SCP-████, derived from the failed ████████ project, would be used.
On ██/██/████, a class D subject was implanted with SCP ████, and based on the notes of Argentine artist ████████ ██████ ████████████, a series of specific conditions were put in place to trigger the effects of SCP-7431 in the subject. Despite the time difference that divides our plane of reality from SCP-7431-1, the constant communication of the class D subject describing his experiences in real time based on specifications and orders previously given by project researchers would serve for a greater understanding of the anomaly. Said temporal difference did not allow a real-time exchange with the subject. Advanced recording and editing technology allowed the creation of an understandable record of the subject's experiences. The difference was 35 minutes in the base reality, and 4 hours within SCP-7431-1.
While the first exploration was considered a failure due to subject being captured by 2 instances of SCP-7431-2-E, at which point the individual's communication became purely erratic, the recovered material continues to be studied and will be taken taken into account for a second exploration already approved and scheduled for ██/██/████
The class D subject was amnesticized and is currently undergoing psychiatric treatment.
EXPLORATION LOG
DATE: ██/██/████
TEAM: D-21126
[BEGIN LOG]
[ D-21126 regains consciousness within SCP-7431-1 ]
D-21126: Uhm-
D-21126: Yes, uh, i'm inside.
D-21126: It's, uh, like… a desert. It's not very hot in here but there's lots of sand so-
D-21126: I can see some branches in the distance, sticking out of the sand. I'll go check.
[ 5 minutes from arrival ]
D-21126: So, these weren't- shit…
D-21126: Yeah, these were, uh, people. Arms, in the sand. I tried to remove one and it scratched me, but-
D-21126: I wanted to describe the scratch, you told me to report that kind of things but-
D-21126: No- I can't find the scratch, I don't see it. Maybe I imagined it?
[ 26 minutes from arrival ]
D-21126: Uh, do you copy me? There are- there are things walking here. Are these the same ones you described? Let me get closer…
D-21126: Yes they are.
SCP -7431-2-A: Est-Ce Que Tu Peux Me Voir?
D-21126: What?
SCP -7431-2-A: Je te vois.
D-21126: He's talking in- Honestly i don't know what he's saying.
D-21126: So, uh, he has no arms, his skin is very pale, it's like, very dry…
D-21126: He's just, standing there, looking at me. You told me not to bother them, i think i'm going. There should be many more anyway, right?
SCP -7431-2-A: Espèce de putain de cochon
D-21126: He's still talking…
SCP -7431-2-A: Enfoirée
D-21126: Uh.
[ 46 minutes from arrival ]
D-21126: Yes, I see something in the distance. I'm still far away, but it's like… a building, or a tower, but it looks old. It's… all white, it has a dome at the top, emerald green. This thing is huge.
D-21126: But there's also a- well- uh.. it's like..
D-21126: Yes, it's like a tower, it looks strange, crooked… but-
D-21126: It's like, if I concentrate I can see the details, but when I stop focusing, it fades away, like a mirage… Anyway. I won't get close, I'll move around it, like you guys told me.
[ 1 Hour and 38 minutes from arrival ]
D-21126: It's starting to get dark. The sky…uh, there's no dusk, I mean, I don't see a sun setting anywhere. It's as if- the sky just turned off, to black. Before, the sky was white, like cloudy, although there are no clouds… now it's like, gray…
[ 2 Hours and 25 minutes from arrival ]
D-21126: So, I'm behind a rock, on a mound of sand. When it got dark, it was pitch black, no moon and no stars. I couldn't see my own nose and-
D-21126: I saw a glow in the distance and approached it. I'm seeing it now, it's people, uh, set on fire, shit-
D-21126: Yes, their whole bodies, set on fire.
D-21126: There are about 9, or 10… some of them are, well, running, screaming, there's one rolling on the floor, this one doesn't move- but this other one, uh, this one looks like he's dancing. It doesn't seem like he's in pain, it's just like a choreography, he seems very calm.
D-21126:..Fuck.
[ 2 Hours and 43 minutes from arrival ]
D-21126: Focus- Hello. Hello- Fuck, they-
D-21126: Those- ugly things, they found me.
D-21126: Two of them, as soon as they saw me, they ran at full speed towards me, I couldn't even stop to breathe. They're almost like giants-
D-21126: I am hidden in a small sinkhole, almost like a cave. There are two more of these things, you know, the ones that can talk. They are standing still, looking at me, doing nothing. I'll try to stay here until they get tired of hunting me, if that at least happens.
D-21126: Am I supposed to be asleep? I'm fucking tired…
[ 2 Hours and 58 minutes from arrival ]
SCP -7431-2-A (1): Deine Angst ist unsinnig
D-21126: So.. fuck- I've been thinking-
SCP -7431-2-A (1): Es ist nur ein kleiner Kratzer
D-21126: It's a very big tower, up there. But there is one detail that- uhm-
D-21126: There's this small detail that I noticed while I was watching it. I'm not an idiot, I think there are things about this place that you guys didn't tell me.
SCP -7431-2-A (2): Huyeron desde el este para esconder este lugar entre las montañas. Yo lo encontré. Despues de siglos, para qué han vuelto? Para mantener el secreto? Imberbe. Ignorante
D-21126: The tower has a small decoration at the top. A little star, elongated, with 6 points. And I'm pretty sure I've seen it somewhere else.
D-21126: In the- uh- “Drawings”, which you showed me as a guide. I saw it a couple of times, like- a crown, or like a halo, i don't remember vey well.
SCP -7431-2-A (2): Infeliz. El vulgo sirve al monarca. El monarca sirve a Dios. Siga la escalera
D-21126: Remember, like, a while ago? When I said there were no stars in the sky?
SCP -7431-2-A (1): Wenn ich das gewusst hätte, hätte ich mich in die Zitadelle gestürzt. Was für ein Privileg. Was für ein Privileg.
SCP -7431-2-A (1): Well, right now I'm looking at the sky, and- uh- I think I was wrong. There's one. It's the same, exact one. You guys should write that down somewhere.
[ Pause ]
D-21126: Anyway, maybe I'll get lucky. Maybe it won't be long until-
SCP -7431-2-A (1): Die Kameradschaft ist angekommen.
D-21126: What? No-
[ D-21126 is intercepted by the 2 instances of SCP-7431-2-E, who attack him. The pain caused by the attack added to the desperation of the moment makes communication erratic and unintelligible. ]
SCP -7431-2-A (2): Que Dios lo bendiga!
[END LOG]