scp-000000000

WELCOME TO THE LONGEST SCP ARTICLE ON THE PLANET! HERE YOU CAN SEE ALL KINDS OF SCP ARTICLES TO CRITIQUE ON, NO SEARCH REQUIRED.

Wow! You flipped a card and got: Nathanial's New Draft!!! You ca reload the page or go to the next.
DATE: 26 Mar 2021 18:09

Special Containment Procedures
SCP-XXXX is to be contained for analysis at the earliest possible opportunity. For the time being, containment is to focus on the distribution of amnestics and containment of information regarding SCP-XXXX attacks.

Description

Addendum XXXX-1: Discovery
SCP-XXXX was first noted by the FBI's Unusual Incidents Unit as anomalous following several serial killings happening in quick succession. The nature of the injuries lead UIU agents to believe the crimes were of anomalous origin. Of note is the fact that most early killings were of individuals convicted of sexual assault in various forms.
Note: The list only shows victims killed before the Foundation exited the initial investigation. To get a complete list of victims, contact the GOI office.

On 4/9/2021, the FBI UIU contacted the Foundation requesting aid for what they believed to be an anomalous phenomenon. Due to the lack of evidence that the nature of the crime was anomalous, minimal resources were allocated to aiding in the investigation. Junior Researcher Alan was assigned to be the liaison between the Foundation and the UIU.

Addendum XXXX-2: Crime Scene Investigation

This is the first crime scene investigated by the UIU regarding this series of murders, and the only one directly investigated by the Foundation.

Date: 4/12/2021
Location: Scene XXXX-3

<Begin log>

Researcher Alan enters the apartment building alongside 3 UIU agents; agents Brown, Montgomery, and Lloyd.
Montgomery: The door shows signs of forced entry. The struggle appears to have occurred throughout the apartment as the perpetrator pursued the victims into the back bedroom.
Alan: Is that where you found the bodies?
Lloyd: Not exactly.
Montgomery: It appears they've been mutilated, dragged, and suspended from the balcony. We've drug them back inside for analysis.
Alan: sighs Did you at least get pictures of the positioning of the bodies?
Montgomery: Yeah. We're not totally incompetent.
At this point, Montgomery leads Alan to the door leading to the terrace. Marks body is already laying on the floor, Brown is still in the process of bringing the other body in. Montgomery exits the room.
Alan: Good lord. It… it appears that the left half of his face has been removed. There is a dip, suggesting that it wasn't a clean-cut but rather a scooping motion. As impressive as that is, are you sure it's anomalous? Couldn't, I don't know, a group of people with some instrument do this?
Brown: Well…
Lloyd: That is a possibility, but it's not at all likely. The way the skull is cut, it seems smooth and partially melted. This wasn't a bunch of guys with a hand saw. All evidence points to one guy, and the cut doesn't match with a saw.
Alan: If I go back to the Foundation right now, there's not a lot to prove this is in any way out of the norm.
At this point, Montgomery enters the room once again.
Montgomery: There's been another killing. Same M.O. Alan, care to join us?
Alan: Sighs Very well.

<End Log>

Note: By the time the UIU team plus Junior Researcher Alan arrived on scene, the suspect had vacated. The crime scene and body were similar to the others. Given the nature of the potential anomaly, and the lack of evidence of any anomalous phenomenon, it was decided to let the UIU handle this case until further notice.

Addendum XXXX-3: Subsequent investigation
On 5/10/2022 a distress call was received from the UIU. A team of agents had been sent to a location that was a possible hideout for the suspect. Command had lost contact with the team, and requested Foundation aid.
Wow! You flipped a card and got: Dr Itzhak FITF!!! You ca reload the page or go to the next.
DATE: 26 Mar 2021 17:15

:root {
    --timeScale: 1;
    --timeDelay: 0s;
}
 
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5rem;
    background-color: rgb(var(--black-monochrome, 12, 12, 12));
    transform: translateY(-0.74rem);
}
 
/* DIVIDER */
.anom-bar > .bottom-box::before {
    animation-name: divider;
    animation-duration: calc(0.74s * var(--timeScale));
    animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
}
 
