SCP-5072

:root{
 --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15));
 --body-width-on-desktop:45.75rem;
 }@mediaonlyscreenand (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:0auto;
 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:left300ms 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:centerleft1rem;
 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:left300ms 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:centerleft 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;
 }
 
 /*PrintFriendlyFormattingbyEstrella*/
 body.print-body{ 
 --sidebar-width-on-desktop:0; 
 }body.print-body#main-content::before,
 body.print-body#main-content::after{display:none; 
 }}
#page-content.collapsible-block{position:relative;
 padding:0.5em;
 margin:0.5em;
 box-shadow:2px1.5px1px rgba(176,16,0,0.7), 000px1px 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:.01em16px;
 margin-bottom:16px;
 margin-top:16px;
 padding-bottom:1em;
 box-shadow:02px5px0 rgba(0,0,0,0.16),02px10px0 rgba(0,0,0,0.12);
}.material-box{padding:.01em16px;
 margin-bottom:16px;
 margin-top:16px;
 padding-bottom:1em;
 border:1px lightgrey solid;
 box-shadow:1px2px2px0 rgba(0,0,0,0.16);
}.material-boxblockquote{border:1pxdouble#999;
}.wiki-content-table{width:100%;
}.addendumboxblockquote{border:1pxdouble#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:2pxblacksolid;
 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:1pxblacksolid;
 width:50%;
 display:inline-block;
text-align:left;
 padding:3px;
}.computed:before{content:"Computed Code";
 font-weight:bold;
border-bottom:solid1pxblack;
width:100%;
}.rawcode{border:blacksolid1px;
 width:50%;
 display:inline-block;
text-align:left;
 padding:3px;
}.rawcode:before{content:"Raw Code";
 text-align:center;
 font-weight:bold;
border-bottom:solid1pxblack;
width:100%;
}.codebox{display:inline-block;
 width:100%;
 text-align:center;
}.yui-navset.yui-nav.selectedaem, .yui-navset.yui-navaem{padding:0.25em.75em; 
 top:0px;
 margin-bottom:0px;
}.yui-navset.yui-nav.selecteda{background:gray;
}.yui-navset.yui-nav.selected{margin:0px;
}.yui-navset.yui-nav.selecteda, .yui-navset.yui-nav.selecteda:focus, .yui-navset.yui-nav.selecteda:hover, .yui-navset.yui-nav.selecteda{background:gray;
}.yui-navset.yui-nava:hover,
.yui-navset.yui-nava:focus{background: gainsboro;
 text-decoration:none;
}.yui-navset.yui-nava, .yui-navset.yui-navset-top.yui-nava{background-color:none;
background-image:none;
}.yui-navset.yui-nava{background:none;
}.yui-navset.yui-navli{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;
}
rating: +108
2/5072 LEVEL 2/5072
CLASSIFIED
classified-bar.svg
classified-bar.svg
classified-bar.svg
classified-bar.svg
classified-bar.svg
classified-bar.svg
Item #: SCP-5072
Safe

fireflies1.jpg

SCP-5072 in action.


Special Containment Procedures:

The entirety of Algonquin Provincial Park (formerly managed by Ontario Parks) located in south-central Ontario, Canada has been claimed by the Foundation. Annual checks on the park's environment are held in order to maintain its well-being.

Due to the public nature of SCP-5072, size of Algonquin Provincial Park, and SCP-5072 instances' requirement for interaction, entry to the park has not been restricted.


Description:

SCP-5072 is the collective designation for all instances of Photuris pennsylvanica inhabiting Algonquin Provincial Park. Though SCP-5072 are located throughout Algonquin Provincial Park, they are especially abundant at Canoe Lake, a popular tourist spot.

SCP-5072 instances appear to show no deviations in appearance from normal Photuris pennsylvanica; however, all instances are capable of communication. Words are formed by large groups of SCP-5072 maneuvering themselves in the shape of letters to form sentences. Additionally, instances appear to secrete their bioluminescence in order to substitute for conventional methods of writing on paper.

When a crowd of individuals appear at Canoe Lake at night, SCP-5072 will proceed to entertain them with a light show. This is achieved by an abundance of instances gathering in one area, telegraphing themselves in a way capable of forming different shapes and structures. When the performance concludes, instances will proceed to disperse and wait for the next wave of visitors.

Whenever the rate of visitors for Algonquin Provincial Park declines noticeably, SCP-5072 instances become less frequent, and appear to be far more unresponsive. If not attended to, SCP-5072 instances will continue to become less frequent until they disappear from the park.


Addendum One — Initial Contact/Discovery

