vohzd.com
SCP-5780

To Hatch Parises and Chase Geese

Series
6
Size
19.5 KB
Views
0

#page-content .collapsible-block {
position: relative;
padding: 0.5em;
margin: 0.5em;
box-shadow: 2px 1.5px 1px rgba(176,16,0,0.7), 0 0 0px 1px lightgrey;
overflow-wrap: break-word;
}

.collapsible-block-unfolded{
color: black;
overflow-wrap: break-word;

}

.collapsible-block-unfolded-link {
text-align:center;
}

.collapsible-block-folded {
text-align: center;
color: dimgrey;
}

.collapsible-block-link {
font-weight: bold;
color: dimgrey;
text-align: center;
}

.addendumbox {
padding: .01em 16px;
margin-bottom: 16px;
margin-top: 16px;
padding-bottom: 1em;
box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.material-box {
padding: .01em 16px;
margin-bottom: 16px;
margin-top: 16px;
padding-bottom: 1em;
border: 1px lightgrey solid;
box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.16);
}

.material-box blockquote {
border: 1px double #999;
}

.wiki-content-table {
width: 100%;
}

.addendumbox blockquote {
border: 1px double #999;
}

.addendumtitle {
opacity: 0.8;
margin-bottom: 10px;
color: #b01;
}

.maintitle {
margin-bottom: 10px;
color: black;
}

.scp-header {
text-align: center;
font-size:x-large;
color:#b01;
}

.addenda-header {
width: 100%;
border-bottom: 2px black solid;
color: black;
}

.scp-info {
display:flex;
justify-content:space-between;
font-size:large;
}

.scp-info-box {
display:flex;
justify-content:space-between;
}

.object-info {
color:black;
align-self: flex-end;
font-size: large;
}

.title-style {
opacity: 0.8;
margin-bottom: 10px;
color: #b01;
font-size: large;
text-decoration: underline;
font-weight: bold;
}

.update-div-empty {
text-align: right;
font-size: x-small;
color: lightgrey;
}

.update-div {
text-align: right;
font-size: x-small;
}

.computed {
border: 1px black solid;
width: 50%;
display: inline-block;
text-align: left;
padding: 3px;
}
.computed:before {
content:"Computed Code";
font-weight: bold;
border-bottom: solid 1px black;
width: 100%;
}
.rawcode {
border: black solid 1px;
width: 50%;
display: inline-block;
text-align: left;
padding: 3px;
}
.rawcode:before{
content:"Raw Code";
text-align: center;
font-weight: bold;
border-bottom: solid 1px black;
width: 100%;
}
.codebox {
display: inline-block;
width: 100%;
text-align: center;
}
.yui-navset .yui-nav .selected a em, .yui-navset .yui-nav a em{
padding: 0.25em .75em;
top: 0px;
margin-bottom: 0px;
}
.yui-navset .yui-nav .selected a {
background: gray;
}
.yui-navset .yui-nav .selected {
margin: 0px;
}
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover, .yui-navset .yui-nav .selected a {
background: gray;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
background: gainsboro;
text-decoration: none;
}
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
background-color: none;
background-image: none;
}
.yui-navset .yui-nav a {
background: none;
}
.yui-navset .yui-nav li{
margin: 0px;
}

#page-content .licensebox .collapsible-block {
position: unset;
padding: unset;
margin: unset;
box-shadow: unset;
}

.licensebox .collapsible-block-unfolded{
color: inherit;
}

.licensebox .collapsible-block-unfolded-link {
text-align: left;
}

.licensebox .collapsible-block-folded {
text-align: left;
color: inherit;
}

.licensebox .collapsible-block-link {
color: inherit;
text-align: left;
}


- Hide component code

: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;
    }
}

Item #: SCP-5780

Level 4/5780

Object Class: Euclid

Classified


The area produced by SCP-5780; note the resemblance to Parisian landmarks. Egg remains not shown.


Special Containment Procedures

SCP-5780 is to be housed in a standard avian containment unit in Site-155. Eggs produced by SCP-5780 are to be destroyed. Testing of eggs is to be approved by the Site Director and the Location Selection Committee.

