@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); } }
: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)); } }
To: Cindy Jeon
From: Salvador Marcos
Subject: Update to SCP-6147
Hey, I know you're still suspended, but I just wanted to let you know that they approved it. I know you won't get any credit for the proposal, but thanks to you a lot of people are going to get an opportunity they never would have had otherwise.
I also wanted to message you because I realized I never actually offered my condolences for what happened. I was too caught up in the moment and focusing on all the wrong things.
Just let me know if there is anything I can do.
Accessing File.
.
.
.
Special Containment Procedures: Access to the instructions for SCP-6147 is restricted to personnel with Level 4/6147 clearance. Under no circumstances should SCP-6147 be performed without the supervision of a qualified member of the Department of Applied Thaumaturgy.
The use of SCP-6147 in standard Foundation operations has been approved. All personnel who wish to use SCP-6147 for an ongoing operation must submit a request form to the appropriate Ethics Committee board.1 Requests will be reviewed to determine if the suggested usage of SCP-6147 will in some way further the Foundation's mission and that it will uphold all ethical precedents previously established by said subcommittee. In time sensitive cases, approval from three Level 4 Personnel is sufficient to waive the review process.
Update (06/30/2021): SCP-6147 has been approved for personal usage. Any personnel who wish to use SCP-6147 for personal reasons must receive approval from each of the following:
- Their immediate supervisor
- Their site's designated Ethics Committee liaison
- Their Foundation assigned psychologist
Description: SCP-6147 is a thaumaturgic ritual that allows the performer (hereafter referred to as the subject) to access the memories of any deceased individual of their choosing (hereafter referred to as the target). Testing has confirmed that information recovered through SCP-6147 is an accurate representation of the memories previously held by the target. SCP-6147 has no effect if the target is still alive.
Following a successful completion of the ritual, the subject will enter a trance-like state, during which they will be able to choose which of the target's memories they would like to access. The subject will then experience the memories from the target's perspective. This will often include auditory hallucinations believed to represent the target's private thoughts of the memory. The experience has been likened to dreaming and will often leave the subject with feelings of intense deja vu.
Effective use of SCP-6147 is time-sensitive, as certain types of memories will quickly deteriorate following the target's passing. Memories associated with general trivia or specific details, such as dates and locations of events, will become irretrievable within a week. Broader information concerning the target's life, such as their daily routine or autobiographical info, begins to deteriorate after three months, with it becoming fully irretrievable after a year. Thus far, the only memories believed to be immune to this degradation are those associated with the target's feelings towards significant figures from their life and idealized depictions of moments they deemed to be of great personal importance.
Addendum 6147-1: Discovery
Following negotiations with GOI-5917 ("The Wandsmen") a limited intelligence-sharing initiative was instituted.2 The instructions for performing SCP-6147 were offered as a part of this treaty. The following is a discussion on the nature of SCP-6147.
Interviewer: Dr. Cindy Jeon
Interviewed: The Second Wandswoman of Torrauxia
Foreword: Researcher Cindy Jeon, a member of the Department of Applied Thaumaturgy, was assigned to interview a liaison from The Wandsmen in order to ascertain the potential benefits and/or dangers of a thaumaturgic ritual the group had shared with the Foundation. This interview was conducted on 06/07/2021.
[BEGIN LOG]
Dr. Jeon: So, are you partial to any names?
Torrauxia-2: Well, my official title is the Second Wandswoman of Torrauxia, Surveyor of Ways. However, it is customary to simply refer to those in our order by their locale of origin and number. So Torrauxia-2 will suffice.
Dr. Jeon: Well, Torrauxia-2, you may refer to me as Dr. Jeon.
Torrauxia-2: You seem to be quite proud of that title.
Dr. Jeon: I had to face many obstacles to achieve it. Something I'm sure you can understand?
Torrauxia-2: Ah, yes, apologies… I must admit, I'm used to being the one conducting the interview, which makes this experience quite unusual for me. Occupational hazard of a reporter I suppose.
Dr. Jeon: It's really no problem at all. Now, we should get started.
Torrauxia-2: Yes, of course. So, what would you like to know about the Ritual of Chrysalia?3
Dr. Jeon: Well, first off, I'd just like to say, this Ritual of Chrysalia seems—
Torrauxia-2: Apologies for interrupting, but it's Chrysalia. I know it is rather pedantic of me to point out but your voice-color is far too dark.
Dr. Jeon: … I've never heard the term voice-color before. I don't think it's something that exists in human speech.
Torrauxia-2: Ah, well… you learn something new every day I suppose. Either way, please continue.
Dr. Jeon: As I was saying, the ritual seems far too good to be true. It doesn't require nearly enough materials for it to summon anything. And I personally have a hard time imagining how it could retrieve accurate memories without summoning some past version of the target.
Torrauxia-2: I too wondered how such a useful tool could be so simple when I first learned of it. You see, Chrysalia, though a brilliant thaumaturge, was a scientist above all else. Tell me, do you know of the noosphere?4
Dr. Jeon: The Foundation's done a fair amount of research into it.
Torrauxia-2: Ah, well Chrysalia discovered, that the noosphere holds onto the memories of those we have lost, much like the biosphere preserves and fossilizes the dead. While minor, inconsequential memories are lost quite quickly, those memories that make us who we are, well those are preserved indefinitely.
Dr. Jeon: I have to say, that makes me quite curious how you and your colleagues use the ritual. When it was first described to me, I assumed you it was almost like an archeological tool: something to gain information from those before your time. However, based on what you've said, it seems to be something more… important.
Torrauxia-2: You are correct. The ritual was never meant to reach into the far past. In truth, it has become something akin to an autopsy among our ranks, or perhaps more accurately, an organ donation. Our maps even hold special markings indicating if we agreed to the use of the ritual to recover our memories. It is… helpful when a loss is unexpected. It gives those who knew the departed a chance for closure they wouldn't have otherwise.
Dr. Jeon: I… I can understand why you value the ritual so much. It feels rare to come across something so… kind-hearted in the world of thaumaturgy.
Torrauxia-2: Yes… but still, I must warn you of one potential danger associated with the ritual. As with many sources of respite, she poses the threat of addiction. Chrysalia herself created it in the hopes of alleviating her grief over the loss of her child. She wished to return to those joyous days they spent together if only for a moment. However, what was meant to be a simple goodbye quickly became her sole occupation… I've seen far too many take continual advantage of the ritual in a vain attempt to escape grief. So, therefore, I urge you, and the rest of your Foundation, to use Chrysalia's creation with caution. It is a tool, not a solution.
[END LOG]
Closing Statement: Having studied a number of thaumaturgic rituals in the past, I can say with certainty that SCP-6147 is among the most cost-effective I've seen. Though its uses are limited, the simplicity of the ritual, along with the benefits of being able to recover information from agents lost in the field, or even GOI operatives, makes it an indispensable asset to the Foundation. It is my professional opinion that SCP-6147 be implemented into standard Foundation operations effective immediately. - Dr. Cindy Jeon
Addendum 6147-2: Incident 6147-1
On 06/18/2021 Jr. Researcher Thompson discovered that materials from the Department of Applied Thaumaturgy's general-reagent storeroom had gone missing. A subsequent investigation into all personnel with access to the storeroom was conducted.
Dr. Jeon, who had the day off, could not be reached, leading to Agent Kevin Hayes being dispatched to her home. Upon arriving, Agent Hayes overheard Dr. Jeon reciting a ritual within. In response he promptly proceeded inside and detained her for the use of thaumaturgy without proper authorization.
A thorough investigation of Dr. Jeon's home was conducted in order to ascertain potential motives. Below is a list of relevant discoveries.
Discoveries:
- [REDACTED] (materials necessary for the performance of SCP-6147, several of which match the stolen materials from Site-17)
- A ritual circle drawn in chalk (found on the floor of Dr. Jeon's living room; iconography matches that required for SCP-6147)
- A framed photograph of an unidentified woman (found beside the ritual circle; unlike other materials the photograph holds no relevance to SCP-6147)
- Dr. Jeon's personal journal (see contents below)
The following is a series of entries from Dr. Jeon's personal journal of particular interest to the case and her relationship to the Foundation.
05/14/2021
Dr. Gardn Alex (still feels weird to use her first name) recommended I start keeping a journal. Wants me to have a place I can vent frustrations. I was initially against the idea, but she said if I wasn't going to talk about certain things during our sessions I should at least have some place I can say what I need to.
The thing is, I do want to talk about Am her, I just can't. Still can't even write her name, let alone say it out loud.
So, I guess I'll be keeping a journal now…
I can't do this.
05/19/2021
Dr. Alvarez didn't even show up for work today. We were supposed to go over those Hittite texts they just brought in, see if we could learn anything about their limited thaumaturgic capabilities. However, he didn't even bother phoning in, which left me to take the blame when I couldn't figure out any of the rituals.
It isn't really my fault they assigned me on a case outside my field of study. I would love to see Alvarez try to interpret the symbology used by a mudang.
I just don't understand why they let that assho (I really hate that Alex wants me to write these things in pen, not being able to erase things is really starting to annoy me).
Anyways, as I was saying, I don't understand why they let him get away with stuff so easily. I tried to bring up the problem with Dr. Marcos, but I'm not sure how much he'll be able to do. He generally means well, but I don't think he quite realizes what the root of the issue is.
We used to make fun of assholes, like Alvarez, all the time together. I'm just glad she never had to meet any of them.
05/26/2021
Bit of a weird update from work today. Evidently, thanks to some weird stuff going on over at Site-33, the Foundation is gonna be working with a GOI known as the Wandsmen. Since most of their anomalous abilities seem to be related to thaumaturgy that puts our department at the forefront of this collaboration.
Guess I'm going to be working with some bird people in the near future. Imagine that.
06/07/2021
I was pretty annoyed when they first assigned me to research the Ritual of Chrysalia. I'm certain they passed off the more flashy research opportunities to the guys around the office. On top of that, I wasn't even sure why we were containing the thing, since the only real threat comes from its limited potential to steal Foundation secrets, but next to no one even knows the ritual exists. However, after speaking with Torrauxia-2, I felt pretty lucky.
The Foundation loves to paint magic in one of two ways. First they will treat it as a clinical practice and try to drain all the heart out of it. When that fails they will demonize it and make it seem like an affront to even consider using it. It's hard not to get bogged down by it all and I'd be lying if I said that past few months hadn't made me start believing them.
That's why I was so excited when Torrauxia-2 explained how the Wandsmen used it. To see a magic ritual integrated so causally into a community, all for the benefit of its members? It reminded me of the stories that my Grandmother used to tell me. The same stories that drove me to learn thaumaturgy, to become top of my class, to pour hours of my time into the Foundation in the hopes that I could improve things.
But even more than that, I was just excited by what it did.
I know it's a long shot, but I'm gonna put in a recommendation with some of the higher ups in the department. They already wanted to know if we could use it in Foundation operations, but I'm hoping I can convince them that it would be beneficial to let staff use it for more personal reasons.
06/09/2021
… They cut out the majority of my analysis of the ritual. They only left in the parts about how it could help the Foundation's mission, but completely removed any mention of personal usage.
Why am I even surprised. Doesn't matter how long or hard I've worked for them, they're stuck in their damn ways.
It was stupid to hope I could
I just wanted to
Six months, and I still can't even bear to write about it. I thought this would be my chance to
06/15/2021
I'm going to use SCP-6147.
I don't have some grand illusion I'll get away with it. I already set up a meeting with an Ethics Committee liaison for the 21st under the guise of a workplace incident. Maybe I actually should complain about some of the assholes in my department, but I'm not sure how well that'll go over while I'm turning myself in.
I'll have to steal some of the supplies on Thursday as I doubt I'd be able to find some of that stuff at a local store. Especially not [REDACTED].
I was really hoping I could convince the Foundation of the benefits of the ritual. I wanted to get proper approval to use it, but I guess it was pretty foolish of me to think that could happen.
I just need to do this. I need to know.
Interviewer: Dr. Salvador Marcos
Interviewed: Dr. Cindy Jeon
Foreword: This interview was conducted on 06/20/2021, following the examination of all relevant materials and confirmation that Dr. Jeon was not under a compulsive effect. Dr. Salvador Marcos, Dr. Jeon's immediate supervisor, was chosen to conduct this interview due to his affable relationship with Dr. Jeon.
[BEGIN LOG]
Dr. Marcos enters the room.
Dr. Jeon: Oh, so are we finally done with the theatrics?
Dr. Marcos sits down.
Dr. Marcos: How do you mean?
Dr. Jeon: The memetic and telepathic testing. You can't tell me you actually thought that was necessary?
Dr. Marcos: Doesn't matter what I think. You were using anomalous practices without authorization. It's just protocol.
Dr. Jeon: Really? Cause I know for a fact that sending someone to break into my house doesn't fall under standard protocol.
Dr. Marcos: Look, I don't agree with how Agent Hayes handled the situation, but we couldn't get ahold of you, and you were a suspect in an investigation. Honestly though, it just sounds to me like you're frustrated you got caught.
Dr. Jeon: First off, considering how much everyone here is constantly breathing down my neck I knew there wasn't much point in hiding it. I was planning to report myself once I was done anyways. So no, I'm not upset that I got caught. I'm pissed off at the fact that despite dedicating years of my life here, people were just waiting to accuse me of something the second the chance jumped at them. I mean, tell me, how long did it take before someone accused me?
Dr. Marcos remains silent.
Dr. Jeon: … wow. That says a lot more than you think it does.
Dr. Marcos: Cindy, look, I…
Dr. Marcos falls silent for a moment.
Dr. Marcos: Yes, the situation should have been handled better, but that doesn't change what happened. Your job is on the line here, and I'd hate to see you throw it away. You're going to have to start explaining yourself.
Dr. Jeon: I was performing SCP-6147. If you take a look around my house, as I'm sure you already have, you'll find the materials and ritual circle match those laid out in the instructions.
Dr. Marcos looks over the file in front of him.
Dr. Marcos: Well, that certainly does line up, but it doesn't answer the question of why?
Dr. Jeon: I'm sure you can deduce that much.
Dr. Marcos: It isn't really the time to play the guessing game, so maybe it'd be best if you simply told me.
Dr. Jeon sighs.
Dr. Jeon: I wanted to access the memories of… someone from my personal life. They passed six months ago.
Dr. Marcos: Who were they to you?
Dr. Jeon: I don't see how that information is relevant here.
Dr. Marcos: Look, all we've got to go off is what you tell us. If they have any reason to suspect ulterior motives, they will. It's in your best interest to tell us as much as you can.
Dr. Jeon remains silent for a moment.
Dr. Jeon: She…
Dr. Jeon pauses once again, staring at the table.
Dr. Jeon: She was my girlfriend… We were together for two and a half years. I was planning to propose but never got the chance. Her name was Amelia Moore if you need to look her up.
Dr. Marcos: I… how is this the first I'm hearing about this? I mean, we've worked in the same department for years now.
Dr. Jeon: Guess I didn't trust the people here with that part of my life, especially considering my gender and race were already enough fuel for them.
Both Dr. Marcos and Dr. Jeon remain silent for some time.
Dr. Marcos: What were your intentions in accessing her memories?
Dr. Jeon: I just needed… closure. We had gotten into a fight. I had been paying more attention to this goddamn job than her. I just needed to know that she didn't hate me in the end. Needed to be sure that despite all the secrets I kept, she knew that I loved her.
Dr. Jeon appears to stifle tears.
Dr. Jeon: God, she didn't even know what I actually did for a living. She thought I was an anthropologist studying ancient cultures. I kept ignoring the best thing in my life because of this stupid job, because I had… no, still have this need to prove myself.
Dr. Marcos: You have nothing to prove.
Dr. Jeon: Bullshit. I've worked twice as hard just to earn half the opportunities as some of the other people here. You're going to try to tell me that I'm respected on the same level as everyone else when they sent someone to invade my home the other day?
Dr. Jeon falls silent.
Dr. Marcos: … I'm sorry… for everything. I know my words can't change how you've been treated, and I'm sorry that this stuff has been happening under my nose. I'm gonna… I'm going to do better. I'll make sure stuff like this stops going overlooked.
Dr. Marcos pauses and covers his eyes for a moment before sighing.
Dr. Marcos: Unfortunately, that just makes this next part more difficult to say. Despite having harmless motivations you still effectively caused a containment breach. We'll still have to take disciplinary action.
Dr. Jeon: Well, maybe those just shouldn't be the containment procedures.
Dr. Marcos: You aren't trying to suggest we just let anyone perform it? I mean didn't the Wandswoman warn us about how easy it is to abuse it?
Dr. Jeon: Look, general use of SCP-6147 is being implemented Foundation wide. Even if it's locked behind higher clearance levels people are still going to hear about it. And no strongly worded document or cryptic warning is going to stop someone in mourning from trying to use it. We should at least give people the option. It'd be much each easier to supervise anyways. And more importantly we'd actually be helping people. The Foundation would be doing something truly beneficial for its employees. I can't think of something as important as helping people find closure.
Dr. Marcos: … Maybe you're right. However, I do believe that concludes this interview. Well, Dr. Jeon, as your immediate supervisor, I'll be suspending you for two weeks with pay.
Dr. Jeon appears surprised.
Dr. Jeon: I think I can live with that.
[END LOG]
Closing Statement: On 06/22/2021 an anonymous proposal was submitted to the Ethics Committee and the head of the Department of Applied Thaumaturgy recommending the implementation of private usage of SCP-6147. Following a series of discussions on the matter, the proposal was approved due to its low security risk and its potential benefits to Foundation staff.