SCP-5072 was discovered when a Foundation researcher entered Algonquin Provincial Park during their leisure time. The following individual had heard of a popular tourist spot for its "firefly light shows". A recording of the entire SCP-5072 event has been logged and transcribed.

<Begin Recording: 00:00:00>

00:00:24: [The sky is dark and the water within Canoe Lake appears to be polluted. Half of the surrounding trees are dead. SCP-5072 instances slowly gather at the center of lake. There are a total of 11 people in the area.]

00:00:55: [A small ball is formed in front of the individuals.]

00:01:01: [The crowd is visibly pleased. The SCP-5072 instances proceed to entertain the individuals with a small light show.]

00:01:30: [Half of the instances branch away from each other, forming a large line. The instances flash their lights in alternation.]

00:01:47: [The instances move up and down, as they approach the crowd. They start to form a circle while still moving up and down.]

00:02:20: [The instances start to fly to the air, clumping together.]

00:02:41: [A small firework comprised of the instances is visible. The crowd applauds.]

00:03:00: [The rest of the individuals leave. The SCP-5072 instances start to disperse.]

<End Recording: 00:03:10>


Addendum Two — Interview

Two days after the initial event, the same Foundation researcher was dispatched within Algonquin Provincial Park to interview SCP-5072 when visitors left the premises. The following is a transcription of the interaction with SCP-5072.

Interviewer: Femilia Raynes
Interviewee: SCP-5072

Note: Some sentences have been combined for ease of use.


<Begin Log>

[Femilia is in Canoe Lake within Algonquin Provincial Park. A group of SCP-5072 instances are in the center of the lake. The instances start forming words by maneuvering their bodies to converse with her.]

Transcribed Message: Hello, visitor!

Femilia: Hello. I saw your show the other day!

Transcribed Message: Really?!

Femilia: Definitely.

[The instances swirl around.]

Transcribed Message: Did you enjoy the show?

Femilia: It was great. (Smiles) Anyways, do you mind answering a few questions for me?

Transcribed Message: Of course!

Femilia: Great! First and foremost, how long have you been entertaining your visitors?

Transcribed Message: Hm… We don't know?

Femilia: You don't know? As in, it's been so long that you don't remember?

Transcribed Message: Kind of! We just started performing ever since those friendly guys showed up!

Femilia: Friendly guys?

Transcribed Message: You don't know them? They're the ones who helped us become so popular!

Femilia: Unfortunately, no. Who are they?

[The instances fly up and down.]

Transcribed Message: Uh, they're the owners of this place! We think. We remember seeing the word "Parks" in there?

Femilia: Parks… I see. Where are they now?

