CottonOfTheStars

Oh yea we brainstormin' now

  • TV signals from outer space broadcasting, OR a film studio with ghost-y things replaying, a prehistoric sitcom
  • dinosaurs were a reasonably advanced race and they made daytime TV
  • all kinds of shows spanning about a year, before the broadcast cuts out suddenly as the meteor hits
  • what are we implying here
    • some dinos escaped on an ark?
    • dino scp foundation?
    • meteor was an anomaly?
    • maybe the signals are being broadcast from the ark that is now returning to earth from a far away earthlike planet

Why are they shooting TV broadcasts at the earth? The culture of Gliese 667 Cc has had literally hundreds of millions of years to develop, these ancestors likely speak a completely different language, look totally different, and they're coming home to a planet of similarly alienated species. So what do they do to signal their return? They replay the last common pieces of culture the two populations share. Perhaps they know humans are here, maybe they think humans are evolved dinosaurs, maybe they don't know and are instead assuming the Dinos on earth survived. We don't know why they're coming, and therefore their intentions, hence the upgrade to Danger. As for Keter and Ekhi? Try stopping a space-ark that's 23 light years away and getting closer by the second from significantly impacting astronomy, sky observation, and try stopping dinosaur TV from instantly going viral if it ever gets through the array, etc etc.

rating: 0+x
: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)); }
}
Item#: XXXX
Level2
Containment Class:
euclid
Secondary Class:
none
Disruption Class:
ekhi
Risk Class:
notice

Special Containment Procedures: The Foundation's EHMAN satellite array is to scramble all incoming SCP-XXXX broadcasts and send copies of any signals received to Site-46 for analysis. In the event of a leak consult Document-XT-2 ("Quiet Blue Dot" Protocol).

Foundation web crawlers are to monitor news and scholarly publications in the field of paleontology for mentions of anachronistic artefacts from the Mesozoic Era. In the event such an artefact is discovered, Foundation web crawlers are to wipe all mentions from the web as per standard data censoring protocols, all individuals involved with the discovery are to be amnesticised, and any physical evidence is to be retrieved or destroyed as deemed necessary.

MTFs Gamma-5 ("Red Herrings") and Alpha-4 ("Pony Express") are available to assist in information containment and artefact recovery at the discretion of their respective commanders.

Description: SCP-XXXX is a series of TV broadcasts in the 76 to 82 MHz range emanating from the Gliese 667 system, a triple star system in the constellation Scorpius located 23.6 light years from Earth. Broadcasts consist of TV programs in the style of talk shows, news reports, sit-coms, drama, and reality TV, with all cast members being specimens of the superorder Dinosauria (Henceforth referred to as SCP-XXXX-1), and other flora and fauna being consistent with those of the greater Mesozoic Era.

SCP-XXXX broadcasts take place in environments featuring 20-21st century style, architecture, and technology, but with changes in accessibility and ergonomics to make buildings and objects suitable for use by SCP-XXXX-1 instances. Instances speak English in all broadcasts, however "dubbed" versions of broadcasts have been sent in multiple languages including French, Korean, Mandarin Chinese, Spanish and Hindi. Broadcasts are sent semi-regularly over the course of 12 months documenting a chronological order of events, end abruptly, and then repeat after a 1-month break.

Despite flora, fauna, and climate appearing to match current evidence and hypotheses on the Mesozoic Era, no built remains or other evidence of SCP-XXXX broadcasts being primary sources has been discovered on Earth. The origin and authenticity of the broadcasts are under speculation.

Addendum 1 - Notable Broadcasts: SCP-XXXX was first discovered by the EHMAN array on 09/04/191. The following is abridged for brevity, a full list of broadcasts made in a single "loop" is available on request.

Date Content Notes
09/04/19 A breakfast news program, SBA News, lasting one hour. Date is given in-broadcast as the 23rd of The New-Sun Moon, 64,976,002, however SCP-XXXX-1 instances refer to years by the last 2 digits unless more are required, for ease of conversation. Topics include a potential tax on non-electronic silicon products, and improved infrastructure development for aquatic species. First broadcast, sent at the beginning of each loop. Notably, the dating system implies that SCP-XXXX-1 species developed advanced culture, specifically a concept of history and time, significantly faster than Homo Sapiens.
27/05/19 A talk show, The Roar. Discussion includes rights of non-Dinosauria species, celebrity scandals, and mental health. Interviewed is Kyrie ¢ir2, a stunt actor and female member of the genus "Pterodactylus". First broadcast to include usage of the early language tentatively called "Saurian". Other valuable insights into SCP-XXXX-1 culture.
Date Some kind of paranormal show, ancient aliens etc type beat, obviously anomalous activity, begin to imply that there's some kind of government coverup agency like the UIU or Foundation. Maybe "UFOs" are actually just the agency doing space experiments, they already know the comet is going to be redirected and there's nothing they can do to stop it. Notes
15/07/19 SBA News broadcast. Topics are unremarkable, until during the weather report when a breaking news bulletin is delivered stating that "AksR's3 Comet", a comet with an orbital period of 183 years, has abruptly changed course and will now impact Earth in 9 months instead of passing by. Scientists are unable to explain the course change, and world governments release statements within the hour promising to work with other nations and kingdoms to divert the comet or destroy it. Content of programming changes significantly following this broadcast, almost every news program features an update on the comet, and the comet is frequently referenced in other shows, both fiction and non-fiction. Based on the content of programs, no space or aeronautics program in SCP-XXXX-1 society has succeeded in sending a craft outside of Earth's atmosphere.
Date Some kind of show rerun, worldbuild on the recent history of dino society Notes
Date Talk show/drama show again, talk about disruption to daily life, people have started panic prepping and hoarding Notes
Date Science news program on potential solutions to the comet problem, blowing it up with surface to space missile, redirection via drone, some kind of ark project as a last resort. Dinosaurs have made progress, first dino in space, but are nowhere near close to anything they're saying they need to do. Perhaps see if its' possible to imply some of them are working on secret projects with the dino-foundation? Maybe they take some questions about "lights in the sky"? Notes
T-1 month Press release from some government/kingdom saying they give up on space-based solutions and are instead constructing bunkers, Deep Impact style. Other nations follow suit. Notes
T-10ish days The final news broadcast from an above ground location Notes
08/04/20 Press release from president of Some Country as they're about to enter the bunker and seal it, barely visible in the background behind clouds is an object taking off Notes
09/04/20 Emergency broadcast telling people to seek shelter, cuts abruptly to static Shortest broadcast, lasting only one minute. Final broadcast in loop. Loop begins anew after a 7-day break.