THE FOLLOWING FILE IS DECLASSIFIED 1/6711 BY THE DEPARTMENT OF TEMPORAL ANOMALIES
APTITUDE IN EVERETT'S MANY WORLDS INTERPRETATION OF QUANTUM MECHANICS IS STRONGLY SUGGESTED. BY CONTINUING TO ACCESS THIS FILE YOU ARE ACTIVELY CONFIRMING YOU UNDERSTAND THAT THE INFORMATION CONTAINED HEREIN, MAY OR MAY NOT BE FROM OR AFFECT YOUR CURRENT TIMELINE.
: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)); }
}
#page-content .collapsible-block {
position: relative;
padding: 0.5em;
margin: 0.5em;
box-shadow: 2px 1.5px 1px rgba(176,16,0,0.7), 0 0 0px 1px lightgrey;
overflow-wrap: break-word;
}
.collapsible-block-unfolded{
color: black;
overflow-wrap: break-word;
}
.collapsible-block-unfolded-link {
text-align:center;
}
.collapsible-block-folded {
text-align: center;
color: dimgrey;
}
.collapsible-block-link {
font-weight: bold;
color: dimgrey;
text-align: center;
}
.addendumbox {
padding: .01em 16px;
margin-bottom: 16px;
margin-top: 16px;
padding-bottom: 1em;
box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.material-box {
padding: .01em 16px;
margin-bottom: 16px;
margin-top: 16px;
padding-bottom: 1em;
border: 1px lightgrey solid;
box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.16);
}
.material-box blockquote {
border: 1px double #999;
}
.wiki-content-table {
width: 100%;
}
.addendumbox blockquote {
border: 1px double #999;
}
.addendumtitle {
opacity: 0.8;
margin-bottom: 10px;
color: #b01;
}
.maintitle {
margin-bottom: 10px;
color: black;
}
.scp-header {
text-align: center;
font-size:x-large;
color:#b01;
}
.addenda-header {
width: 100%;
border-bottom: 2px black solid;
color: black;
}
.scp-info {
display:flex;
justify-content:space-between;
font-size:large;
}
.scp-info-box {
display:flex;
justify-content:space-between;
}
.object-info {
color:black;
align-self: flex-end;
font-size: large;
}
.title-style {
opacity: 0.8;
margin-bottom: 10px;
color: #b01;
font-size: large;
text-decoration: underline;
font-weight: bold;
}
.update-div-empty {
text-align: right;
font-size: x-small;
color: lightgrey;
}
.update-div {
text-align: right;
font-size: x-small;
}
.computed {
border: 1px black solid;
width: 50%;
display: inline-block;
text-align: left;
padding: 3px;
}
.computed:before {
content:"Computed Code";
font-weight: bold;
border-bottom: solid 1px black;
width: 100%;
}
.rawcode {
border: black solid 1px;
width: 50%;
display: inline-block;
text-align: left;
padding: 3px;
}
.rawcode:before{
content:"Raw Code";
text-align: center;
font-weight: bold;
border-bottom: solid 1px black;
width: 100%;
}
.codebox {
display: inline-block;
width: 100%;
text-align: center;
}
.yui-navset .yui-nav .selected a em, .yui-navset .yui-nav a em{
padding: 0.25em .75em;
top: 0px;
margin-bottom: 0px;
}
.yui-navset .yui-nav .selected a {
background: gray;
}
.yui-navset .yui-nav .selected {
margin: 0px;
}
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover, .yui-navset .yui-nav .selected a {
background: gray;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
background: gainsboro;
text-decoration: none;
}
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
background-color: none;
background-image: none;
}
.yui-navset .yui-nav a {
background: none;
}
.yui-navset .yui-nav li{
margin: 0px;
}
#page-content .licensebox .collapsible-block {
position: unset;
padding: unset;
margin: unset;
box-shadow: unset;
}
.licensebox .collapsible-block-unfolded{
color: inherit;
}
.licensebox .collapsible-block-unfolded-link {
text-align: left;
}
.licensebox .collapsible-block-folded {
text-align: left;
color: inherit;
}
.licensebox .collapsible-block-link {
color: inherit;
text-align: left;
}
Department of Abnormalities
Secondary Class:
{$secondary-class}
Special Containment Procedures: No containment of SCP-6711 is necessary. All personnel with cursory knowledge on branching timelines are welcome to access SCP-6711. Personnel, upon completion of reading SCP-6711, are to keep RAISA apprised of any occurring events similar to what is contained within.
Description: SCP-6177 is the designation for an anomalous message imbedded into the Foundation Database, file “SCP-6711”. SCP-6711 will auto populate into the SCP-6711 database-slot upon retrieval. The message is both interactive and recursive. SCP-6711 details exploits of a Foundation in a tangental timeline as well as information about that timeline’s future. So far, none of the revelations contained within SCP-6711 have come to pass.
| THE CONTENTS OF THE SCP-6711 MESSAGE IS CONTAINED FORTHWITH |
Imbedded into Foundation Database: 31 Jul 2021 01:06
PROTOCOL - EVERETT
To the consciousness accessing this message,
The data you are about to view is possibly from your future. It may or may not be directly resultant of your timeline.
This message is sent as a test, ultimately in good faith on behalf of The Human.
We Hope It Finds You Well.
Serve. Contribute. Persevere.
PCS+
Bazarian -01.01, -Sol, -0.0
SCP-6711 Archive
ALERT: PROTECTORATE COLLECTIVE OF SOL - DATA STORAGE ARCHIVE
The data contained herein constitutes the foremost details on the entity and its sub categories.
Sage - 5,
DSA Administrator Program
Lunarian 6.20,-Sol -67321
CAUTION: THE GREATER EARTH INFORMATION AND RECORDING AGENCY
The majority of the material you retrieved is continually archived, and may no longer conforms to FGE Protocol Standards.
Tausan Michevel,
Overseer of IRA
.0022.06.24.
NOTICE FROM THE FOUNDATION RECORDS AND INFORMATION SECURITY ADMINISTRATION
The information you are viewing is archived and does not adhere to Foundation Guidelines.
Darya Estevez,
Director of RAISA
Dated: 01/01/2317
: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)); }
}
#page-content .collapsible-block {
position: relative;
padding: 0.5em;
margin: 0.5em;
box-shadow: 2px 1.5px 1px rgba(176,16,0,0.7), 0 0 0px 1px lightgrey;
overflow-wrap: break-word;
}
.collapsible-block-unfolded{
color: black;
overflow-wrap: break-word;
}
.collapsible-block-unfolded-link {
text-align:center;
}
.collapsible-block-folded {
text-align: center;
color: dimgrey;
}
.collapsible-block-link {
font-weight: bold;
color: dimgrey;
text-align: center;
}
.addendumbox {
padding: .01em 16px;
margin-bottom: 16px;
margin-top: 16px;
padding-bottom: 1em;
box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.material-box {
padding: .01em 16px;
margin-bottom: 16px;
margin-top: 16px;
padding-bottom: 1em;
border: 1px lightgrey solid;
box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.16);
}
.material-box blockquote {
border: 1px double #999;
}
.wiki-content-table {
width: 100%;
}
.addendumbox blockquote {
border: 1px double #999;
}
.addendumtitle {
opacity: 0.8;
margin-bottom: 10px;
color: #b01;
}
.maintitle {
margin-bottom: 10px;
color: black;
}
.scp-header {
text-align: center;
font-size:x-large;
color:#b01;
}
.addenda-header {
width: 100%;
border-bottom: 2px black solid;
color: black;
}
.scp-info {
display:flex;
justify-content:space-between;
font-size:large;
}
.scp-info-box {
display:flex;
justify-content:space-between;
}
.object-info {
color:black;
align-self: flex-end;
font-size: large;
}
.title-style {
opacity: 0.8;
margin-bottom: 10px;
color: #b01;
font-size: large;
text-decoration: underline;
font-weight: bold;
}
.update-div-empty {
text-align: right;
font-size: x-small;
color: lightgrey;
}
.update-div {
text-align: right;
font-size: x-small;
}
.computed {
border: 1px black solid;
width: 50%;
display: inline-block;
text-align: left;
padding: 3px;
}
.computed:before {
content:"Computed Code";
font-weight: bold;
border-bottom: solid 1px black;
width: 100%;
}
.rawcode {
border: black solid 1px;
width: 50%;
display: inline-block;
text-align: left;
padding: 3px;
}
.rawcode:before{
content:"Raw Code";
text-align: center;
font-weight: bold;
border-bottom: solid 1px black;
width: 100%;
}
.codebox {
display: inline-block;
width: 100%;
text-align: center;
}
.yui-navset .yui-nav .selected a em, .yui-navset .yui-nav a em{
padding: 0.25em .75em;
top: 0px;
margin-bottom: 0px;
}
.yui-navset .yui-nav .selected a {
background: gray;
}
.yui-navset .yui-nav .selected {
margin: 0px;
}
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover, .yui-navset .yui-nav .selected a {
background: gray;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
background: gainsboro;
text-decoration: none;
}
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
background-color: none;
background-image: none;
}
.yui-navset .yui-nav a {
background: none;
}
.yui-navset .yui-nav li{
margin: 0px;
}
#page-content .licensebox .collapsible-block {
position: unset;
padding: unset;
margin: unset;
box-shadow: unset;
}
.licensebox .collapsible-block-unfolded{
color: inherit;
}
.licensebox .collapsible-block-unfolded-link {
text-align: left;
}
.licensebox .collapsible-block-folded {
text-align: left;
color: inherit;
}
.licensebox .collapsible-block-link {
color: inherit;
text-align: left;
}
Department of Abnormalities
Secondary Class:
thaumiel
Daytime Location of SCP-6711, Circa 2017.
Special Containment Procedures: A .25 kilometer perimeter consisting of a 3 meter tall fence around the entity is established, monitored and maintained. The area within this perimeter, SCP-6711-Δ, shall be inaccessible without express permission by the designated authority on the entity. All instances of SCP-6711-A shall be recorded and aggregated on a
monthly yearly decades centennial millennial basis to determine further exploration data.
Description: SCP-6711-Δ is a designated area, situated to the northeast of the former Second Springs Hot Springs in the defunct Ancient San Bernardino National Forest. The entity is defined as a spatial-temporal anomaly, approximately 3 meters in circumference located off the southern intersection of two unnamed access roads previously used by State Rangers as well as the former proprietors of said Second Springs Ranch.
Individuals who pass through the boundary of the entity during the day will experience no ill-effect. However, individuals who pass through the anomalous region of the entity during nightfall will invariably find themselves in a larger, mostly unexplored space, akin to a large, arid desert, in which time dilation is prevalent.
Within the parameters of current exploration, it can be determined that the further a subject travels into the entity, the slower time progresses for the subject relative to the time outside the entity’s boundaries. Current theories suggest that a temporal singularity exists an indeterminable distance into the entity, where if reached, time outside the boundary would approach infinity.
Instances of SCP-6711-A are long-form wavelength transmissions from MTF Agent - “Coyote”.
Discovery: The entity came to Foundation attention when two civilians looking to participate in activities associated with Second Hot Springs were reported missing. Foundation Personnel embedded in the California Ranger Service, per Protocol Plainsight-201, were notified of the situation and sent to recover the lost individuals. All relevant documentation is contained henceforth.
Archived Discovery
Interview SCP-6711-1
Interview Lead: Reseacher Samuel Lowenthal
Interview Subject: Jackson Kimble (Subject-A)
Oversight: Senior Reseacher Francis O’Harrahan
Location: Temporary Quarantine Area SCP-6711-Δ, San Bernardino
Date: 05/18/2017
Time: 09:00am
Transcript of Audio-Video Surveillance
Samuel Lowenthal: Jackson, thank you for your patience. How are you feeling?
Subject-A: I… I… uh… where am I? Where is Maria?
Lowenthal: I can’t share that information with you right now.
Subject-A: What is this… place?
Subject looks around. He looks disoriented.
Lowenthal: You have been in contact with an unknown area of space-time, and are currently under quarantine observation.
Subject-A: Unknow… quaren…huh? Wait, how long will I be here? How long were…
Lowenthal: You were lost in the desert, correct?
Subject-A: I… we… yeah…
Subject-A is distant and distracted.
Lowenthal: How long were you lost?
Subject-A: We… uh… for the night? The sun didn't come up until…
Lowenthal: Jackson, according to telephone records we have, you made a call from Maria Schultz’s phone at 01:34am on Tuesday, May 9th. Yes?
Subject-A:I… Yeah, she wanted to keep trying to reload the map, but it wasn’t working. The phone was at 3%… So I took it from her and called 911… She didn't like that.
Lowenthal: Jackson, today is Thursday, the 18th. You've been gone for 9 days.
Subject-A: I… no… can’t be. The sun never came up… it was only night. The moon stayed… All night.
Lowenthal: Jackson, can you tell me any details about what you saw while you were lost?
24 seconds pass in silence.
Lowenthal: Jackson?
Subject-A remains silent.
O’Harrahan: (In earpiece.) Sam, we’ll pick this up tomorrow?
Lowenthal: Yes ma’am. Any word on the female, Maria?
Subject-A: Huh?
O’Harrahan: (In earpiece.) No one has breached the containment area yet, Sam.
Lowenthal: Maybe tomorrow then.
End Audio-Video Transcript
Interview SCP-6711-2
Interview Lead: Reseacher Samuel Lowenthal
Interview Subject: Jackson Kimble (Subject-A)
Oversight: Senior Reseacher Francis O’Harrahan
Location: Temporary Quarantine Area SCP-6711-Δ, San Bernardino
Date: 05/19/2017
Time: 11:00am
Transcript of Audio-Video Surveillance
Lowenthal: Good day, Jackson. How are you feeling today?
Subject-A: I’m… I’m still trying to understand. We were only lost for the night. It was cold. So I called…
Lowenthal: Yes, Jackson, do you remember anything strange about the call? Any thing at all?
Subject-A: No. The lady just asked what we looked like and what we were wearing, she sounded weird… I was upset.
Lowenthal: Why were you upset?
Subject-A: It was like she was pranking me…
Lowenthal: Jackson, could you take a listen to this?
Reseacher Lowenthal takes out a recording device and plays its contents.
Begin Recording:
Operator: 911, what is your emergency?
Subject-A’s voice can be heard speaking back to the operator, however his voice is pitched down, and much slower than typical speech patterns.
Subject-A (Recording): We are lost near Second Springs. Send help.
Operator: Sir, I’m going to need you to speak clearer and tell me what you are wearing.
The Operator’s voice is heard speeding up and sounding higher pitched.
Subject-A (Recording): What I am wearing? We are lost! We are the only fucking people in bathing suits with a flashlight wandering the desert! Send…
The line is terminated.
Operator: Sir?
End Recording.
Subject-A: That wasn’t my voice, was it?
Lowenthal: It seems that you stumbled upon and into what we like to call a temporal anomaly. You are lucky we found you.
Subject-A: I rememberer seeing a flashlight and the sun coming up in the distance, yet it was still night where Maria and I were. I ran towards it.
Lowenthal: Thats when we picked you up.
Subject-A: Yes, umm… how’s Maria?
O’Harrahan: (In earpiece.) I think we are done for today.
Lowenthal: We will talk tomorrow, Jackson.
End Audio-Video Transcript
Interview SCP-6711-3
Interview Lead: Reseacher Samuel Lowenthal
Interview Subject: Jackson Kimble (Subject-A)
Oversight: Senior Reseacher Francis O’Harrahan
Location: Temporary Quarantine Area SCP-6711-Δ, San Bernardino
Date: 05/22/2017
Time: 10:00am
Transcript of Audio-Video Surveillance
Lowenthal: Morning Jackson, feeling better?
Subject-A: Yeah a bit. How is Maria? Its been a while… I know I’m in quarantine, but..
Lowenthal: I am sure she is fine. I want to ask you about the time you were lost two weeks ago.
Subject-A: You mean last nigh… Oh, yeah its all weird, huh?
Lowenthal: Yes, it is. Can you tell me about the night when you and Maria were lost?
Subject-A: Well, we were trying to make our way back to camp. Maria and I knew each other for a long time and I always had a thing for her ya know?
Lowenthal: Mmhmm.
Subject-A: Well, she was moving outta town, gonna start new and fresh, and I footed the bill. She wanted, like, one last adventure so she suggested the nudie springs. Thought it would be, like, my chance, you know?
Lowenthal: Mr. Kimble, I am more concerned about what happened just prior to your phone call attempt. Can you fast forward?
Subject-A: Oh, yeah sure, well like, we had done a bunch of blow and drank the entire day. As we were trying to find our way back we took a wrong turn down this old dirt path.
Lowenthal: A service road, yes?
Subject-A: I don’t know. We were trying to just follow this fence. When it stopped, I made the call. She thought we should try to head back towards the mountains, back to the springs.
Lowenthal: What happened when you left the path.
Subject-A: I dialed the phone as I followed her. Made the call, then after that we got in a fight. I didn’t want the night to end with her yelling at me like that. This was for her. I love her, ya know?
Lowenthal: I see, now, before you were picked up by the search and rescue team, could you tell me anything else?
Subject-A: I tried to keep us close to the road, every time we went too far out of sight of the road, we moved back. Then I noticed a flashlight waving in the distance, and far away the sun was rising. So, I ran to it. After that I was so tired, all I remember is sleeping and waking up here.
Lowenthal: Did you notice any strange creatures?
Subject-A: Huh? No, just the usual pack of coyotes howling. The air seemed so still…
Subject-A remains silent for 14 seconds.
Lowenthal: Jackson, thank you. That is all for today.
Subject-A: When will I get to see Maria?
Lowenthal is silent for a moment.
O’Harrahan: (In earpiece.) You can tell him.
Lowenthal: Jackson, Im going to be honest with you, Maria… Maria never made it out with you.
O’Harrahan: (In earpiece.) Sam, lets use Protocol Blemish to cover up Schultz’s disappearance.
Lowenthal: Copy.
Subject-A: Huh? What! No! She was… she… right behind… me…
Lowenthal: We will be sending in someone, hopefully, and with luck they will find her. For now, I need you to stay calm and cooperate with my agents here.
Two detainment guards enter the room.
Subject-A: What… no! Please… Maria!
End Audio-Video Transcript
Subject-A post quarantine, was charged as guilty in the disappearance of Maria Schultz. Subject was summarily acquired by The Foundation. No further follow up is considered necessary.
Archived Exploration Log
Given his previous interactions with SCP-6711, D-101488 has been selected as first exploratory subject into SCP-6711. D-Class is to be given: One flashlight, a stop watch, one days worth of rations and water, as well a lifeline tether & harness around his waist connected to a point outside the anomalous boundary. Standard Audio/Video equipment is to be used for data analysis.
Due to anomaly’s nature, the majority of proceeding transcripts are time stamped to the date the precursive data was aggregated and digitally processed.
Log-A
Subject: D-101488
Begin Date: 10/23/2017
Time: 02:32am
Begin Archived Audio Transcript
Lowenthal: D-Class, please approach the anomaly. Once inside please immediately start your stop watch.
D-101488: Yes sir.
A/V feed from D-101488 continues normal operation up to the point of crossing the SCP-6711 boundary. Once crossed, video feed is terminated and only audio transmissions are receivable.
Lowenthal: D-Class, stop right there, can you still hear me?
D-101488: Yes sir, but your voice sounds strange.
D-101488’s voice recording sounds slow and pitched down.
Lowenthal: Your’s as well. What does our transmission sound like?
D-101488: You sound all whiny and high pitched, and are talking really fast.
Lowenthal: Please proceed 10 feet. As you do please say the alphabet.
D-101488: Uhh, ok.
As D-101488 recites the English Alphabet, his voice becomes progressively lower and lower. The time it takes for each letter to be heard becomes longer and longer.
5 hours pass.
Lowenthal: D-Class we will touch base tomorrow.
Log-B
Subject: D-101488
Begin Date: 10/24/2017
End Date: 10/28/2017
Digital processing reveals that upon completing the alphabet, D-101488 responded to Reseacher Lowenthal’s previous message.
D-101488: Mister Lowenthal, I can’t understand you. All I hear was a quick high pitched noise in my ear. If you want to know, my stopwatch says 3 minutes, 13 seconds. If that helps.
Log-C
Subject: D-101488
Begin Date: 11/01/2017
End Date: 04/02/2038
D-101488: Maria? Maria!
A few brief seconds of running footsteps and panting are heard. For record keeping purposes, Maria Schultz will henceforth be referred to as “Subject-B”.
Subject-B: (In the distance.) Jackson you asshole! Where did you go?
D-101488: You won’t even believe me…
Subject-B: Well after the night we’ve had, try me.
D-101488: Ok, so, bear with me, we are in a time-thing, area, like its not normal.
Subject-B: Hmm…
D-101488: And so like, outside the time zone, thing, months have passed! You've been missing. I got convicted of murdering you!
Subject-B: I’m about to murder you, stop playing.
D-101488: No really, there’s like this crazy government group that deals with this shit. Now come on, follow this rope and we can get out! Come on! Time is like, literally of the essence.
Subject-B: You’re just lucky you are my ride outta here.
2 minutes of running and heavy breathing is heard.
D-101488: Here!
Distant MTF Voice: Freeze! Do not move, or you will be shot!
Subject-B screams.
Subject-B: Jackson! What the fuck! What the fuck!
D-101488: Don’t shoot! I am D-Class, 101488! I’ve been trapped in the time thing!
Distant MTF 1: Let me see those hands! Hands!
Distant MTF 2: Don’t you fucking move!
D-101488: Please! Find Mister Lowenthal, he was the researcher that sent me in! What is the date?
Distant MTF 2:(Voice draws nearer.) Its Friday, the second of April.
Subject-B: We’ve been gone for a whole year?
MTF 2: What, no? No one has been near this thing in over 20 years.
D-101488: Sir, what year is it?
MTF 1: 2038.
A thud is heard.
MTF 2: The female has lost consciousness!
D-101488: Maria!
MTF 2: Stay down!
A second thud is heard along with the sound of the mic hitting the ground.
MTF 2: Get Dr. Richards.
End Archived Audio Transcript
D-101488 and Subject-6711-B were summarily given amnestics. Given the amount of time passed, D-101488 was released back to general population, on time served. Both subjects were given a memory rebuild. Both currently believe that they have been married and living in Newburyport, MA for the duration of their time in SCP-6711.
Archived Foundation Emails
To: noitadnuof.pcs.eruces|naharnnahof#noitadnuof.pcs.eruces|naharnnahof
From: noitadnuof.pcs.eruces|lahtnewols#noitadnuof.pcs.eruces|lahtnewols
Date: 04-05-2038
Subject: SCP-6711?
Francis,
My friend, I know it has been a long time. I hope retirement is treating you well. I am surprised I still find the work so fulfilling. Reaching seventy was something I never thought would occur given our line of work, and I can’t imagine how your later years must be treating you.
However, I must digress to the most pertinent matter. I got the strangest email from Richards. You remember right? The intern while we were at Delta? Well, it seems that our past has caught up with us. In respects to Delta, if you can recall, D-101488 and his counterpart, civilian Maria Schultz, Subject-B, have just reappeared post SCP-6711 boundary!
I do believe that given the time frame obtained from D-Class’s time piece, that a formal MTF expedition is warranted.
Please let me know your thoughts on this matter.
Always at your service,
Dir. Samuel Lowenthal
To: noitadnuof.pcs.eruces|lahtnewols#noitadnuof.pcs.eruces|lahtnewols
From: noitadnuof.pcs.eruces|naharrahof-ridetis46#noitadnuof.pcs.eruces|naharrahof-ridetis46
Date: 04-06-2038
Subject: Re:SCP-6711?
Samuel,
It is so good to hear from you. I am, to the best of my abilities, trying to enjoy retirement. My position as Site Director has surely taken a toll on me, as you probably now understand. I thrive to my best extent. These quiet years have allowed me much time to think and reflect on all that I have done in the name of Secure, Contain, and Protect.
I hope Richards, as well as yourself is well.
As much as I believe an exploration into SCP-6711 would be beneficial, the possible ethical implications would be against my current philosophies regarding human treatment.
All that being said, should you find a suitable, willing candidate for the mission I, as the Project Lead on the anomaly, would give my endorsement.
With Reverence,
Former Dir. - Francis O’Harrahan
Archived MTF Proposition
To: noitadnuof.ftm|nairazabc#noitadnuof.ftm|nairazabc
From: noitadnuof.pcs.eruces|lahtnewols#noitadnuof.pcs.eruces|lahtnewols
Date: 04-10-2038
Subject: Mission Opportunity
Mr. Bazarian,
I am reaching out to you as I am in need of someone with your expertise. We have an anomaly that requires the finesse of a survivalist such as yourself. Your aptitude in previous missions as well as personal feats makes you the best and only candidate. Your K2 ascent and your leadership skills in recovery of SCP-████, certainly come to the forefront. Please let me know your consideration.
Dir. Samuel Lowenthal
To: noitadnuof.pcs.eruces|lahtnewols#noitadnuof.pcs.eruces|lahtnewols
From: noitadnuof.ftm|nairazabc#noitadnuof.ftm|nairazabc
Date: 04-11-2038
Subject: Re:Mission Opportunity
Mr. Lowenthal,
Thank you for reaching out. It’s been a rough time for me with the mass resettlement from Florida. Carolyn died a few months back and then I got diagnosed with an inoperable tumor… The shit list goes on and on. Times like this I wish dad was around. I know he wasn't the best Agent, but God to I want to do him proud. I wish they would let me see his last log…
What kind of mission parameters are we dealing with here?
Agent Bazarian
To: noitadnuof.ftm|nairazabc#noitadnuof.ftm|nairazabc
From: noitadnuof.pcs.eruces|lahtnewols#noitadnuof.pcs.eruces|lahtnewols
Date: 04-11-2038
Subject: Re:Re:Mission Opportunity
Agent Bazarian,
I’m well aware of all the things life has thrown at you lately. I am truly sorry. To be up and front with you, this is the kind of mission you don’t come back from. Along with your professional experience, I also considered your personal affairs when choosing you as a prime candidate. Should you accept, I shall see to it that you have access to the SCP-████ File, detailing your father's last mission.
The anomaly itself displaces subjects inside by years in the future. We had a D-Class in there for a little over 15 minutes his time, while more than 2 decades passed for us. This could be your chance to start over.
Caleb, this might be your chance to do something amazing. Make your dad proud.
All the Foundation needs is your cooperation.
Let me know your thoughts,
Dir. Samuel Lowenthal
To: noitadnuof.pcs.eruces|lahtnewols#noitadnuof.pcs.eruces|lahtnewols
From: noitadnuof.ftm|nairazabc#noitadnuof.ftm|nairazabc
Date: 04-12-2038
Subject: Re:Re:Re:Mission Opportunity
Sir, I’m in.
I’ll await my call sheet.
Caleb
MTF Entry Aggregation
| The following transcripts are time stamped to the date the precursive data was aggregated and digitally processed. Some data has been linguistically reduced. |
Archived MTF Audio
SCP-6711 Boundary upon approach with night vision.
Agent: Caleb Bazarian
Date: 04/18/2038
Time: 01:35
Starting Lead: Dir. Samuel Lowenthal
Current Former Lead: Trank Webber
Agent Bazarian: Mic on. Command, do you register? Call sign “Coyote”.
Command: Loud and clear Coyote. Go for final gear check.
Coyote: Five day rations and tool kit all check. Tether…
A tugging sound is heard.
Coyote: Tether secure.
Command: Thats great, Coyote. Please proceed to Boundary.
Coyote: Copy Command.
Lowenthal: Ok Caleb, you’re all set to go in. We will monitor you throughout the years on our side. Just keep us updated with an entry every 12 hours your time.
Coyote: You got it doc. Anything else?
Lowenthal: No, just thank you for your time. I hope when you come back, there’s something worth all you’ve lost. I do believe this will be the last we ever speak. Your father would be proud.
Coyote: Thank you, doc. Command, permission to proceed into SCP-6711?
Command: Granted.
Lowenthal: Godspeed.
Begin Date: 04/18/2038
MTF Transmission
| Command. First log. Travel time, 12 hours, 4 minutes. Distance traveled, around 15 kilometers. I am doing my best to stay in a straight line, that way getting back, when the time comes, should be easier. Despite being a moonless night when entering, the space is illuminated by a full moon. It makes seeing easier. The terrain here is pretty uniform, a few large jutting rock faces every half kilometer or so. Very devoid of vegetation. The most common vegetation is the occasional Joshua Tree as well as some tumble weeds. Animal life, if it does live in here is extremely sparse. |
Command Response
| Agent Coyote, this is Project Lead on SCP-6711, Site-Delta Director, Trank Webber, the year is 2136. The world outside is still very much recognizable. We have updated your transmissions to “SCP-6711-A”. We will be able to respond to you for only a short time more, as sending these long wave frequency transmissions can only reach a finite limit. We will advise when communication is no longer viable. For now, it was nice to speak with you, if only one way. I want you to know you’re kind of a legend around here. Godspeed. |
End Date: 07/23/2163
Begin Date: 08/23/2221
SCP-6711-A Transmission
| Command. Second log. Travel time, 24 hours, 8 minutes. Distance traveled, around 34 kilometers. Surprisingly, the weather here, stays a constant 76.5 degrees Fahrenheit, and does not seem to have any moving air currents, or even weather for that matter. It is always night, with a full moon, no stars… I find it strange, but comforting that I can see well. |
Command Response
| SCP-6711-A, good to hear your voice. This is Static Command Post Delta. Established solely to monitor SCP-6711-A transmissions. Many anomalies have been neutralized in the time you have been gone. With the merging of many, what you would call G-O-I’s, the GOC, and the Foundation into the "Foundation of Greater Earth". We seek to only contain Thaumiel entities and those entities that may provide Thaumiel status. Fortunately, SCP-6711 has been deemed as such and you may continue to exist within it. This will be our last transmission as we can no longer physically produce lower wavelength frequencies into SCP-6711. We have built a native code within the Foundation Database called “Coyote Ugly” that will ensure that no matter when you are, your voice is heard. You are on your own now. Godspeed. |
End: .06.24.0022
Begin: .06.08.1232
FIN-6711-A Transmission
| Command. Third log. Travel time, 36 hours, 12 minutes. Distance traveled, around 56 kilometers. Coyote Ugly, huh? Good name. So I guess I just keep going? Keep speaking? Now, it’s starting to feel real. Knowing that I’m just recording into the void. For me knowing its been just over a day, but god knows how many years outside… I read somewhere once that a man dies twice, the first time when his life comes to an end, the second when his name is said for the last time. I wonder… have I past the second part before the first? (SCP-6711-A pauses and sighs.) I just… Ok, no time for that. (SCP-6711-A laughs.) No time! Haha! Ok, well… I notice a large rock face about 30 kilometers in the distance. Thank you NODs! The summit seems to provide a great vantage point to survey a larger portion of the area. My goal is to trek hard towards it. |
Regarding FGE Item Number .6711
| The FGE looks forward to further updates regarding the space and state of the FIN-.6711 area. Should future endeavors be unmitigated against some of our greatest Threats, FIN-.6711 shall be considered as a potential Ark. |
End: .70.56.8903
Begin: .80.12.9102
FGE-.6711-A Transmission
| Command. If you would even be called that still… How many years? Centuries? For me, its 50 hours, 6 minutes. I have made it to the top of the rock face. It took some serious climbing. I’d say the face was 200 feet… plus. When I reached the top…(Silence for 8 seconds.) The land, SCP-6711… it’s… it’s massive. I can see my tether disappear into the distance, to what would be west. But the space its so incredibly flat that there is no horizon. No curvature… just a flat expanse of the same terrain. It continues on in all directions… Im unsure if it ever changes, but it looks as ancient as the Mojave always has. I wonder why? This used to be a sea at some point right? There are tall dark mountains beyond the flat distance that surrounds the entire area. I tried to use my LDM to measure the distance, but the beam never returned. I only got back the message, “Unreceived”. I’ll be camping here for the night and will make my descent tomorrow. |
Regarding FGE Item Number .6711
| Insufficient data to comment on Anomalous findings. Current data extrapolation currently coincides with entity’s previous description & capabilities. |
End: .05.01.14329
Begin:.08.04.20885
CACS Transmission
| Fuck. Ok. So. Sorry, to whoever may be listening. I know I am overdue for my report. Let’s just say I met some… unforeseen problems, and I think I know why. First off, I am off the rock. Second, pertinent to the mission, I guess is that, there is nothing left out here, just more space… Maybe somewhere out there is an edge, but I don’t think me spending all of eternity to find it is my goal. I feel I have accomplished what I set to do. Any organization getting this should be satisfied with my limited insight. Third… well, I’m… I’m not doing so great. It seems the tension on my tether cord was overwhelmed.. I was just starting the descent from the rock face when this happened. I managed to catch myself on my 3rd belay bolt, about 25 feet down, however the overhang provided just enough arch length for me to slam much harder than expected into the face. My ankle and shin took the brunt of the impact and I am unsure of their diagnosis, however, currently immobile, possibly broken, seems to be the case. Oh yeah time, I guess y’all need that. Time, 64 hours, 2 minutes. |
Regarding CACS Transmission
| The automated CACS response unit for .6711-Aggregated Time Anomaly, found no pertinent data regarding previous interception. Anomaly still behaves as initially described. The sentient life currently inside is deemed important, though expendable. Response unit will remain active for any changes per native sub-protocol: Coyote-Ugly. |
End: 11.14.29815
Begin:.56.23.35724
Unknown Transmission, (Recovered by PROGRAMMING ERROR: CYTUGL -████-ATA)
| Its been 89 hours, 22 minutes. Sorry to whoever I need to be sorry to for not recording on the dot. So, after I made it down off the face, alive, with no honorable mentions for my tether friend here. I pulled all of what I could for about 2 hours, only to find a severely aged and frayed end of the line. Given that even just post-boundary, time progresses at least at twice, if not three times more than pre-boundary, I guess so much time has passed that my tether cord deteriorated and snapped. Hell, how long have I been here? How long does it take for a kevlar support to break down? After the fall, I am unsure of which way is back, and with no rope to guide me, I guess I’ll just have to track its markings in the sand to get back. Gotta stay vigilant if I ever wanna see the other side of this thing. Less than 2 days of food remains, and I have about… fuck… 64 kilometers back. This is gonna be tough. |
Thoughts on the Recent Transmission
| The retired CACS entity number, formally known as FGE-.6711-A is still transmitting a coherent signal. Re-designation to formal Archival Number for retrieval processes are to occur. Pending approval for Experimental Data Protocol - "Everett" |
End: 02.12.52537
PCS Secrian 1.55, Sol 17455
ATA-6711-A Transmission
| 125 hours. Lost. Can’t tell which direction to go… Air is still… Food low… Must find tether track. Carolyn… I miss you… |
Analysis on Ancient ATA Transmissions
| We await the return of one the Predecessors. Data Protocol - Everett: Approved |
PCS Titanian 1.53, Sol 31456
PCS Fremonium 3.60, Sol 64818
Intercepted Transmissions
| 172 hours. Found the track. Ran out of water 2 days ago. I' losing strength, but I won't let this place get me. I'll do dad proud… |
Response to Transmissions
| Coyote 6711, can you understand? You are within relative signal range. Your transmissions have accelerated. We look forward to your return. |
PCS Fremonium 1.22, -Sol 9836
PCS Fremonium 2.08, -Sol 1326
Coyote 6711 Transmission
| Command! Im almost there! I can see the light! I’m about a quarter mile out! See you soon. |
PCS Fremonium 9.11, -Sol 0134
| Welcome home, C-6711. Watch your step, and stop your watch. |
PCS+ Bazarian -00.01.01, -Sol, -0.0
| Copy, Command. 196 hours 30 minutes… Good to see the sun again… Seems… smaller. |
Earth Extraction Point of "The Last Human", Clock Reset: PCS+
The Protective Collective of Sol acknowledges our forbearer’s mistakes and negligence against The Human Spirit, and seek to right those wrongs wherever possible. The PCS hereby solemnly swears to do everything in its power to return The Last Human, AKA Agent Caleb Bazarian, to his original time. This duly does not include multiversal options. We must acknowledge and right wrongs in their entirety. The Human has been cleared of any biological malfunctions. Until we can identify a true method of Main Line time-displacement, The Human’s body will remain in cryostasis, and Its consciousness shall be implanted into a surrogate-avatar until actionable items can be performed. Serve. Contribute. Persevere.
- PCS+
Bazarian -01.01, -Sol, -0.0
RUN: PROTOCOL EVERETT
— MESSAGE SENT —