:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
Special Containment Procedures: A D-class infected with SCP-72741 is to be contained in a standard humanoid containment chamber, fitted with sprinklers and CO2 fire suppression systems in both the chamber itself and surrounding hallways. D-class selected to be SCP-7274-1 are under no circumstances to have a history of pyromania or a habit of smoking, and ideally picked from D-Class with pyrophobia or an aversion to fire to decrease the risk of SCP-7274 outbreaks.
Creation of an SCP-7274-1 instance is performed via ingestion or transfusion of SCP-7274 infected blood, all blood taken from an SCP-7274-1 instance after 1 week of infection is classed as infected blood and should be handled carefully. Blood taken from an SCP-7274-1 instance is no longer considered infected after a month, even when frozen, the same goes for dead instances of SCP-7274.
Any breakout events of SCP-7274 are to be contained by a joint task force of MTF-Epsilon 9 ("fire eaters") and either MTF Epsilon-6 ("Village Idiots") or MTF Pi-1 ("City Slickers") depending on the location of the outbreak. With any injured by an instance of SCP-7274 taken in as SCP-7274-1 for experimentation or execution, with appropriate cover stories for their disappearance to be given as necessary.
Under no circumstance is an SCP-7274-1 instance to be brought into contact with any open flame, or any object hot enough to deliver second-degree burns or worse, this extends to corpses of SCP-7274-1 instances who have not undergone a breakout event, in order to prevent such a breakout event occurring.
Description: SCP-7274 is a bloodborne parasite, which upon infecting a host, begins to eat and functionally replace cardiovascular tissue. SCP-7274 appears functionally identical to the original tissue, to the point of being undetectable outside of a breakout event. SCP-7274 has small barbed teeth at the end of each of its appendages, which enables it to keep in contact with the veins and arteries as it consumes them. This allows for uninterrupted blood flow as the host's veins, capillaries, and arteries are replaced.
SCP-7274 has no known sensory organs, however, it reacts violently to heat, and appears able to seek out humans and other living organisms. When the host is burned, SCP-7274 tears through their skin, and aggressively attacks everything in its vicinity, killing and harming those around it in what is known as a breakout event. No other method has been found to cause a "breakout event" in SCP-7274-1 instances.
During a breakout event, SCP-7274's mass of capillaries, veins, and arteries are of a strength comparative to steel cables. After removing itself from the hosts body, it then rampages in this state until it expires. SCP-7274 instances are able to dismember people easily and damage most buildings and structures with the strength and speed of their tendrils.
Infection of SCP-7274 can occur from any blood contact from SCP-7274-1; testing shows it takes on average 1 week to replace a limb's worth of vascular tissue, and after a month is able to replace up to half of the host's cardiovascular system. Fully replacing the veins, heart, capillaries, and arteries within two months, at which point the SCP-7274 instance is fully grown, and remains dormant for the rest of the host's lifespan unless a breakout event occurs. In which case the SCP-7274 instance can remain active for up to 24 hours before expiring.
Discovery: SCP-7274 was first discovered on 23.05.21 after an SCP-7274-1 instance from Quebec was cremated, inciting a breakout event, killing 19 people attending the funeral before expiring. Three weeks later, a sealed underground research facility was discovered in the South of England when Foundation staff investigated rumours of anomalous research being conducted in the area.
When searched by SCP personnel, 20 dead instances of SCP-7274 were found along many of the corridors, amongst many more human corpses. The site appeared to have gone into a lockdown preventing exit or external communications. Upon further investigation, it was found the site computer had kept records of various emails, data logs, and security footage from both before and after the lockdown.
The recovered data indicated the facility to be the origin of SCP-7274, upon this discovery the SCP-7274 file was updated and efforts to locate and contain potential SCP-7274-1 instances are currently ongoing. A record of the related documents recovered from this "digital black box" has been attached below:
BLACK BOX DATA
Finished formula report
RachelWalters@▇▇▇.co.uk
[11.07.20]
Dear Dr. Mulligan
I have confirmed the success of the current cure formula, and it has now been approved for final human trials. Once administered it should be able to prevent internal bleeding in a patient from any cause due to its separate immune system and increased regeneration speed, and unlike traditional organ transplants, there is no possibility of tissue rejection.
I have included the formula in document-P945-1 for when you submit it to the directors and patent board, as long as this last batch of patients doesn't experience any issues during the final trial period, we should be able to release the product.
When you're done with that, let's celebrate this success over some drinks at mine later.
Regards,
Dr. Walters.
Note, no record of the mentioned document or any other relating to the construction of SCP-7274 or any previous versions could be found on-site or contained in the black-box data.
Subject final observation period
M&M@▇▇▇.co.uk
[12.07.20]
Dear Dr. Walters,
I congratulate you on the success with the most recent formula, I have submitted document-P945-1 alongside the latest progress reports and am currently processing the patients for the final observation period, our three subjects and conditions are:
David Canard (23) (Klippel-Trenaunay syndrome)
Brixton Jones (40) (Buerger's disease)
Hanna Mayland (56) (Peripheral artery disease)
Theoretically, this treatment should cure or significantly weaken the effects of all of these issues, and a collection of more otherwise incurable vascular diseases.
P.S: I’ve made sure they’ve been given name tags so you don’t forget their names during checkups, they’ll be staying in the facility underground for a while so try not to upset them?
Thank you for the update and the drinks offer, I’ll take you up on that.
from,
Dr. Mulligan.
Update on observations
RachelWalters@▇▇▇.co.uk
[15.08.20]
Dear Dr. Mulligan,
The observation period has ended, and the results seem to be stellar, Hanna’s peripheral artery disease has all but disappeared, David no longer displays symptoms of Klippel-Trenaunay syndrome, and Brixton has shown no signs of any issues since treatment.
I am currently in the process of acquiring their personal effects before they are discharged, can you print the NDAs for them to sign? It's normally Dr. Xanders' job, but they've taken time off to look after their sick mother.
Congratulations are in order,
Dr. Walters.
A video plays of the time directly after the patients retrieved their personal effects, in what appears to be an entrance room or reception. As Dr. Mulligan leaves the room, presumably to retrieve the NDAs from Dr. Walters, the patient Brixton is seen going to smoke.
After cupping their hand to light a cigarette, back facing the rest of the group, they shout in pain and begin to convulse violently. Their body appears to rip itself apart, limbs contorting unnaturally and their neck snapping, as an instance of SCP-7274 tears itself free from the now flayed corpse of Brixton. A dripping red bundle of thin tendrils extending to the surrounding surfaces, with a partially formed heart in the centre, appearing to beat sporadically.
The SCP-7274 instance subsequently begins to rampage around the room, spinning and slashing at everything it can, it is seen to dismember and kill the other patients and the staff around them, before going off camera.
Data records show that the SCP-7274 instance went on to kill seven other employees and injured another 12 before ceasing all movement and expiring in a southern hallway in the middle of the site. During the chaos, a staff member at the reception started the site lockdown sealing the facility, before the log says they were disemboweled by the SCP-7274 instance, which also destroyed the console she used.
The following log contains video footage of Dr. Walters and Dr. Mulligan confronting 5 hours after the incident. Dr. Mulligan can be seen to be covered in blood up to his elbows and knees, while Dr. Walters is hurrying along the corridor from the other direction, carrying a sheaf of papers. As she goes to pass him in the corridor, Dr. Mulligan grabs Dr. Walters' arm and pulls her into an alcove before he begins talking in a low angry tone, audio is transcribed below:
Dr. Mulligan: What the hell happened! Our people are dead, that thing tore through them like paper. Brixton looks like a-
Mulligan stops himself, appearing as if overcome with nausea before continuing.
Dr. Mulligan: You're responsible for what came out of them, hell, I PUT YOU in charge of the cures creation, and the original treatment formula. If you knew this was something it could do, if you had even the slightest indication that this was a possibility you're as good as dead, and that's not coming from me. We have so many people in this building alone that want explanations, even forgetting the rest of their loved ones you have a lot of explaining to do.
Dr. Walters: I didn't do anything! We were working with tech we barely understood, you knew that as well as I did, besides it's your fault just as much as it is mine. For now, we just need to focus on making sure it doesn't get worse! we've got 12 people critically injured by that thing, and we still need to do an autopsy on it. Now I'm happy for you to help with either one of these, as long as you don't get in my way!
Dr. Walters is seen pushing Dr. Mulligan away from her before heading down the hallway, Dr. Mulligan Shouts after her:
Dr. Mulligan: I'll do the damn autopsy! Remember Rachel, when you've seen to the staff that survived, and we've made it out of this hole, you still have to answer for the staff that didn't.
I will preface this report by explaining the method used to create this cure, for any unfamiliar and wondering how such a thing could be made accidentally both inside and outside of the organisation.
The site here had been built around an underground "supercomputer" that the founders knew about, we didn't know where it came from or who made it, and we were not allowed to ask. All we knew is it had a console to enter concepts into which were implemented, apparently limitlessly. When it is said we did not understand the technology we were working with, that is no understatement.
Walters had written over a hundred lines of parameters for this "cure", preventing tissue rejection, cancer growths, sepsis, and anything else a doctor could have thought of to be a potential problem in a "cure for all Vascular diseases".
Anomaly autopsy, by Dr. Mulligan
Overview: The creature is visibly identical to a human vascular system, with increased durability.
The main discernible differences are certain missing portions from what would be the legs and lower torso, as well as sections of the heart, the other primary differences being the strength and resistance to breaking of all parts of the creature, and presence of microscopic teeth at some ends, presumably to connect to the rest of the cardiovascular system as it grows.
Veins, Capillaries, Arteries: Primary differences compared to a human's cardiovascular system are the presence of microscopic teeth at some ends where the parasite appeared to be still growing, alongside increased durability, making it difficult to cut, with a strength comparable to steel wire. No changes were present in its anatomy to explain these features.
Heart: The heart has also been replicated in the same way as the veins and arteries. Though it appears impartial, and upon referencing the host remains it appears that the parts which are not present in the creature were left in their body- along with the veins and arteries present in their lower legs. The heart has the same increased durability as the other parts of the organism. Once again the organism showed no anatomical difference compared to a normal human heart.
Presence of microscopic teeth: The unfinished edges of the creature's heart and ends of unfinished veins and arteries appear to have microscopic teeth on them, presumably used to keep in contact with the parts of the vascular system yet to be consumed.
-End of file
Autopsy analysis: The cure the three of them were administered was from the same batch made by the computer. Meaning both Hanna and David were carriers of the same parasite. Knowing this, it is a safe assumption that something "activated" or angered the one present in Brixton, causing it to attack and lash out. The CCTV footage of the site is encrypted so I can't review it for any clues. If we can figure it out, we will be able to better understand the creature, and discover if it is an issue likely to repeat itself.
[Note, no evidence of this computer was found. However, a large, empty, unlit room was found in a room under the main complex, presumably where it used to be. No evidence of it being moved was found, but the room contained higher signs of anomalous and thaumaturgical activity than the entire rest of the complex combined.]
Footage displays a security guard cooking at a portable gas stove, with one arm bandaged and in a sling, and bandages on the other hand. The date on the footage is one week after the start of the lockdown. Voices can be heard from outside the camera's perspective joking and laughing. The guard is struggling against his injury in order to cook, and eventually drops a wooden spoon into the pan.
He immediately reaches to grab it, before flinching and shouting an expletive. The people off camera stop their conversations and ask if he is okay (revealing his name to be Spencer). Spencer begins to convulse, and his limbs contort while screaming in pain, similar to what was seen from Brixton. After a few moments of panicked shouting from those outside the camera view, and a series of screams of pain from Spencer. A second, smaller instance of SCP-7274 emerges from the injured arm and shoulder of Spencer, before proceeding to gut him and move off camera, presumably towards the other nearby staff members. Screams of pain are heard off camera and blood covers the camera lens before the footage stops and the video ends.
Data attached to the file states "Four researchers were killed and three more injured before security staff and Dr. Walters incapacitated the anomaly with a fire-axe. Walters was able to sever several larger tentacles from the main mass while the anomaly was at a barricaded door. She was then able to pin the remaining mass to the floor using the fire-axe. Where security staff shot at the creature until it expired"
URGENT
[21.08.20]
RachelWalters@▇▇▇.co.uk
I'll cut to the chase, this thing can spread. Maybe that's the only reason it lashed out in the first place. It might only need to injure a person to infect them, and in case you haven't noticed, the number of injured is rising. We need to figure out if there's a trigger for this thing, and whether there's a way to kill them before they "get out of someone" and cause more damage.
If you've got any ideas or found a way to access the CCTV footage, then I'm all ears.
Rachel
M&M@▇▇▇.co.uk
[22.08.20]
I still can't access the CCTV footage as the main console was destroyed, and that was the only intended access for on-site staff. But I have a lead, a lighter was found in the reception room of the first incident, and Spencer's corpse was next to a lit gas stove. My guess is that fire, or burning yourself, triggers the creature to try and escape in an act of self-preservation. Not that I want to try this out of course, but tell everyone you can that the injured are to stay away from any open flames, including the kitchen and labs in their entirety.
I'm going to go down to The Computer that made this thing and see if I can work on a cure, I know you were in charge of the creation of it, and you should probably be the one to do this. But the staff need a leader, and you've always been better with words than I. Besides, I do have the most experience with this thing from other projects.
I'm going to lock myself down here, no one left but you and I know of this room, and it's our only way of opening up the place or curing it, we can't have anyone else getting in here.
I hope you understand,
Mulligan.
RachelWalters@▇▇▇.co.uk
[01.09.20]
Michael, is there any update on the cure? Our food is running low and everyone's getting anxious, you've been holed up with The Computer for over two weeks now, I'm worried. I know that thing can keep you alive from the documentation on it, but I want to know you're okay.
M&M@▇▇▇.co.uk
[02.09.20]
There can be no cure, I'm sure of it now. The Computer deals with concepts, and conceptually that thing we have created /is// a cure, and either I or it cannot grasp the concept of curing a cure.
This means there is no way to remove it. The computer just returns error after error, and when I try some stuff looking at the result makes me vomit or lose hours of memory.
Point is, if there is a way to undo this, it is probably more dangerous than what we have right now. I know that's saying something, but I fear it's the truth now I begin to understand the full extent of this machine, this thing is dangerous, with the wrong person and the wrong goals things so much worse than what we have created could occur. But I am sorry to say that as to our current problem, there is no hope for those already infected. I leave the decision of what to do in your hands, while I deal with this.
Foundation forces are to ascertain the fate of "The Computer" referenced by Dr. Mulligan, whether it has been relocated, damaged, or destroyed. A conceptual machine such as he describes would be extremely dangerous in the wrong hands if still functioning.
The video plays. Dr. Walters is seen being angrily shouted at by a group of workers, presumably after informing them that there is no cure. Those shouting appear to be the remaining staff, both injured and healthy
Crowd member: You did this! The formula was your creation, you bragged about it before the lockdown! You're telling us we can't do anything about it now? What about the cure you promised?!
Rachel: I - I never promised a cure I only said that Michael was working on one -
Crowd member: Oh so now you're saying there isn't one? That it's his fault there isn't one? Where is Dr. Mulligan then?
Rachel: He's-
Crowd member: What happens now? We've got families, you can't just keep us here forever! This is your mess!
Rachel: I'm sorry we're doing everything we can! Maybe with just a little bit more time we can-
Crowd member: Don't give us that shit you just said there's no possibility for a cure! We've all seen those things, you say we're doomed if we get so much as some rope burn!
Crowd member: How do you expect us to go to our families or not tell anybody that everyone around us could die at any moment?
Rachel: Maybe there's a way to prevent it coming out, maybe it's not from fire, and it-
Crowd member: Stop Bullshitting!
Crowd member: Only the infected people can't leave, the rest of us that are fine have no reason to stay!
The crowd's attention is diverted from Dr. Walters with this comment, the speaker looks wide-eyed and afraid at the silence, realising what they said. Before he can say another word one of the injured staff members punch him in the jaw. After this the crowd turns into a brawl, some people fighting and others attempting to restrain those trying to attack others. Dr. Walters is seen assisting those trying to stop the brawl before the video ends.
RachelWalters@▇▇▇.co.uk
[11.09.20]
I'm sure you heard about what happened when I broke the news to the staff. After we broke up the fight a lot of injured staff got paranoid that we would "get rid of them" so that the rest of us could leave. They've barricaded themselves into the east wing and main reception, I know we can't just let the people that're infected out into the world, the potential danger that poses is immense. But I don't know what else to do, Logically I know the choice best for the world, but I can not allow such actions toward my staff, my friends. I definitely can't sanction such actions myself.
Please, I can't keep a hold of this situation alone.
M&M@▇▇▇.co.uk
[11.09.20]
They won't be able to get out, the engineers told me when they installed those quarantine doors that they're an inch thick solid steel between the rest of the facility and the elevator shaft to the surface. They will be too afraid of the consequences of using a blowtorch, and with the console destroyed that's the only way out.
Of course, they might not be attempting to get out at all, just making sure the rest of you don't abandon them here. The fate of many lives is not something I can decide like that, we both know the decision that is right for the world at large, the infected staff can not leave this facility. While I know this, I do not have the resolve to make such a decision, it is not one you or I can make alone or half-hearted.
I still can't leave The Computer yet. As we cannot cure it, we run the risk of being unable to contain it, thereby we need a method of detection. So far I've got nothing, but if we don't figure this out, the entire world could become a lot worse from our mistake.
It is important to remember, however, that maybe it doesn't infect as easily as we thought. Or worse, it is more infectious, I recommend holding out as long as possible so we can be sure who is infected, if we have to weigh lives I don't want to send anyone to their death that doesn't need to, nor do I want to make all these sacrifices for nothing by letting someone infected out after all of this.
I won't be able to respond for a while, the latest thing I'm trying will temporarily cut communications between The Computer and the site as a whole. In the meantime, I want to say that I am sorry for bringing you into this project. If I had even thought it to have been dangerous I wouldn't have asked you to join.
A large group of people, including many injured, can be seen crowded in the room. Many of them are talking amongst themselves, while others stare into the distance quietly, some fiddling with various things.
A younger woman with dark braids and a bandaged stump of an arm, wheels a trolley into the hall. Before turning it over and standing on it, addressing the crowd:
Female Researcher:“Can I have your attention please!”
A lot of the group stop what they're doing, and turn to listen to her.
Female Researcher:“My name is Becca, one of the junior scientists at the site, and I thought I should speak up, as no one else in our group has, about what Rachel and Michael have been telling us.
We are all here because we were injured by one of those things, and that makes the rest think we are a threat to them.
They want us to stay isolated, so it isn’t their problem!
Rachel claims, that it is a disease, that it has spread to us through our injuries, and that is what happened to our Spencer.”
The speaker stops for a second, looking sombrely at their feet, before carrying on.
Becca: “But I say, have we ever heard of such a thing? that was clearly some kind of creature, a monster, why are they assuming the injury is what got it to Spencer?”
More people begin to pay attention to the speaker as she says this, some standing up to get a better view.
Becca: “For all we know Spencer was exposed to the original serum, and was infected then!”
Many in the crowd begin to murmur in agreement, while one older worker, appearing to be a janitor stands up and begins to speak.
Janitor: “So yer sure that the rest of us aren’t infected? Ye think if I were to burn ma-self like the other two we would be fine?”
The man says this with a raised voice, before brandishing an antique Zippo-style lighter and continuing.
Janitor: “I’m tired, tired of this damn hole, tired of this damn death sentence they’ve placed upon me. If you say there’s a chance I can leave here and get to my family, I’ll take that chance, Becca.“
The woman, Becca, and the rest of the group all freeze staring at the man, before saying.
Becca: "You understand it isn’t a total certainty right - Mark ?"
Mark: "I’m aware, and I’m quite fond of ye’all so I don’t want to risk your lives. But I am old, I don’t want to spend the rest of my life here, it's already been too long. So I’ve made up my mind, and I will not be swayed from this path."
The man, Mark is seen making his way towards the door, as he does, another older researcher, who previously was ignoring Becca's speech, is seen slowly raising a gun towards Mark. Nobody in the room moves to stop him until Becca notices as Mark opens the door.
Becca: "WAIT!"
[Mark Spins round as the researcher fires, missing him and hitting a gas pipe on the wall opposite the door, at the same time Mark turns on the taser to threaten the researcher to stand down, after a few seconds of screaming and shouting across the whole room, the lighter ignites the gas leaking from the fuel line, and a fireball rips through, causing several instances of SCP-7274 to emerge from the people in and near the blast.
Screams are heard as bodies are seen contorting unnaturally, Mark's neck snaps itself before An SCP-7274 instance pulls free from his body. Footage ends as many instances of SCP-7274 exit the room rapidly, leaving the remaining injured trapped by the flames at the door.]
The CCTV footage switches cameras to that of the uninjured survivors, where Rachel Walters is seen handing out food and chatting with various survivors before a rumble is felt and distant screams are heard.
Rachel: "Barricade the doors! We can't let it in! Get anything sharp or large to attack them, and if all you have is a gun, aim for the centre, or the heart!"
People move quickly to push various objects against the door and in front of the windows, some are already wearing riot gear and move up to the front holding axes and improvised shields, Rachel moves some of the older members away from the windows.
Rachel: "It's nearly here! Get ready to take it down! "
After saying this, an instance of SCP-7274 collides with the barricaded door, as several people work to block and dismember it, other instances of SCP-7274 collide with the windows and begin to break through, one of the guards is dismembered and another decapitated.
Several researchers begin screaming and crying, before the SCP-7274 instances break through the windows and doors, entering the room. The people inside are seen being sliced apart by 5-9 instances of SCP-7274 before the camera is covered in blood entirely.
After a short period of time, the screaming dies out, leaving only the squelching and whipping sounds of SCP-7274 instances rampaging unseen. This also fades as several instances of SCP-7274 appear to move away in different directions after some time.
The CCTV footage swaps back to the East Wing, where the room is seen to be full of smoke, several corpses, some complete, and remains from SCP-7274 are seen motionless before the video ends.
A video message plays. In it, a haggard-looking Dr. Mulligan is seen sitting at a desk in front of the camera.
Well, I don't know what to say really, this is likely the last message that will be recorded here, which makes it important, kinda.
2 minutes of silence, Dr. Mulligan stares into the distance.
I- had a handgun in my desk drawer. The higher-ups gave it to me back when I became head of the facility, thought it was a sick joke.
I grabbed it this morning, for the first time…
Mulligan is seen fiddling with a Zippo lighter, traces of blood can be seen on it.
Checked the site with it, couldn't find anyone - anyone alive.
Mulligan lights the lighter and places it on the table.
That makes me the last one here, I have the ability to get out now, with time at least, but one thing remains.
Mulligan lifts a handgun into view of the camera and places it against his head.
I need to be sure I can go out there, with a clear conscience.
If this is the last I'm heard of, I want to say that I'm sorry. I never meant for this, the responsibility falls on me. Rachel, everyone, I love you all from the bottom of my heart, no one deserves this.
Mulligan places his hand over the flame of the lighter, and braces himself as the video ends.
END OF RECOVERED DOCUMENTS
Upon investigation of these documents, Dr. Xanders mentioned in the initial email logs was located and upon questioning, found to have administered a dose of the SCP-7274 "cure" to their mother, who was reportedly suffering from a life-threatening case of fibromuscular dysplasia. Xanders reported they did it in this way due to their mother's short life expectancy, her doctors only expecting her to live another week at most.
The cure solved their mother's Fibromuscular dysplasia and other various illnesses, and Xanders cut all contact with the facility in order to avoid repercussions. Since then their mother has shown no related health issues, however, she has donated blood several times before Foundation involvement, tracking of the infected blood and its recipients is deemed a high priority to contain SCP-7274.
Dr. Xanders is to be transferred to Foundation custody, as either a doctor working on the SCP-7274 containment project due to their experience working alongside anomalous technologies and their involvement in the development of SCP-7274 or D-class personnel pending O5 approval.
Cite this page as:
"SCP-7274" by Rice Windu, from the SCP Wiki. Source: https://scpwiki.com/scp-7274. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
For more information about on-wiki content, visit the Licensing Master List.