WARNING: Due to the location of this SCP, only Level 4 authorized or members of MTF Delta-21 ('Rocky Mountain Wolves') are permitted to view this document.
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media (prefers-reduced-motion) { div.anom-bar-container { --timeScale: 0; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);} to { opacity: 1; clip-path: inset(0);} } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem);} to { opacity: 1; transform: translateX(0);} } @keyframes expand2 { from { opacity: 0; max-width: 1%;} to { opacity: 1; max-width: 100%;} } @keyframes fade { from { opacity: 0;} to { opacity: 1;} } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
Special Containment Procedures: The week before and the week after the Winter Solstice, information from reconnaissance satellite SOTERIA is to immediately inform MTF Delta-21 to any Human heat signatures within 20km of SCP-XXXX. They are to be dispatched with the initial goal to simply persuade visitors that the local area dangerous and are to leave. If visitors attempt to resist or leave and circumvent, they are to be detained, interrogated, given both Class A and Class C Amnestics, released, and monitored for a time period of two years.
Description: SCP-XXXX is a waterfall in Yellowstone National Park that possesses an anomalous phenomenon that is active the week before and the week after the Winter Solstice. Furthermore, its properties are dependent on the phase of the Moon.
| Moon Phase | Visual Aid | Effects | Notes |
|---|---|---|---|
| New Moon |
🌑 |
Subjects are able to pass through the Frozen Waterfall. After passing the boundary point between where open air and ice intersect, an image of the subject stands in its last given position until daybreak. | No test subject has been retrieved after passing through SCP-XXXX fully. All monitoring devices cease transmitting and GPS tracking cut out as well. |
| Waxing Crecent |
🌒 |
Test subjects state that while they see nothing solid within the ice, they see flashes of memories of their times with people they consider to have been loved ones but have passed away | Test subjects claim that the memories being presented are generally from upsetting events |
| First Quarter |
🌓 |
Subjects can see and visually communicate with loved ones who have passed away. | It is noted that if the two parties could communicate in sign language, while the inital communication is lucid, as time progresses through the night, communication becomes garbled and confusing. |
| Waxxing Gibbious |
🌔 |
Test subjects state that while they do not see anything solid within the ice, they see flashes of memories of their times with people they consider to have been loved ones but have passed away | Test subjects claim that the memories being presented are generally from events that they perceive as happy or positive. |
| Full Moon |
🌕 |
[REDACTED] | See Addendum 2018 |
| Waning Gibbious |
🌖 |
Subjects report seeing flashing images in the ice of 'themselves' but 'not as they are' | Subjects claim that the variations presented seem to be of themselves but seem 'worse for the were' and seem tired and exhausted. |
| Third Quarter |
🌗 |
Similar to First Quarter effects, can see and visually communicate with seemingly variants of themselves. | Similar to First Quarter effects, however the variant of the on site staff member who that appeared seemingly did not know American Sign Language. |
| Waning Crescent |
🌘 |
Similar to Waning Gibbious, Subjects report seeing flashing images in the ice of 'themselves' but 'not as they are' | Subjects claim that the variations presented seem to be of themselves but seem to have energy and are viewed as more sucsessful then the individual perciving them |
From the desk of O5-8
Let me flat out state it: We are not happy that more anomalies are being discovered near or around Yellowstone National Park. Given our past history with the location, and Foundation critical facilities nearby, we would obviously prefer it if everything was anomaly free 200 km radius of the location. That said, we do not have the power to control where, when, or how some anomalies will decide to make Yellowstone their home. We assumed that the initial data in the file was just a freak accident, and we assumed that what we found in 2015 was a one off event. That having been said, if we find that more anomies crop up nearby, we may have to take drastic action.
However, until then, any SCPs within the Yellowstone region are to continue following their containment procedures to the letter. In addition, any potential new anomalies within the region are to be flagged and immediately brought before our attention, no matter how small. Finally, while we are loath to do it, we will be retiring SOTERIA within the next 5 years and be replacing it with an anomalous analog in order to better survey the region.
Task Force mission: Ensuring the safety of SCP-2000 from external threats, monitoring the guests in Yellowstone with respect to SCP-[REDACTED], and first response force to any other anomalies discovered in the Yellowstone region and monitoring the territory.
Brief History: On May 9th, 2000, The O5 council allowed the creation of a specialized task force whose duties were exclusive to securing the region surrounding SCP-2000. Given the wild nature of the area, members of this MTF are more focused on being able to 'range' the region, while still being able to carry out combat and containment duties, an equal hand of recruits from other MTFs and from the US National Park service1. In 2016, given the discovery of SCP-[REDCACTED], their mission statement had been greatly expanded and more resources provided.
Discovery: Evidence leading to SCP-XXXX's discovery initially began in 20062 when SORETIA first picked up two human heat signatures near SCP-XXXX. Initially documented and cataloged, during 2007, SORETIA once again noticed three human heat signatures within the same region and initially marked the area to be surveyed by MTF-Delta 21 at a later date. On June of 2008, MTF-Delta 21 surveyed the area and reported nothing of interest. In 2009, heat signatures were once again detected coming from one human. After a gap of three years, SORETIA once more picked up four human heat signatures in 2012. At this point, due to the unusual activity over the course of nearly a decade, MTF-Delta 21 attempted to intercept the group to detain and interrogate. However, weather conditions prevented them from making contact with the group. In 2014, two human heat signatures were noted this time, and MTF-Delta 21 prepared to intercept the group. Unfortunately, SORETIA lost their heat signatures entirely before MTF-Delta 21 could properly intercept.
In 2015 however, during a sweep of the area, two bodies were found half a kilometer away from what would become known as SCP-XXXX on March 6, 2015. The corpses had undergone severe degradation and consumption by scavengers, forcing the corner to declare cause of death unknown. Based on the degradation, current hypothesis suggests that these bodies came from the 2012 group, as opposed to the 2014 group. What happened to the two other members is currently unknown. Survey of the area show that a group had set up a small encampment next to the waterfall, sometime between December 9, 2012 and January 03, 2013 December 18, 20133. Hume reading was nominal for the area and the site was initially marked reexamination on August 15th, 2021.
A breakthrough happened in December of 2015, when SORETIA detected a potential single heat signature approaching the region from the south. This heat signature, belonging to a Rebecca Hernandez, was intercepted by MTF-Delta 21 on December 10th. Rebecca Hernandez stated to the MTF that she had gotten lost and was thankful she found them. Taking her at face value, the MTF transported her to Grant Visitor Center where it was confirmed that she left the park. However, she then took a plane to Montana and approached SCP-XXXX from the north. Because of poor weather conditions, MTF-Delta 21 could not intercept her until she presumably left SCP-XXXX. On December 19th, she was found 20 kilometers away from SCP-XXXX attempting to return home and was detained.
Interviewed: Rebecca Hernandez
Interviewer: MTF-Delta 21 Agent Anthony Barnes
Foreword: This interview was taken on December 20th, 2015 at 7:12 am.
<Begin Log>
Agent Barnes: Good morning
Rebecca Hernandez: it’s morning?
Agent Barnes: Need some coffee?
Rebecca Hernandez: On, no thanks.
Agent Barnes: Do you know why you’re here?
Rebecca Hernandez: I’m guessing is about the waterfall.
Agent Barnes: Waterfall?
Rebecca Hernandez: Don’t play dumb with me, I know for a fact that park rangers don’t have the funding to bring in helicopters like that.
[10 seconds of silence]
Rebecca Hernandez: Look, whoever you guys are, I’m not going back to that waterfall.
Agent Barnes: Why not?
Rebecca Hernandez: He told me not to.
Agent Barnes: He?
Rebecca Hernandez: Are you guys in the dark about this?
Agent Barnes: I’m not at liberty to say.
Rebecca Hernandez: You guys have absolutely no idea what’s going on do you?
Rebecca Hernandez: I mean since I’m not going back I might as well go ahead and give you the details.
Rebecca Hernandez: So my husband dies and there is just this is a fucking sinkhole in my life. I think it’s bitter, gray skies etc. then one day I meet this tall man.
Agent Barnes: How tall?
Rebecca Hernandez: I’d say about one head higher than you are. Anyway he’s got this bowler hat on and says I might be in need of some of his help. I’m thinking it’s a cult or some kind of scam so I know I tell the guy to fuck off, but then he assures me that he just wants to talk and we go get some coffee.
Agent Barnes: Why did you go with him?
Rebecca Hernandez: The way I felt? Things coulden't get worse. So why the fuck not.
Rebecca Hernandez: So he and I are talking I break down about my husband. My biggest regret being I couldn’t see him one last time to let them know how much…
Rebecca Hernandez: How much I love him.
Rebecca Hernandez: That’s when the tall man slips me a card.
Agent Barnes: Do you have it?
Rebecca Hernandez: Yeah, right here.
[Rebbecca digs in her coat and pulls out a slightly bent white card and hands it to Agent Barnes]
Rebecca Hernandez: So anyways, he tells me that on December 21, if I go to these GPS coordinates, and go behind the waterfall, I'll be given one last chance to say goodbye to him. And maybe be able to say goodbye to a few other people I miss. He also says that I should start prepping now because there’s no roads to the waterfall and if the weather is bad enough, I might get myself killed out here. And that’s ignoring that there’s.
Agent Barnes: What happened to this man?
Rebecca Hernandez: Tall guy? Never see him again. He pays for the coffee and mine as well and just fucks off. From the blue, back into the blue.
Agent Barnes: Did he say anything else?
Rebecca Hernandez: Oh yes, he said not to stay longer than that one night. He said that if I stayed any longer, I might see things I might not want to see, and bad things might happen that I don’t want to have happened.
Agent Barnes: How did you evade us?
Rebecca Hernandez: Well, I started out pretty early. I make my way to like what, 7 miles or so? You guys did stop me and turned me around.
Agent Barnes: So what did you do?
Rebecca Hernandez: I decided to come down for Montana. I still had an extra week so one flight, one car drive, and instead of approaching from the south approaching from the north.
Agent Barnes: All right. So after evading us, you make it to the waterfall. What happens?
Rebecca Hernandez: Well, the waterfall is frozen, but there's an entrance to the left side of it if you're facing it. I go in, look at the frozen waterfall…and…
Agent Barnes: and?
Rebecca Hernandez: He was there.
Agent Barnes: The tall guy?
Rebecca Hernandez: No my husband.
Rebecca Hernandez: My husband was there, my sister was there, mom was there, anyone I missed was there. We can make hand motions to each other and what, but after a while it seems kind of like they were becoming random. Their expressions a little off. But by then it was almost morning anyways. So I take my miracle leave.
Agent Barnes: Why didn’t you stay?
Rebecca Hernandez: Well, miracles only happen once. And I recall the tall man being incredibly serious about the fact that after I spend my night there, that I leave immediately.
Agent Barnes: Did he say what would happen?
Rebecca Hernandez: No. Just that I would be welcoming calamity if I did so. He was right once, willing to bet he’d be right again.
Agent Barnes: Did anything else happen?
Rebecca Hernandez: No. Like I said, took my miracle left. Then you guys pick me up and while here I am.
Agent Barnes: If we were to show you an image of this man, would you be able to point them out?
Rebecca Hernandez: Maybe? Depends on how much of the stuff the government puts in this coffee to make me forget kicks up before then.
<End Log>
Closing Statement: [Small summary and passage on what transpired afterward]
Due to the discovery of SCP-[REDACTED], all resources and plans to investigate SCP-XXXX in 2016 were redirected to SCP-[REDACTED]. Plans to closely moniter the area have been put on delayed until Fall of 2017.
- Test Recording (date September 22, 2017)
- Timeline leading to December 14th, 2017
- Audio log of December 11, 2017 on site meeting.
- Audio/Video log of December 14th, 2017
- Tab Audio/Video log of December 17th, 2017
- Tab Audio/Video log of December 24th, 2017
- Cessation of Anomalous Properties
Body Camera test Transcript
Date: September 22, 2017 at 2:43pm
Preface: In 2019, while clearing out Body Camera backlog, a discussion between MTF Agent Montgomery and Dr Charleston was discovered. Examination of the log reveals three possible instances of entities similar in appearance as the ones described by Dr Charleston in 2018. This recording has been amended to the 2017 section for analysis in the future.
[BEGIN RECORDING]
[Camera shows Agent Montgomery approaching Dr Charleston’s office at [SITE]]
[Montgomery Knocks on the Dr Charleston's office door]
Charleston: It’s open!
[Montgomery Opens the door where Dr Charleston is moving his desk]
Dr Charleston: Sim!
[Dr Charleston approaches and hugs Montgomery]
Dr Charleston: Pull up a seat, its been what, six years? Six years since?
Montgomery: That business in Jersey.
Dr Charleston: Oh yes…
Dr Charleston: Shame about that boy. Did they ever uh…
Montgomery: I can’t talk about that.
Dr Charleston: Oh…
[7 seconds of silence]
Dr Charleston: That bad huh?
[Montgomery takes a seat while Dr Charleston pulls his desk-chair over]
Dr Charleston: Sorry to hear.
[5 seconds of silence, Dr Charleston slumps into his seat]
Montgomery: You know. Some days are just worse than others in this business and well…
[15 seconds of silence, on the top right corner of the screen, a possible manifestation of SCP-XXXX-1 appears]
Dr Charleston: So, uh… they sent you to out new humble little station in Yellowstone?
Montgomery: Actually I was reassigned to Rocky Mountain Wolves three years ago. Since we monitor the park, who else better to provide security?
[Dr Charleson waves to what is believed to be a mini-fridge behind his desk]
Dr Charleston: Right right, want a beer? I got some stocked. Got some other spirits as well in case uh…
Montgomery: In case this is one of those assignments?
Dr Charleston: You know the drill. They say that alcohol was the original Class A amnestic.
[Dr Charleston laughs for approximately 2 seconds]
Montgomery: Can’t
[Montgomery taps the lens of his body camera unit]
Montgomery: Battery Test. Need to make sure this thing will run the full 6 hours.
Dr Charleston: Gotcha. Well when you get off you and I can reminisce about the times we were young and wide eyed. Then we discovered SCP-[DATA EXPUNGED] exists and well, fuck me.
Montgomery: That was certainly unexpected
Dr Charleston: I know right? The way it just moved on the floor?
Montgomery: And the way it split into…
Dr Charleston: Jesus, stop reminding me
Montgomery: You brought it up doc.
Dr Charleston: Blegh…
[15 seconds of silence]
Dr Charleston: So, I was just appraised of SCP-2000 and SCP-4997, Jesus talk about shit luck.
Montgomery: Did you read SCP-4997’s file in full?
Dr Charleston: Skimmed it honestly.
Montgomery: We just discovered it in September 2016.
Dr Charleston: … fuck me, is that why they canceled last year’s attempt to set this place up?
Montgomery: Yep.
Dr Charleston: God damn. Why the fuck was this place hidden from us for so long? You’d think we would notice a giant hole in the middle of the United States.
Montgomery: Thats just the way it goes. Sometimes you’re the player and sometimes you’re getting played.
Dr Charleston: So, now that you’re here to protect me from myself, any word on how this operation is being run?
Montgomery: Actually I will be overseeing it.
Dr Charleston: MTF Agent overseeing it, that’s new.
[Possible Second instance of SCP-XXXX-1 appears behind Dr Charleston]
Montgomery: O5-8 orders personally.
Dr Charleston: …and given where … ah, they won’t want the scientists fucking it up.
Montgomery: SCP-2000 is potentially on the line. We can’t lose that.
[Dr Charleston waves assuringly to Agent Montgomery]
Dr Charleston: I know, I know. I got access to a few other national park files
[3 seconds of silence]
Dr Charleston: Take a read of SCP-6030? One of the oldest we have on file.
Montgomery: A bit, but didn’t all progress on that file end in like, the 70’s?
Dr Charleston: Apparently contained a ton of encoded messages. Foundation has set Setiawan loose on it.
Montgomery: Who?
Dr Charleston: You wouldn't know them, keeps to themselves. Apparently they broke the codes for [DATA EXPUNGED] and [DATA EXPUNGED], so the Foundation threw him 6030 in hopes that he could rip it to shreds.
Montgomery: Given what I've read so far, it would be nice to actually understand what is going on out there.
Montgomery: Maybe you can explain something to me.
Dr Charleston: hmmm?
Montgomery: The fuck is going on with anomalous and national parks, do you have any clue as to whats going on?
Dr Charleston: I don't, but mind if I wager a guess?
Montgomery: Sure.
Dr Charleston: I'd wager that nothing special is happening.
Montgomery: I don't catch your meaning.
Dr Charleston: This is going to take a bit of explaining, so bare with me. If you look at many of the files we have, excluding the skips not from terra firma, most of them are ether an individual, a man made object, or a location in a human settled area.
Montgomery: I don't understand.
Dr Charleston: Let me put it like this. If you're a normal person, you see flowers where?
Montgomery: In gardens, cracks of sidewalks, and places like floral shops.
Dr Charleston: Right but what do all those things have in common?
Montgomery: I don't know.
Dr Charleston: Gardens, sidewalks, floral shops, man made locations where there are many human eyes observing them.
Montgomery: So what you're saying is the fact that if we had more human eyes out in the wilderness, we might notice more anomalies?
Dr Charleston: Yeah. Many anomalies on file are anthro-specific. Based on the info we have, this one is anthro-specific as well. Its the 'tree falls in the woods, does it make a sound?' question, mixed with a frequency of anomalies per unit of surface area on the earth math. If an anomaly causes 50 kilos of cocaine to show up in the middle of the Yukon, and no one is there to witness it, does the Foundation care?
Montgomery: Probably not.
Dr Charleston: I'm willing to wager there are more anomalies on terra firma then the Foundation is truly prepared to deal with, but the truth is most of them are so inconsequential that even the Foundation is hard pressed to care. Take the coke example from earlier. Assume the anomaly in question generates 50 kilos of coke every 100 years in the middle of the Yukon. No one finds it, over the course of a week or two, the wind erodes the pile into nothing, yeah most of the fauna in the region are going to act strange for a while but again, no one is really there to watch it sans a few locals, who themselves just hand wave it as 'weird' and go about their business. This begs the question…
Montgomery: hmmm?
Dr Charleston: We stumbled across SCP-4997 by pure accident. What other anomalies are out there, sleeping, well away from prying eyes.
[END LOG]
Timeline leading to December 14th, 2017
March 2017: MTF-Delta 21 surveys the area around SCP-XXXX and takes hume reading. Hume reading are roughly 1.
June 2017: O5-8 authorizes construction of Observation Post 21-49390A 2 km away from SCP-XXXX. Staff is preliminary selected to run the post during during the 2017-2018 winter season.
July 2017: After identifying a suitable location, construction of the Observation Post begins. Funding for MTF-Delta 21 is officially increased due to SCP-[REDACTED]
September 13, 2017: Construction is completed. Operational equipment begins being moved to the Observation Post.
September 19, 2017: Staff arrive on site
September 22, 2017: Members of MTF-Delta 21 arrive on site. The conversation between Dr Charleston and Agent Montgomery occurs in which the entities Dr Charleston describes possibly show up.
November, 03, 2017: 4 D-Class with an alpha4 rating arrive on site and are housed. To incentivize cooperation, those selected are explicitly told that if they complete this assignment, their responsibility to the Foundation will be considered complete and they will be freed after an observation period of two months and after being amnetsticized of their time with the foundation.
November 29, 2017: Hume detectors were set up at, and around SCP-XXXX to constantly monitor the sight.
November 15, 2017: Stationary cameras are set up in and around SCP-XXXX.
November 23, 2017:Cameras capture two Raccoons fornicating behind the waterfall5.
December 3, 2017: Communications fail for 36 hours due to equipment failure.
December 5, 2017: MTF-Delta 21 arrives with replacement equipment. Hume detectors at the Observation Post and SCP-XXXX show no significant fluctuations during this time period.
December 10, 2017: Authorization to view this file (and only this file) is officially granted to on site staff members at the Observation Post6who do not have level 4 clearance nor are members of MTF-Delta 21. D-Class were given an edited version, stripped of any statement of the dead bodies discovered and Rebecca Hernandez's interview7.
December 11, 2017: A general on-site meeting occurs where procedure, protocol, emergency plans and goals are discussed.
December 12, 2017: Emergency preparedness drills are carried out.
December 14, 2017: Hume Readings start to increase at 7:51 am. Emergency preparedness drills for the day are cancled. Investigation Begins. Hume Readings spike at 5:17pm.
Research Staff in attendence: Dr Charleston, Dr Thaddeus, Dr Stinten
MTF Agents in attendence: Agent Montgomery, Agent Sholen, Agent Margeld, Agent Kim
D-Class in attendence: D-Class Martin Whiteberg, D-Class Nancy Terrance, D-Class Robert Chive, D-Class Tommy 'The Shredder' Renou
Dr Charleston: Alright, I need everyone to state their name for the Record, Dr Charleston here.
[Audio Log Truncated in order to conserve brevity of everyone in attendance stating their name]
Dr Charleston: Right, so everyone's read the file? All we know is that we capture human heat signatures coming in and out of the area every few years, and if everything goes well, all we will see is the ghosts of loved ones past. While I'd live to just make this quick so that
Varient Flashes
New Moon
First Quarter
Record of the close of this year
- General Meeting audio log, December 10th, 2018
- Timline leading to December 14th, 2018
- Audio/Video log of December 14th, 2018
- Tab Audio/Video log of December 17th, 2018
- Tab Audio/Video log of December 24th, 2018
- Cessation of Anomalous Properties
Contents of tab 1
Timeline of events leading to Hume spike on 12/14/2018
Varient Flashes
New Moon
First Quarter
Record of the close of this year
Image info: https://commons.wikimedia.org/wiki/File:Minnehaha_Frozen_Falls_with_Visitors.jpg






Per 