[The instances' lights begin to dim. They respond less energetically.]

Transcribed Message: We don't know.

Femilia: Huh? You don't know?

[The instances fly up and down.]

Transcribed Message: We haven't seen them in a long time.

Femilia: What happened to them?

Transcribed Message: They helped us build the park from the very beginning! But now they're gone. We haven't seen them since.

Femilia: (Frowning) I see…

Transcribed Message: Every since they left, our home has started to dwindle. We used to be super popular! So many people came to visit us, and we loved playing for them! But since they left, we haven't been getting as many visitors.

Femilia: I'm sorry.

[The instances shake.]

Transcribed Message: No no, don't be! We've just been lonely. Not many people visit us anymore, and less of our kind have gotten in the mood to dance for our visitors.

Femilia: Is there… something I can do to help?

Transcribed Message: Our home. It's in a terrible state if you haven't noticed already.

[The instances' lights blink for a few seconds.]

Transcribed Message: We're sorry to bother you. But we earnestly ask that you help us fix our home. Ever since the friendly people left, we haven't been cared for, and neither has our home. Because of this, less people want to come visit us, and we're losing our popularity. We promised the friendly people to make their park the best in the world, but at this state, we're not going to be able to fulfill that goal.

[Their lights dim again.]

Transcribed Message: Again, we're sorry to bother you. You're just a visitor, and yet you're trying to help our problems.

Femilia: Don't be down. We'll definitely help you out.

[Their lights brighten.]

Transcribed Message: Really?!

Femilia: Really.

[The instances start to swirl around for a few seconds.]

Transcribed Message: If you could, can you also tell us about the friendly guys? We don't know what happened to them, and if something bad happened, we want to help them out too.

Femilia: Sure. Of course.

Transcribed Message: Thank you, miss!

<End Log>


Addendum Three — Ontario Parks

Three days after the interview with SCP-5072, the Foundation had launched an investigation into Ontario Parks, a department under the Government of the Province of Ontario. The investigation yielded little to no results for the next two weeks. During this time, the rate of visitors within Algonquin Provincial Park has declined even further than it was before. Additionally, light shows from SCP-5072 were less frequent.

As a result of the investigation, the Foundation had come to the conclusion that Ontario Parks neglected to sustain the environmental well-being of their owned lands. It should be noted that the Ontario Minister of the Environment has stepped down until recently, and a new individual has been placed in their position. Despite this, the reason for the sudden change in actions for the company is currently unknown.

The Foundation, aware of the recent actions, negotiated a covert land transfer with the Government of Ontario to claim Algonquin Provincial Park. The park was successfully handed over.


Addendum Four — Final Interaction

Two weeks subsequent to the initial purchase of Algonquin Provincial Park, Foundation researcher Femilia Raynes was dispatched as a tourist to check on SCP-5072. The content of the interaction has been logged and transcribed.

Foreword: The following is not an interview, but a check on the well-being of SCP-5072 and its environment. Some sentences have been combined for ease of use.


<Begin Log>

[Femilia is standing in a forest near Canoe Lake. There is a group of SCP-5072 instances in the distance performing in front of a crowd. Another group of instances are gathered in front of Femilia.]

Transcribed Message: Welcome back, visitor! We were getting worried you wouldn't show up again.

Femilia: (Chuckles) Don't worry about it. Thanks for welcoming me.

[The SCP-5072 instances flutter around.]

Transcribed Message: Thank you for helping our home! There are a lot more visitors now compared to before!

Femilia: You're welcome. I'm sorry we couldn't get any further information on your friends, the people from Ontario Parks.

Transcribed Message: It's okay. We'll meet them sometime, hopefully.

Femilia: I think so as well.

[The instances fly around Femilia in a circle.]

Transcribed Message: We're a lot more popular now, even more than when we first debuted! It's all thanks to you and your advertising as well. We heard our visitors mention how there was a 'firefly attraction' at our home!

Femilia: You flatter me. I like it here, how am I not going to help a place I enjoy staying at?

[A few instances start landing on Femilia. Their lights blink while they sit on her shoulders.]

Transcribed Message: I'm glad you enjoy our home! Say, miss, do you mind telling us your name?

Femilia: It's Femilia. Femilia Raynes.

Transcribed Message: Then, Ms. Femilia, we must pay you homage! Unfortunately the next set of visitors are coming soon, so we must switch out with the other group. But we will definitely give you homage as thanks!

Femilia: I'm looking forward to it.

[The instances start leaving Femilia's shoulder. They slowly disperse.]

Transcribed Message: It was nice talking, Ms. Femilia! Let's meet each other again!

Femilia: I'll come back again!

[The instances fully disperse.]

Shortly after the check-up was instigated, a letter from a sender with the pen name "Lights in the sky" had been mailed to the Foundation. A bag of capsules filled with bioluminescent ink alongside what seemed to be a "thank you letter" were dedicated towards the Foundation researcher Femilia Raynes.

Hello again Ms. Femilia!

Thank you again for helping our home, we appreciate it greatly!

Hopefully you'll accept this capsules of our ink as a homage!
We hope to see you in the future!

— Your friends, Lights in the sky.


Footnotes
. A species of firefly from the United States and Canada.

« SCP-5071 | SCP-5072 | SCP-5073 »

Cite this page as:

"SCP-5072" by chiifu, from the SCP Wiki. Source: https://scpwiki.com/scp-5072. Licensed under CC BY-SA.

For information on how to use this component, see the License Box component. To read about licensing policy, see the Licensing Guide.

Filename: fireflies1.jpg
Author: edmondo gnerre
License: CC BY 2.0
Source Link: https://ccsearch.creativecommons.org/photos/acb3c7cf-7d9f-4810-9d3b-1da7193fd8cb

page revision: 12, last edited: 08 Oct 2022 19:37
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License
Click here to edit contents of this page.
Click here to toggle editing of individual sections of the page (if possible). Watch headings for an "edit" link when available.
Append content without editing the whole page source.
Check out how this page has evolved in the past.
If you want to discuss contents of this page - this is the easiest way to do it.
View and manage file attachments for this page.
A few useful tools to manage this Site.
Change the name (also URL address, possibly the category) of the page.
View wiki source for this page without editing.
View/set parent page (used for creating breadcrumbs and structured layout).
Notify administrators if there is objectionable content in this page.
Something does not work as expected? Find out what you can do.
General Wikidot.com documentation and help section.
Wikidot.com Terms of Service - what you can, what you should not etc.
Wikidot.com Privacy Policy.

AltStyle によって変換されたページ (->オリジナル) /