As far as I can tell, humanity is beyond saving. If there was any hope before, it's all gone now. My only recommendation is to aim for the head.
EE-3570 |
---|
Author: |
Published on 04 Jun 2018 03:35 |
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { .mobile-top-bar { display: block; } .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block!important; position: fixed; top: 0; left: -19em; width: 17em; height: 100%; overflow-y: auto; z-index: 10; padding: 0.3em 0.675em; background-color: rgba(0,0,0,0.1); transition: left 0.5s ease-in-out; } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; z-index: 10; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } .close-menu { margin-left: 19em; opacity: 0; } }
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap'); /* Flopstyle CSS Theme * [2020 Wikidot Theme] * Created by Lt Flops * Select CSS Styles Are Credited Where Necessary * -- (CC BY-SA 3.0) -- **/ /* -------- SITE HEADER -------- */ span, a{ word-break: unset; } #header h1 a, #header h1 a::before{ color: hsl(0, 0%, 90%); text-shadow: .7px .7px 0 hsla(0, 0%, 0%, .8), 1.4px 1.4px 0 hsla(0, 0%, 0%, .8); } #header h1 a{ font-family: "Montserrat", "Arial", sans-serif; font-size: 170%; letter-spacing: 0; } #header h2 span, #header h2 span::before{ color: hsl(0, 0%, 90%); text-shadow: 1px 1px 0 hsla(0, 0%, 0%, .8); } /* -------- TOP-BAR -------- */ #search-top-box, #top-bar, #login-status{ right: 0; } #search-top-box-input{ border-radius: 0; } #search-top-box-form input[type="submit"]{ background: hsl(0, 33%, 30%); border-radius: 0; font-size: unset; } #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus{ background: hsl(0, 25%, 50%); } #top-bar .open-menu a{ border-radius: unset; border-width: .1em; } /* -------- SIDE-BAR -------- */ #side-bar{ background-color: hsl(0, 0%, 50%); } #side-bar:target{ box-shadow: 0 0 90px 90px hsla(0, 0%, 0%, .3); } #side-bar .side-block{ border-color: hsl(0, 0%, 20%); border-radius: 0; } #side-bar .heading{ color: hsl(0, 0%, 5%); border-bottom: solid 1px hsl(0, 0%, 20%); } /* -------- SIDEBOXES -------- * By EstrellaYoshte * Adapted From 'Penumbra Theme' **/ #page-content .authorbox tr td, #page-content .sidebox tr td, #page-content .authorbox tr th, #page-content .sidebox tr th{ padding: .35em; } #page-content .authorbox tr td, #page-content .authorbox tr th{ width: 15.5em; } .limit{ margin-bottom: -1rem; line-height: 141%; z-index: 5; } .anchor{ position: sticky; height: 0; top: 0; z-index: 5; } .authorbox, .sidebox{ position: absolute; width: calc((100vw - 870px) / 2); max-height: calc(100vh - 18rem); margin: 0 8px 0 0; padding: .14rem; box-sizing: border-box; overflow: auto; z-index: 5; } .authorbox{ max-width: calc((100vw - 921.2px) / 2) !important; top: .5em; right: 103.5%; } .sidebox{ top: 0; left: 103.5%; padding-left: 1em; background: hsl(0, 0%, 100%); border: 1px solid hsl(0, 0%, 73%); border-left: 8px solid var(--accentColor); border-radius: .48em; } /* -------- Sidebox Mobile Optimization Courtesy of Woedenaz -------- */ @media (max-width: 1079px){ .sidebox{ width: auto; max-width: 65vw !important; top: .75rem; right: calc(((100vw - 45.8rem) / 2) * -1); left: initial; padding: 0 .4rem; background-color: var(--accentColor); border: 1px solid hsl(0, 0%, 73%); border-left: 8px solid var(--accentColor); border-radius: 0; overflow: visible; -webkit-clip-path: inset(-.125rem -.25rem 0 calc(100% - 1.275rem)); clip-path: inset(-.125rem -.25rem 0 calc(100% - 1.275rem)); -webkit-transition: color .2s ease-in-out .1s, -webkit-box-shadow .5s ease-in-out .1s, -webkit-clip-path .5s ease-in-out .1s; transition: color .2s ease-in-out .1s, -webkit-box-shadow .5s ease-in-out .1s, -webkit-clip-path .5s ease-in-out .1s; -o-transition: color .2s ease-in-out .1s, box-shadow .5s ease-in-out .1s, clip-path .5s ease-in-out .1s; transition: color .2s ease-in-out .1s, box-shadow .5s ease-in-out .1s, clip-path .5s ease-in-out .1s; transition: color .2s ease-in-out .1s, box-shadow .5s ease-in-out .1s, clip-path .5s ease-in-out .1s, -webkit-box-shadow .5s ease-in-out .1s, -webkit-clip-path .5s ease-in-out .1s; } .sidebox::before, .sidebox::after{ content: " "; position: absolute; right: 0; } .sidebox::before{ width: 0; height: 0; top: calc(50% - .75rem); border-top: .75rem solid transparent; border-bottom: .75rem solid transparent; border-right: .75rem solid var(--accentColor); z-index: 10; transition: border .1s ease-in-out .1s; } .sidebox::after{ width: 100%; max-width: .75rem; height: 100%; max-height: calc(100vh - 18rem); top: 0; background-color: hsl(0, 0%, 100%); z-index: -1; transition: box-shadow .5s ease-in-out .1s, max-width .5s ease-in-out .1s; } .sidebox > *{ opacity: 0; -webkit-transition: opacity .2s ease-in-out .2s; -o-transition: opacity .2s ease-in-out .2s; transition: opacity .2s ease-in-out .2s; } .sidebox:hover{ overflow: visible; -webkit-clip-path: inset(-.125rem -.25rem 0 0); clip-path: inset(-.125rem -.25rem 0 0); -webkit-transition: color .5s ease-in-out .2s, right .5s ease-in-out .1s, -webkit-clip-path .5s ease-in-out .1s, -webkit-box-shadow .5s ease-in-out .1s; transition: color .5s ease-in-out .2s, right .5s ease-in-out .1s, -webkit-clip-path .5s ease-in-out .1s, -webkit-box-shadow .5s ease-in-out .1s; -o-transition: color .5s ease-in-out .2s, right .5s ease-in-out .1s, clip-path .5s ease-in-out .1s, box-shadow .5s ease-in-out .1s; transition: color .5s ease-in-out .2s, right .5s ease-in-out .1s, clip-path .5s ease-in-out .1s, box-shadow .5s ease-in-out .1s; transition: color .5s ease-in-out .2s, right .5s ease-in-out .1s, clip-path .5s ease-in-out .1s, box-shadow .5s ease-in-out .1s, -webkit-clip-path .5s ease-in-out .1s, -webkit-box-shadow .5s ease-in-out .1s; } .sidebox:hover::before{ border-top: 0 solid transparent; border-bottom: 0 solid transparent; } .sidebox:hover::after{ max-width: 100%; right: 0; } .sidebox:hover > *{ opacity: 1; } } @media (max-width:768px){ .sidebox, .sidebox:hover{ right: calc(((100vw - (100% - 3rem)) / 2) * -1 + 1rem); } } @media (max-width: 1079px){ .authorbox{ display: none; visibility: hidden; } } /* -------- CROQSTYLE -------- */ /* ---- Reasonably-sized footnotes ---- */ .hovertip{ max-width: 400px; } /* ---- Monospace edit/code ---- */ :root{ --mono-font: "Fira Code", Cousine, monospace; } .code pre, .code p, .code, tt, .page-source{ font-family: var(--mono-font); } .code pre *{ white-space: pre; } .code *, .pre *{ font-feature-settings: unset; } /* ---- No more bigfaces ---- */ .avatar-hover{ display: none !important; } /* ---- Breaky breaky ---- */ .nobreak{ word-break: break-all; } /* ---- Code colours ---- */ :root{ --c-bg: #393939; --c-syntax: #e0e0e0; --c-comment: #999999; --c-error: #f2777a; --c-value: #f99157; --c-symbol: #ffcc66; --c-string: #99cc99; --c-operator: #66cccc; --c-builtin: #70a7df; --c-keyword: #cc99cc; } .terminal.code, .terminal > .code{ color: var(--c-syntax); background: var(--c-bg); border: 0.4rem solid var(--c-comment); border-radius: 1rem; } /* ---- */ /* -------- GENERAL -------- */ :root{ --accentColor: hsl(0, 100%, 30%); } body{ color: hsl(0, 0%, 5%); word-break: unset; } #search-top-box-form input[type="submit"], #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus, #top-bar ul li ul, #side-bar .side-block, .page-rate-widget-box, .scp-image-block{ box-shadow: none; } /* -------- INFO BAR -------- */ body{ --barColour: hsl(0, 89%, 18%); } .u-faq{ display: none; } .info-container .collapsible-block-content{ padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* -------- INFO PANE -------- */ .creditRate{ margin-right: 0 !important; } .rate-box-with-credit-button{ border-radius: 0 !important; box-shadow: none !important; } /* -------- PAGE RATING -------- */ .page-rate-widget-box{ margin-right: 0; } .page-rate-widget-box, .page-rate-widget-box .rate-points{ border-radius: 0; } .page-rate-widget-box .cancel, .page-rate-widget-box .cancel a:hover{ border-radius: 0 !important; } /* -------- FORMATTING | [GENERAL] -------- */ #page-content h1, #page-content h2, #page-content h3, #page-content h4, #page-content h5, #page-content h6{ display: flex; flex-direction: column; justify-content: center; margin-bottom: .57em; text-align: center; word-break: unset; } hr{ height: 0; margin: 1em 0; background-color: transparent; border-top: 1px solid hsl(0, 0%, 67%); } .collapsible-block-link{ font-size: 120%; font-weight: bold; } .info-container .collapsible-block-link{ font-size: 100%; } ol li{ margin: 0 0 1em; } ul{ margin:1em 0; } .footnotes-footer, .bibitems{ padding: 0 0 .5em; } /* -------- IMAGE BLOCK -------- */ .scp-image-block.block-right{ margin: 0 0 1em 2em; } /* -------- CUSTOM DIV BLOCKS -------- */ .raisa-header, .pink-header, .oracle-header{ margin-bottom: 1em; padding: 0 .5em; text-align: center; } .raisa-header{ /* ---- RAISA Notice Header ---- */ background: hsl(60, 65%, 85%); border: 1px solid hsl(0, 0%, 60%); } .pink-header{ /* ---- Pretty Header ---- */ background: hsl(350, 100%, 85%); border: 1px solid hsl(0, 4%, 36%); } .pink-header hr{ border-color: hsl(0, 4%, 36%); } .oracle-header{ /* ---- SPC's 'From the Desk of ORACLE' Header ---- */ color: hsl(208, 100%, 97%); background: hsl(208, 67%, 44%); border: 2px solid hsl(0, 0%, 5%); } .oracle-header hr{ border-color: hsl(208, 100%, 97%); } .img-resize img{ /* ---- Header Icons (See Example Formatting) ---- */ float: left; width: auto; height: 8em; margin: .5em; } blockquote, /* ---- Regular Quote Block ---- */ div.blockquote{ background-color: hsl(0, 0%, 96%); border: 3px double hsl(0, 0%, 60%); } .alt-blockquote{ /* ---- Alternative Quote Block ---- */ margin: 1em 0; padding: 0 1em; background-color: hsl(0, 0%, 96%); border: 1px solid hsl(0, 0%, 60%); border-radius: 1em; } .lightweight{ /* ---- Lightweight Quote Block ---- */ margin: 1em 3em; padding: 0 1em; background-color: hsl(0, 0%, 90%); text-align: left; } .card-block{ /* ---- Decorative Quote Block ---- */ margin: 1em 0; padding: .6em 1.2em; background: hsl(220, 15%, 93%); border-left: 8px solid var(--accentColor); border-radius: .48em; } blockquote hr, div.blockquote hr, .alt-blockquote hr, .lightweight hr, .card-block hr{ border-color: hsl(0, 0%, 67%); } .log-header{ /* ---- Interview/Exploration Log Header ---- */ margin-bottom: 1em; padding: 0 1em; background: hsl(0, 0%, 96%); border: 3px dashed hsl(0, 0%, 60%); border-radius: 2em; } .report-box{ /* ---- Report Block ---- */ margin: 1em 0; padding: 0 1em; background-color: hsl(0, 0%, 100%); border: medium solid hsl(0, 0%, 5%); } .report-box hr{ border-color: hsl(0, 0%, 5%); } .realistic-shadow{ /* ---- Better Shadows ---- */ margin: 1em 0 2em 0; box-shadow: 0 1px 1px hsla(0, 0%, 0%, .23), 0 2px 2px hsla(0, 0%, 0%, .18), 0 4px 4px hsla(0, 0%, 0%, .15), 0 8px 8px hsla(0, 0%, 0%, .13); } .report-box.red-tint{ /* ---- Alternative Report Block Variants ---- */ background-color: hsl(360, 91%, 86%); border-color: hsl(360, 62%, 66%); } .report-box.red-tint hr{ border-color: hsl(360, 62%, 66%); } .report-box.orange-tint{ background-color: hsl(30, 91%, 86%); border-color: hsl(30, 62%, 66%); } .report-box.orange-tint hr{ border-color: hsl(30, 62%, 66%); } .report-box.yellow-tint{ background-color: hsl(60, 91%, 86%); border-color: hsl(60, 62%, 66%); } .report-box.yellow-tint hr{ border-color: hsl(60, 62%, 66%); } .report-box.green-tint{ background-color: hsl(120, 91%, 86%); border-color: hsl(120, 62%, 66%); } .report-box.green-tint hr{ border-color: hsl(120, 62%, 66%); } .report-box.cyan-tint{ background-color: hsl(180, 91%, 86%); border-color: hsl(180, 62%, 66%); } .report-box.cyan-tint hr{ border-color: hsl(180, 62%, 66%); } .report-box.blue-tint{ background-color: hsl(240, 91%, 86%); border-color: hsl(240, 62%, 66%); } .report-box.blue-tint hr{ border-color: hsl(240, 62%, 66%); } .report-box.magenta-tint{ background-color: hsl(300, 91%, 86%); border-color: hsl(300, 62%, 66%); } .report-box.magenta-tint hr{ border-color: hsl(300, 62%, 66%); } .report-box.grey-tint{ background-color: hsl(210, 9%, 86%); border-color: hsl(210, 15%, 42%); } .report-box.grey-tint hr{ border-color: hsl(210, 15%, 42%); } div.o5-box{ /* ---- Overseer Document Block ---- */ margin: 1em 6em; padding: 0 1em; background-color: hsl(0, 0%, 75%); border: medium solid hsl(0, 0%, 5%); } div.o5-box hr{ border-color: hsl(0, 0%, 5%); } .faux-source{ /* ---- Mimics "Page Source" Appearance ---- */ margin-bottom: 1em; padding: 0 2em; background-color: hsl(0, 0%, 100%); border: 1px dashed hsl(0, 0%, 67%); font-family: var(--mono-font); } .narration{ /* ---- Mimics the Pages of a Book ---- */ margin: 1em 0; padding: 0 1em; background-color: hsl(0, 0%, 100%); border: 1px solid hsl(0, 0%, 83%); } .warning-notice{ /* ---- Simple Warning Block (Adapted From 'SCP-3143') ---- */ padding: 0 1em; background-color: hsl(0, 0%, 100%); background-image: url(https://scp-wiki.wdfiles.com/local--files/scp-style-resource/scp_trans.png); background-position: center; background-repeat: no-repeat; border: medium solid hsl(0, 0%, 5%); text-align: center; } .warning-notice hr{ border-color: hsl(0, 0%, 5%); } .journal{ /* ---- Journal Block (Adapted From 'SCP-4003') ---- */ margin: 1em 0; padding: .9em; background-image: linear-gradient(to top, hsl(201, 33%, 84%) 0%, hsl(60, 29%, 89%) 8%); background-position: 0 8px; background-size: 100% 1.3rem; border: 1px solid hsl(0, 0%, 80%); border-radius: .9em; font-family: "Architects Daughter", cursive; } .journal p{ margin: 0; font-size: 1.3rem; line-height: 1.3rem; } .sms-message{ /* ---- SMS Message Block ---- */ float: left; clear: left; width: 22.4em; margin: 0 0 1em; padding: 0 1.2em; background: hsl(0, 0%, 75%); border-radius: 2em; font-size: 112.5%; text-align: center; } blockquote .collapsible-block-folded, .alt-blockquote .collapsible-block-folded, .lightweight .collapsible-block-folded, .card-block .collapsible-block-folded, .report-box .collapsible-block-folded, .o5-box .collapsible-block-folded, .narration .collapsible-block-folded, .journal .collapsible-block-folded, div.blockquote .collapsible-block-folded{ /* ---- For Collapsibles Inside Divs | [CLOSED] ---- */ padding: .75em 0; /* -------- */ } blockquote .collapsible-block-unfolded, .alt-blockquote .collapsible-block-unfolded, .lightweight .collapsible-block-unfolded, .card-block .collapsible-block-unfolded, .report-box .collapsible-block-unfolded, .o5-box .collapsible-block-unfolded, .narration .collapsible-block-unfolded, .journal .collapsible-block-unfolded, div.blockquote .collapsible-block-unfolded{ /* ---- For Collapsibles Inside Divs | [OPEN] ---- */ padding-top: .75em; /* -------- */ } /* -------- FORMATTING | [SPECIAL] -------- */ .centered{ /* ---- Center-Aligns Text ---- */ text-align: center; } .justified{ /* ---- Justify-Aligns Text ---- */ text-align: justify; } .indented{ /* ---- Indents Block by ½-inch/2em (Use Within Other Divs) ---- */ text-indent: 2.4em; } .indented .bibcite, .indented .footnoteref, .indented ul, .indented ol, .indented .scp-image-block.block-right, .indented h1, .indented h2, .indented h3, .indented h4, .indented h5, .indented h6, .indented .scene-break, .indented .footnotes-footer, .indented .bibitems{ text-indent: 0; } .rev-red, .rev-green, .rev-blue, .rev-yellow, .terminal-span{ font-weight: bold; } .rev-red{ /* ---- Red Document Revision Text ---- */ color: hsl(360, 100%, 27%); } .rev-green{ /* ---- Green Document Revision Text ---- */ color: hsl(120, 100%, 27%); } .rev-blue{ /* ---- Blue Document Revision Text ---- */ color: hsl(240, 100%, 27%); } .rev-yellow{ /* ---- Yellow Document Revision Text ---- */ color: hsl(40, 100%, 40%); } .terminal-span{ /* ---- Computer Terminal Text ---- */ font-family: var(--mono-font); font-size: 110%; letter-spacing: .3px; } /* ---- Blinking Text Cursor (Adapted From 'Your Very First SCP!') ---- */ .blinkbar{color: black; animation: blink 1.5s infinite; letter-spacing: -.13em;} @keyframes blink{to{opacity: .0;}} @keyframes flicker{0% {opacity: .9890; }5% {opacity: .5842; }10% {opacity: .9865; }20% {opacity: .0412; }20% {opacity: .6255; }25% {opacity: .3157; }30% {opacity: .7328; }35% {opacity: .4654; }40% {opacity: .9128; }45% {opacity: .2449; }50% {opacity: .5485; }55% {opacity: .6438; }60% {opacity: .1180; }65% {opacity: .9085; }70% {opacity: .0266; }75% {opacity: .6795; }80% {opacity: .7812; }85% {opacity: .0117; }90% {opacity: .2239; }95% {opacity: .8897; }100% {opacity: .2260; }} @keyframes overlay-anim{0% {visibility: hidden; }10% {visibility: hidden; }11% {visibility: visible; }50% {visibility: hidden; }100% {visibility: hidden; }} .lite-heading{ /* ---- Special Heading Area (Adapted From 'SCP-4058') ---- */ clear: both; margin: 2.4em auto; } .lite-heading h3{ color: hsl(360, 100%, 27%); } .lite-heading hr{ width: 55%; margin: auto; border-width: medium; } div.image-showcase{ /* ---- Alternative Image Showcase ---- */ width: 25em; margin-bottom: 1em; background: hsl(0, 0%, 100%); border: 3px ridge hsl(0, 0%, 5%); } div.image-showcase.block-center{ margin-right: auto; margin-left: auto; } .scene-break{ /* ---- Fancy Scene/Section Break ---- */ width: 2.5em; margin: 1em 0; } .listPagesNav{ margin-bottom: 5em; } .listPagesNav-prev, /* ---- ListPages Navigation (Adapted from 'SCP-5552') ---- */ .listPagesNav-next{ width: 45%; margin: 0 0 1em; padding: 0 2%; background: hsl(0, 0%, 90%); border: 1px solid hsl(0, 0%, 60%); } .listPagesNav-prev{ float: left; text-align: left; } .listPagesNav-next{ float: right; text-align: right; } .fade-away{ background: linear-gradient(to bottom, hsl(0, 0%, 95%), hsl(0, 0%, 5%)); } .footing::before{ /* ---- Page Footing ---- */ content: " "; position: absolute; bottom: 1px; left: 0; right: 0; border-bottom: 2px solid hsl(0, 0%, 47%); } .footing{ position: relative; bottom: -2px; margin-bottom: 2px; border-bottom: 1px solid hsl(0, 0%, 47%); } .related-flex{ /* ---- Related Articles Box ---- */ display: flex; justify-content: center; } .related{ margin: 1em 0; padding: 0 1em; background-color: hsl(0, 0%, 100%); border: thick solid hsla(0, 0%, 60%, 0.5); text-align: left; } .series-nav{ /* ---- Series Navigation ---- */ margin: .5em 0; background: linear-gradient(to bottom right, hsla(0, 0%, 100%, 1), hsla(0, 0%, 50%, .5)); border: outset 1.5px hsl(0, 0%, 5%); border-radius: 2em; font-size: 85%; font-weight: bold; text-align: center; } /* -------- ADVANCED WARNING HEADER -------- * Adapted From 'SCP-001-JP - indonootoko's Proposal' * See the Example at the Top of the Page **/ .orderwrapper{ position: relative; width: auto; text-align: center; } .council{ position: relative; top: 0; bottom: 0; left: 0; right: 0; width: 295px; height: 295px; margin: auto; background-image: url(https://scp-wiki.wdfiles.com/local--files/scp-style-resource/scp_trans.png); background-position: center; background-repeat: no-repeat; background-size: 295px 295px; } .ordertitle{ position: absolute; top: 27px; left: 0; right: 0; } .ordertitle h1{ color: hsl(0, 0%, 5%); font-size: 220%; line-height: 90%; } .orderdescription{ position: absolute; top: 93px; left: 0; right: 0; width: 100%; } .orderdescription h1{ color: hsl(0, 0%, 5%); font-size: 120%; } .orderdescription p{ color: hsl(0, 0%, 5%); font-size: 90%; } .itemno{ position: absolute; bottom: 18px; left: 0; right: 0; } .itemno h1{ color: hsl(0, 0%, 5%); font-size: 170%; } /* -------- YUI TAB BASE -------- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* -------- YUI TAB CUSTOMIZATION -------- * Adapted From 'Black Highlighter Theme' **/ .yui-navset *{ transition: color 80ms cubic-bezier(.4, 0, .2, 1), background-color 80ms cubic-bezier(.4, 0, .2, 1); } .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: hsl(360, 94%, 20%); box-shadow: 0 calc(.0625rem * 5) 0 0 hsl(360, 94%, 20%); } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: hsl(0, 0%, 5%); /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: hsl(0, 0%, 99%); /* -------- */ background-image: none; border: unset; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: hsl(0, 0%, 96%); /* ---- Tab Background Colour | [HOVER] ---- */ background-color: hsl(360, 100%, 27%); /* -------- */ } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; background-color: hsl(0, 0%, 96%); border-color: transparent; box-shadow: 0 0 0 .0625rem hsl(360, 94%, 20%); } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: hsl(360, 94%, 20%); /* -------- */ } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: hsl(360, 94%, 20%); } .yui-navset .yui-nav .selected a{ width: 100%; color: hsl(0, 0%, 96%) !important; background-image: none; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: hsl(0, 0%, 96%); background-color: hsl(360, 94%, 20%); } .yui-navset .yui-nav .selected a:hover{ cursor: default; } .yui-navset-left .yui-content{ /* ---- Content Background ---- */ background-color: hsl(0, 0%, 99%); /* -------- */ } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border-color: hsl(0, 0%, 60%); } /* -------- PAGE TAGS -------- */ #main-content .page-tags{ border-top: 1px solid hsl(0, 0%, 73%); } #main-content .page-tags a{ display: inline-block; height: .8125rem; margin: 0 0 .5rem .75rem; padding: .1875rem .3125rem .1875rem 0; color: hsl(0, 0%, 95%); background-color: hsl(0, 0%, 27%); border-bottom-right-radius: .25rem; border-top-right-radius: .25rem; line-height: 13px; line-height: .8125rem; font-size: 11px; font-size: .6875rem; font-weight: normal; } #main-content .page-tags a:before{ width: 0; height: 0; top: -.1875rem; left: -.625rem; padding: 0 .0625rem .1875rem; border-color: transparent hsl(0, 0%, 27%) transparent transparent; border-style: solid; border-width: .5rem .5rem .5rem 0; } #main-content .page-tags a:before, #main-content .page-tags a:after{ content: ""; position: relative; float: left; } #main-content .page-tags a:after{ width: .25rem; height: .25rem; top: .2813rem; left: -.5rem; background-color: hsl(0, 0%, 100%); border-radius: .125rem; } #main-content .page-tags span{ max-width: 100%; border-top: .5rem solid transparent; } /* -------- INTERWIKI -------- */ iframe.scpnet-interwiki-frame{ position: relative; width: 15.734em; height: unset; margin-bottom: .78em; margin-left: 4px; background-color: hsl(0, 0%, 100%); border: 2px solid hsl(0, 0%, 20%); } /* -------- REDUCED MOTION ACCESSIBILITY -------- */ @media (prefers-reduced-motion: reduce){ *, *::before, *::after{ animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; } } /* -------- MOBILE MEDIA QUERY -------- */ @media (max-width: 479px){ #header h1 a{ font-size: 85%; } div.image-showcase{ width: 90%; } div.o5-box{ margin: 1em 0; } } /* -------- NOTE MEDIA QUERY -------- */ @media (min-width: 480px) and (max-width: 580px){ #header h1 a{ font-size: 100%; } div.image-showcase{ width: 100%; } div.o5-box{ margin: .5em; } } /* -------- MINI TABLET MEDIA QUERY -------- */ @media (min-width: 581px) and (max-width: 767px){ #header h1 a{ font-size: 120%; } } @media (max-width: 767px){ .open-menu a:hover{ box-shadow: none; } } /* -------- TABLET MEDIA QUERY -------- */ @media (min-width: 768px) and (max-width: 979px){ #header h1 a{ font-size: 140%; } }
EE-3570: Umbral Ultimatum
Author: Lt Flops
Published on 3 Jun 2018
This article is Part 7 of the Team Bird storyline.
Other works by Lt Flops!
SCPs | |
---|---|
Dr. Michaels | Rating: 327 |
SCP-4420 | Rating: 218 |
SCP-3739 | Rating: 204 |
SCP-4416 | Rating: 156 |
EE-3570 | Rating: 146 |
SCP-4031 | Rating: 128 |
SCP-4790 | Rating: 122 |
SCP-281-FR | Rating: 110 |
SCP-3787 | Rating: 98 |
SCP-4795 | Rating: 97 |
SCP-5990 | Rating: 94 |
SCP-5810 | Rating: 79 |
SCP-3464 | Rating: 77 |
SCP-4190 | Rating: 75 |
SCP-3719 | Rating: 72 |
Tales | |
---|---|
SCP-2 | Rating: 135 |
Land Of Honey | Rating: 90 |
The Abyss Gazes Back (and It's ASCII on a CRT Screen) | Rating: 82 |
UMBRAL_MIGRATORY_SEQUENCE.txt | Rating: 69 |
The Doctor's Dilemma | Rating: 68 |
Buggy Hardware (or Why I Don't Play Violent Video Games) | Rating: 60 |
What Lurks in the Dark? | Rating: 53 |
SATURN'S CORNER | Rating: 51 |
Spilled Milk | Rating: 51 |
A Surprise Encounter with Crispy Sex Pirates | Rating: 48 |
Illac | Rating: 46 |
A Scene From a Meme(-ory) | Rating: 44 |
fifthist family picnic | Rating: 42 |
A Necromantic Prelude | Rating: 31 |
Solidão | Rating: 21 |
GOI Formats | |
---|---|
The Sacred Djehuti | Rating: 110 |
SPC-993 | Rating: 100 |
Critter Profile: Bartholomew! | Rating: 93 |
SPC-507 | Rating: 79 |
"Scattersomnia": A Disease of the Wise and Drowsy Wanderers | Rating: 75 |
Hubs | |
---|---|
Team Bird Hub | Rating: 183 |
A Non-Prophet Organization Hub | Rating: 80 |
Void Dancer Hub | Rating: 38 |
Collaborations!
SCPs | ||
---|---|---|
Page | Title | Co-Author |
SCP-3309 | Where We Go When We Fade, Fade Away | PhamtomGuy |
SCP-4519 | Carl Sagan, Godhead | NatVoltaic |
SCP-3739 | Mind-Milk™ by Moosphere, Inc. | KindlyTurtleClem |
SCP-4475 | So Long, and Thanks for All the Milk | KindlyTurtleClem |
SCP-4795 | Feathered F(r)iends | Mew-ltiverse |
Dr. Michaels | Dr. Michaels is not in danger. | Henzoid |
Tales | ||
Title | Co-Author | |
Avian Anthology I | Team Bird | |
Avian Anthology II | Team Bird | |
Land Of Honey | KindlyTurtleClem | |
Snippets of an Unveiled World | Nykacolaquantum & Others |
|
GOI Formats | ||
Title | Co-Author | |
The Sacred Djehuti | Ayers | |
ADVANCED POSTMORTEM NEURAL PRESERVATION SYSTEM | Uncle Nicolini | |
Critter Profile: Bartholomew! | KindlyTurtleClem |
Translations:
REVISION #31 OF THIS DOCUMENT WAS PREPARED BY
THE FOUNDATION AVIAN DIVISION
IN ACCORDANCE WITH THE PLUTO PROTOCOL
The clearance level to access this file has been changed to Level-1/GENERAL for relevance to the ongoing BE-Class “Migration” End-of-Consciousness Scenario.
AUTHORIZED BY: Dr. Frederick Hoygull
EVENT: EE-3570 | LEVEL-1/GENERAL |
SCENARIO: MIGRATION | DECLASSIFIED |

The Moon during EE-3570.
Preceding Events: Extranormal Event 3570 (EE-3570) was preceded by a set of related phenomena, listed as follows.
Date | Occurrence |
---|---|
May 10, 2018 | The Earth's Akiva radiation1 level decreases and becomes uniform with the cosmic background constant of ~0.7 milliakiva (mÁ). Despite the expected repercussions, however, the Earth registers only a minuscule decrease in its ambient hume level. As well, one or more Class-IX Entities become undetectable and are considered lost. |
May 11 | A dense Avian meme complex (“EOI-121”) spreads throughout the human noosphere2 via SCP-3662. This is now understood to be the result of extra-universal interference. The sum of human thought diminishes to align solely with the Avian meme3 within three months. Humans infected by the Avian meme complex are designated Type-BE Humanoid Entities. |
June 5 | A correspondence between an extant cell of the Serpent's Hand and the Avian Division occurs. Through this and a series of messages from Project Milliard, the Avian Division determined a Class-VIII Reality-Manipulator had influenced the noosphere. |
June 24 | 60% of Type-BE entities in North America begin a mass exile to the Midwestern United States. The assembled entities erect a large ibis-shaped monument, despite lacking fine motor skills or higher intellect. The monument becomes a focal point for thaumic energy generation4 via an as-yet-unknown vector. The Avian Division detects the same thaumic disturbances across the world, suggesting the construction of other monuments. |
August 2 | The Avian meme infects 99.9% of the human population. Between 5 and 10% of the worldwide population expires from starvation after the loss of the worldwide agricultural industry. A small percentage of Type-BE entities (10–15% of the population) engage in regular sarcophagy on the larger 85% for sustenance. |
August 8 | Lunar Area-32 detects thaumic disturbances across the surface of the Moon. |
August 9 | The North American monument radiates a vibrant blue. It is surmised that the other monuments are exhibiting a similar change. |
EE-3570 began shortly thereafter.
Event Designation: EE-3570
Date of Occurrence: 9 August 2018
Location: Worldwide
Event Description: At 11:10 a.m. PDT, the Moon emitted an intense blue light associated with large levels of thaumic activity and became visible to the naked eye. At its first zenith, ~1.1 billion Type-BE entities across the easternmost part of Russia, North and South America, and parts of Northwestern Europe became exposed to moonlight.
Exposed entities underwent extensive musculoskeletal transformations and grew wing-like anatomical structures from their backs. Entities experienced a mass enhancement of the deltoid muscles; the dorsal portions of the trapezius and scapula expanded and acquired a wider and more defined morphology. Parallel to the existing arms, a new set of forelimbs emerged laterally. The forelimbs extended outward to a 3-m length on each side of the body, according to an average adult's physiology. Different body types and sizes developed proportional anatomical formations.
The forelimbs developed long, bony digits occurring within a thick and supple membrane that became the basis for a new network of blood vessels. The forelimbs developed feathers, consistent in composition and function to those of common seabirds, and retractable talons at the extremities. Type-BE entities displayed various levels of discomfort during this process, which required between 2 and 5 hr to complete. After the transformation, the newly developed wings allowed for a diversity of short- and long-range flight.
During the Moon's transit, locations across the world became exposed to moonlight and thaumic energy. All exposed Type-BE entities developed the same winged transformations. Newly winged Type-BE entities emitted greater amounts of Élan-Vital Energy (EVE),5 became capable of flight speeds greater than 40 km/h, and in most instances, displayed predatory behaviour.
At 05:45 p.m. PDT, Armed Research Site-18 — the Avian Division's base of operations — received a transmission from Lunar Area-32. A transcript is as follows.
AUDIO LOG
[BEGIN LOG]
This is Junior Researcher Arvo Driessen of Lunar Area-32 transmitting on all Foundation channels. We are on full lockdown. Task Force Sigma-6 “Puddlejumpers” is gone. Multiple anomalous humanoids have entered the facility [Static.] engaging in hostilities.
To the Avian Division: Consider Lunar Area-32 lost.
Yesterday, we detected thaumic disturbances across the lunar surface, and a few hours ago, it turned bright blue. It was pretty quiet afterward, but then a group of winged humanoids poured in from SCP-120 — our exit out of here. I'm stationed at the research facility in Sub-Level 3, way the hell away from them. Lucky me. [Static.] can't say the same for my colleagues. Doctor Simrin and I had been together during the attack before she headed up to containment to check up on the Euclid-Classes. I lost her signal shortly after. It's been three hours.
[Pause.]
I checked the security video. There were what, thirty of them? When they appeared, they immediately attacked the reception area. One agent took to defending himself with a security baton. He smacked a few of them before they swarmed him, and then the bastards started eating him. They tore his eyes from their sockets, and as he screamed, tore out his tongue next.
I think they're getting restless, being cooped up in here like this? They've taken to chewing up the electrical systems, bringing entire sections of the facility down with them. When one of them collapses from electrocution, the next one just climbs over and continues where they left off. They are literal birdbrains.
[Pause.]
I don't know what's going on down there, but up here? We're screwed. I think the worst part of all this is the fact that Director Hourdoon, that prick, escaped with the only evac shuttle. Hope that piece of shit crashes and burns.
I'll keep Hoygull updated, but honestly? Don't get your hopes up. The support systems are failing, the sub-levels are practically swarming with those stupid birds, and more of them keep piling in through dash 120.
Good luck saving humanity and all that. As far as I can tell, humanity is beyond saving. If there was any hope before, it's all gone now. My only recommendation is to aim for the head.
[END LOG]
The newly transformed Type-BE entities have been observed flying in flocks with upwards of 500 individuals. Hunting occurs on both an individual and group basis, with moderate territorial aggression occurring among rivalling flocks. Entities can unhinge their jaws while consuming prey, enlarging the oral cavity to about three times its size. Skin and tissue stretch with ease, whereas chewing remains unencumbered.
The extent of behaviours these entities display is as-yet-undocumented, because of their relative aggression toward other species of birds (including Avian Division personnel) and insufficient observation time.
AUGUST 10 UPDATE
I. EE-3570 Status
About 24 hr have elapsed since the Moon began emitting thaumic energy, and ~90% of all Type-BE entities have been affected. The Earth's thermosphere displays an iridescent atmospheric phenomenon, similar to aurorae, generated by excess thaumic energy.
Affected Type-BE entities surrounding their constructed monuments have begun off-world transit via spontaneously occurring Ways produced by the monuments. Transit occurs on an individual basis, whereas the Ways have spread radially outward according to a geometric expansion model.
The Avian Division estimates that most Type-BE entities will abandon the Earth within one week. Research into the emergence and destination of these Ways is ongoing. It has been determined that the Ways lead to the exoplanet URA-8047 (see Supplemental Materials for more information).
II. Follow-Up Actions Taken
An excerpt from Marine Fighting Team CHARYBDIS' initial response to EE-3570 is as follows.
VIDEO LOG
NOTE: MFT CHARYBDIS is a cybernetically augmented four-person unit, part of an organization known as the Centre.6 Audiovisual footage was gathered from each CHARYBDIS operative and compiled into one abridged transcript.
CHARYBDIS operatives appear unaffected by the anomaly. Whether this is related to their extra-universal origin, a memetic hardening developed during their training, or some other effect is as-yet-unknown.
After the start of the Event, Mobile Task Force Eta-4 (“Begone Thoth”) recommended that CHARYBDIS proceed to Outpost-24-B and remain there until the cessation of the Event. While travelling to Outpost-24-B, an overwhelming force of Type-BE entities engaged CHARYBDIS, forcing the team to abandon operator Leah Řezník (CHARYBDIS-3). Fully transformed Type-BE entities discovered Outpost-24-B about 4 hr later.
[BEGIN LOG]
C-4 Haruki: Sir, they're attempting access to the main entrance. Can't we do something about it? [She motions punching actions.]
C-1 Quinn: Eta-4 told us to keep indoors, C-4. You can do your punching when we figure out what in the Leviathan's asshole is happening. Capisce?
C-4 Haruki: See, this is why I should've brought my new drone! I could clobber those Deviants from within the comfort of these air-conditioned walls. [She continues motioning punching actions.]
C-2 Jaedan: Are you sure about us staying put, Quinn? When the birdbrains find a way to burst in here, we'll be packed like sardines. I'd rather be stuck out there than in here, you know.
C-4 Haruki: Caught between some birdbrains and a hard-head? I don't know about you, but I embrace death's sweet release.
C-1 Quinn: [To Eta-4 over comms.] Eta-4, is the Moon still being weird?
E-4 Lead Keshrayuth (COM): Affirmative, although… By Medila's grace, it's left your kind unmarred. If only we could test–
C-1 Quinn: So, you're saying we're green to engage?
[Pause.]
E-4 Lead Keshrayuth (COM): Yes, but I require your efforts at Site-18 ASAP. The other half of Eta-4 is stationed in the Midwest investigating the monument, so right now, I need all the resources I can get.
C-1 Quinn: Roger that, E-4 Leader. [To CHARYBDIS.] C-2, C-4, let's link up with C-3 and then get back to base. [To C-3 Leah over comms.] C-3, are you there? You're never this quiet. You're usually yammering your mouthpiece off.
C-3 Leah (COM): I'm here, Cap. Can't make too much noise, they're close.
C-1 Quinn: What's your position?
C-3 Leah (COM): Abandoned farmhouse, edge of Wakeford. They're squawking, waiting for me to come out.
C-1 Quinn: Hold your position, C-3; we're coming to get you!
C-3 Leah (COM): Hurry!
[CHARYBDIS exits Outpost-24-B and flies toward Leah's location by use of back-mounted rocket packs within their suits. Multiple Type-BE entities follow.]
[After a 2-min flight, CHARYBDIS approaches the farmhouse. C-1 Quinn and C-4 Haruki land on the roof and hold position. C-2 Jaedan attempts to dodge a Type-BE instance in mid-flight and crashes through the farmhouse wall.]
C-4 Haruki: Watch your tail!
[Three entities pursue him.]
C-2 Jaedan: Shit!
[Jaedan struggles, lifting debris off his person.]
C-2 Jaedan: Yeesh, these things reek. [To Leah over comms.] Leah, you there? Come out; I don't fuck around with hide-and-seek, you know?
C-3 Leah: Right above you, Jae Jae!
[Leah dives from the rafters and lands atop an entity. A second entity swipes its talons at her, scratching her suit. She strikes it before a third entity tackles her.]
C-2 Jaedan: Nobody ever mentions how terrible things will smell after the world ends, do they, Leah?
[The second entity screeches while Jaedan combats it. Two more entities enter the farmhouse and engage with Jaedan. Leah wrestles free from the third entity.]
C-3 Leah: Oh my Thoth, they do reek!
C-2 Jaedan: Come on, you heard what the bird lady said — don't invoke the name. That gives him, like, powers or some shit. [He dispatches the third entity and kicks it away.] Listen: Between you and me, I don't remember half the things she's told us.
[Three more entities enter the farmhouse and attack both Jaedan and Leah.]
C-3 Leah: What do you want? We have nothing for you! Leave us alone!
C-1 Quinn (COM): What in the depths is going on down there? It sounds like an illegal cockfight. C-2, grab C-3 and fly the damn coop!
[Leah uppercuts a nearby entity and dispatches it with ease. She turns and connects her fist with another entity's face, which crumples inwards. Five more entities enter.]
C-2 Jaedan: We punch one and two more swoop in to take its place. You know, I liked it better when we faced Selachians. [He pummels an entity, and Leah incapacitates it.] They kept us on our toes, but it felt so good knowing how much of a difference we were making.
C-3 Leah: While you reminisce, I'll worry about not getting turned into bird feed, thanks. Let's go!
[Leah kicks over a stack of hay bales, and the pair flies through the wall and onto the roof.]
[A nearby entity follows the pair and perches in a stationary position atop the roof. It folds back its wings while vocalizing a high-pitched chirping sound in Jaedan's direction.]
C-4 Haruki: Jaedan, I think he likes you!
C-2 Jaedan: [To the entity.] Okay, hear me out. We can't take you home. That's against protocol. So, either you leave right now, or my boys over here will send you to Kingdom Come. [He showcases his arms, flexing.]
[Leah inspects the entity. It displays feathers with a brown colouration and bears copious amounts of jewellery that dangle from its neck and arms.]
C-3 Leah: He doesn't look so scary. What do you think, Cap, can we keep him?
C-1 Quinn: At the bottom of a deep dark hole, sure! [He laughs.] You know, we haven't actually recovered one of these things yet.
C-2 Jaedan: So what? I don't want it!
C-1 Quinn: [Over comms.] E-4 Lead, we've encountered a non-hostile Type-BE entity. Permission to take it into custody?
E-4 Lead Keshrayuth (COM): Very well, but hurry. I'd like to restrict today's operations to today. We're still unaware of what implications this anomaly might have at night.
C-1 Quinn: You heard the lady. C-2, grab the Deviant. Let's get back to base, team!
[END LOG]
CLOSING REMARKS: I'm not sure if the Black Moon howls, but I do know the Blue Moon screeches.
—Captain Quinn Griffith
MFT CHARYBDIS Leader
Shark Punching Centre
EDIT: Ignore that.
The captured instance, designated EE-3570-A, is contained within the Anomalous Humanoids Wing of Site-18 and undergoing study.
About 36 hr after the start of the Event, Dr. Hoygull appended Document EE-3570 with a new file.
AUDIO LOG
NOTE: Our last known human colleagues — stationed at Lunar Area-32 before the Event — relayed most of the following information, which I've compiled and released via audio recording.
—Dr. Frederick Hoygull, PhD
Avian Division Head
[BEGIN LOG]
By the order of the Avian Division, this recording is being transmitted on all Foundation channels.
Before Extranormal Event 3570, the Foundation hypothesized that a massive lunar anomaly would occur in the near future. On the 24th of December 1972, initial analysis of the Apollo 17 Moon landing's geological samples detailed elevated EVE consistent with reality-bending phenomena.7 The samples, collected from various deposits around the Taurus–Littrow Valley landing site, prompted theories of the Moon's thaumic makeup.
In December 1995, the newly christened, and if I might add, unfortunately named “Outpost Thoth-1” performed a series of observations on lunar sites to record thaumic radiation levels. They discovered the Moon had a baseline EVE intensity registering at 141 000 caspers8 — greater than anywhere on Earth.
Why that did not immediately lead to drastic changes in localized reality and sub-reality, is unknown. But, well, that explains why something did happen. And you can thank Thoth, the Egyptian god of wisdom, for causing it.
[Pause.]
In the event that such intense energy might be manipulated against Earth, several active deterrents were devised. The contingencies, unfortunately, could not be enacted because the BE-Class Scenario decimated our workforce.9 Taking a look at the files here… Projects included the mass Scranton Reality Anchor “Seraphim Array” in mid-Earth orbit, the Global Hard-Light Energy Shielding System, and the controlled expansion of SCP-2821 to quickly consume the Moon and then itself via–
What's this? The file literally reads, “[DATA EXPUNGED]”. Of course, the order and protocols of the Foundation still hold true, even when the world falls apart!
Anyway, the red tape speaks for itself. Let me tell you what we're going to do about this. Appended to Document EE-3570 is Supplemental Materials file UMBRAL_MIGRATORY_SEQUENCE.txt. Take note of the information within that file before using available resources to reach immediate rendezvous with Mobile Task Force Eta-4. After that, we will co-ordinate off-world evacuation efforts.
Suffice it to say we don't have much time left. Everything will, uh, make sense soon.
And if it doesn't?
Good luck.
[END LOG]
The remainder of the Foundation — 75 Avian Division personnel, MFT CHARYBDIS, and SCP-2785 — is stationed at Site-18. Operation: DIVINE RUSE is being developed at this time.
III. Supplemental Materials
The few remaining Avian Division staff in Egypt discovered a preserved papyrus reed manuscript, circa 1900 BCE, filed within Reliquary Site-62 Archives. The manuscript was written in Egyptian hieratic script and included several surviving accounts.
A series of fragmented excerpts, as they relate to EE-3570, are as follows.
–and Khemennu employs its sons to the most effective degree. We are the jewel of the Nile, so Zaid the Ascended One professes — and it is true, and it is good.
Soon, we depart the Land of Black and Red for the Cosmos beyond, where Thoth will bring us on a holy tour. We–
I have not told the Elders, but I received a visit from the Sacred One in my dreams. In fear, I asked the one question that has haunted me most. I asked, Thoth, why do you cast down unbelievers?
To which Thoth replied, such an action is a justice basked in by the righteous.
To this, I asked, Thoth, how can you cast down your children, righteous or not?
Thoth said, your kind is not truly my children. But I have asserted myself in front of the Communion for those I deem worthy — thus, those I consider my children in spirit. For if I do not extend my wisdom, why must my wisdom exist?
I asked Thoth, is there anything we could do to anger you?
To which Thoth replied, to reject my wisdom is to spite me. Indeed, to be without my wisdom for long is a blasphemous offence. But to anger me, truly, it would need the effort of one who is quite mad. There is nothing you, my collective children, could do to anger me. I have plans yet for those that have failed to gain my favour.
I then asked, Thoth, what is your plan for us?
Thoth proclaimed, I shall cast down the azure fires of Set above, which will consume your Holy City. These are not raging fires, however, but those of majesty and wonder. Of the bright motes that twinkle in the night. Of Ra's destiny. And when the City becomes inflamed, so too will your hearts. They will sprout and flower into vast wings in the reflection of the Sacred Ibis. This, I shall share with all my children, who will join my flock in the vast Cosmos. You will rule my paradise. Forever, forever.
I awoke, wishing not the fires blue. I enjoy mortality. If Thoth wills transcendence — I am in fear. Alas, if it means tasting the Brot Kruma, perhaps that is necessary to–
The beast wakes. The vermin stir. The great one feeds. Thoth cowers in the dusk. And Brot Kruma awaits. The ritual has begun. Thoth will not leave any of his children behind.
Those unworthy? Doomed to become thralls, as Thoth wills it.
Forever, forever.
The subject matter within the account describes phenomena related to EE-3570 and URA-8047 SCP-3632. The Avian Division has begun drafting methods of reaching SCP-3632.
AUGUST 11 UPDATE
This document is marked for immediate release via all available communication channels. Consult the attached note for details.
THE CLEARANCE LEVEL TO ACCESS THIS FILE HAS BEEN LOWERED FROM
LEVEL-1/GENERAL
TO
LEVEL-0/PUBLIC
If any allies have yet to reveal yourselves: Please, we need your help.
To our successors: If these are the only documents you find, know we have failed.
—Dr. Frederick Hoygull
MEDILA WILLS OUR PATH NOW
UNTIL WE RETURN TO THE NEST
« SPC-507 | TEAM BIRD | The Sacred Djehuti »