:root { --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15)); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 56.25rem) { #content-wrap { display: flex; position: initial; flex-direction: row; flex-grow: 2; width: calc(100vw - (100vw - 100%)); max-width: inherit; height: auto; min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem)); margin: 0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2); } #main-content { position: initial; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); max-height: 100%; margin: 0 auto; padding: 2rem 1rem; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } #side-bar { position: -webkit-sticky; position: sticky; top: 0; left: 0; grid-area: side-bar; width: var(--sidebar-width-on-desktop, 13.6rem) !important; min-width: var(--sidebar-width-on-desktop, 13.6rem) !important; max-height: 100vh; padding-right: 2.5rem; padding-left: 0.5rem; overflow-y: scroll; transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms linear, margin 300ms linear; border: none; border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem); direction: rtl; scrollbar-width: thin; -ms-scroll-chaining: none; overscroll-behavior: contain; scrollbar-color: rgba(var(--swatch-primary-darker), 0.1) /* Thumb */ rgba(var(--swatch-tertiary-color), 0.05); /* Track */ } #side-bar::-webkit-scrollbar-track { background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8); } #side-bar::-webkit-scrollbar, #side-bar::-webkit-scrollbar-thumb, #side-bar::-webkit-scrollbar-corner { width: 0.5rem; border-right-width: calc(100vw + 100vh); border-right-style: inset; border-color: inherit; background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0); } #side-bar:is(:hover, :active, :focus-within) { margin-right: 2.25rem; padding-right: 0.25rem; overflow-x: hidden; overflow-y: auto; border-color: rgba(var(--swatch-primary-darker), 1); background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1); translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0)); scrollbar-color: rgba(170, 170, 170, 1) /* Thumb */ rgba(252, 252, 252, 1); /* Track */ scrollbar-color: rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */ rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /* Track */ } #main-content::after { content: " "; display: flex; position: fixed; top: 0; left: 1rem; align-items: center; justify-content: center; width: 1rem; height: 100%; max-height: 100%; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg"); background-attachment: fixed; background-repeat: no-repeat; background-position: center left 1rem; background-size: 1rem 12.875rem; pointer-events: none; } #side-bar:is(:hover, :active, :focus-within) + #main-content::after { left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); width: 0rem; transition: left 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0; background-position: center left calc(var(--sidebar-width-on-desktop, 14.5rem) * -1); font-size: 0em; } #main-content::before { content: " "; position: absolute; z-index: 9; top: var(--final-header-height-on-desktop, 0); left: 0; width: var(--sidebar-width-on-desktop, 14.5rem); height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem); margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem); transition: translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1); opacity: 0.5; background-color: rgb(var(--swatch-alternate-color, 0, 0, 0)); pointer-events: none; translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem); } #side-bar:is(:hover, :active, :focus-within) + #main-content::before { translate: 0; opacity: 0; } #side-bar .side-block { margin-top: 1em; padding-left: 0.25em; border-right-width: 0rem; border-left-width: 0rem; border-radius: 0; background-color: rgb(0, 0, 0, 0); direction: ltr; } #side-bar .scpnet-interwiki-wrapper { direction: ltr; } /* Print Friendly Formatting by Estrella */ body.print-body { --sidebar-width-on-desktop: 0; } body.print-body #main-content::before, body.print-body #main-content::after { display: none; } }
: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; }