The area produced by SCP-5780 is to be minimally monitored for any anomalous activity. A full blackout protocol is to be initiated using Foundation web crawlers to conceal it. Due to the isolated location of SCP-5780-1, demolishing it has been considered impractical and inefficient.

Access to Gastoneu documents detailing the ritual used for SCP-5780 is limited to personnel with Level 5/Clearance. The ritual is to be investigated for its potential in reestablishing cities and landmarks after an XK-Class scenario.

Description

SCP-5780-A.

SCP-5780 refers to three yellow African geese (Anser anser domesticus) whose eggs have a 30 percent chance of undergoing a Hachure Event. This produces a copy of Paris, which is designated as an SCP-5780-1 instance.

During a Hachure Event, an egg's size will exponentially increase over the course of one day. It will then crack and leak approximately 15,200 liters of a red, alcoholic fluid. Afterward, the shell will break down, revealing an SCP-5780-1 instance.

Explorations of SCP-5780-1 instances show that they are non-anomalous, aside from being covered in albumen and having non-functional electrical and water lines.

The taste of eggs produced by SCP-5780 is reportedly similar to wine. No health effects have been noted, however, and no Hachure Events have occurred after consumption.

Prior to its containment, SCP-5780 was under the care of the Gastoneu and Sons Company, a leading poultry firm in France. According to Gastoneu dossiers, SCP-5780 is the result of a complex thaumaturgic ritual performed on geese. This involves 650 L of ethanol, 35 kg of egg albumen, 20th-century maps of Paris, and several thaumaturgic chants. The result is 500 mg of a clear liquid, which is injected into SCP-5780.

Supervised by Félicien Gastoneu, the company's CEO, the ritual was performed on one of his islands in the Pacific. Recovered documents indicate that Gastoneu was unsuccessful in conducting the ritual for the last five years.

Capture Report (09/06/2020)

SCP-5780 was continuously yielding eggs in the first SCP-5780-1 instance. The subsequent Hachure Events resulted in the emergence of buildings in random locations, causing several parts of the city to become unrecognizable. Due to the city's size, 50 drones were deployed in order to capture SCP-5780.

Close.

FILED UNDER DOCUMENT TYPE EX-01
09/06/2020

Capture Log 5780-01

— [[BEGIN LOG]] —

[[00:01:30]]

The drones arrive at the 1st Arrondissement. A quick scan reveals that the city is devoid of any entities.

A Hachure Event commences, generating an SCP-5780-1 instance that has a diameter of approximately 30m. This topples several buildings and a part of the Tuileries Palace before flooding the area with the red fluid.

[[00:04:42]]

The Palais Garnier is completely razed by another Hachure Event. The resultant eggshells crush other buildings in the 9th Arrondissement.

SCP-5780-A is sighted wading through the flooded Avenue de l'Opéra. Upon drone approach, the instance flies away.

[[00:06:42]]

SCP-5780-A lands near two copies of the Arc de Triomphe, where it produces an egg. A capturing drone is redirected to this location, although SCP-5780-A flies off to the east.

[[00:10:18]]

SCP-5780-A perches atop a copy of the Eiffel Tower. Another Hachure Event occurs near the bottom of the tower, which foils a nearly successful capture attempt. SCP-5780-A escapes as the drones regroup.

It is tracked down to the front of the Louvre Museum, which has been partially pulverized by a condominium that emerged from its center. It was successfully captured.

[[00:22:18]]

SCP-5780-B is sighted in an area where several Hachure Events have occurred SCP-5780-B moves through an arrangement of buildings that are stacked on top of each other.

It enters a window in a flooded Hausmann-era restaurant, whose sides have been destroyed by two skyscrapers.

[[00:24:22]]

SCP-5780-B, which is pursued by two drones, topples several chairs. One of the drones' cameras is moderately damaged by SCP-5780-B's beak before it escaped to the kitchen.

It is trapped when it tried to enter a small opening, enabling successful capture.

[[00:30:06]]

SCP-5780-C is found in the severely destroyed Gastoneu Headquarters. Approximately 14 eggs are scattered throughout the area.

