Co-written by and BlazingPie and
Ralliston
► BlazingPie's Authorpage
► Ralliston's Authorpage
Image Sources:
The Site-120 logo used in the header was created by EstrellaYoshte for the purpose of all articles regarding such. Please check out more of their absolutely stellar work here.
Name of the file: warning.png
Source: N/A
License: Creative Commons
Author:djkaktus.
Name of the file: elevator.png
Source: link
License: Creative Commons Attribution-Share Alike 4.0 International
Author: WayTooAztec
Notes: Edited byJackalRelated for the purpose of this article
Name of the file: elevator2.png
Source: link
License: Creative Commons
Author: The Legendary Ranger
[{$authorPage} ▸ More by this Author ◂]
Translations:
: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)); } }

SCP-5484 as seen from within the elevator shaft.
| Assigned Site | Site Director | Research Head | Assigned Task Force |
| Site-120 | Site-120 Director Council | Mieczysław Bury | N/A |
Entry doors to SCP-5484.
Special Containment Procedures: SCP-5484 is to be sealed off from the remainder of Site-120's building. Until it can be repurposed to serve as an elevator again, Site-120 staff are encouraged to use the remaining means of transport as alternative ways to traverse the building.
Description: SCP-5484 is a spacetime disruption taking the form of a seemingly endless pit, located within Elevator 2B's shaft in Site-120, Częstochowa, Poland.1 Alongside its walls, numerous thaumaturgic markings, mainly depicting phrases such as "suffering," "pain," and "gateway," are located, with markings of both high Akiva Radiation and low Hume levels being detected next to it. Though so far, no Foundation equipment was able to reach SCP-5484's bottom, recording equipment sent into it detects muffled noises consistent with human moans, screams, and silent humming coming from within it.
The deepest the Foundation had been able to venture into SCP-5484 was a depth of approximately 25 kilometers down2 — though almost no differences were noted with the increasing depth as compared to the higher parts of the anomaly, a small increase in temperature has been noticed around the deeper parts of it. Similarly, the volume of the sounds coming from within it has been noted to increase slightly with increasing depth — though not enough to be well comprehended by Foundation staff.
From materials gathered during its discovery, it's theorized SCP-5484 leads to — or at least one of its versions — the catholic version of Hell, as described within the Bible. Though this hypothesis is still being investigated, due to the abnormal amounts of pain energy as well as thaumaturgical and theological processes detected within the anomaly, it is still a possible explanation.
Addendum.5484.1: Discovery
SCP-5484 was discovered on 05/09/2003, following an attack from a subgroup of GoI-120 ("Triumviraté")3 on Site-120.
During the group's escape from the facility, it has initiated a ritual which would, as described in scripts carried by it "Open a gate to Hell itself, consuming your enemies whole." Though it had gone as planned, due to the ritual site being so remote, it had only affected the elevator, rather than the entire site as initially planned by the group. Following the ritual's activation, all of the group's members have been consumed by the forming spatial disruption, effectively eliminating them from the Site.
The following are SCP-5484 test logs conducted shortly after the anomaly's discovery.
TEST 1
PROCEDURE: Throw a standard testing object (a small steel ball) into SCP-5484.
OUTCOME: Test subject has not been recovered. It is presumed to still be falling down SCP-5484.
TEST 2
PROCEDURE: Same as Test 1.
OUTCOME: Test subject rapidly flew out of SCP-5484 after three minutes of falling. It was covered with salty water and sand of unknown origin.
TEST 3
PROCEDURE: Same as Test 1.
OUTCOME: Test subject rapidly flew out of SCP-5484 after four minutes of falling, this time additionally covered with wet kelp.
[9 LOGS OMMITED]
TEST 13
PROCEDURE: Descend into SCP-5484 using a remote drone.
OUTCOME: The drone descended to a depth of approximately 4 kilometers, after which it ceased communication. All attempts to locate it have failed. Last footage sent by the drone was that of an unknow fluid, similar in appearance to water.
TEST 14
PROCEDURE: Same as Test 13.
OUTCOME: The drone descended to a depth of approximately 6 kilometers, after which it ceased communication. All attempts to locate it have failed. Temperature readings recorded an increase of 5 degrees Celsius. Last footage sent was similar to Test 3.
TEST 15
PROCEDURE: Same as Test 13.
OUTCOME: The drone descended to a depth of approximately 10 kilometers, after which it ceased communication. All attempts to locate it have failed. Audio equipment recorded sounds consistent with muffled human speech, rushing wind, and sea waves.
TEST 16
PROCEDURE: Same as Test 13.
OUTCOME: The drone descended to a depth of approximately 25 kilometers, after which it ceased communication. All attempts to locate it have failed. Akiva radiation, which became significant enough to be detected after 20 kilometers, increased with depth to the point of sensor overflow.
Addendum.5484.2: Further SCP-5484 Research
The following is a log of initial research conducted on SCP-5484 as done by Site-120's staff.
VIDEO LOG
DATE: 07/09/2003
»BEGIN LOG«
Both present parties are standing on the walls of the elevator shaft, protected by appropriate equipment, looking down into the pit of SCP-5484. Around them, not activated Foundation terrain scanners can be seen, with Micheals holding a small screen linked to the and an activation console.
Micheals:4 Y-yep, that's Hell alright.
Bury:5 Well, this ain't good.
Micheals: Because we literally have Hell near our offices?
Bury: No, becuase we'll actually have to clean somethin' up for once.
Both pause for a second, during which Micheals activates the scanners. All beep with dim light, and three seconds later, the tablet he is holding lights up.
Micheals: Hmm… y-yeah. Wormhole type — dimensional portal, high Akiva, — though mainly focused around the worship of one entity — t-temperatures higher than 26 Celcius, and the constant hatred outputs and suffering filters. We got Hell on our hands, and it's not pretty.
Bury: Why's that, if I may?
Micheals looks directly into Bury's eyes.
Micheals: Well. Aside from the fact it's, y-you know, literally Hell, the pain scanners are… really, really bad. The sheer amount of suffering within is genuinely staggering, to the point my tech's overloading. Give me a moment though. I-I have to check something.
Micheals taps the screen twice.
Micheals: It will… take a while.
He pauses for a second.
Micheals: Though, if it's not a mistake, then Jesus. The amount of pain extcreted from this would be able to literally power the human civilization for millenia if harvested well. I always imagined a theoretical Hell would be bad, but this… is just… no. No.
Bury: Is this much of a surprise, though? Haven't we discovered Hell already a while back? Heard a thing about it or two sometime ago.
Micheals: I, I mean, yes, we did, but 5572's an absurdly specific afterlife. Even that, it's just… an actual pleasure when compared to this. I… I'll have to bring this to the rest of the Directors. No one deserves this end to their story.
Both pause for a second.
Bury: If it's so horrible, then what cause even spawned this, actually? What's the Trumbiratee's — Trumbiratee's? — problem?
Micheals: Triumviraté's. Just general hatred, I imagine. If their goal is to bring back the terrains we stole from them in their eyes, I don't think bringing Hell to someone for bringing Hell onto you is… not fair, I suppose. I— oh!
The scanner beeps three times in a row, finishing the scanning.
Micheals: Oh, oh no.
Bury: What's going on?
Micheals: I… it's even worse.
Bury: Whatcha mean?
Micheals: [REDACTED]6
Bury: W-what?
Micheals: Exactly what you hear me say.
Bury: J-Jesus fucking Christ. That… no. Just… no.
All pause for a moment.
Micheals: We will have to contact Overwatch about this, just to make sure this is real. Because if it is… Jesus Christ.
»END LOG«
In the light of the furthering of the information gathered from scans of the area SCP-5484 leads to as well as the testing log results being to Overwatch Command, two days later, the following response was given.
Project Gratia Proposal
THE OFFICE OF O5-1
In light of all of the discoveries made following initial contact with SCP-5484 being made, the entire SCP Foundation is to change its way of approach towards all subjects. In previous years, we valued coldness and objectivity over kindness and other human virtues.
However, with the newly acquired information, we can never let a single personnel be a victim of what most likely comes as a punishment for our sins after death.
We still do not know the exact nature of Hell presented to us by SCP-5484. It is, however, an afterlife different from all known descriptions of Hell in recorded human history. And, from what we have gathered, we can be certain that it is not an afterlife one would want to be stuck in.
As we have no other choice than to continue research on SCP-5484 we propose Project Gratia as a temporary containment strategy. We, as the Foundation, need to redeem our personnel as quickly as possible.
— O5-1
Addendum.5484.3: File update — 14/09/2003
File update — 14/09/2003
SITE-120 DIRECTOR COUNCIL
On 13/09/2003, the second and final inspection of SCP-5484's runes prior to the proper Foundation-wide activation of Project Gratia has been conducted by Site-120's Grand Thaumist and Thaumaturgical Archivist and its Director Council member, Daniel Asheworth. Aside from numerous differences between translations of said runes and the ones after the second scan, it was noted that the major rune, used to complete the ritual and properly activate the portal, was mistakenly written with a single "l", resulting in the portal leading to the Hel peninsula of Poland, rather than to a potential torturous afterlife. Due to this, all plans regarding Project Gratia are currently being pulled back.
All similarities between the vision of a hellish afterlife and Poland are currently being investigated.
Ralliston's Works |
|
|---|---|
| SCPs | |
| Tales/GoI Formats | The Furmen (+72) • A Library, Empty (+26) • Forgotten Days, Stolen Lives (+15) • Critter Profile: Sparky! (+122) • The Watchman (+63) • Ambrose Esterberg (+25) • A Broken Bookshelf (+19) • To Simply Be Loved (+31) • Halfway Found, Halfway Lost (+20) • O4's Summit (+23) • |
| Other | Ralliston's Authorpage (+102) • |
Cite this page as:
"SCP-5484" by BlazingPie and Ralliston, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/scp-5484. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Name of the file: warning.png
Source: N/A
License: Creative Commons
Author:djkaktus.
Name of the file: elevator.png
Source: link
License: Creative Commons Attribution-Share Alike 4.0 International
Author: WayTooAztec
Notes: Edited byJackalRelated for the purpose of this article
Name of the file: elevator2.png
Source: link
License: Creative Commons
Author: The Legendary Ranger
For more information about on-wiki content, visit the Licensing Master List.