Thumbnail (FIIC Logo)
WARNING: CONTAINMENT CRISIS IN PROGRESS
THE FOLLOWING FILE HAS BEEN DECLASSIFIED FOR ALL RELEVANT CONTAINMENT AND RESEARCH TEAMS
ALL FOUNDATION RESOURCES ARE TO BE REDIRECTED TO ADDRESSING THE ONGOING EMERGENCY
Special Containment Procedures: SCP-7606 is unable to be killed, damaged, or impeded in any significant way. During the ongoing containment crisis, operatives are not to confront SCP-7606 but instead should suppress information outflow, and limit damages to the city of origin which is to be considered lost. Should SCP-7606 breach city limits, Veil Protocols are to be dissolved and preparations for a HK-Class Deific Subjugation Scenario are to be enacted immediately after.
Description: SCP-7606 is a hostile Deific entity with the following known abilities1:
- Extensive knowledge of thaumaturgic rituals beyond human limitations.
- Unmatched physical combat prowess with knowledge of several ancient martial arts, along with the ability to manifest any weapon of its choosing.
- The conceptual linking, and therefore complete control over the concepts of fire, darkness, and death.
SCP-7606 manifested in baseline reality on 27/07/2022 at 09:44 CDT and the following speech was broadcasted telepathically to all sentient beings within 5km of the initial manifestation:
HARK INSECTS, HEED MY WORDS;
MY NAME IS CONQUEST,
MY NAME IS DESOLATION,
MY NAME IS DAV’VAHID MAEKALAH STRYGWYR.
THOU HAST FESTERED WITHIN MY DOMAIN LONG ENOUGH.
FOR TIME UNBEKNOWNST TO MAN I HAVE LAID IN SLUMBER;
I AWAKEN ONCE AGAIN TO FIND PARASITES SULLYING THE LAND ONCE CALLED MINE.
LAY DOWN THINE ARMS AND THOU DEATHS SHALL BE SWIFT.
SUBMIT YE SERVICE AND THOU LIVES SHALL BE FILLED WITH PURPOSE ANEW.
At the time of writing, no measure at the Foundation's current disposal is deemed effective in counteracting SCP-7606. Researchers from every relevant department have been activated to continue to find a possible weakness of SCP-7606 or methods to return it to its plane of origin.
One hour following the urgent activation of all Foundation resources, Foundation agents had a brief encounter with SCP-7606. The following is a transcript taken from body-worn cameras worn by Agent Trevor Garrison.
«BEGIN LOG»
Footage takes place in a downtown street in Miami where Foundation personnel have set up a blockade assisted by the local police force and the US Army.
GARRISON: Hey.
Camera feed turns to the left to see Agent Raylan Davis among other soldiers and law enforcement officers.
DAVIS: 'Sup.
GARRISON: The blockade in front of us is gone. The guys there dipped when they saw 7606 and I don't know what happened to the rest.
DAVIS: Yeah?
GARRISON: Yeah.
DAVIS: So it's coming here next?
GARRISON: Yup.
Silence on the recording.
Agent Davis sighs.
GARRISON: Penny for your thoughts?
DAVIS: Fuck me man…
GARRISON: Yup.
DAVIS: I mean at least the civilians are out.
GARRISON: (Nods) Just us over here.
DAVIS: Just us suckers out here. The unlucky suckers that just so happened to be put here of all places of all fucking days.
Silence on the recording.
DAVIS: FUCK!
Agent Davis kicks a sandbag.
GARRISON: Mhm.
DAVIS: Fuck all of us and fuck this! Why'd it have to be here of all fucking places FUCK!
GARRISON: I mean, of all places why not Florida?
DAVIS: tch Fair enough. What's up with you? Why are you so calm?
GARRISON: Called my girlfriend earlier. Massive breach in security but who cares. Got some closure and felt like a badass.
DAVIS: Huh. That does sound nice.
GARRISON: Besides, you wanna spend the last hour of your life stressing?
DAVIS: That… is very true.
GARRISON: Speaking of breaches in protocol…
Agent Garrison opens his ammo pouch and reveals two miniature bottles of Jack Daniels whiskey.
DAVIS: Hah! Jesus Christ Trev, you are the smartest man on planet earth!
Agent Garrison hands one bottle to Agent Davis.
GARRISON: To the end of the world?
DAVIS: To the motherfucker that's making it worth my while.
GARRISON: (scoffs) Cheers Ray.
The two agents finish their drinks before looking down the street.
SCP-7606 is seen in the distance.
DAVIS: Holy Jesus Christ what the fuck.
Alarms are sounded and all combatants scramble to their position and take aim at SCP-7606. SCP-7606 continues to advance for several seconds and begins to close the distance between it and the blockade.
Panicked screams can be heard off camera and several soldiers flee from the blockade. The rest, including Agent Garrison drop their rifles and begin to hyperventilate.
GARRISON: Oh fuck we're gonna die.
DAVIS: At least we're not dying sober.
GARRISON: I guess so… Good thing the civilians are out and we-
An elderly Caucasian man later identified as Gary Stevenson wearing only undergarments exits from a nearby apartment building.
STEVENSON: WHAT FUCKING GAY ASS MONKEY FUCKING PIECE OF SHIT IS GOING ON OUTSIDE MY GODDAMN WINDOW?!
The civilian is incredibly intoxicated.
STEVENSON: I'M TRYING TO GET SOME GODDAMN SHUTEYE!
The civilian notices SCP-7606 for the first time
STEVENSON: WHAT IN SAM HELL?!
He retrieves a Ruger LCR Revolver from within his underwear and shoots SCP-7606 three times, killing it instantly.
Silence on recording.
«END LOG»

SCP-7606 shot dead in the streets of Miami, Florida.
Update:
SCP-7606 is David Micheal Smith, a 22-year-old Thaumaturgist. Smith had enacted a ritual that places a memetic effect on anyone viewing or referring to the caster. This effect causes anyone to believe that the caster is an extremely powerful deific entity of demonic origin that is unable to be defeated unless the viewer has taken advanced medication or counter-measures for memetic influences.
Evidently, this effect was not strong enough to overcome the instant human fight-or-flight reaction while under the heavy influence of hallucinogenic drugs.
SCP-7606's change of designation to neutralised is pending.
Cite this page as:
"SCP-7606" by J T K C, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/scp-7606. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: SCPded.jpg
Author: J T K C
License: CC BY-SA 3.0
Source Link: SCP Wiki
For more information about on-wiki content, visit the Licensing Master List.