It arrives at Gastoneu's company quarters, where it appears to have made a nest. A severely degraded painting depicting Gastoneu, his family crest and two unidentified individuals standing beside him is hanging on the eastern wall.

— [[END LOG]] —

There is a marked decrease in SCP-5780's activity in containment and a drop in egg production.

Analysis of the painting found indicates that it was created in 2015, during which Gastoneu was reportedly stressed and frequently requested leaves to devote more time to family matters.

Interview Report

Gastoneu was interviewed by the Foundation concerning his motives for creating SCP-5780. Records show that Gastoneu has taken on a smaller administrative role in the company due to his age and personal matters.

FILED UNDER DOCUMENT TYPE IN-01
09/16/2020

Interview 5780-01

Interviewer: Level-3 Diplomatic Officer Albert Morlisson

Interviewed: Félicien Gastoneu

Location: Executive Office, Gastoneu Headquarters, Paris, France


— [[BEGIN INTERVIEW]] —

Félicien Gastoneu.

The song Belles! Belles! Belles! is being played on a record player. Humming, Gastoneu enters the interview room.

Morlisson: Good afternoon, Mr. Gastoneu. <Shuffles several documents.>

Gastoneu: It's a fine day after all. I suppose that you approached me for the whole golden geese fiasco? Let's, <Points finger up for several seconds.> get the ball rolling, shall we?

Morlisson: <Silent for five seconds.> Yes. We are hoping that you could provide your motives for creating them.

Gastoneu: <Smirks.> I see. Tell me, young man, have you gone to Paris?

Morlisson: Not yet, Mr. Gastoneu, but of course, I hope to.

Gastoneu: Hmm, 'not yet', you say… you know, when I was a little runt, I really wanted to break all the 'not yets' and 'whatnots' that I thought of, and I wanted the means and money to do them. And… <Chuckles.> look at what I have now. Well, it's not certainly something I shouldn't really brag about.

Morlisson: What do you mean?

Gastoneu stands up and fetches a bottle of red wine.

Gastoneu: <Grins.> Of course, when you have the money, well, wouldn't you be more adventurous in doing things that no one will do? But alas, listen to what this old man will say.

My parents were humble poultry owners, dealing mainly with geese. But, <Points his finger up.> when they had money, they went to Paris during the 70s, and hear songs like L’opportuniste and La Madrague playing in the restaurants. I tagged along, and it was fun to be with them.

One of the lessons they taught me is that I should become very creative and free in what I'm trying to do. Be an interesting person - be Parisian! <Pumps his fists in the air.>

Morlisson: I see, and this is a rather interesting story, Mr. Gastoneu. Given your disposition, this led to the creation of the geese?

Gastoneu: Yes. You see, for an old man like me, no matter how energetic I can get, Paris of today is too fast-paced. Tiring. It's too based on money and expenses now, but I work here because the big businesses are here.

Plus, my ailing mother - the opposite of me - wanted to enjoy its simpler charms, so… think of it as a present. <Smiles.> So, with the help of some friends in the industry, we immediately fiddled with some geese and made them 'gold'.

Morlisson: I understand. However, it appears that you have abandoned the project. Is that correct?

Gastoneu: <Smiles and sighs.> Well, think about it for a moment - what happens if the heat meets the chilly, empty air, monsieur? Or when a desolated city meets a man of festivities?

Silence for several seconds. Morlisson puts down the documents he was holding on the table, and rubs his chin.

I didn't even have the heart to show the Paris the geese made to my mother - it was devoid of nostalgia, laughter and fashion, and it was unfit for her.

Remember what I said about breaking the 'whatnots' and 'notyets' using money and power? I should have been more careful in approaching the line between wildness and vanity and learned that there are a lot, lot more things I can't bring back.

Gastoneu then smokes a cigarette and sighs.

Morlisson: <Shuffles documents.> Is there anything else you have to say, Mr. Gastoneu?

Gastoneu: <Chuckles, and coughs.> Well, I must tell you this now. The whole affair was a wild, but in the end, senseless goose chase, though I must admit, it was fun at the start.

— [[END INTERVIEW]] —