/* CLASSIFIED LEVEL BARS */
div.top-center-box  > * {
    animation-name: bar;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
 
/* TOP TEXT */
div.top-left-box, div.top-right-box {
    clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
 
div.top-left-box > *, div.top-right-box > * {
    position: relative;
    animation-name: bottomup;
    animation-duration: calc(0.65s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: expand2;
    animation-duration: calc(0.5s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
    animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
 
div.main-class::before, div.main-class::after {
    animation-name: iconslide;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 /* BOTTOM TEXT */
div.main-class > *,  div.disrupt-class > *, div.risk-class > * {
    animation-name: flowIn;
    animation-duration: calc(0.42s * var(--timeScale));
    animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* DIAMOND */
div.arrows {
    animation-name: arrowspin;
    animation-duration: calc(0.7s * var(--timeScale));
    animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.quadrants > * {
    animation-name: fade;
    animation-duration: calc(0.3s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
    animation-name: nodegrow;
    animation-duration: calc(0.4s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.diamond-part {
    clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
    animation-name: diamondBorder;
    animation-duration: calc(0.8s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
    will-change: box-shadow;
}
 
/* MOBILE QUERY */
@media (max-width: 480px ) {
    .anom-bar > .bottom-box::before {
        display:none;
    }
    .anom-bar > .bottom-box {
        box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
    }
    div.top-center-box  > * {
        animation-name: bar-mobile;
        animation-duration: calc(0.9s * var(--timeScale));
    }
    div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
 
}
/*--- Motion Accessibility ---*/
@media (prefers-reduced-motion) {
    div.anom-bar-container { --timeScale: 0; }
}
 
/*-------------------------*/
 
@keyframes divider {
    from { max-width: 0%;  }
    to { max-width: 100%; }
}
 
@keyframes bar {
    from { max-width: 0%; }
    to { max-width: 100%; }
}
@keyframes bar-mobile {
    from { max-height: 0%; }
    to { max-height: 100%; }
}
 
@keyframes bottomup {
    from { top: 100px; }
    to { top: 0; }
}
 
@keyframes expand1 {
    from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);}
    to { opacity: 1; clip-path: inset(0);}
}
@keyframes iconslide {
    from { opacity: 0; transform: translateX(-5rem);}
    to { opacity: 1; transform: translateX(0);}
}
 
@keyframes expand2 {
    from { opacity: 0; max-width: 1%;}
    to { opacity: 1; max-width: 100%;}
}
@keyframes fade {
    from { opacity: 0;}
    to { opacity: 1;}
}
 
@keyframes flowIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 
@keyframes arrowspin {
    from { clip-path: circle(0%); transform: rotate(135deg); }
    to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
    from { transform: scale(0);}
    to {  transform: scale(1);}
}
@keyframes diamondBorder {
    from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
    to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}

Special Containment Procedures: SCP-6570's containment has been abandoned (See Incident-6570-1)

Description: SCP-6570 is confirmed to be The Ark of the Covenent1. It is a gold-covered wooden chest which contains the following:

  • Two stone tablets2
  • The ten commandments
  • Aaron's rod (Broken)
  • Pot of Manna (fresh)3

As of Incident-6570-2 SCP-6570 is not contained and has been returned to Jerusalem, agents that practice judiaism must inspect SCP-6570 every week, per protocol OLAM (see Addendum-6570-2)

Recovery: SCP-6570 was recovered in a cave 70 miles south of Baghdad, the explorers who recovered SCP-6570 sent the finding to a museum in Baghdad. They told the museum owners that they accidentally broke a rod (Aaron's Rod) they were reported dead 1 hour after giving SCP-6570 to the museum, both suffered cardiac arrest. Foundation Agents in Baghdad took SCP-6570 into containment at Site-210 following the deaths.


Wow! You flipped a card and got: drwoomywood3!!! You ca reload the page or go to the next.
DATE: 26 Mar 2021 16:41
rating: 0+x

textbook1

SCP-XXXX Upon Aquisition by MTF-Rho-1 "The Professors"

Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures: SCP-XXXX is to be kept in text materials storage locker 87. Save for testing, SCP-XXXX is to be clamped shut and sealed in an airtight bag for preservation. Authorization from at least two Senior Researchers is required for testing, and only Class-D personnel are permitted to handle SCP-XXXX without safety measures. When testing, SCP-XXXX, and any attached D-Class Personnel are to be moved to a 15m by 15m by 10m chamber.

Description: SCP-XXXX is an AISC4-distributed textbook labeled "Book 3 GLOBAL COMMERCE". When an individual opens SCP-XXXX, they and anyone within a 10-meter radius will immediately be displaced into a pocket dimension.5 A practical reading of SCP-XXXX is impossible. When the use of a Remote Controlled mechanical arm was attempted, the operator -Technician J. Hawkins- was affected despite being 20 meters away. SCP-XXXX-O is a to-scale replica of the Australian desert region, commonly known as the "Outback". Instead of terminating where the region does, when crossing the edge of an "Outback" an individual will find themselves at the entry point of SCP-XXXX-O6 SCP-XXXX-O is inhabited by wildlife identical to the Australian Desert Region. However, no human-built structures are present other than Foundation Research Site XXXX-O.

Addendum-XXXX-1: As of 4/14/2021, SCP-XXXX is to be put on indefinite testing hold, due to a lack of information gained by doing so. To request this be lifted, contact Head Researcher D. Sanderson. Further information is restricted to Level-4 Personnel


Wow! You flipped a card and got: SCP-4000-EX!!! You ca reload the page or go to the next.
DATE: 26 Mar 2021 09:53
rating: 0+x

N/A.

SCP-4000 is the collective designation number for a series of videos that were originally classified as Class II Info-hazards, posted by a You Tuber commonly referred to as "Dream" (Designated as SCP-4000-1). It was believed that any human being whom perceives/hears SCP-4000 will experience obsessive towards "Dream" and will verbally abuse any individual that criticizes him.

SCP-4000 was discovered when a high volume of civilians began expressing an unusual amount of obsessive behavior towards "Dream" on social media. Personnel then commenced an investigation, theorizing anomalous phenomenon maybe occurring.


Addendum 4000-EX-1:

TEST-LOGS



Addendum 4000-EX-2

INTERVIEW-LOGS


[[footnoteblock]]

rating: 0+x

Wow! You flipped a card and got: Solyphonous' Central Page!!! You ca reload the page or go to the next.
DATE: 26 Mar 2021 09:22

Hello! I am Solyphonous, author of a few SCP articles here on the SCP wiki. This page serves as a collection of every SCP article I have made and will make in the future!

P.S. This page will obviously be moved to the mainsite once I get clearance. Until then, it stays here, however.

SCP_A

SCP-XXXX.

SCP-XXXX "God's Light". My first SCP! Go give it a read if you feel so inclined. Here's a sort of elevator pitch as a synopsis:
It's a flourescent light that, if you pray to it and are of Christian or Jewish faith, will grant your prayer and make it reality. However, if you are of a different faith or atheist, it will simply kill you with a large beam of light.





SCP-XXXX "SCP Boxing". This one isn't done! Go away!
Wow! You flipped a card and got: Sheldon's constant misfortune!!! You ca reload the page or go to the next.
DATE: 25 Mar 2021 19:49

Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures: SCP-XXXX is currently being kept in a standard anomalous containment locker.

Description: SCP-XXXX is a singular VHS tape produced by Vikander-Kneed Technical Media. Recorded on SCP-XXXX is a poorly produced version of an American television sitcom, The Big Bang Theory. On the VHS tape is the title "Sheldon Plots A Murder" written in red permanent marker. The actors portraying the characters in the show are dissimilar to the original actors cast. Included below is a transcript of the episode:



The theme song of the big bang theory plays.

The camera shows Leonard watching the television, sitting in Sheldon's spot on the couch.

Sheldon walks in.

SHELDON:
Wha- Leonard? What are you doing?

LEONARD:
I'm just watching some TV. Wanna join?

SHELDON:
No I - sure. I'll just sit over here.

Sheldon sits in the seat to the right of Leonard.

LEONARD:
Here, have some nachos.

Leonard hands Sheldon a bowl of nachos, that is on the table in front of him.

SHELDON:
No thank you.

LEONARD:
What? Why not?

SHELDON:
I've put it off for as long as I can but- Look at where you are sitting!

LEONARD:
Oh get over yourself, Sheldon.

SHELDON:
Excuse me?

Leonard stands up and looks down at Sheldon.

LEONARD:
You act like a child whenever anyone touches your crap. GET OVER YOURSELF.

SHELDON:
I don't think I will "get over myself".

LEONARD:
Then move out. You self-absorbed nut.

SHELDON:
What? What did you just say?

LEONARD:
You heard me. Pack and get out.

Cut to Sheldon standing in the middle of the room, with a suitcase, backpack, and a duffle bag.

SHELDON:
You will regret this.

Cut again to Sheldon outside the door, with Leonard slamming the door shut. Sheldon looks around, his head stopping at Penny's door. He walks to the door, puts his duffel bag down and his suitcase aside.

SHELDON:
(knocks three times)
Penny!
(knocks three times again)
Penny!

PENNY (from inside the door):
WHAT THE HELL DO YOU WANT, SHELDON!?

SHELDON:
Come to the door!

Sounds can be heard, of Penny walking up to the door. There is a clicking noise, and Penny opens the door.

PENNY:
What?

SHELDON:
Leonard and me had a fight and-

PENNY:
Did he finally blow up because you're such a self-absorbed bastard?

SHELDON:
Yes! How did you know?

PENNY:
I live near you, Sheldon. I heard you two bickering. Anyways, good for him. Goodbye now.

Penny proceeds to close the door, which Sheldon intercepts with his foot.

SHELDON:
He kicked me out! Please, may I please move in?

PENNY:
With me? Here? Never. Go away.

Sheldon sighs, picks up his duffle bag and suitcase, then moves forward. He faces the broken-down elevator and kicks it.

SHELDON:
You know what? I really could use you right now.

Sheldon faces the stairwell and attempts to use it. He then proceeds to trip down the staircase. Cut to the bottom of the staircase, where we see him, fallen down with his bags on the floor.

SHELDON:
Damn it! That hurt.

[[footnoteblock]]


Wow! You flipped a card and got: Pocket goats!!! You ca reload the page or go to the next.
DATE: 25 Mar 2021 19:07

Scp-xxx “pocket goats”

Containment class: Euclid

Appearance: scp-xxx “pocket goats” appears to be 3 small goats rugby around the size of a bullet for a standered pistol

Containment procedures: scp-xxx is to be kept in a bullet proof metal room with bullet proof glass for observation. security class-mtf is required if scp-xxx is to be opened. In the case of a possible contaminate breech of scp-xxx is to happen they are to be secured back in a bullet proof rooom as soon as possible

Anonymous abilities and effects: scp-xxx ”pocket goats” will randomly burst off into the air as if they where shot from a gun the time intervals and patterns are unknown but it does it at least once a day.
Wow! You flipped a card and got: PWRD Advanced Article Metric Assessment Template!!! You ca reload the page or go to the next.
DATE: 25 Mar 2021 18:35

This template innovates standard site crit in two ways: separating the critique into sections and using the Advanced Article Metric Assessment. Hopefully, by making critique more uniform, more critique will appear which the author can effectively implement into their article.

The metrics are thus:

Premise: Given flash fiction's nature, a reader should summarize a skip or tale in one or two sentences. This should be a compelling premise, something that pitches the article effectively and hooks them in. If you can't summarize an article in two sentences or less, it may be too complex, thus losing readers. Note a "summary" constitutes the narrative of the skip as well as its general concept. For instance, "a Foundation task force explores a dimension where all forms of life died at the same time."

Execution: Now that we have a concept, the article should utilize it to its fullest capabilities. What interesting turns does this premise take? How effective are these turns? Is the article all set-up and no pay-off? Don't consider the nuts and bolts of composition here, just the general narrative that engages readers.

Technicals: This involves the nuts and bolts. SPaG, good sentences, believable dialogue, etc. Things that, if improved, could enhance a part of a narrative without fundamentally altering it.

You should elaborate one each metric for at least a paragraph's length (5-6 sentences each), if not longer. Even if you don't have much to say, consider giving examples of where an author went right or wrong to enhance your argument.

The Advanced Article Metric Assessment collates these metrics into one, easy-to-comprehend module. See the collapsible below:

See the full code below:

[[collapsible show="Critique" hide="Hide Critique"]]

**Premise:**

**Execution:**

**Technicals:**
[[/collapsible]]

[[collapsible show="Advanced Article Metric Assessment" hide="Hide Advanced Article Metric Assessment"]]

[[div style="width: 350px; background-image: url("https://cdn.pixabay.com/photo/2016/03/19/19/15/background-1267303_1280.jpg"); padding-left: 1%; padding-right: 1%; padding-bottom: 1%; float: center; border: 5px solid #333333; border-radius: 10px; margin: auto;"]]
[[=]]
[[size 120%]]**Advanced Metric Article Assessment**[[/size]]
-----
**Premise:** //Insert summary of premise review here//
**Execution:** //Insert summary of execution review here//
**Technicals:** //Insert summary of technicals review here//
@@
@@
[[div style="background: rgb(255, 255, 255, 0.6); width: 340px; padding-left: 1%; padding-right: 1%; float: center; border: 1px solid #333333;"]]
//Insert short summary of your general thoughts here//
[[/div]]
@@
@@
[[/=]]
[[/div]]

[[/collapsible]]

As a manor of courtesy to newbies, I'd advise not using the table for new authors, as they may focus more on the flashy module than the review's actual meat. For more experienced authors, the table works fine.

The goal is to critique at least one new article and one random article a day. I emphasize one of each to avoid burn-out. Alone, we achieve little, but together we can handle an entire day's worth of articles. Don't be afraid to critique an article someone has already handled. The more, the better!
Wow! You flipped a card and got: TheBaggyGreen!!! You ca reload the page or go to the next.
DATE: 25 Mar 2021 18:15

SCP-XXXX

Seeking Greenlight: Yes

Page Type: SCP Article

Genre: Historical/Science Fiction

Page Layout:

Elevator Pitch: SCP-XXXX is both an underground facility (-1) and its contents (-2). SCP-XXXX-1 is a large underground dry-dock/slipway with space for support services. -1 is also able to perform certain functions autonomously. SCP-XXXX-2 is a modified WW2 era Baltimore-class heavy cruiser of the USN. The ship has been equipped with a rudimentary AI and numerous hull and armament modifications.

Central Narrative: The narrative revolves around the discovery of SCP-XXXX, the exploration of SCP-XXXX-1 and -2, as well as a few of SCP-XXXX-2’s excursions outside of its facility.

Hook/Attention Getter: The hook for this SCP is in the mystery of the facilities creators, the tie-ins to a few real-world events, and in the autonomous nature of SCP-XXXX-2 and the possibilities inherent in its prescribed objective.

Additional Notes:


Wow! You flipped a card and got: SCP-5XXX - Second Chronulment Warning!!! You ca reload the page or go to the next.
DATE: 25 Mar 2021 16:13

Anomaly Designation #: SCP-5XXX

Threat Level: Safe

Ubiquity Level: Widespread

Notifications sent about this SCP to the Collective is to be checked during the weekly Supernatural Secure Email Check-up.

Description: SCP-5XXX refers to a phenomenon that affects a random number of active and inactive electronic devices with displays: affected devices will show a pinkish-purple screen with the cartoonish illustration of an owl's head at the top; the words "Second Chronullment Warning: Find Your Latest Time Abode Quick" will be displayed in white and caps-lock below the owl head. Even with the lack of auditory features, the affected device will emit a storm warning alarm in accompaniment with the image.

Cessation will occur in a span of 5 to 10 minutes after the start of event.