Wow! You flipped a card and got: cole poem!!! You ca reload the page or go to the next.
DATE: 18 Mar 2021 04:58
So many years of torture.
Darkness washed over.
I'm slowly dying.
It is my confinement.
It is my enslavement.
It cannot be suppressed.
What will become of me?
What would become of it?
Will it be set free?
Or would it come with?
I have to disconnect.
Only God knows now.
Wow! You flipped a card and got: dr-campitelli!!! You ca reload the page or go to the next.
DATE: 18 Mar 2021 00:34
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header {
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 -3.5rem;
-webkit-background-size: auto 8rem;
-moz-background-size: auto 8rem;
-o-background-size: auto 8rem;
background-size: auto 8rem;
background-position: center top;
opacity: 0.45;
pointer-events: none;
}
#header h1,
#header h1 a,
#header h1 a::before {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
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;
max-height: inherit;
z-index: 0;
}
#header>h1>a>span {
width: 100%;
height: 100%;
top: 0;
left: 0;
max-width: inherit;
}
#header h1 {
height: -webkit-calc(100% - 2.25rem);
height: -moz-calc(100% - 2.25rem);
height: calc(100% - 2.25rem);
}
#header h1 a::before,
#header h1 a {
text-align: center;
line-height: 0.8;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
left: 0;
top: 0.15em;
margin-left: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#login-status {
min-height: -webkit-calc(var(--base-font-size) * 1.5);
min-height: -moz-calc(var(--base-font-size) * 1.5);
min-height: calc(var(--base-font-size) * 1.5);
-webkit-border-radius: .0625rem;
-moz-border-radius: .0625rem;
border-radius: .0625rem;
-webkit-border-radius: var(--border-radius-width);
-moz-border-radius: var(--border-radius-width);
border-radius: var(--border-radius-width);
color: rgb(var(--pale-gray-monochrome));
background-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status .printuser {
--wght: 900;
position: relative;
top: 0;
left: 0;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0.25rem;
margin: 0;
font-weight: 900;
}
#login-status #my-account {
--wght: 300;
color: rgb(var(--pale-gray-monochrome));
font-weight: 300;
}
#login-status #account-topbutton {
border: initial;
padding: 0.5em 0.5em 0.5em 0.25em;
position: relative;
height: 100%;
top: 0;
left: 0;
margin: 0;
font-size: 1em;
}
#account-options {
width: auto;
padding: 0.5em;
border-color: rgba(var(--bright-accent));
background: var(--gradient-header);
color: rgb(var(--swatch-text-light));
}
#account-options ul li a {
color: rgb(var(--swatch-text-light));
}
#account-options li a:hover {
color: rgb(var(--swatch-text-light));
text-decoration: underline;
}
@media only screen and (min-width: 769px) {
#search-top-box {
right: 3%;
top: 0.5rem;
}
#search-top-box-form>input,
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
background: rgb(var(--black-monochrome));
}
#search-top-box-form>input {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
border: none;
border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form input[type="submit"] {
background: rgb(var(--swatch-primary-darkest));
color: rgb(var(--swatch-menutxt-light-color));
}
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
background: rgb(var(--swatch-primary));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
}
#page-title {
text-align: center;
}
@media only screen and (max-width:768px) {
:root {
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header h1,
#header h1 a,
#header h1 a::before {
top: 0.25rem;
}
#header h2,
#header h2 a,
#header h2 a::before {
top: 0;
}
#header h2 span {
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem);
}
}
Item #: SCP-5687
Object Class: Euclid
Special Containment Procedures: SCP - 5687 is to be set in a small box inside of a 2 x 6 meter cell. Cameras and motion sensors are to be placed around the cell. It is not allowed at ANY costs to be taken out of its cell.
Description: SCP - 5687 is a regular PlayStation console that appears to be used. The console is broken, showing a small dent on the casing of the console. Presumably smacked by a hammer. Once the console is booted up, it shows a blank screen for approximately 5 seconds, then shows the "Blue Screen of Death." The screen will then begin flashing rapidly, causing the subject to experience a seizure, and then die.
Addendum: [Optional additional paragraphs]
Wow! You flipped a card and got: MartinPJones!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 22:49
Wow! You flipped a card and got: Ragnarok VII: The Lost One!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 22:20
BY ORDER OF THE OVERSEER COUNCIL
The following file is Level 5/XXXX classified. Unauthorized access is forbidden.
XXXX
Prospect Park, Redlands, California.
Description: SCP-XXXX is a dimensional anomaly located in Prospect Park, California. SCP-XXXX is an entry point around the entire zone occupied by Prospect Park in the municipality of Redlands. In the surrounding area, a parallel reality identified as ϒ-1 (Upsilon One) is colliding with current reality.
From 11 P.M. to 4 A.M. in local time, the entry point to Dimension ϒ-1 enters an active state. During this period, the area affected by SCP-XXXX begins exhibiting anomalous properties. Individuals subjected to SCP-XXXX report feeling:
- Illusory time dilatation (accounts differ importantly between subjects);
- Lowered lucidity;
- Slow progression of psychosis/hysteria;
- Synesthesia and other sensory abnormalities;
- A "crushing lack of c�ntrol".
WARNING: THE FOLLOWING FILE IS LEVEL 4/XXXX CLASSIFIED
ANY ATTEMPT TO ACCESS THIS FILE WITHOUT LEVEL 4/XXXX AUTHORIZATION WILL BE LOGGED AND WILL LEAD TO IMMEDIATE DISCIPLINARY ACTION.
Carrière Miron, Montréal, Canada. Previous location of emergence related to SCP-XXXX.
Special Containment Procedures: No special procedures required as of January 2, 2021.
Special Containment Procedures: No information may exit Provisionary Site 190-V. Any electronic devices capable of data storage are to be prohibited in Provisionary Site 190-V, and no internet transmission may be received inside of the site. Any information pertaining to SCP-XXXX is to remain inside of Provisionary Site 190-V, and be archived in the form of physical copies.
Any individual affected by SCP-XXXX's properties must be subject to extensive memetic screening. Any instance of SCP-XXXX-A confirmed must be subsequently administered Class C amnestics. All archives experiencing unexplained data corruption in a 75 kilometre radius surrounding the Miron mine in Montreal, Canada must be retrieved and transcribed in its original form, and all witnesses are to be administered Class B amnestics. Any suspected SCP-XXXX-B instances are to be disposed of by performing a complete memory wipe or by physically neutralizing the affected terminal. Foundation web crawlers are to log any irregular searches concerning poetry, French Canada, indigenous tribes and/or war declarations. MTF Mu-4 ("Debuggers") is currently assigned to seize any SCP-XXXX affected terminal overseas.
All documentation contained in Site 190 are currently being relocated to Campus 190-A in Drummondville, Canada to avoid corruption of Foundation archives. Control of the Miron mine has been taken over by Foundation negotiation with the municipality of Montreal. Access to the epicentre of SCP-XXXX is to be forbidden to any unauthorized individuals. In order to mitigate public suspicion, the area surrounding the Miron mine has been adapted into the Frédéric-Back public green space.
Description: SCP-XXXX was a memetic agent whose primary effect was to spread through information regarding itself. Contagion resulting from SCP-XXXX produced changes of behavioural patterns in affected units, described as SCP-XXXX-A and SCP-XXXX-B.
- SCP-XXXX-A refers to sentient individuals retaining information regarding SCP-XXXX. Such individuals exhibited acute interest to progress pertaining to SCP-XXXX research. This raised interest was also directed towards the following literary subjects: poetry, Canadian French historical reports, North American indigenous tribes, as well as an ethnicity not currently recognized by Western historians. SCP-XXXX-A instances would also express urges to communicate information regarding SCP-XXXX to unaffected individuals. These effects were both memetic in nature. Over a period varying between 4 days and 12 months, SCP-XXXX-A would be subjected to severe neurodegenerative damage, resulting in central nervous system failure in 89% of reported cases.
- SCP-XXXX-B refers to digital databases retaining information regarding SCP-XXXX. Any SCP-XXXX-B instance would begin analyzing online resources in search for similar topics as SCP-XXXX-A instances. SCP-XXXX-B could occasionally corrupt or obfuscate any data found not to pertain to the previous subjects of interest. Minor CK-Class Restructuring events could retroactively affect the memory of individuals involved with any data obfuscated. This caused such individuals to believe any data loss caused by SCP-XXXX-B to originate from non-anomalous events.
Secondary anomalous properties of SCP-XXXX could cause occasional data loss within archives regardless of topic or format. This effect spread in a 25 to 75 kilometre range surrounding the currently out of use Miron mine located in Montréal, Canada.
Research Log:
November 20, 2019: Discovery of SCP-XXXX was made following multiple reports of corrupted digital archives sighted at the 42e Salon du Livre in Montréal, Canada (42nd Book Fair.) Foundation field agents were dispatched to the location, all devices affected were seized for investigation. Civilian witnesses were administered Class C amnestics and implanted false memories. Devices sent for further investigation in Site 190.
November 29, 2019: Examinations of the devices in Site 190 research facilities led to the discovery of a slightly elevated Humes field density of approximatively 1.02 Humes. Source of emergence was traced back to the Miron mine in Montréal. Field agents deployed for examination of the location of interest.
December 15, 2019: Location of interest confirmed. Provisionary Site 190-V was constructed over the open pit mine over a period of 5 months. Foundation officials announced a recycling plant and composting site as a cover up story. Relocation of 4 researchers to Provisionary Site 190-V planned during this period.
June 21, 2020: 5 weeks following completion of Provisionary Site 190-V and beginning of research, Incident XXXX-1 occurred inside of the location of interest. Primary effects of SCP-XXXX were first observed following major corruption of SCP-XXXX documentation.
July 8, 2020: Research resumed under lockdown with minimal personnel occupation of Provisionary Site 190-V.
December 31, 2020: See Incident XXXX-3.
January 2, 2021: Following Incident XXXX-3, SCP-XXXX effects dissipated, and Humes field density returned to normal reality. Remains of Provisionary Site-V were abandoned, and SCP-XXXX was reclassified to Neutralized.
January 11, 2021: Retrieved attachment on-site.
Addendum 1: Incident Log
Incident XXXX-1: On June 21, 2020, 7 instances of SCP-XXXX-A and 29 instances of SCP-XXXX-B were created in Provisionary Site 190-V. After multiple memetic screenings, MTF-Eta-10 ("See No Evil") was dispatched to the site, initiating an AR-5: "Closing Time" lockdown on Provisionary Site 190-V. 5 instances of SCP-XXXX-A were administered Class B amnestics, and 2 instances were terminated due to severe neurodegenerative afflictions. Prior health evaluations determine no hereditary or genetic factors. Containment breach was signaled and reported back to Site 01. Containment class updated to Euclid, and risk class updated to Danger.
Incident XXXX-2: On September 13, 2020, the Bibliothèque et Archives nationales du Québec (Quebec national Archives and Library) reported significant archive corruption, and over 0.3% of digital databases were deemed affected by SCP-XXXX's secondary effects. Corruption was blamed on malfunctions on the part of the establishment's servers. Effect area of SCP-XXXX was estimated to around 50 kilometres. Disruption class updated to Keneq.
Incident XXXX-3: On December 31, 2020, all clearance on SCP-XXXX's archives was nullified, and all SCP-XXXX-A and SCP-XXXX-B instances started spreading relevant documentation over an unidentified local network. During 2 days, a total of 14 000 people are thought to have been affected by SCP-XXXX before MTF Rho-9 ("Technical Support") was able to block all related connection attempts. Subsequent disappearance of SCP-XXXX effects has since reverted any neurological damage done to live SCP-XXXX-A instances.
Addendum 2: Attachment
zz██.//P75*/2dCMss%%█WE-)xHR██.è;vVLDnf█^^~w
Investigation pending.
Wow! You flipped a card and got: The clique phrase!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 21:00
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is currently being kept in an anomalous storage locker.
Description: [Paragraphs explaining the description]
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: Sbemail10!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 20:22
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is locked in a standard safe item storage unit in Site-██. Anyone exhibiting signs of having interacted with SCP-XXXX are to report to the site psychiatrist or be given Class C amnestics. Testing on SCP-XXXX is no longer permitted.
The rest of the submarine that originally housed SCP-XXXX is stored separately at Site-73. Researchers with Clearance Level 2 or above may contact the Site Director to study the submarine with supervision from at least one Level 4 Personnel. If its suspected anomalous properties manifest, it is to be transferred to Site-██ immediately and the Site Director must be notified.
SCP-XXXX-1 is kept in a standard humanoid containment cell in Site-17. Anything SCP-XXXX-1 says is to be ignored or considered a lie until further research is done into the nature of SCP-XXXX. If SCP-XXXX-1 acts erratically or aggressively, they must either be taken to the site psychiatrist or have various privileges removed until compliance is achieved. Any personnel shown to sympathize with SCP-XXXX-1's cause in any way are to be disciplined, and at worst administered Class C amnestics and transferred to another Site.
Description: SCP-XXXX is a control panel resembling those used in nuclear submarines. On the panel is a button enclosed in a glass case. When the case is lifted and the button is pressed, whoever pressed it receives visions of a collapsing universe. These visions usually consist of three phases: a) all life on Earth (plant-life, animals, humans, etc.) dying, b) planets crumbling and stars exploding, and c) the entirety of the universe dissolving.
While under the influence of SCP-XXXX, individuals are frozen in a catatonic state, unable to move or speak. The visions invariably last one minute. They are described as being sensory accurate and "extremely realistic." Lasting negative psychological effects have been recorded amongst individuals who experienced these visions, but these effects are deemed to be due to the graphic nature of the visions and not due to separate anomalous effects.
Addendum-1: Recovery details: SCP-XXXX was recovered from the Ozarks in MO, USA by MTF-Zeta-17 (Beach Bullies) after local reports raised suspicion of anomalous behavior. Its anomalous properties were affirmed when a member of the team, Agent ████ ████, unintentionally pressed the exposed button and was catatonic for one minute. They were administered Class C amnestics and have returned to duty. Class-A amnestics were distributed to the public in the surrounding area and the submarine was transferred to Foundation custody.
While MTF-Sigma-66 (Steel Veil) was working on covering up the operation and eliminating information relating to it, SCP-XXXX-1 was discovered to be spreading awareness of the anomaly in nearby towns. They were apprehended, interrogated, and transferred to Site-17, where they remain now.
Addendum-2:
Interviewed: D-9249
Interviewer: Dr. Little
Foreword: D-9249 was asked to press the button on SCP-XXXX. After a minute, he was escorted to another room to be interviewed.
<Begin Log, 3:44pm>
Dr. Little: Tell me about what you saw.
D-9249: Why the hell would you show me that? I didn't do anything nearly bad enough to deserve seeing that kind of…
Dr. Little: That kind of what?
D-9249: Whatever. You know what you showed me. Sick bastard.
Dr. Little: I promise, I don't know what it looks like. But you did have visions?
D-9249: Yeah. Visions. Just visions, nothing real.
Dr. Little: Please understand, I don't know what you saw. I don't know what happens when that button is pressed, but I want to know.
D-9249: No you don't. I saw people fucking burning. I saw the sky on fire. Everything was on fire until there was nothing but ashes. I saw the planet explode. Even the things that the fire couldn't destroy… they were just gone. Then the sun exploded, and whatever rocks were left from the planet were gone too. Everything fucking exploded, man. The other planets, other galaxies, the universe… the universe just… folded into itself. Everything was fucking gone, and there was nothing left. Except me. So, yeah. Fuck you for showing that to me. (D-9249 is silent for several minutes) At least it wasn't real, though. Right?
<End Log, 3:54pm>
Closing Statement: Because of the potential for psychological harm, I believe that testing with SCP-XXXX should be limited to D-Class. ~Dr. Little.
[[footnoteblock]]
Wow! You flipped a card and got: Qyth!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 19:25
Wow! You flipped a card and got: DASTAAN!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 17:56
For in Fear is Everything
Item #: SCP-???? (To Be Numbered)
Object Class: ????
Under no circumstances, none of the following information is to be read by or heard by or seen by any personnel above level 2. The O-5 Council is forbidden from even knowing the existence of this article. As per the Mandate E/by/211-895/a?x proceeding any further unless you are Dr. ██████ is subject to severe punishment including termination.
.
.
.
Special Containment Procedures: Subject must be kept in a house resembling his former residence with full amenities allowed for ['Thank you for that.']. No personnel are allowed anywhere in a 200 meters radius ['Got to be alone I guess.'] except for the special D-Class and Dr. ██████ CURSE HIM
Efforts have to be made in order to fully delete subject's information from all known data reserves including several national data reserves and logs regarding the subjects extensive travels. ['I did travel far away and wrote a lot of things'] HE COULD BE EVERYWHERE
Any known people who have ever encountered the subject or inadvertently read any of his information must be administered Class A amnestics and immediately detained indefinetely. IF THEY ARE STILL ALIVE ['I am sorry…:(']
No matter the circumstance, every other personnel other than Dr. ██████ ['Why does your name not show ██████ ']must be amnestized in 7 minutes of them reading or viewing this file of the last 24 hours.
Under no circumstances including all End of the world scenario '"End of the world scenario?"'; this file must never be read or seen by the O5 Council. Never for the love of god read it.
Any thoughts written by SCP-???? whether digitally or physically must be destroyed immediately without a single glance at the content.
This document is a unique document since it is written by the subject himself under the efforts of Dr. ██████.['That's right I am actually tying this right now']
Description: I am a Indian citizen, male, about 25 years ['in a few months I think']. My name is █████. I am a normal guy or as he says non-anamolous in all physical sense and you should stay the fuck away.
I do have a few scars on the back and on my wrist and near my neck ['Do I have to write it?'] which were caused by a sharp object. ['I am not telling you anything else on this matter.'] It didn't do the job, fuck
That guy Agent ███ ['Good Guy'] found me near Varanasi well…after the incident. ['Do I have to write it that way, no one except use is going to read this.'] After the foundation embedded agent in the Indian Government heard of an rumor and notified the foundation. I think it was about 6 months ago [right after HE] that this happened to me.
Foundation agents who reached the site found the deceased remains of ███ ['I TRIED'] villagers and the Subject .
Please view the Report. A.1 for full details. so much FEAR DON'T READ IT
All further data has been expunged. ['I am too tired to anything more.']
Addendum:
Report A.1 : Deleted….FEAR HIM
[[footnoteblock]]
Wow! You flipped a card and got: Morocco1939!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 16:17
Photograph of SCP-XXXX, taken by D-Class
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: Because of the anomaly's specific location as well as the inability to gauge how or when subjects may be transferred to SCP-XXXX, it is impossible to contain the anomaly. At all times, 3 (three) Foundation personnel must be present at the amnestic sites located 1 (one) kilometer away to the North, South, East, and West of the anomaly. No one is to be admitted to SCP-XXXX from anywhere outside the premises at any time.
Description: SCP-XXXX is an apparently empty stretch of desert, measuring 2 (two) kilometers by 1 (one) kilometer, located in the northwestern area of the Washoe County in Nevada, US. When brought to SCP-XXXX by its own methods, however, the area appears to be a flooded street, the water level being higher than a standard street sign reading "French St." The water level appears to be approximately two (2) meters deep, however, no Foundation personnel have ever located the bottom (see Document XXXX-2).
To approach this location from the outside, walk through it, or view it from above, the side, or underneath (see Document XXXX-1) reveals no anomalies. To Foundation knowledge, the anomaly can only be accessed through the appearance of SCP-XXXX-001.
SCP-XXX-001 is a speedboat that appears only when the anomaly becomes "active". SCP-XXXX will, using unknown methods, teleport a person to itself, hence SCP-XXXX-002. SCP-XXXX-002 is a different person each time the anomaly becomes active, of varying age, race, sex, and previous location. SCP-XXXX-002 always appears on SCP-XXXX-001, but with varying fishing equipment, which they claim to be their own. SCP-XXXX-002 always claims to have been fishing before suddenly realizing that they were at SCP-XXXX, but never realize that they had arrived or how they arrived.
All instances of SCP-XXXX-002 have reported an intense feeling of "loss," "urgency," "desire," (translated from Russian тоска), and similar words. No instance of SCP-XXXX-002 has reported any sense of danger or fear. Some have remained and continued fishing for what they claim to be hours after first arriving. No fish have been recovered from SCP-XXXX (see Document 2).
Upon attempting to exit SCP-XXXX, SCP-XXXX-002 will attempt to navigate SCP-XXXX-001 away from the area. Each SCP-XXXX-002 reports that they traveled approximately 1 (one) kilometer from the street sign before suddenly being beached on SCP-XXXX-001, with no water in sight, no street sign, and no desire to return to SCP-XXXX for any reason, nor any particular feeling toward SCP-XXXX at all.
Discovery: The first SCP-XXXX-002 was found hitchhiking on Nevada Route 34, 6 (six) kilometers from SCP-XXXX, on 19██-██-██ The Foundation located him on the local news channel of ██████, learned of SCP-XXXX, and administered amnestics before creating Site ███, as mentioned above.
Addendum:
Description:
An attempt to determine how SCP-XXXX becomes filled with water or drains the water.
Aerial observation revealed no water to be visible, just as ground-level observation. Upon using 1000 (one thousand) D-Class personnel to attempt to reach SCP-XXXX, after 1 (one) year D-Class 48290 was successful. However, observation revealed no visible change in the area as viewed from Site ███ or through aerial observation. Site ███ personnel reported that approximately 1 (one) hour before the subject exited SCP-XXXX, the time when change would have been first visible, they felt no compulsion to check on SCP-XXXX, and instead continued playing Hearts. All observers of the D-Class personnel tests reported that they never saw the subject disappear, but also felt no compulsion to actively check on them until they were apprehended by Site ███ personnel.
Dr. Taylor was the first to suggest that SCP-XXXX could be due to some underground phenomena. The Foundation sent a small drill to go 500 (five hundred) feet beneath the visible surface of SCP-XXXX. However, the drill found nothing but soil and rock natural to the surrounding area.
Description:
An attempt to determine the nature and extent of SCP-XXXX's abilities.
1000 (one thousand) D-Class personnel were sent to fish until one of them was brought to SCP-XXXX. After 6 (six) months, D_Class 3830 was brought to the anomaly, and was able to bring with them their fishing equipment. However, the collection materials (1 container for obtaining water sample, 1 set of scuba equipment) the Foundation had supplied them with was not with the subject on arrival at SCP-XXXX. No materials replaced it upon arrival at SCP-XXXX. Acting upon their previously obtained instructions, the subject stayed to fish for 3 (three) hours, catching no fish. They report that they remembered their instructions to dive off of SCP-XXXX-001 and search for life or the bottom of SCP-XXXX, but felt that it was "no good for the lake, it might screw with the fish. I didn't wanna ruin the fishing for anyone else neither. Besides, I felt like I was fishing with my dad again, and he never let me swim. […] Felt like I was missing him for the first time in a while." The subject did not report seeing anyone else fishing at SCP-XXXX.
Description:
An attempt to determine what the anomaly does or does not consider fishing.
The personnel at Site ███ arranged for 1000 (one thousand) D-Class to begin fishing in different water sources. The test was arranged to take up to as many years as it would take for every D-Class involved to reach SCP-XXXX. The sources were as follows:
- A man-made 1 x 1 x 1 meter hole
- A natural puddle, 1 x 0.5 x 0.02 meters
- Lake Michigan coast
- Boat on the middle of Lake Erie
At this point D-Class 869 arrived at SCP-XXXX and felt an intense desire to stop all testing. The personnel at Site ███ felt the same compulsion, and cancelled the tests immediately.
[[footnoteblock]]
Wow! You flipped a card and got: retraigo!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 10:04
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is let to reside in a 7m x 7m room and should be provided with a bed and some art instruments. It shows no hostility even when provoked. SCP-XXXX not to be allowed to leave it's room without authorization to avoid unwanted instances of SCP-XXXX-1. SCP-XXXX is to be provided three meals a day. Only female personnel are allowed inside its room.
Description: SCP-XXXX resembles an adolescent black-haired human male around seventeen to nineteen years of age. It does not go by a name and responds to any nickname.
SCP-XXXX was first discovered following a series of incidents of the same person being found dead thrice in a decade and was caught by a police officer that was investigating the case before being secured by the foundation. SCP-XXXX did not resist containment. It has confessed to possess no memory of any family with the exception of few friends whose names it couldn't remember.
Observation results have determined that SCP-XXXX can indeed age, but cycles between the age of seventeen to nineteen. At 11:15 AM on its "nineteenth birthday" (27th of February), SCP-XXXX gets killed, often by unnatural means including dying from choking on its meal, and its corpse instantly decomposes. One hour after its apparent death, it appears on the spot where it died in an unconscious state after regressing back to seventeen years of age. In case SCP-XXXX dies before its birthday, it still reappears as a seventeen year old at the end of the cycle, except that it's corpse does not immediately decompose. SCP-XXXX seems to have no recollection of these events, especially its death, and regards its seemingly immortal cycle as being "unable to age".
SCP-XXXX is known to be able to respawn only on the exact spot it had died. It has been classified safe due to its abilities not being known to let itself escape containment. SCP-XXXX is very friendly and would attempt to provide help whenever asked. When provoked, SCP-XXXX would avoid getting into a fight and attempt to resolve the matter peacefully.
SCP-XXXX is extremely friendly and attempts to befriend anything. It is shown to understand humor and sarcasm and could take offensive jokes lightly. However, it expresses a general fear of hostile creatures and prefers to stay away from them.
SCP-XXXX is well aware of its status as a SCP and does not attempt to escape by any means. When asked about its views regarding containment, it merely states that it "likes it in the foundation" more since it is provided with three meals a day.
SCP-XXXX-1: Males that SCP-XXXX considers a friend seem to inherit SCP-XXXX's cycle of regression, turning into instances of SCP-XXXX-1. Their cycle occurs on the exact same day as SCP-XXXX's cycle occurs. SCP-XXXX-1 that went through a cycle describe the experience as worse than hell and wish to be terminated soon. The foundation currently has no means of curing or terminating these instances. There is no theory on how the SCP-XXXX-1 retain their memories of the cycle unlike SCP-XXXX. Females are seemingly unaffected by this phenomenon. SCP-XXXX-1 cannot create further instances of SCP-XXXX-1 unlike SCP-XXXX. The only means of detecting these instances would be to ask SCP-XXXX itself about its friends or conducting an inspection on SCP-XXXX's "nineteenth birthday" when all instances of SCP-XXXX-1 simultaneously die. Any instances of SCP-XXXX-1 are to be contained immediately.
Addendum: No male personnel are allowed to interact with SCP-XXXX following the discovery of SCP-XXXX-1. SCP-XXXX is not to be let near to any male creature, whether a normal human, an animal or a classified SCP. It's abilities have been proven to affect any living creature as long as it is male. When a male begins to interact with SCP-XXXX, SCP-XXXX's friendly nature easily accepts the male as a friend, regardless of its form or appearance. The male inherits SCP-XXXX's abilities (which could be due to a subconscious action of SCP-XXXX). Since SCP-XXXX's abilities are not very expressive except during the "nineteenth birthday", these instances are hard to detect.
The following interview was conducted by Dr. Garcia Thompson following XXXX's first cycle in the foundation. The cause of SCP-XXXX's death was identified to be due to choking on it's breakfast.
Interviewee: SCP-XXXX
Interviewer: Dr. Thompson
<Begin Log>
Dr. Thompson: How do you feel?
SCP-XXXX: Pretty refreshed. I feel like I lost a couple of inches of height though.
Dr. Thompson: Do you remember something unusual that happened this morning?
SCP-XXXX: I dunno. The last thing I remember, I was idling around after waking up. I had a sudden headache and fainted.
Dr. Thompson: No, I mean, after your breakfast, like around 11:30 AM.
SCP-XXXX: Not sure coz I must have been unconscious. I even missed my breakfast. It's not a new occurrence though. Happens every two years. I normally lose an inch of height or so whenever it happens.
Dr. Thompson: How many times has this happened so far?
SCP-XXXX: Five times, I guess.
Dr. Thompson: Well I guess I'll conclude the interview here.
<End Log>
Observation: SCP-XXXX seems to lose all memory of incidents from one hour prior to it's apparent death.
[[footnoteblock]]