| Dydbduencud sinsnx |
|---|
| By: |
| PUBLISHED: 08 Apr 2021 00:40 |
/* 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%; margin: 0; 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; } }
: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)); } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
/* PLACESTYLE CSS [2021 Wikidot Theme] By Placeholder McD Based on: Penumbra Theme by EstrellaYoshte Paperstack Theme by EstrellaYoshte BLANKSTYLE CSS by Placeholder McD, HarryBlank Ad Astra Theme by NatVoltaic, stormbreath Night Rush Theme by Nagiros */ @import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap); @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap'); #page-content { font-size: .81rem; } body { color: #EDEDED; background-color: #2F333C; background-image: linear-gradient( to bottom, #21252E, #21252E 90px, #21252E 90px, #2F333C 200px, #2F333C 200px, #2F333C 100%); background-repeat: no-repeat; } #main-content { top: -1.2rem; } /* ---- SCROLLBAR ---- */ ::-webkit-scrollbar { width: 12px; background: #transparent; } ::-webkit-scrollbar-track { background: #21252E; } ::-webkit-scrollbar-thumb { background: #ededed; } ::-webkit-scrollbar-thumb:hover { background: var(--accentColor); } /* ---- HEADER ---- */ div#container-wrap, div#header { background-image: none; } div#extra-div-1 { height: 164px; width: 100%; top: 0; position: absolute; background: var(--lgurl); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; z-index: -1; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } /* Move the subtitle down a smidge */ #header h2 { margin-top: 0.5rem; } /* Hide the existing text */ #header h1 span, #header h2 span { font-size: 0; display: none; } /* Style the new text */ #header h1 a::before, #header h2::before { color: var(--accentColor); text-shadow: none; letter-spacing: 2px; font-family: 'Montserrat', sans-serif !important; } /* Set the new text's content from variable */ #header h1 a::before { content: var(--header-title, "SCP FOUNDATION"); font-weight: 300; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT"); font-weight: 600; font-size: 1.3em; } #login-status { color: #ededed; } #login-status a { color: var(--accentColor); } #login-status ul a { color: #ededed; background: #21252E; } #login-status ul a:hover { color: var(--accentColor); } #account-topbutton{ border: solid 1px var(--accentColor); } #footer, #footer a { background: transparent; color: #ededed; } #license-area { color: #ededed; } #search-top-box { top: 2.2rem!important; right: 8px; } #search-top-box-form > input[type=submit] { border: solid 1px #ededed; background: #21252E!important; box-shadow: none; border-radius: 0; color: #ededed; transition: color 0.15s linear; } #search-top-box-form input[type=submit]:hover { border: solid 1px var(--accentColor); box-shadow: none; color: var(--accentColor); } #search-top-box-form > input[type=text] { display: none; } /* ---- TOP BAR ---- */ #top-bar { top: 8.4rem; display: flex; justify-content: center; right: 0; } #top-bar, #top-bar a { color: #ededed; transition: color 0s; } #top-bar ul li ul { border-color: var(--accentColor); overflow: hidden; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { border-top-color: #2F333C; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: #21252E; color: #ededed; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #21252E; /* top bar hover background color */ color: var(--accentColor); transition: color 0.1s linear; } /* ---- SIDE BAR ---- */ div#side-bar{ background: #21252E; clear: both; padding: .8em; border-radius: 0; box-shadow: none; overflow-x: hidden; } #side-bar .heading{ color: #ededed; font-family: 'Josefin Sans', sans-serif; font-size: 0.94rem; border-bottom: solid 1px #ededed; } #side-bar .side-block { border: transparent; border-radius: 0; box-shadow: none; background-color: #21252E; } #side-bar .side-block.media { background-color:#21252E; } #side-bar .side-block.resources { background-color:#21252E; } .side-block .menu-item > .image { display: none; } #top-bar div.open-menu a { border-radius: 0; box-shadow: none; color: var(--accentColor); background-color: #21252E; border: 1px groove var(--accentColor); } @media (max-width: 767px) { #main-content { padding: 0; margin: 0 5%; border-left: none; } #page-title { margin-top: 0.7em; } #side-bar { background-color: #21252E; left: -18.6em; } #side-bar:target { border: none; box-shadow: none; } #side-bar .close-menu { transition: width 0.5s ease-in-out 0.1s, opacity 1s ease-in-out 0s; display: block; position: fixed; width: 100%; height: 100%; top: 0; right: 0; background: rgba(0,0,0,0.3); background-position: 18.6em 50%; z-index: -1; opacity: 0; pointer-events: none; } #side-bar:target .close-menu { width: calc(100% - 18.6em); right: 0; left: auto; opacity: 1; pointer-events: auto; } #side-bar:target .close-menu:hover { background: unset; } #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr { margin: 3em -5.5%; } #side-bar { top: 0; } #side-bar .heading { padding-left: 1em; margin-left: -1em; } #search-top-box { top: 107px; } } /* ---- TABS ---- */ /* ---- 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 ----*/ .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: var(--accentColor); box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #ededed; font-weight: bold; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #21252E; border: unset; box-shadow: none; box-shadow: none; transition: background-color 0.15s linear; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ededed; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: var(--accentColor); } .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; color: #ededed; background-color: #21252E; border-color: transparent; box-shadow: none; } .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: var(--accentColor); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #21252E; font-weight: bold; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #21252E; background-color: var(--accentColor); } .yui-navset .yui-content { background-color: #21252E; box-shadow: none; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: none; } /*---- TAB ANIMATION by Croquembouche ---- */ .yui-navset .yui-content > div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } #page-content .yui-navset .yui-content > div[style*="none"] { display: block !important; flex: 0; max-height: 0; padding: 0 0.5em; border-width: 0; /* The following transition affects the one that DISAPPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18,.51,.54,.9) 0s; animation: tab-disappear 0.5s ease-in-out 0s 1 both; } #page-content .yui-navset .yui-content > div[style*="block"] { display: block !important; flex: 1; max-height: 9999rem; /* The following transition affects the one that APPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18,.51,.54,.9) 0.5s; animation: tab-appear 0.5s ease-in-out 0.5s 1 both; } @keyframes tab-disappear { 0% { max-height: 9999rem; } 1% { max-height: 100vh; } 100% { max-height: 0; } } @keyframes tab-appear { 0% { max-height: 0; } 99% { max-height: 100vh; } 100% { max-height: 9999rem; } } /* ---- INFO BAR ---- */ body{ --barColour: #21252E; --linkColour: #ededed; } .info-container .collapsible-block-content{ padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* Ayer's info-bar patch by Monkatraz */ #page-content .info-container .collapsible-block-folded, #page-content .info-container .collapsible-block-unfolded-link { width: 100%; max-width: 100%; margin: 0 auto; padding: 0; box-shadow: none; } #page-content .info-container .collapsible-block-link::before, #page-content .info-container .collapsible-block-unfolded-link::before { content: " "; display: none; } #page-content .info-container .collapsible-block-content::after { display: none; } /* ---- INFO PANE ---- */ #page-content .creditRate{ margin: unset; margin-top: 4px; margin-bottom: 4px; margin-right: 3px; } #page-content .rate-box-with-credit-button { background-color: #21252E; border: solid 2px #21252E; border-radius: 0; box-shadow: 3px 0px 0px 0px var(--accentColor); } #page-content .rate-box-with-credit-button .creditButton p a { border-left-color: transparent; } #page-content .rate-box-with-credit-button .page-rate-widget-box .cancel { border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points { border-left: 0; } .rate-box-with-credit-button .page-rate-widget-box .cancel a:hover { border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { color: #ededed; } #page-content .rate-box-with-credit-button .fa-info:hover { color: var(--accentColor); } #page-content .modalbox { background: #2F333C !important; color: #ededed; box-shadow: none; } .close-credits, .credit-back { filter: grayscale(100%) invert(100%) contrast(275%); } /* ---- PAGE RATING ---- */ .page-rate-widget-box { margin: unset; border-radius: 0; border: solid 2px #21252E; box-shadow: 3px 0px 0px 0px var(--accentColor); background-color: #21252E; margin-top: 4px; margin-bottom:4px; margin-right: 3px; } .page-rate-widget-box .rate-points { background-color: #21252E !important; border: none; color: #ededed !important; text-transform: capitalize; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #21252E; border-top: none; border-bottom: none; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #ededed; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #21252E; color: var(--accentColor); } .page-rate-widget-box .cancel { background: transparent; background-color: #21252E; border: none; } .page-rate-widget-box .cancel a { color: #ededed; } .page-rate-widget-box .cancel a:hover { background: #21252E; color: var(--accentColor); } /* ---- PAGE ELEMENTS ---- */ .page-source, tt{ font-family: "Fira Code", monospace; font-size: 0.87rem; } .code pre, .code p, .code { font-family: "Fira Code", monospace; font-size: 0.87rem; color: #21252E; } ins, del { color: black; } h1, h2, h3, h4, h5, h6 { } h1 { font-family: 'Montserrat', sans-serif !important; color: var(--accentColor); font-weight: bold; letter-spacing: 1px; font-size: 2em; } h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif !important; color: #EDEDED; font-weight: bold; letter-spacing: 1px; font-size: 1.45em; } .lightbox h1 { color: #21252E; } #page-title { display: none; } /* Clicky links */ a, a.newpage, a:visited, #side-bar a:visited { color: var(--accentColor); transition: color 0.15s linear; } a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover { color: #ffffff; text-decoration: none; background-color: var(--accentColor); } /* patch for sidebar media, collapsibles, ACS, info button and ayers module so link doesn't override */ #page-content .collapsible-block-folded a:hover, #page-content .collapsible-block-unfolded-link a:hover, #page-content .rate-box-with-credit-button .fa-info:hover, #side-bar .side-block.media a:hover, .danger-diamond a:hover { background: transparent; } .info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link { background: var(--linkColour) !important; } hr{ background-color: var(--accentColor); } blockquote, div.blockquote, #toc { background-color: #21252E; border: #21252E 2px solid; border-left: 5px dashed var(--accentColor); box-shadow: 4px 4px #2F333C; } .code { background-color: #F8F8F8; border: solid 3px #2F333C; box-shadow: none; } .scp-image-block { border: 1px solid var(--accentColor); box-sizing: border-box; } .scp-image-block .scp-image-caption { background-color: #21252E; border-top: 1px solid var(--accentColor); color: #ededed; font-size: 0.65rem; padding: 0.1rem; box-sizing: border-box; } .scp-image-block.block-left { margin-left: 0; } .scp-image-block.block-right { margin-right: 0; } @media (max-width: 540px) { .scp-image-block.block-left, .scp-image-block.block-right { float: none; clear: both; margin-left: auto; margin-right: auto; } } /*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/ .imagediv { float: right; margin: 15px } @media (max-width: 540px) { .imagediv { float: none; text-align:center; margin: auto; } } @media only screen and (max-width: 600px) { .scp-image-block.block-right{ float: none; margin: 10px auto; } } #page-content tr th { color: #21252E; background-color: var(--accentColor); border: solid 1px var(--accentColor); padding: 6px; } #page-content tr td { border: solid 1px var(--accentColor); background-color: #21252E; padding: 12px; line-height: 1.4; } /* fancy collapsible */ #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { background: #21252E; transition: background 0.25s linear; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 1rem; width: min-content; white-space: nowrap; overflow: hidden; margin: auto; } #page-content .collapsible-block-folded .collapsible-block-link::before { content: "▷ "; } #page-content .collapsible-block-unfolded .collapsible-block-link::before { content: "▽ "; } #page-content .collapsible-block-link { text-decoration: none; color: #ededed; font-weight: bold; } #page-content .collapsible-block-folded:hover, #page-content .collapsible-block-unfolded-link:hover { background: var(--accentColor); } #page-content .collapsible-block-unfolded-link { box-shadow: 0px -0.26rem 0px 0px var(--accentColor); } #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { margin-top: 10px; margin-bottom: 10px; } #page-content .collapsible-block-unfolded > *:nth-child(3) .collapsible-block-link::before { content: "△ "; } #page-content .collapsible-block-unfolded > *:nth-child(3) { box-shadow: 0px 0.26rem 0px 0px var(--accentColor); } /* Selection */ ::selection { background: var(--accentColor); color: #ffffff; } /* Footnotes */ .hovertip { font-size: .81rem; background-color: #21252E !important; border: solid 1px var(--accentColor) !important; } .footnotes-footer { background-color: #21252E; padding-left: 1.4rem; padding-right: 1.4rem; padding-bottom: 1.5rem; box-shadow: -0.24rem 0px 0px 0px var(--accentColor); } .footnotes-footer .title { color: #ededed; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } .footnotes-footer { display: none; } /* BetterFootnotes Patch */ .fncon { background-color: #21252E; border-color: var(--accentColor); } .fnnum:hover + .fncon { right: calc(-8vw - 4rem); } .lightbox .fnnum::after { color: #000; } /* Tags */ #main-content .page-tags a { margin-top: .18rem; } .page-tags span { border-top: 1px solid #ededed; } /* Pop-Up Windows */ .owindow { background-color: #21252E; border-color: var(--accentColor); } .owindow .modal-header { background-color: #21252E; } .owindow .modal-body img { background-color: transparent !important; } .owindow .title { background-color: #21252E; color: #var(--accentColor); border-bottom: 1px solid #2F333C; } .owindow .button-bar a { background-color: #21252E; border-color: var(--accentColor); color: #ededed; } .owindow .button-bar a:hover { background-color: var(--accentColor); } /* Edit Buttons */ .buttons .btn { background-color: #21252E; border-color: var(--accentColor); color: var(--accentColor); padding: 3px 5px; } .buttons .btn:hover { background-color: var(--accentColor); color: #21252E; } /* Edit Lock Info*/ #lock-info { background-color: #21252E; border-color: #ededed; } /* Close Button for Page Source, Rating, Etc */ a.action-area-close:hover { background-color: #21252E; } /* Page-History Current */ .pager .current { background-color: var(--accentColor); border-color: #ededed; } /* ---- INTERWIKI ---- */ .scpnet-interwiki-frame{ filter: invert(100%) grayscale(100%) contrast(75%); } /* ACS COLORS by Nagiros */ :root { --five-color: 255, 34, 67 !important; /* red */ --four-color: 255, 141, 54 !important; /* orange */ --three-color: 255, 226, 82 !important; /* yellow */ --two-color: 117, 167, 242 !important; /* blue */ --one-color: 40, 159, 107 !important; /* green */ --white-bar: 207, 207, 207; --lg-bar: 118, 118, 130; --gray-bg: 66, 66, 72; } .anom-bar > .bottom-box { /* horizontal bar */ box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important; -webkit-box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important; -moz-box-shadow: 0 -0.5rem 0 0 rgb(207, 207, 207) !important; box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -webkit-box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -moz-box-shadow: 0 -0.5rem 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; } .bottom-box > .diamond-part { /* vertical bar */ box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important; -webkit-box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important; -moz-box-shadow: -0.5rem 0 0 0 rgb(207, 207, 207) !important; box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -webkit-box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; -moz-box-shadow: -0.5rem 0 0 0 rgb(var(--white-bar, 207, 207, 207)) !important; } .anom-bar-container.esoteric .text-part .main-class, .anom-bar-container.explained .text-part .main-class, .anom-bar-container.neutralized .text-part .main-class, .anom-bar-container.pending .text-part .main-class { background-color: rgba(66, 66, 72, .5) !important; background-color: rgba(var(--gray-bg, 66, 66, 72), .5) !important; border-left-color: rgb(118, 118, 130) !important; border-left-color: rgb(var(--lg-bar, 118, 118, 130)) !important; } .danger-diamond > .arrows, .danger-diamond > .bottom-icon::before { /* inverted arrows, esoteric icons */ filter: invert(90%) !important; -webkit-filter: invert(90%) !important; } .danger-diamond > .quadrants > .bottom-quad, .anom-bar-container.explained .danger-diamond > .quadrants > .top-quad, .anom-bar-container.neutralized .danger-diamond > .quadrants > .top-quad, .anom-bar-container.pending .danger-diamond > .quadrants > .top-quad { /* "transparent" bottoms/top icon backgrounds */ background-color: rgb(26, 26, 26) !important; /* body background color */ } .danger-diamond > .bottom-icon, .anom-bar-container.pending .danger-diamond > .top-icon::before { /* esoteric, pending icon backgrounds */ background-color: rgb(3, 3, 3) !important; } .anom-bar > .bottom-box::before { background-color: var(--white-bar); } .top-left-box > .item { display: none; } /* ---- CUSTOM SYNTAX ---- */ .darkbox { background-color: #21252E; border-left: solid 0.26rem var(--accentColor); border-right: solid 0.26rem var(--accentColor); padding: .4rem; padding-left: .6rem margin-top: 12px; margin-bottom:12px; } .lightbox { background-color: #ededed; color: #21252E; border-left: solid 0.26rem #21252E; border-right: solid 0.26rem #21252E; padding: 0.8rem; margin-top: 12px; margin-bottom:12px; } .lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 { color: #21252E; } .lightbox hr { background-color: #000; } .lightbox a { filter: invert(1); } .lightbox a:hover { background: none; } #page-content .sidebox tr td, #page-content .sidebox tr th{ padding: .35em; } #page-content .authorbox tr td, #page-content .authorbox tr th{ padding: .35em; } .limit{ margin-bottom: -1rem; } .anchor{ position: sticky; height: 0; top: 0; } .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; } @media (max-width:1079px) { .authorbox, .sidebox { display: none; } } #page-content .bt { color: var(--accentColor); font-weight: bold; filter: brightness(110%); text-decoration-color: inherit; } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 3px; } .tableb .scp-image-block { border: none; } .tableb .scp-image-block img { border: var(--accentColor) 1px solid; box-sizing: border-box; } .tableb .scp-image-block .scp-image-caption { margin-top: 3px; border: var(--accentColor) 1px solid; box-sizing: border-box; } :root { --accentColor: #99bbff; --lgurl: url("https://cdn.discordapp.com/attachments/606893333364604939/820794723991814154/arche2.png"); --posX: calc(50% - 358px - 13rem); --fnColor: var(--accentColor); } div#extra-div-1 { filter: opacity(0.5); } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ span, a { word-break: normal !important } .avatar-hover { display: none !important; } #breadcrumbs, .pseudocrumbs { text-align: center; padding-top: 10px; } #main-content .page-tags span { max-width: 100%; } /* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */ .fancyhr hr { border-top: 2vw solid transparent; background-color: rgba(var(--bright-accent), 0); height: 0; box-sizing: border-box; border-image-source: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_hr.png'); border-image-repeat: round round; background: none; border-image-slice: 80 500 80 500 fill; border-image-width: 10em 80em 10em 80em; } .fancyborder { box-sizing: border-box; border: 2vw solid rgba(0,0,0,0.5); border-image: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png') 600 round; border-image-width: 6; padding: 2vw; }
SCP-XXXX - Past Sins
This article is for the writerbotcontest hosted by Tanhony and Darnell in their discord server. Check them out, and I hope you enjoyed reading this.
I want to thank:
- Cory, Lost Sky_Dreams and Professor Puffer: For critique.
Image Credits
[-- ▸ More by this Author ◂]
Translations:
Observation Site-04
| Assigned Site | Site Director | Research Head | Assigned Task Force |
| Observation Site-04 | Jean Aktus | Dr. Elongee Williams | N/A |
Notes: SCP-X originally referred to SCP-X-A prior to it's resignation on Incident Log-XXXX-01.
SCP-X cannot and should not be contained. Containment efforts are to focus on monitoring SCP-X for activity and falsifying/suppressing information related to the entity.
Updated Containment Procedures: There is no known method of effectively containing SCP-X-B due to its nature and location. All space agencies1 have obligated to conceal information regarding SCP-X from the general public. Personnel stationed at Observation Site-04 are to monitor SCP-X-A and -B for activity. In the event SCP-X-A ceases to function or fails to counteract SCP-X-B, all Foundation facilities are to enact emergency protocols in preparation for an XK-Class "End of the World" scenario.
Description: SCP-XXXX is the designation number given to 2 anomalous humanoids located outside of Earth, referred to as SCP-X-A, and -B.
SCP-XXXX-A is a humanoid entity currently situated above America, approximately 130,000 km from Observation Site-04. Its facial features and gender are indistinguishable due to the light aura emitting from its body. SCP-X-A can produce radio transmissions as a form of communication; despite this, no reports of anomalous transmissions originating from SCP-X-A have been detected by the general public. The only record of this occurrence was when Observation Site-04 received a transmission from an untraceable source.
SCP-XXXX-A also is capable of manifesting two-dimensional ellipsoid rifts2 towards all incoming threats towards itself or Earth. However, the results of entering the dimensional pockets, the exact range of manifestations3, and the full scope of this anomalous property is pending further research. Previously, this anomalous trait was utilized to remove any asteroid nearby Earth. This directive, however, was changed to counteract the threat of SCP-X-B.
SCP-X-B is a humanoid covered in layers of metallic material around its body, located 100,000 km away from Jupiter. Despite its distance, it does not appear to be pulled into Jupiter from its gravitational pull. It is capable of launching any object within its vicinity to any location of its desire. How this is achieved is unknown, though is theorized to be caused by gravitational manipulation. Due to this anomalous capability, SCP-XXXX-B has been responsible for numerous reports of asteroids hurtling towards Earth.
However, SCP-XXXX-B is only capable of performing this type of action once or twice every day, depending on the size and mass of the asteroid in question. As of writing, SCP-XXXX-B has not been able to perform this type of action on any planetary body, believed to be that the mass of the planets in question are too great for SCP-XXXX-B's anomalous ability.
History: SCP-X-A has been known to the Foundation since the mid 18th century when astronomers witnessed an irregularly shaped spectrum of the light-emitting near Earth. Information suppression efforts were successful in concealing the anomaly from the general public. No incidents occurred until 23/7/2003 when NASA and Observation Site-04 detected an asteroid approximately 1000km in length4 heading towards Earth at high speeds.
Below is a log detailing the incident.
INCIDENT LOG-XXXX-01
[15:03]: NASA and Foundation Observation Sites detect Ceres heading towards Earth at high speeds. SCP-179 is seen motioning its right arm towards Ceres.
[15:04]: Personnel within Observation Sites immediately inform Overseers of the discovery.
[15:05]: Overseers unanimously declare an impending XK-Class scenario and orders all Foundation personnel to enact preparations for the event.
[15:06]: Ceres is 450, 000km away from Earth.
[15:07]: By vote 13-0, Overseer Council orders personnel at Area-69 to activate Protocol LAST HOPE5 against Ceres.
[15:08]: Personnel at Observation Site-04 report witnessing SCP-XXXX-A pulling its right arm behind its back before pointing it towards Ceres with its right-hand palm open. This causes a two-dimensional rift to manifest.
[15:09]: Ceres is 370, 000km from reaching Earth.
[15:10]: Ceres then enters the two-dimensional rift. Its current status is unknown.
[15:11]: Personnel at Area-69 informs Overseers of preparations of Protocol LAST HOPE's activation before being ordered to standby and await further orders.
[15:20]: Overseers conclude XK-Class scenario has been averted. All preparations for the scenario in question have ceased.
END LOG
Notes: For secrecy reasons, all personnel below LEVEL 5 clearance or those not assigned to Observation Sites have been misinformed that the declaration of the XK-Class scenario was a "test". An investigation was ordered by the Overseers to locate the cause of the incident. Based on research and multiple observations, SCP-X-B was discovered.
Addendum XXXX.1: Communication-Log
The following addendum describes a communication attempt between Dr Elongee Williams when Observation Site-04 received radio transmissions from an unknown source.
Date: 05/9/2003
Interviewer: Dr Elongee Williams
Interviewee: SCP-X-A
BEGIN LOG
Dr. Williams: Hello? Whom am I speaking to?
SCP-X-A: It is the one who you refer to as "SCP-X-A".
Dr. Williams: The same one who's protected Earth countless times?
SCP-X-A: Yes.
Dr. Williams: Okay, my name is Dr Elongee Williams. What is yours?
SCP-X-A: My name is Elizabeth Cornell. I have been watching this world for many centuries. Including you, SCP Foundation.
Dr. Williams: How, how did you know about us?
SCP-X-A: Like I said; I've been watching this world for many centuries. I know of the great things you've done to protect your planet, Foundation.
Dr. Williams: Thank you, it means a lot. Why are you sending us this transmission?
SCP-X-A: To tell you about my origins. I know you have watched me for countless year's and are aware of my protection against it. You are amazed by protection, fascinated by my actions. But there is one thing all of you have a thing in common: Curiosity. That type of emotion can be either a blessing or a curse. Today, I will guarantee it will be a blessing.
Dr. Williams: Proceed.
There is silence for a few seconds
SCP-X-A: I was born on Earth a long, long time ago. In a world far more advanced than the current day. My only parent was my mother. She, she never told me about what happened to my father. When I was just 7, my mother hooked me up with a military group called the "Galactic Nations", a group run by multiple countries where they defend Earth and attack other planets for war. They accept anyone who wants to join them, including children. I didn't go to school at all or live a life like the rest of the children. I've trained and trained every single day.
Not once did I felt motivated from joining them. I wanted to quit, but I couldn't do it without parental consent. My mother was no better, either. When I get home from training, they would teach me more about our enemy's strengths, weaknesses and history, every single day. I felt defeated. I didn't feel like I was being raised by my parents, either. They were more like… An "extra general"? Perhaps.
Dr. Williams: And why did she send you there?
There is a pause
SCP-X-A: I asked my mother why she would do this. She told me it was to help "serve my country". She numerously told me stories about her time in the Galactic Nations before retiring to look after me.
I didn't believe her. I had thoughts, theories of why but they just never clicked. Then one day I was talking about my mother with one of my friends in the cafeteria. She told me my mother was involved in an attack that killed a majority of her comrades. She was badly wounded with a missing left arm. Luckily, she was one of the very few to be evacuated. One of the soldiers found her and dragged her away to one of the ships retreating. She received a bionic hand shortly after.
That's when I realized why mother sent me to the military; as a method of getting revenge on The Imperials for what happened to her. I never discussed this topic with her because I knew there was going to be trouble.
Somehow, I managed to become a worthy soldier for the "Galactic Nations" and travelled throughout the Galaxy. However, my position was only positioned around Earth's orbit as a defence from other rivals. Earth had many foes, but the one kicker is an alien force called " The Imperials"6. They have a burning hatred against humanity and had often come to exterminate us all.
Dr Williams: Why do The Imperials hate you?
SCP-X-A: I found a log hidden in some files that describes it and the formation of "The Imperials". In it, humanity invaded a planet inhabited by aliens for "further colonization". A majority of the aliens were killed off or taken prisoners. Some, however, managed to flee and escape to other planets for assistance. Ever since then, the hatred and strength from The Imperials grew stronger.
Dr. Williams: Have you told anyone about it?
SCP-X-A: No.
Dr. Williams: Why?
SCP-X-A: What good would come out if I did that, anyway? I would be punished and the truth would have been covered up. Life would continue without me.
Dr. Williams: I, I am sorry. I should not have asked that question. Please, continue.
SCP-X-A: Then that day came. Ships from The Imperials were attacking us and headed towards Earth. We stood our ground and prepared for battle. The next part…
There is a pause for a few seconds as SCP-X-A places its hand onto its head before lowering it
I'm, I'm sorry, I'm still traumatized about that incident. Every time I think about the incident, I still get shivers down my spine.
We lost, they were too strong. Our ship crashed landed near a mountain and only a few of us survived. We retreated to an underground facility underneath it. Other military officers and civilians were in there, too.
Dr. Williams: What did you do in the facility?
SCP-X-A: I couldn't do anything. Everyone was dying outside, cities were being burned, and I hiding in there like a useless coward. I wished it would all go away. All this battle, war, killing; gone. Then I thought about my mother and where she is. Even after all the things she put through when I was a kid… I still couldn't help, but care for her.
After weeks of hiding, the Imperials left. I guess they figured most of humanity was dead. We were still alive in that facility. I know it was dumb and suicidal of me to do this, but… I decided to leave the facility to find my mother. Don't worry, the facility came equipped with highly resistant suits against threats.
Dr. Williams: Did anyone try to stop you? Did they go with you?
SCP-X-A: No, the officers tried to stop me. They didn't want to come, either. They were too afraid I told them to let me go because the only things they're going to lose is a woman and suit. Eventually, they gave up and let me leave the place.
The city around me was fucked. Buildings made of rumble, corpses across the fields and streets littered with destroyed military equipment. It didn't surprise me at all as I expected it. I ran back to my home and she was gone. Her lifeless body was buried underneath rebar and rumble. I knew she was gone, yet I pulled her out of there. As expected; she was gone.
Dr. Williams: I, I am sorry about your loss.
SCP-X-A: It's okay, I should've been with her when it happened. I created a grave and buried her. If she was going to die, at least I want her to rest peacefully. I walked around the deserted world of was once my home. I searched for more survivors, anyone who could be alive. As I was walking around the streets of a city, I came across someone I wasn't expecting. A familiar face. The Director of the Galactic Nations, Director Davis Wilson. I asked him how was he alive and he told me whilst his base was under fire. He and the other officers managed to escape by an underground train. From there, they travelled to the facility beneath Yellowstone. He told me it's been activated.
Dr. Williams: I apologize for interrupting, but what has been "activated" in the facility?
SCP-X-A: Davis never specified, but I believe he's referring to the part where it is… How do I say this? Cloning humans? Creating them? I know it sounds absurd, but the goal of the facility was to be humanity's final failsafe. That is also the reason why it's underground; to make it more difficult for it to be destroyed.
Dr. Williams: Oh my god…
SCP-X-A: Is there something bothering you?
Dr. Williams can be heard discussing with several doctors with the microphone muffled
Dr. Williams: I'm sorry about that, please, continue.
SCP-X-A: I asked Davis what he was doing out there. He told me it was the same reason as anyone else would: To search for survivors. He then told me to come with him back to the facility. I asked him why and he responded, "You know the lowest sub-section where only those with the highest clearance can enter? I am taking you there." And so, we went and arrived at Sub-Section 3 of the facility. He verified the multiple verification codes and entered them. As we walked further, I discovered a white glowing orb-like material in there.
Dr. Williams: What was it called?
SCP-X-A: He told me it was the [NAME PENDING], an ancient artefact that was stolen from The Imperials. It is said that anyone human being who consumes the [NAME PENDING] will obtain super-human like power. What those abilities specifically are, however, were a mystery.
I was shocked. Was it the [NAME PENDING]? It was known as a myth, but I never knew it existed. He wanted to give it to me. I didn't bother asking why, I just wanted it but then a thought crossed my mind. I am going to help the ones who put us all here in this position? If it wasn't for the attack on the alien's planet, none of this would have happened.
But then I started to think about the innocent lives here lost from the battle that recently happened. The home and the world I lost. If I refused the offer, what good would that do to my people? It is not like it would magically make The Imperials no longer hate us and fix the world. If anything, it just gives the ones who destroyed my home another advantage. So, I accepted it.
I consumed the orbit and I felt every single part of my body feel relaxed and stronger. I could feel every single pain I endured from the battle removed before I flew up into the skies and above Earth. Just as I arrived, The Imperials left. I didn't bother going after them for fear they may return to Earth again and eradicate it. We were nowhere near prepared for another attack, anyway.
I'm not 100% certain, but I've seen a giant machine that was hurtling towards Earth centuries ago. I saw it crash into Jupiter's Moon before Jupiter itself. I am aware you guys know it exists, but my point is there is a chance that the machine originated from The Imperials. Or at least, someone who knows them.
Dr. Williams: Do you know the origins of the machine?
SCP-X-A: No, but it is possible it came from The Imperials. Or at least, someone who knows them. I don't know how, but The Imperials maybe now aware of our existence. They didn't send us to extinction like they thought they did. It failed so someone was either it's or went in their free will to assist the destroyer or finish the job. They haven't sent in their full force. I do not know why but since the people did not attack that outside of Earth, it may be because we are not an external threat.
Dr. Williams: And what would happen if the full force of The Imperials came?
SCP-X-A: It would be the end of us. We are not technologically prepared for the attack. Not like the one centuries ago.
Dr. Williams: I… I see. Will you be able to do hold the machine off? How much time left until you give out?
SCP-X-A: I do not know. I'm not sure if there even is a limit for how long I can obtain this power. What I do know, however, is that you should not worry. I promise you, I will be able to keep this parasite from destroying our home. I have proven you that many times and I will do it again.
Oh, and don't go around "colonizing" other planets, either.
END LOG
Notes: Following this, all personal involved in the Communication-Log we're administered Class-A amnestics. All information gathered from the Log have been kept in this addendum and away from the main document.
Addendum XXXX.2: Decrypted files
On 10/9/2004, during a routine inspection at SCP-2000, personnel discovered two encrypted files hidden with the DEEPWELL servers. Below contains contents recovered from the now decrypted files:
FILE 1#
ID#: 623894-018 "The Imperials"
Status: Active
Threat Level: Black
Analysis of Activity: "The Imperials" appear to be mostly active in they're new planetary home, referred to as HZ-52983 "Mozar", with minimal travel to other planetary bodies inhabited by other alliances, with the most common motive being supply pickups.
It is unknown how "The Imperials" successfully grew more advanced and populated with a short period of time. What is known however is they appear to posses weaponry and forces that have been responsible for numerous casualties and provisional bases located outside of Earth, including Earth itself, though defense forces were successful to repel them. Despite this, repair damages, weapon improvements, and death compensations have been a constant financial issue for the Galactic Nations since the formation of the group. Efforts to neutralize this threat is ongoing, though caution is to be taken.
Group Description: "The Imperials" is a military force run by a Hipotayous Maspur (A specific breed of "Aliens"). It was formed in the year 245,741 when the Division-K was tasked with colonizing a NE-17431 "Tilo" for resources and human expansion. This colonization attempt costed the lives of several thousands of Hipotayous Maspur species, with most being neutralized or in human captivity. Only a few successfully retreated to "Mozar".
Since then, "The Imperials", as what the Hipotayous Maspur refer to they're military force, has been increasing exponentially, with assistance from other alliances and the primary being to send Human Civilization to extinction. They are highly sapient with more advanced equipment being discovered every month.
Neutralization of "The Imperials" and its leaders is considered a high-level priority.
This file has been last updated since 483,538 years ago.
FILE 2#
This is Director Davis and I'm currently housed at Facility-000 with the rest of the survivors. To anyone who hears this; do not go outside. The Imperials has destroyed a majority of the landscape and most facilities and bases are currently offline. They don't care who you are, weather your a child or an adult, they'll kill you the minute they see you.
If you do have to go outside, please try minimize as much distance and obtain as much cover from the sky as you can. Wear any cloaking equipment if available, stock up on food, water and medical supplies.
My deepest apologies, men. Humanity has failed.
Rewrite of addendum xxxx.3
On 04/12/2004, O5-5 received the following message on her Foundation given smartphone.
Dr. Williams: Good day, Elizabeth.
SCP-X-A: Good morning, Williams. I know what you're going to discuss with me.
Dr. Williams: About what?
SCP-X-A: You were going to question my authenticity about a "giant asteroid" that was headed towards Earth centuries ago and most of humanity left. My story, however, does not contribute to a military force called "The Imperials" or a man telling others about a distraught planet.
Dr. Williams: Ho- how, did you know?
SCP-X-A: Have you forgotten about my ability to see everything around me?
Dr. Williams: Oh, yes, I have. I apologize for that. So, why did you lie to us?
SCP-X-A: To ensure you don't go after "The Imperials" after what they had done to our planet or make the same mistake centuries ago. To ensure you don't try and go after the thing that has made me become what I am today.
Dr. Williams: Elizabeth, we can barely travel to Mars. What makes you think we can accomplish fighting against an alien force?
SCP-X-A: I do not know. All I know is that there is a chance that one day you will make the same mistake as our ancestors did centuries ago. I cannot let that happen.
Dr. Williams: I understand, but since we are now discussing about this, will you at the very least tell us the full story of what happened?
There is silence as SCP-X-A ignores Dr. William's request
Dr. Williams: Elizabeth, I know what your trying to accomplish and I understand that, but I can assure you the Foundation will not go after "The Imperials" described in the file unless they are once again provocative. The Foundation is dedicated to protecting humanity, not destroying aliens.
More silence
SCP-X-A: I was born on Earth a long, long time ago. In a world far more advanced than the current day. My only parent was my mother. She, she never told me about what happened to my father. When I was just 7, my mother hooked me up with a military group called the "Galactic Nations", a group run by multiple countries where they defend Earth and attack other planets for war. They accept anyone who wants to join them, including children. I didn't go to school at all or live a life like the rest of the children. I've trained and trained every single day.
Not once did I felt motivated from joining them. I wanted to quit, but I couldn't do it without parental consent. My mother was no better, either. When I get home from training, they would teach me more about our enemy's strengths, weaknesses and history, every single day. I felt defeated. I didn't feel like I was being raised by my parents, either. They were more like… An "extra general"? Perhaps.
Dr. Williams: And why did she send you there?
There is a pause
SCP-X-A: I asked my mother why she would do this. She told me it was to help "serve my country". She numerously told me stories about her time in the Galactic Nations before retiring to look after me.
I didn't believe her. I had thoughts, theories of why but they just never clicked. Then one day I was talking about my mother with one of my friends in the cafeteria. She told me my mother was involved in an attack that killed a majority of her comrades. She was badly wounded with a missing left arm. Luckily, she was one of the very few to be evacuated. One of the soldiers found her and dragged her away to one of the ships retreating. She received a bionic hand shortly after.
That's when I realized why mother sent me to the military; as a method of getting revenge on The Imperials for what happened to her. I never discussed this topic with her because I knew there was going to be trouble.
Somehow, I managed to become a worthy soldier for them; however, I was only positioned around Earth's orbit as a defense from other rivals. Earth had many foes, but the biggest one is an alien force called " The Imperials". They have a burning hatred against humanity and had often come to exterminate us all. Then that day came. Ships from The Imperials were attacking us and headed towards Earth. We stood our ground and prepared for battle. The next part…
There is a pause for a few seconds as SCP-X-A places its hand onto its head before lowering it
I'm, I'm sorry, I'm still traumatized about that incident. Every time I think about the incident, I still get shivers down my spine.
We lost, they were too strong. Our ship crashed landed near a mountain and only a few of us survived. We retreated to an underground facility underneath it. Other military officers and civilians were in there, too.
Dr. Williams: What did you do in the facility?
SCP-X-A: I couldn't do anything. Everyone was dying outside, cities were being burned, and I hiding in there like a useless coward. I wished it would all go away. All this battle, war, killing; gone. Then I thought about my mother and where she is. Even after all the things she put through when I was a kid… I still couldn't help, but care for her.
After weeks of hiding, the Imperials left. I guess they figured most of humanity was dead. We were still alive in that facility. I know it was dumb and suicidal of me to do this, but… I decided to leave the facility to find my mother. Don't worry, the facility came equipped with highly resistant suits against threats.
Dr. Williams: Did anyone try to stop you? Did they go with you?
SCP-X-A: No, the officers tried to stop me. They didn't want to come, either. They were too afraid I told them to let me go because the only things they're going to lose is a woman and suit. Eventually, they gave up and let me leave the place.
The city around me was fucked. Buildings made of rumble, corpses across the fields and streets littered with destroyed military equipment. It didn't surprise me at all as I expected it. I ran back to my home and she was gone. Her lifeless body was buried underneath rebar and rumble. I knew she was gone, yet I pulled her out of there. As expected; she was gone.
Dr. Williams: I, I am sorry about your loss.
SCP-X-A: It's okay, I should've been with her when it happened. I created a grave and buried her. If she was going to die, at least I want her to rest peacefully. I walked around the deserted world of was once my home. I searched for more survivors, anyone who could be alive. As I was walking around the streets of a city, I came across someone I wasn't expecting. A familiar face. The Director of the Galactic Nations, Director Davis Wilson. I asked him how was he alive and he told me whilst his base was under fire. He and the other officers managed to escape by an underground train. From there, they travelled to the facility beneath Yellowstone. He told me it's been activated.
Dr. Williams: I apologize for interrupting, but what has been "activated" in the facility?
SCP-X-A: Davis never specified, but I believe he's referring to the part where it is… How do I say this? Cloning humans? Creating them? I know it sounds absurd, but the goal of the facility was to be humanity's final failsafe. That is also the reason why it's underground; to make it more difficult for it to be destroyed.
Dr. Williams: Oh my god…
SCP-X-A: Is there something bothering you?
Dr. Williams can be heard discussing with several doctors with the microphone muffled
Dr. Williams: I'm sorry about that, please, continue.
SCP-X-A: I asked Davis what he was doing out there. He told me it was the same reason as anyone else would: To search for survivors. He then told me to come with him back to the facility. I asked him why and he responded, "You know the lowest sub-section where only those with the highest clearance can enter? I am taking you there." And so, we went and arrived at Sub-Section 3 of the facility. He verified the multiple verification codes and entered them. As we walked further, I discovered a white glowing orb-like material in there.
Dr. Williams: What was it called?
SCP-X-A: He told me it was the [NAME PENDING], an ancient artefact that was stolen from The Imperials. It is said that anyone human being who consumes the [NAME PENDING] will obtain super-human like power. What those abilities specifically are, however, were a mystery.
I was shocked. Was it the [NAME PENDING]? It was known as a myth, but I never knew it existed. He wanted to give it to me. I didn't bother asking why, I just wanted it but then a thought crossed my mind. I am going to help the ones who put us all here in this position? If it wasn't for the attack on the alien's planet, none of this would have happened.
But then I started to think about the innocent lives here lost from the battle that recently happened. The home and the world I lost. If I refused the offer, what good would that do to my people? It is not like it would magically make The Imperials no longer hate us and fix the world. If anything, it just gives the ones who destroyed my home another advantage. So, I accepted it.
I consumed the orbit and I felt every single part of my body feel relaxed and stronger. I could feel every single pain I endured from the battle removed before I flew up into the skies and above Earth. Just as I arrived, The Imperials left. I didn't bother going after them for fear they may return to Earth again and eradicate it. We were nowhere near prepared for another attack, anyway.
I'm not 100% certain, but I've seen a giant machine that was hurtling towards Earth centuries ago. I saw it crash into Jupiter's Moon before Jupiter itself. I am aware you guys know it exists, but my point is there is a chance that the machine originated from The Imperials. Or at least, someone who knows them.
Dr. Williams: Do you know the origins of the machine?
SCP-X-A: No, but it is possible it came from The Imperials. Or at least, someone who knows them. I don't know how, but The Imperials maybe now aware of our existence. They didn't send us to extinction like they thought they did. It failed so someone was either it's or went in their free will to assist the destroyer or finish the job. They haven't sent in their full force. I do not know why but since the people did not attack that outside of Earth, it may be because we are not an external threat.
Dr. Williams: And what would happen if the full force of The Imperials came?
SCP-X-A: It would be the end of us. We are not technologically prepared for the attack. Not like the one centuries ago.
Dr. Williams: I… I see. Will you be able to do hold the machine off? How much time left until you give out?
SCP-X-A: I do not know. I'm not sure if there even is a limit for how long I can obtain this power. What I do know, however, is that you should not worry. I promise you, I will be able to keep this parasite from destroying our home. I have proven you that many times and I will do it again.
Oh, and don't go around "colonizing" other planets, either.
END LOG
[END OF FILE]






Per 


