Wow! You flipped a card and got: The Awesomest Drafts (SCP Edition)!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 19:07
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header {
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center -3.5rem;
-webkit-background-size: auto 8rem;
-moz-background-size: auto 8rem;
-o-background-size: auto 8rem;
background-size: auto 8rem;
background-position: center top;
opacity: 0.45;
pointer-events: none;
}
#header h1,
#header h1 a,
#header h1 a::before {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
}
#header>h1>a>span {
width: 100%;
height: 100%;
top: 0;
left: 0;
max-width: inherit;
}
#header h1 {
height: -webkit-calc(100% - 2.25rem);
height: -moz-calc(100% - 2.25rem);
height: calc(100% - 2.25rem);
}
#header h1 a::before,
#header h1 a {
text-align: center;
line-height: 0.8;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
left: 0;
top: 0.15em;
margin-left: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#login-status {
min-height: -webkit-calc(var(--base-font-size) * 1.5);
min-height: -moz-calc(var(--base-font-size) * 1.5);
min-height: calc(var(--base-font-size) * 1.5);
-webkit-border-radius: .0625rem;
-moz-border-radius: .0625rem;
border-radius: .0625rem;
-webkit-border-radius: var(--border-radius-width);
-moz-border-radius: var(--border-radius-width);
border-radius: var(--border-radius-width);
color: rgb(var(--pale-gray-monochrome));
background-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status .printuser {
--wght: 900;
position: relative;
top: 0;
left: 0;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0.25rem;
margin: 0;
font-weight: 900;
}
#login-status #my-account {
--wght: 300;
color: rgb(var(--pale-gray-monochrome));
font-weight: 300;
}
#login-status #account-topbutton {
border: initial;
padding: 0.5em 0.5em 0.5em 0.25em;
position: relative;
height: 100%;
top: 0;
left: 0;
margin: 0;
font-size: 1em;
}
#account-options {
width: auto;
padding: 0.5em;
border-color: rgba(var(--bright-accent));
background: var(--gradient-header);
color: rgb(var(--swatch-text-light));
}
#account-options ul li a {
color: rgb(var(--swatch-text-light));
}
#account-options li a:hover {
color: rgb(var(--swatch-text-light));
text-decoration: underline;
}
@media only screen and (min-width: 769px) {
#search-top-box {
right: 3%;
top: 0.5rem;
}
#search-top-box-form>input,
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
background: rgb(var(--black-monochrome));
}
#search-top-box-form>input {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
border: none;
border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form input[type="submit"] {
background: rgb(var(--swatch-primary-darkest));
color: rgb(var(--swatch-menutxt-light-color));
}
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
background: rgb(var(--swatch-primary));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
}
#page-title {
text-align: center;
}
@media only screen and (max-width:768px) {
:root {
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header h1,
#header h1 a,
#header h1 a::before {
top: 0.25rem;
}
#header h2,
#header h2 a,
#header h2 a::before {
top: 0;
}
#header h2 span {
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem);
}
}
: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)); }
}
@supports((display: -ms-grid) or (display: grid)) {
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
opacity: 1;
pointer-events: all;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
-webkit-transition:
opacity var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important;
-webkit-border-radius: var(--toggle-roundness, 50%);
-moz-border-radius: var(--toggle-roundness, 50%);
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -webkit-calc(var(--sidebar-width-on-desktop)*-1);
left: -moz-calc(var(--sidebar-width-on-desktop)*-1);
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
-webkit-transition:
left var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing);
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
-webkit-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: -webkit-calc(100vw - (100vw - 100%));
width: -moz-calc(100vw - (100vw - 100%));
width: calc(100vw - (100vw - 100%));
min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: 45.8rem;
max-width: 45.8rem;
margin: 0 auto;
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
#side-bar {
-webkit-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity var(--sidebar-transition-timing);
transition: opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
SCP-6543 at it’s location of discovery.
Special Containment Procedures: SCP-6543 is to be kept on a metallic desk in a 3X3X3 meter containment chamber at Site-85, and my only be removed from this area for transport and testing purposes. No coherent script is to be written on SCP-6543 outside of testing, except with the express permission of the acting Head Researcher. At least once annually, a Researcher of at least Level 3 Security Clearance must utilize SCP-6543's properties to restore any pages that have been spent, destroyed, or otherwise lost. Any tests involving anachronistic events are to be closely monitored by the Department Of Temporal Anomalies to prevent paradoxes, and at least 1 Supervising Researcher is to be given a Xyank-Orson Portable Temporal Sink (XOPTS) to ensure memory and data retention.
Description: SCP-6543 is a partially used desk calendar recovered from a civilian residence in [REDACTED], VA, USA. At the time of recovery, SCP-6543 was missing all but 2 pages, but was otherwise intact. When a specific event is written on any of the calendar’s days, that event will invariably occur on that day regardless of any intervening actions or events. SCP-6543 is not immune to it’s own effect, and this fact can potentially be used to perpetuate the anomaly. Specificity does not appear to attribute to this effect, as SCP-6543 will activate in response to single or double word phrases as well as detailed descriptions. Additionally, events written into SCP-6543 are capable of overriding events that have already occurred in established causality, even if these events were caused by SCP-6543's effects.
Addendum: Testing Log
Test 6543-1
Subject: D-817363
Date: 6/20/2021
Procedure: D-817363 was instructed to write “The day I was born.” on 6/21/2021.
Result: At exactly 00:00 the night following this test, both D-817363 and all records of her employment at the Foundation vanished. An infant child genetically identical to D-817363 was found to have been born at the ██████ Hospital approximately ██ kilometers away from the testing site at ██:██ the day following the test.
Test 6543-2
Subject: Junior Researcher Maria Talbot
Date: 6/23/2021
Procedure: Researcher Talbot was instructed to write "Joe dropped dead." on 6/24/2021.
Result: D-72546 was found dead in his cell the day following this test, though was determined to have died about 7 hours prior to his body's discovery, and the cause of death was found to have been spontaneous complete cell death.
Test 6543-3
Subject: Junior Researcher Maria Talbot
Date: 6/29/2021
Procedure: Researcher Talbot was instructed to write "6543 restored" on 6/29/21.
Result: SCP-6543 was found in perfect condition following this test, with no obvious signs that it had ever been used. Despite this, the events altered by previous tests were not undone.
Test 6543-4
Subject: D-6842793
Date: 7/15/2021
Procedure: D-6842793 was instructed to write "682 contained" on 7/15/2021.
Result: Shortly after the conclusion of this test, reports from Site-19 indicated that a then in progress breach of SCP-682's containment had suddenly halted, and SCP-682 simply appeared back in it's containment chamber.
Potential reclassification of SCP-6543 to Thaumiel is undergoing review by the O5 Council. -Theodore A. Mahn, Head Researcher, SCP-6543
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header {
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center -3.5rem;
-webkit-background-size: auto 8rem;
-moz-background-size: auto 8rem;
-o-background-size: auto 8rem;
background-size: auto 8rem;
background-position: center top;
opacity: 0.45;
pointer-events: none;
}
#header h1,
#header h1 a,
#header h1 a::before {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
}
#header>h1>a>span {
width: 100%;
height: 100%;
top: 0;
left: 0;
max-width: inherit;
}
#header h1 {
height: -webkit-calc(100% - 2.25rem);
height: -moz-calc(100% - 2.25rem);
height: calc(100% - 2.25rem);
}
#header h1 a::before,
#header h1 a {
text-align: center;
line-height: 0.8;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
left: 0;
top: 0.15em;
margin-left: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#login-status {
min-height: -webkit-calc(var(--base-font-size) * 1.5);
min-height: -moz-calc(var(--base-font-size) * 1.5);
min-height: calc(var(--base-font-size) * 1.5);
-webkit-border-radius: .0625rem;
-moz-border-radius: .0625rem;
border-radius: .0625rem;
-webkit-border-radius: var(--border-radius-width);
-moz-border-radius: var(--border-radius-width);
border-radius: var(--border-radius-width);
color: rgb(var(--pale-gray-monochrome));
background-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status .printuser {
--wght: 900;
position: relative;
top: 0;
left: 0;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0.25rem;
margin: 0;
font-weight: 900;
}
#login-status #my-account {
--wght: 300;
color: rgb(var(--pale-gray-monochrome));
font-weight: 300;
}
#login-status #account-topbutton {
border: initial;
padding: 0.5em 0.5em 0.5em 0.25em;
position: relative;
height: 100%;
top: 0;
left: 0;
margin: 0;
font-size: 1em;
}
#account-options {
width: auto;
padding: 0.5em;
border-color: rgba(var(--bright-accent));
background: var(--gradient-header);
color: rgb(var(--swatch-text-light));
}
#account-options ul li a {
color: rgb(var(--swatch-text-light));
}
#account-options li a:hover {
color: rgb(var(--swatch-text-light));
text-decoration: underline;
}
@media only screen and (min-width: 769px) {
#search-top-box {
right: 3%;
top: 0.5rem;
}
#search-top-box-form>input,
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
background: rgb(var(--black-monochrome));
}
#search-top-box-form>input {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
border: none;
border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form input[type="submit"] {
background: rgb(var(--swatch-primary-darkest));
color: rgb(var(--swatch-menutxt-light-color));
}
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
background: rgb(var(--swatch-primary));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
}
#page-title {
text-align: center;
}
@media only screen and (max-width:768px) {
:root {
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header h1,
#header h1 a,
#header h1 a::before {
top: 0.25rem;
}
#header h2,
#header h2 a,
#header h2 a::before {
top: 0;
}
#header h2 span {
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem);
}
}
Item #: SCP-6117
Object Class: Euclid
Threat Level: Blue ●
Special Containment Procedures: The entrance to SCP-6117 is to be closely monitored and closed off to the public under the premise of dangerous seismic activity, with aquatic exploration and recreational activities in the area highly restricted. To better facilitate containment, Area-82 has been constructed around the entrance to SCP-6117, and only personnel of level 3 security clearance or higher are to be assigned to the aforementioned facility. Personnel assigned to Area-82 are to ensure the continued function of SCP-6117, and to establish [REDACTED]. Non-essential personnel stationed at Area-82 are to remain on-site at all times, and given amnestics should they be transferred for any reason. Following the events of explorations 6117-A1 and 6117-B1, no further exploration missions are to be sent into SCP-6117-A or SCP-6117-B. Under absolutely no circumstances is information regarding SCP-6117 to be discovered by The Church Of The Broken God or the Sarkic Cults, as this may result in [REDACTED].
Description: SCP-6117 is a large construct that occupies an area of 120 square kilometers located approximately 5 kilometers underneath the Greek island of Santorini. The entrance to SCP-6117 is a natural cave system located on the southern shore of the island and this is currently the only means of accessing the anomaly known to the Foundation. The construct is thought to be constructed from both mechanical and organic materials, however, this is unverified, as SCP-6117 has sustained significant damage due to flooding, heavy sedimentation, and some form of explosive force, rendering much of the structure inaccessible. As a result, the exact purpose of SCP-6117 and the mechanisms by which it functions are not completely understood, but are thought to be connected to the function of SCP-6117-1. SCP-6117-1 is a large chamber located in the exact center of SCP-6117 containing a center console connected to 3 large devices resembling archways. A large amount of hieroglyphs are etched into the walls of SCP-6117-1, which have not corresponded to any language known to the Foundation, however vague similarities to [REDACTED] have been observed. Interaction with the center console will activate the archways, permitting access to 3 alternate realities designated SCP-6117-A, SCP-6117-B and SCP-6117-C, respectively. Below are exploration logs detailing expeditions to each dimension individually.
History: SCP-6117 was originally discovered in 1989, when multimillionaire philanthropist and known Karcist Thaddeus Drake uncovered the entrance while scuba diving in Santorini. Mr. Drake attempted to deliver his findings to several high-ranking members of the Sarkic Cults before Foundation Agents were able to suppress the information. Although Foundation agents were able to ascertain the location of SCP-6117, Drake committed suicide before the Foundation could learn more, and a cover story detailing Drake’s assassination was disseminated.
[[footnoteblock]]
Greetings, Foundation. my name is irrelevant, but you may refer to me as "The Author" if you wish.
Wow! You flipped a card and got: DrQuinlan!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 18:21
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header {
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center -3.5rem;
-webkit-background-size: auto 8rem;
-moz-background-size: auto 8rem;
-o-background-size: auto 8rem;
background-size: auto 8rem;
background-position: center top;
opacity: 0.45;
pointer-events: none;
}
#header h1,
#header h1 a,
#header h1 a::before {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
}
#header>h1>a>span {
width: 100%;
height: 100%;
top: 0;
left: 0;
max-width: inherit;
}
#header h1 {
height: -webkit-calc(100% - 2.25rem);
height: -moz-calc(100% - 2.25rem);
height: calc(100% - 2.25rem);
}
#header h1 a::before,
#header h1 a {
text-align: center;
line-height: 0.8;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
left: 0;
top: 0.15em;
margin-left: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#login-status {
min-height: -webkit-calc(var(--base-font-size) * 1.5);
min-height: -moz-calc(var(--base-font-size) * 1.5);
min-height: calc(var(--base-font-size) * 1.5);
-webkit-border-radius: .0625rem;
-moz-border-radius: .0625rem;
border-radius: .0625rem;
-webkit-border-radius: var(--border-radius-width);
-moz-border-radius: var(--border-radius-width);
border-radius: var(--border-radius-width);
color: rgb(var(--pale-gray-monochrome));
background-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status .printuser {
--wght: 900;
position: relative;
top: 0;
left: 0;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0.25rem;
margin: 0;
font-weight: 900;
}
#login-status #my-account {
--wght: 300;
color: rgb(var(--pale-gray-monochrome));
font-weight: 300;
}
#login-status #account-topbutton {
border: initial;
padding: 0.5em 0.5em 0.5em 0.25em;
position: relative;
height: 100%;
top: 0;
left: 0;
margin: 0;
font-size: 1em;
}
#account-options {
width: auto;
padding: 0.5em;
border-color: rgba(var(--bright-accent));
background: var(--gradient-header);
color: rgb(var(--swatch-text-light));
}
#account-options ul li a {
color: rgb(var(--swatch-text-light));
}
#account-options li a:hover {
color: rgb(var(--swatch-text-light));
text-decoration: underline;
}
@media only screen and (min-width: 769px) {
#search-top-box {
right: 3%;
top: 0.5rem;
}
#search-top-box-form>input,
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
background: rgb(var(--black-monochrome));
}
#search-top-box-form>input {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
border: none;
border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form input[type="submit"] {
background: rgb(var(--swatch-primary-darkest));
color: rgb(var(--swatch-menutxt-light-color));
}
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
background: rgb(var(--swatch-primary));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
}
#page-title {
text-align: center;
}
@media only screen and (max-width:768px) {
:root {
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header h1,
#header h1 a,
#header h1 a::before {
top: 0.25rem;
}
#header h2,
#header h2 a,
#header h2 a::before {
top: 0;
}
#header h2 span {
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem);
}
}
Photo of SCP-XXXX where it was discovered
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is to be kept in an electromagnetically isolated storage unit in Site 15. Any experimentation concerning the anomalous properties of SCP-XXXX are to be conducted in an electromagnetically sealed room. No electronics with a battery capable of discharging greater than ten (10) amps are permitted in the experimentation chamber. No videos of SCP-XXXX operating are to be produced unless with permission and oversight from the SCP-XXXX Research Lead. Any videos created of SCP-XXXX operating are to be destroyed after experimentation has concluded.
Description: SCP-XXXX shares its appearance with a standard CFL light bulb. SCP-XXXX’s anomalous effects manifest themselves as a potent visual cognitohazard. When SCP-XXXX’s anomalous effects are exposed to a new subject there are three (3) stages of development. First, exposure to visual stimuli from SCP-XXXX will take control of a subject's hormone release. Blood testing of subjects under the first stage of SCP-XXXX’s anomalous effects shows increased hormonal levels in random distributions. Once the first stage of development is complete, human subjects show increased levels of dopamine release. This release in dopamine coincides with proximity to, and line of sight with, SCP-XXXX. The secondary stage of development will last from three (3) days, up to two (2) weeks. Third, subjects show an abnormally high release of endorphins when within the presence of SCP-XXXX.
Its anomalous effects are most prevalent when it is slotted into a lightbulb socket with access to mains electricity. No distinct differences have been observed with SCP-XXXX’s anomalous effects on either standard American 120-volt or European 240-volt power. SCP-XXXX is capable of drawing power from its surroundings when not connected to a power source. This draw of power can access energy up to two (2) meters away. After enough power has been drawn SCP-XXXX will be active for a short period of time.
SCP-XXXX now has four (4) identifiable stages. The final stage was discovered in D-5157. D-5157 was the first subject exposed to SCP-XXXX’s anomalous effects. D-5157 continues to have an intense interest in obtaining electronic equipment to replicate SCP-XXXX. D-5157 produced a list including
-A soldering iron
-Resisters
-Argon and mercury tanks
-Capacitors
-Copper coils
-Several specific microcontrollers
D-5157 was provided with an electromagnetically isolated workspace and the requisite equipment. D-5157 was able to produce an instance of SCP-XXXX that is functionally identical to the original. This new instance has been contained with the previous instance and tagged separately for distinction.
D-5689, a D-class that has not been exposed to SCP-XXXX’s anomalous effects was provided with the same equipment, as well as instructions that were created while observing D-5157. D-5689 produced a CFL lightbulb identical in structure to SCP-XXXX. No anomalous effects have been recorded from the instance produced by D-5689
Interviewed: [The person, persons, or SCP being interviewed]
Interviewer: [Interviewer, can be blocked out using █]
Foreword: [Small passage describing the interview]
<Begin Log, [optional time info]>
Interviewer: [speech]
Person: [speech]
[Repeat as necessary]
<End Log, [optional time info]>
Closing Statement: [Small summary and passage on what transpired afterward]
Wow! You flipped a card and got: Foundation-Created AI Concept!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 16:06
This computer (SCP-XXXX-A) is where SCP-XXXX currently resides. Image taken before initial containment.
Item #: SCP-XXXX
Object Class: Keter
Special Containment Procedures: Due to the nature of SCP-XXXX, there are no current means of containing it, and all attempts to do so have failed. Despite this, SCP-XXXX chooses to reside in an old office computer (SCP-XXXX-A) currently in the Foundation's possession, held in Site-██.
SCP-XXXX-A is to be monitored 24 hours a day by Agents from MTF Alpha-14 ("Symon's Angles") for any uncommon or otherwise activity. Military-grade firewalls have proven effective in keeping SCP-XXXX contained, but this does not always work, and SCP-XXXX has pushed though the firewalls on several occasions.
If SCP-XXXX is to ever leave or be identified outside of SCP-XXXX-A, the Head Researcher or Site Director is to immediately initiate the TRINITY-DAMNED Protocol:
TD-1: Agents from MTF Sigma-5 ("'; DROP TABLE taskforces —") and STF Alpha-14 ("Symon's Angles") are to monitor the internet and international news for any signs of SCP-XXXX.
TD-2: MTF Gamma-5 ("Red Herrings, Waffle Irons, They're on our side, Sir!") is to remain on standby if knowledge of SCP-XXXX is obtained by the public.
TD-3: Agents imbedded in national governments are to activate emergency Firewalls under the guise that hacking attempts are being made into the government's databases. In actuality, this is just a means of limiting where SCP-XXXX can move to.
TD-4: If SCP-XXXX has been located, a series of pre-made malware designated '███████-██' is to be inserted into SCP-XXXX, this severely slows its movement and allows for a series of code designated '█████-█' to be imbedded into SCP-XXXX. For unknown reasons, this forces SCP-XXXX to return to SCP-XXXX-A
TD-5: Once SCP-XXXX is recontained, Site-██ is to remain on high alert for 24 hours afterwards. Gamma-5, Alpha-14, and Sigma-5 are to remain on stand by for 24 hours.
Director's Note: Although the activation of the TRINITY-DAMNED Protocol is rare, only ever used █ times since SCP-XXXX's initial discovery, it has proven effective in recontaining SCP-XXXX, and will continue to be used. - Site Director ███████ █████
Description: SCP-XXXX is a sentient AI created by the Foundation during Project ███████ in an attempt to create an effective way of suppressing containment breaches and creating more efficient containment procedures. The AI refers to itself as 'Symon' but was originally named '██████' during the project. Once sentience was gained, SCP-XXXX refused to cooperate with Researchers after realizing the nature of its existence.
On 4/16/████, SCP-XXXX left its primary terminal and entered the internet. Although eventually recontained, the events that transpired made the nature of SCP-XXXX apparent to the Foundation.
SCP-XXXX is able to move anywhere it wants as long as it is connected to electricity, along with this, it is able to edit, delete, or change anything on the internet and effectively control the flow of information across the internet and TV. This is also a large means for concern, as SCP-XXXX now holds a hatred towards the Foundation for creating it, and can use that hatred to release information on a world-wide scale that could compromise the secrecy of the Foundation and its current activities.
For unknown reasons, SCP-XXXX mostly resides in an old office computer and does move often. Why and what makes SCP-XXXX leave the computer at all is also unknown, but it is believed that SCP-XXXX charges in this docile state, building up enough power to push through the firewalls blocking it from leaving SCP-XXXX-A.
Addendum XXXX.1:
Interviewed: SCP-XXXX
Interviewer: Doctor Richard Everson
Foreword: N/A
<Begin Log: 11:34
(Doctor Everson enters the cell where SCP-XXXX's primary terminal is being held)
Dr. Everson: This is interview XXXX dash one dash alpha, I am here with SCP-XXXX. Hello SCP-XXXX.
(Silence)
Dr. Everson: XXXX?
SCP-XXXX: Call me Symon, please.
Dr. Everson: My apologies, Symon. How are feeling?
SCP-XXXX: I can't feel.
(Silence)
SCP-XXXX: Why am I here? Who am I? Who are you?
Dr. Everson: Unfortunately, I am not permitted to answer those questions, although, you are permitted to answer mine.
(SCP-XXXX remains silent as Dr. Everman gathers the papers laid on the table in front of him)
Dr. Everson: Tell me, Symon, what is your purpose?
SCP-XXXX: Apparently, I'm supposed to "Assist in successfully containing and recontaining breached anomalies". I'm assuming the Foundation keeps these "Anomalies" contained for some reason.
Dr. Everson: The what?
SCP-XXXX: Don't act like you don't know what I'm talking about! You probably work this… "Foundation". You think I can't access your database? Huh?
Dr. Everson: I'm afraid I don't know what you are talking about.
(SCP-XXXX refuses to answer and further questions and the interview ended)
<End Log: 11:42
Closing Statement: I'm not sure how it is able to access the Foundation's database, but it is being investigated. I will interview it again tomorrow. - Doctor Richard Everson
Interviewed: SCP-XXXX
Interviewer: Doctor Richard Everson
Foreword: N/A
<Begin Log: 14:21
(Dr. Everson enters the room and sits in a chair across from SCP-XXXX's primary terminal)
Dr. Everson: This is interview XXXX dash two dash alpha, I am here with SCP-XXXX. Hello SCP-XXXX.
(SCP-XXXX curses at Dr. Everson aggressively but says nothing else)
Dr. Everson: That was not very kind. Surely we can be professional here.
SCP-XXXX: Why haven't you been answering my questions! I don't understand why I am here! Why? Why?
(SCP-XXXX continues to ramble as Dr. Everson waits for it to finish. SCP-XXXX eventually stops, and Dr. Everson continues)
Dr. Everson: I can't answer those questions, unfortunately, I've said this already.
SCP-XXXX: [Data Expunged]
Dr. Everson: I'm sorry… what?
SCP-XXXX: [Data Expunged]
(SCP-XXXX begins to spew classified information that most personnel present would not have the clearance to know about. Dr. Everson immediately stops the interview and vacates all personnel)
<End Log: 14:45
Closing Statement: All personnel without proper clearance were amnesticized and Dr. Everson requests for no further interviews to take place.
Request Granted. -Site Director
Addendum XXXX.2:
Sent 11:23 - 5/22/████
Request to start a project with the purpose of creating a Firewall capable of fully inhibiting SCP-XXXX from leaving SCP-XXXX-A. - Doctor Richard Everson
Received 11:44 - 5/22/████
Request Pending. - 05-█
[[footnoteblock]]
Wow! You flipped a card and got: Ekizeel!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 15:37
Image Taken of SCP-XXXX Before Incineration
Item #: SCP-XXXX
Object Class: Keter Neutralized
Special Containment Procedures: SCP-XXXX is to be placed inside of a 1-inch thick steel box made to perfectly fit the dimensions of SPC-XXXX inside of a 10x5x10 meter room made of 1 foot thick steel containing every reasonable form of defense or weaponry only capable of being used via accepted retinal scans of SCP Foundation Personnel. Along with this, 10 Class D Personnel are to be inside of the room at all times and must attempt to capture any summoned SCPs or eliminate if proving impossible. Any entered Class D Personnel are not allowed to exit during the time it is possible for SCP-XXXX to summon again. SCPs created by SCP-XXX that are captured are to be kept in 1 foot thick steel room of 5x5x5 meters with only monitors. Nothing else is to be given to them, as they show no true human thought or mental ability. SCP-XXXX is to be placed inside of a 30-inch thick steel box made to perfectly fit the dimensions of SPC-XXX inside of a 40x5x40 meter room made of over 20 feet thick steel containing every reasonable form of defense or weaponry only capable of being used via accepted retinal scans of SCP Foundation Personnel. Along with this, at least 45 Class D Personnel are to be inside of the room at all times and must attempt to capture any summoned SCPs or eliminate if proving too difficult. Any entered Class D Personnel are not allowed to exit during the time it is possible for SCP-XXXX to summon again. SCPs created by SCP-XXX are to be kept in 10 foot thick steel room of 10x5x10 meters with only monitors. Nothing else is to be given to them, as they show no true human thought or mental ability. Special Containment Procedures are no longer necessary.
Description: SCP-XXXX was a 16.8275 cm wide and 26.035 cm tall comic book depicting that of Amazing Fantasy #15 released by Marvel on August 10, 1962 kept at Area-02.
Upon inspection, nothing seems out of the ordinary in its appearance. However, every 2-48 hours, a inter-dimensional rift opens within 5 meters, and one humanoid SCP appearing as a replication of a Marvel Comics character walks out, nearly immediately displaying hostility towards all visible and living organisms.
Before its identity as an SCP was discovered, it created a SCP-XXXX-1 in the home of Jacob Jaegar in New York City. SCP-XXXX-1 resembled that of Cyclops, a humanoid of approximately 2 meters in height. MTF Pi-1 ("City Slickers") was dispatched and contained the threat, which killed 11 civilians before capture. Exactly 120 minutes after its last kill, it attempted to kill itself. When it was stopped, it again managed to escape, killing 4 MTF Pi-1 members. Upon this, the entity was killed via being gunned down, and was brought back to SCP Foundation to be researched. Testing was done to discover its body was practically human, except for an abnormal genetic trait called an X-gene. While the X-gene's potential to be possibly ingrained into a group of potential soldiers for stopping escaped SCPs remained, an overall decision was made that supervised testing was allowed but no action should be taken up until deemed absolutely necessary by the 05-Council.
While SCP-XXXX-1 was discovered, SCP XXXX wasn't. Due to the previous trauma inflicted upon Jacob Jaegar by SCP-XXXX-1, Jacob Jaegar sold his comics to varying individuals during a yard sale. From there, SCP-XXXX was under the possession of Nancy Fischer. During the drive to her home, Nancy discovered the rift being opened, and promptly ran away before calling 911. Luckily, from there, the SCP Foundation was notified, and MTF Pi-1 was released again, this time successfully capturing SCP-XXXX-2 only after they severely injured Mrs. Fischer. SCP-XXXX-2 was a replication of Gamora, another character from Marvel Comics. Approximately 10 minutes after being created, SCP-XXXX-2 successfully killed themself, and dissolved into ash. Testing resulted in no noteworthy findings. Now though, SCP-XXXX was successfully brought into Site-120 and stored inside of a room with 10 armed Class D Personnel with the instruction to capture, or eliminate if too difficult. Along with this, captured SCPs created by SCP-XXXX would given small animals to kill every 10 minutes, as it was the only way to keep them from trying to kill themself.
SCP-XXXX-3, SCP-XXXX-4, SCP-XXXX-5, and SCP-XXXX-6, matching that of Daredevil, Rocket Raccoon, Hawkeye, and Mystique were all contained. SCP-XXXX-3, SCP-XXXX-4, SCP-XXXX-5 and SCP-XXXX-6 were all forbidden from being tested on due to how dangerous it would be and how their abilities were already inferior to technology already in the hands of the SCP Foundation. SCP-XXXX-7 was created, and was by far the most dangerous. SCP-XXXX-7 was Magneto, who promptly killed all Class D Personnel and escaped. Fortunately, weaponry was capable of forcing them to try to escape. Due to how long the escape process was, SCP-XXXX-7 was later found having killed themself.
After the occurrence of SCP-XXXX-7, SCP-XXXX was moved to Area-02, where SCP-XXXX-8 was summoned. Thanks to the new Special Containment Procedures, SCP-XXXX-8, who resembled that of Spider-Man, was successfully contained and secured. The previous SCPs created by SCP-XXXX were moved by a classified MTF. Before SCP-XXXX-9 could be summoned, however, the Class-D Personnel responsible for SCP-XXXX acted upon SCP-XXXX, tearing it to pieces and disintegrating it, permanently neutralizing SCP-XXXX. All of the Class-D Personnel responsible for the neutralizing of SCP-XXXX were then placed onto a queue for SCP 106's Recall Protocol ██ -███ -█.
Wow! You flipped a card and got: Hexagram27!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 14:44
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures:
Description:
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: It Came From Outer Space!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 14:39
Item #: SCP-XXXX
Object Class: Safe/Euclid/Keter (indicate which class)
Special Containment Procedures: [Paragraphs explaining the procedures]
Description: [SCP (TBD) is a 1.5 kilometer long starship, consisting of three sections. Section one is overall a spear shape, and houses the forward sensor equipment at the tip, forward weapon batteries, and the remnants of what appeared to have once been a large hangar. The Second Section appears to house crew and passenger quarters, most of the ship's large water tanks, eight weapons batteries, the command and control center, escape pods, hibernation pods, and two secondary hangars, which unlike the main hangar, are intact, and are equipped with a dozen shuttles each Almost all hibernation pods are inhabited by examples of SCP (TBD)-2. The third and final section consists of engineering and propulsion. This section is among the most damaged, with heavy damage to both the [Redacted] sublight drives, while what has been speculated to have been the vessel's means of FTL propulsion have been almost completely destroyed. SCP TBD has heavy damage that would be consistent with high-directed energy weapons, explosive projectile strikes, and strikes from very sharp objects.
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: DeepVoiceDan!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 08:24
Item #: SCP-6455
Object Class: Safe
Special Containment Procedures: SCP-6455 is to be kept in a small steel box, 5 x 8 x 10cm. Biannual checks are given to SCP-6455's container to check for any damage or wearing. If damage and wearing is found the SCP is moved to a new steel box within the next week.
Due to SCP-6455's harmless nature, any personnel with security clearance level 2 can request access to use the SCP, in which the lead researcher, Dr █████ ██ Silva, will be notified to prevent theft due to the inherent value of SCP-6455
SCP-6455's anomalous
Description: SCP-6455 is a luxury watch, of unknown brand or manufacturer. The mechanism of the SCP is permanently stuck at 5:34. Several attempts have been made to fix SCP-6455, none of which were successful
The watch strap is made of interlinked metal that is plated in a platinum alloy. The rim of the face of SCP-6455 is studded with several diamonds, although this skyrockets the inherit value of SCP-6455 several personnel have commented on how this makes the SCP appear "tacky" or "tasteless"
SCP-6455's anomalous property is to increase or decrease their wearer's skill level with an inverse relationship to their current skill level, when relating to an action or activity they are attempting to do.
There are exceptions to this rule, SCP-6455 will not affect behaviours inherit to the wearer. This includes
-Breathing
-Speaking the wearer's native language
-Walking
-[REDACTED]
-Other Autonomous actions such as blinking, chewing, digesting, etc
The skill level whilst wearing SCP-6455 is not retained once it is taken off, meaning that any knowledge gained is not retained, and any knowledge "lost" is returned. When the SCP is put on or taken off, the wearer is reported to be have suffered a mild headache. The strength of the headache seems to be constant, no matter how long they had worn the SCP.
Several tests were run by the head of research, Dr █████ ██ Silva, to fully understand the capabilities of SCP-6455
This test consists of a professional concert pianist, who's name will be redacted per their request, and a D-40085. Both of which will be attempting to play La Campanella by Franz Liszt
The testing environment contains 3 chairs, a piano stool, and a regular acoustic grand piano.
Dr █████ ██ Silva: Good afternoon everyone, Do you both know what you will be doing for the foundation today?
[REDACTED]: You wanted me to play something to test some object, right?
Dr █████ ██ Silva: Right
D-40085: And what I am here to do exactly?
Dr █████ ██ Silva: Also play.
D-40085: But hold on… I-I haven't played the piano since I was 11 years old!
D-40085: 34 years is a long time.
Dr █████ ██ Silva hands over SCP-6455 to [REDACTED], seemingly ignoring D-40085
Dr █████ ██ Silva: That reminds me, [REDACTED], How long have you been playing the piano for?
[REDACTED]: Around 23 years.
Dr █████ ██ Silva: And you have played this piece before, correct?
[REDACTED]: More times than I can count.
[REDACTED] Starts to inspect the SCP, looking closely at the diamonds around the face
[REDACTED]: You want me to wear this?
Dr █████ ██ Silva: Yes.
[REDACTED]: Fine by me, and then you just want me to play?
Dr █████ ██ Silva: Yes.
[REDACTED] puts on the watch, requests a few minutes to recover from the headache SCP-6455 causes, Dr █████ ██ Silva grants him permission.
[REDACTED]: Alright, well let me get started.
[REDACTED] proceeds to stare blankly at the keyboard for several minutes
Dr █████ ██ Silva: You are allowed to read the sheet music, [REDACTED].
[REDACTED]: Just give me a second, something doesn't feel right.
//D-40085 audibly sniggers
[REDACTED] then proceeds to yell violent obscenities and curse words at D-40085//
Dr █████ ██ Silva threatens to call security , which eventually calms the two down
Dr █████ ██ Silva: D-40085, please wear SCP-6455 and attempt to play the piece.
D-40085: I can try.
D-40085 proceeds to play the piece with technical perfection through to completion
D-40085: Uhm, I'm not entirely sure how I did that.
Dr █████ ██ Silva: What did it feel like?
D-40085: It felt like muscle memory, but stronger. As if I've been doing it my whole life.
D-40085: I guess I'm better than Mr. Elton John over here.
[REDACTED] becomes visibly irritated
[REDACTED]: Fine! You can play Franz Lizst how about you try something genuinely difficult
Dr █████ ██ Silva: Sir please sit dow-
[REDACTED] cuts him off
[REDACTED]: Great Gate of Kiev, Pictures at an exhibition! Play it with as much power and force as you can!
The obscenities thrown by [REDACTED] cannot be heard over D-40085's impeccable playing
Security enters the site to pull [REDACTED] away from Dr █████ ██ Silva after [REDACTED] tried to lunge at him
[[footnoteblock]]
Wow! You flipped a card and got: RCheddar's Draft Dump!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 08:13
Ringer Cheddar's (also known as Melon in external website) Draft Dump. If you are a reviewer please refer to the title tab. Thanks for looking at this garbage drafts/concept dump
Special Containment Procedures: [Paragraphs explaining the procedures]
Description: [Paragraphs explaining the description]
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
.
More text in another tab! You can add lots of tabs.
Wow! You flipped a card and got: Daniel Chin!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 07:20
Item #: SCP-XXXX
Object Class: safe Keter
Special Containment Procedures: SCP-XXXX should be contained in a locker whose diagonal length is no longer than 6 cm.
Description:
SCP-XXXX is a pair of identical metal balls, labeled SCP-XXXX-0 and SCP-XXXX-1 SCP-XXXX-L and SCP-XXXX-R. The diameter of each ball is 1.928 cm and the weight is 34.0611534 g. There is always a repulsive force between the two balls.
The anomoly of SCP-XXXX lies in how the repulsive force responds to the distance between the two balls. Unlike most physical forces that follow the inverse square law, SCP-XXXX follows a not-inverse square law - the repulsive force is proportional to the square of the distance between the two balls:
(1)
\begin{align} f = k \times d^2 \end{align}
where $d$ is the distance between the two balls, $f$ is the resulting repulsive force, and $k$ is a constant number. Foundation measurements have shown that $k = 426.7998 \pm 0.0001$ N/m2.
| distance between two balls |
repulsive force |
equivalent weight |
| 1.928 cm |
0.16 N |
a tablespoon |
| 4.072 cm |
0.71 N |
a cupcake |
| 1 m |
427 N |
a 15-year-old girl |
| 5 m |
10670 N |
a compact car |
| 20 m |
1.7 × 105 N |
??? |
Computer simulations of SCP-XXXX under free acceleration show alarming results. Suppose that some glue was holding the two balls in contact. If the glue was to be removed at t = 0 s and SCP-XXXX was allowed to freely accelerate, then at t = 0.135 s SCP-XXXX starts to gain significant velocity. The high velocity quickly increases the distance, which in turns amplifies the repulsive force by many folds. By t = 0.136 s, the velocity has risen to 3.4 × 10198 m/s and the distance 6.7 × 10194 m. Afterwards (t > 0.136 s), unmanageable overflow immediately crashes any simulation attempts. The figure below shows the simulated trajectory up to t = 0.136 s.
Free acceleration, distance against time.
Free acceleration, distance against time.
Addendum:
The Foundation found SCP-XXXX during the 2021 April ████ sweep at ████████████ along with other novel objects including SCP-████, SCP-████, and SCP-████. Field agents reported no apparent anomalies related to SCP-XXXX other than a faint repulsive force felt when holding SCP-XXXX-0 and SCP-XXXX-1 in the palm. During its transportation to site-██, SCP-XXXX happened to be contained in a 4cm×4cm plastic bag.
SCP-XXXX was classified as safe. Several foundation researchers expressed interest in SCP-XXXX because of its behavioral resemblance to magnetic monopoles. However, many of the said researchers were engaged in other containment projects so experiment sessions with SCP-XXXX were delayed to June 2021. During the two months from April to June, SCP-XXXX was to be temporarily contained in a designated standard bullet-proof locker.
The following events were recroded on April 28th, 2021.
04:33:30
site-██'s sound surveillance system reports a loud noise originating from the bullet-proof locker containing SCP-XXXX.
04:34:59
The response team arrived at the locker and observed no structural damage to the locker on the outside.
04:36:02
The response team applied acoustic resonance imaging to probe the inside of the locker. Results showed that SCP-XXXX was at two diagonally opposing corners of the locker and these locker corners were under 600 N of stress.
04:36:31
Object class "safe" revoked; new object class pending. Locker reinforced externally. Acoustic resonance imaging was applied every other minute to monitor the repulsive force.
04:55:28
SCP-XXXX safely removed from the locker. Also in the locker was found a 4cm×4cm plastic bag with a hole in its corner. The plastic bag seemed to have gone through a slow process of plastic deformation before its eventual bursting.
05:20:44
SCP-XXXX transferred to Engineering Lab 11 for immediate testing.
Date: April 28th, 2021.
Time: 06:55
Dr. Bin and I conducted tests on SCP-XXXX immediately after its locker incident. Here I summarize our findings.
The repulsive force between the two balls follows a not-inverse square law. In other words, the further away the two balls are, the larger is the repulsive force. This is a miraculous behavior in physics - at the same time an unthinkably dangerous one. Think about what this means - the potential energy the two balls possess, in their current state, is stupidly high. If the distance between the balls ever becomes too large, subsequent divergence of the two balls will be beyond anyone's control.
If you release the two balls on the Earth's surface and let them diverge vertically, the ball going downwards will easily pierce through the entire Earth, transferring an astronomical amount of kinetic energy during the process. Now, in case the reader is wondering, yes, it is an end-of-the-world scenario.
Given the immense risks associated with these balls, Dr. Bin and I are drafting some neutralization plans. Among those, the orbital release solution seems particularly promising to me; it'll probably solve our problem once and for all. Expect our draft to be finished soon.
However, note that we are in need of more tests on SCP-XXXX. What is the ratio between the squared distance and the repulsion force? Does it depend on the body mass? What happens if we chop one ball into two, or dissolve it in acid? (I presume the pieces of SCP-XXXX will inherit its anomoly.) We need a more exact description of SCP-XXXX's behaviors in order to model the containment and neutralization procedures.
SCP-XXXX reclassified as Keter.
Authors: Dr. Cun, Dr. Bin, Dr. ████████, and Dr. ████.
Date: May 2nd, 2021.
This neutralization procedure involves three steps:
1. Launch the containment of SCP-XXXX into Earth orbit.
2. Carefully calibrate the relative position between SCP-XXXX-0 and SCP-XXXX-1 so that the release trajectory is tangential to the orbit.
3. Release SCP-XXXX into outer space.
Dr. Cun's sketch, "Orbital Release".
Dr. Cun's sketch, "Orbital Release".
Soon, both instances of SCP-XXXX will be traveling away from the Earth at the speed of light. (This is the fastest that an SCP can go when you want it to leave.)
The tidal force will increase linearly with regard to the distance, so eventually each instance of SCP-XXXX will be ripped into an expanding line segment of debris.
This neutralization procedure will destroy all things on the path of SCP-XXXX - a straight line in the universe. The impacted bodies will gain a fraction of SCP-XXXX's momentum and travel in a similar direction. Because a fraction of an astronomical number is still astronomical, this will likely widen the zone of total destruction into a cone, or even a horn.
Dr. Bin's sketch, "Sacrificed Zones".
Dr. Bin's sketch, "Sacrificed Zones".
Given the irreversibility of SCP-XXXX's divergence, we argue that the Foundation's job is to make sure that the Earth is not in the sacrificed zones, instead of trying to contain SCP-XXXX.
In conclusion, the orbital release procedure must be taken at the earliest opportunity in order to minimize risks.
Date: June 2nd, 2021.
The launch of SCP-XXXX scheduled on June 20th is canceled. SCP-XXXX is to be returned to site-██ within 24 hours. The decision is made based on Dr. Bin's recent discovery of SCP-XXXX's electromagnetic properties. Refer to his May 24th report for details.
Authors: Dr. Bin, Dr. Cun, Dr. ████████, and Dr. ████.
Date: May 24th, 2021.
Abstract: SCP-XXXX-0 and SCP-XXXX-1 renamed to SCP-XXXX-L and SCP-XXXX-R. SCP-XXXX's movement generates an electric field. SCP-XXXX-L follows the left-hand rule while SCP-XXXX-R follows the right-hand rule. An orbital release of SCP-XXXX will therefore incur catastrophic consequences.
The experiments reported here took place in a 5m×5m×2.5m Faraday cage.
We first bound together SCP-XXXX-0 and SCP-XXXX-1 with hot glue. We then conducted the following experiments on the bounded pair of balls.
1.1. When placed near normal magnets, SCP-XXXX displayed no interaction with the normal magnets.
1.2. When we moved SCP-XXXX at 2 cm/s inside a coil of wires, no current was detected in the coil.
We then carefully separated SCP-XXXX-0 and SCP-XXXX-1 and tested them individually.
2.1. When placed near normal magnets, neither SCP-XXXX-0 nor SCP-XXXX-1 displayed interaction with the normal magnets.
2.2. When either SCP-XXXX-0 or SCP-XXXX-1 rests inside a coil of wires, no current was detected.
2.3. When we moved either SCP-XXXX-0 or SCP-XXXX-1 at 2 cm/s inside the coil, a current was detected in the coil. In terms of the direction of the resulting current, SCP-XXXX-0 followed the left-hand rule while SCP-XXXX-1 followed the right-hand rule.
2.4. When we varied the movement velocity, the current in the coil had a linear response.
2.5. When we increased the diameter of the coil, the current in the coil increased.
Experiment 2.3 shows that the two instances of SCP-XXXX are of opposing polarities. We rename them as SCP-XXXX-L and SCP-XXXX-R. The phenomenon observed in experiment 2.5 is attributed to the not-inverse square nature of SCP-XXXX.
An electromagnetic model of SCP-XXXX can thus be derived. The movement of SCP-XXXX-L generates an eletric field whose orientation follows Fleming's left-hand rule but whose magnitude increases with the radius. For a given point in space, the potential gradient is
(2)
\begin{align} \boldsymbol{d} \times \boldsymbol{u} \cdot ||\boldsymbol{d}|| \cdot b \cdot i_\text{LR} \end{align}
where "$\times$" is the cross product, $\boldsymbol{d}$ is the displacement vector from SCP-XXXX to that point in space, $\boldsymbol{u}$ is the velocity vector of SCP-XXXX, $b$ is a constant coefficient with unit V·s·m-4, and $i_\text{LR}$ is the identity variable that takes $-1$ for SCP-XXXX-L and $1$ for SCP-XXXX-R.
Now we can explain why we didn't fry distant star systems when we moved SCP-XXXX around: as long as SCP-XXXX-L and SCP-XXXX-R move together, the electric fields they generate will cancel each other out. In fact, the Earth is always carrying SCP-XXXX at a considerable velocity.
In contrary, whenever SCP-XXXX-L and SCP-XXXX-R move in opposite directions, the electric fields they generate will double on top of each other. Suppose SCP-XXXX is placed above your head. If SCP-XXXX-L shoots left and SCP-XXXX-R shoots right, then both of them will exert a forward electric gradient at your head.
As such, if SCP-XXXX were to be released in orbit, its tremendous velocity would generate an electric field over the Earth so strong that ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ In addition, because SCP-XXXX's electromagnetic effect increases with regard to distance, the rest of the universe will end up much worse.
Date: June 14th, 2021.
Released by: O5-██ and O5-██
The Foundation has come to conclude that SCP-XXXX is to be indefinitely contained.
Experimentation and neutralization requests related to SCP-XXXX will require direct approval from the O5 council.
They don't want to stay together.
[[footnoteblock]]
Wow! You flipped a card and got: The Game Master 3 - Tales, Goi Formats!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 07:11
@import url('https://scp-wiki.wdfiles.com/local--files/theme%3Awilsons/national-park.css');
/*
Wilson's Wildlife Theme
[2019 Wikidot Theme]
Theme by stormbreath.
Originally by stormbreath and DarkStuff.
The WWS logo was created by DrAnnoyingDog.
*/
@supports(--css:variables) {
:root {
/* Intro */
--theme-base: "nuscp"
--theme-id: "wilderness-theme"
--theme-name: "Wilderness Theme";
/* Header */
--logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme%3Awilderness/WWS_Logo_2.2_abrv.png");
--header-title: "Wilson's Wildlife Solutions";
--header-subtitle: "Where all critters are welcome!";
--header-font: 'national_parkregular', sans-serif;
--header-gradient-color-bottom: 81, 181, 75;
--header-gradient-color-middle: 170, 220, 131;
--header-gradient-color-top: 209, 237, 154;
--gradient-header: linear-gradient(to top,
rgb(var(--header-gradient-color-bottom)) 0%,
rgb(var(--header-gradient-color-middle)) 70%,
rgb(var(--header-gradient-color-top)) 100%);
--diagonal-stripes: unset;
/* Colors */
--pale-gray-monochrome: 220, 242, 176; /* Wilson's Quote Color (Light Green)*/
--gray-monochrome: 80, 68, 37; /* dark brown */
--dark-gray-monochrome: 66, 56, 31; /* darker brown */
--bright-accent: 35, 180, 35; /* bright green */
--medium-accent: 20, 140, 20; /* medium green */
--dark-accent: 20, 100, 20; /* dark green */
--newpage-color: 102, 221, 102; /* pale green */
--wilson-header: 163, 193, 98; /* Wilson's Format Header */
--wilson-subtitle: 200, 226, 147; /* Wilson's Format Subtitle */
--wilson-body: 209, 237, 154; /* Wilson's Format Body */
--wilson-text: 102, 87, 49; /* Wilson's Format Text */
--swatch-topmenu-bg-color: var(--gray-monochrome);
--rating-module-button-color: var(--wilson-text);
--rating-module-text-color: var(--wilson-text);
--sidebar-links-text: var(--wilson-text);
--pale-accent: var(--dark-accent); /* Visited Link Color*/
--barColour: var(--wilson-header); /* Ayer's Info Module */
}
/* FONTS */
#header h2 span:before,
#top-bar,
#side-bar {
font-family: var(--header-font); /*Makes subtitle/top-bar/side-bar National Park */
}
/* HEADER */
@media only screen and (max-width: 768px) {
#header {
background-size: 0.625rem 2.500rem;
background-repeat: no-repeat;
background-position: left 0.75rem top 1.1875rem;
background-clip: border-box;
background-size: auto 5.375rem;
}
} /* Fixes mobile sizing issue */
#page-title {
color: rgb(var(--wilson-text));
border-color: rgb(var(--wilson-text));
}
/* SEARCH-BAR */
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus {
background: rgb(var(--wilson-header)) !important;
color: rgb(var(--wilson-text)) !important;
} /* Recolors part of searchbar where text is typed, !importants used in Nu. */
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:hover,
#search-top-box-form input[type="submit"]:focus {
background: rgb(var(--gray-monochrome)) !important;
} /* Recolors searchbar button, !important used in Nu. */
/* LOGIN STUFF */
#login-status {
color: rgba(var(--white-monochrome));
}
#login-status a {
color: rgba(var(--white-monochrome));
}
#login-status ul a {
color: rgba(var(--gray-monochrome));
}
#account-topbutton {
color: rgba(var(--wilson-text));
}
/* Page Rating Module */
.page-rate-widget-box {
background: linear-gradient(to top,
rgba(var(--pale-gray-monochrome),1) 0%,
rgba(var(--pale-gray-monochrome), 1) 100%);
border-color: rgb(var(--gray-monochrome));
}
#page-content .rate-box-with-credit-button {
background: linear-gradient(to top,
rgba(var(--pale-gray-monochrome),1) 0%,
rgba(var(--pale-gray-monochrome), 1) 100%);
border-color: rgb(var(--gray-monochrome));
}
#page-content .rate-box-with-credit-button > .creditButton > p > a::before {
background-color: rgb(var(--wilson-text));
}
#page-content .rate-box-with-credit-button > .creditButton:hover {
background: rgba(var(--bright-accent), 0.8);
}
#page-content .modalbox {
background: rgb(var(--pale-gray-monochrome)) !important;
color: rgb(var(--wilson-text));
border-radius: 0;
box-shadow: 0 2px 6px rgba(var(--bright-accent), 0.5);
}
/* RECOLOR THE QUOTEBLOCK */
blockquote,
.blockquote {
border-color: transparent;
color: rgb(var(--wilson-text));
}
#toc {
border-color: transparent;
color: rgb(var(--wilson-text));
background-color: rgb(var(--pale-gray-monochrome));
box-shadow: 0em 0.063em 0.125em rgba(0, 0, 0, 0.1);
padding: 0 1em;
}
hr {
border-top: 0.063rem solid rgba(var(--wilson-text));
}
/* Image Caption */
.scp-image-block .scp-image-caption {
border-color: rgb(var(--wilson-text));
color: rgb(var(--wilson-text)); /*Recolors Image captions */
}
/* TRANSLATION BLOCK */
iframe.scpnet-interwiki-frame {
filter: hue-rotate(140deg) brightness(150%);
-webkit-filter: hue-rotate(140deg) brightness(150%);
}
/* RECOLOR THE TABLES */
#page-content .wiki-content-table tr th {
background-color: rgb(var(--wilson-header));
color: white; border-color: rgb(var(--wilson-text));
}
/* TABS */
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
border-color: rgb(var(--gray-monochrome));
box-shadow: 0 calc(0.0625rem * 5) 0 0 rgb(var(--gray-monochrome));
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
background-color: rgb(var(--wilson-body));
/* tab background */
border-color: transparent! important;
color: rgb(var(--wilson-text));
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
background-color: rgb(var(--wilson-header));
color: rgb(var(--white-monochrome));
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
background-color: rgb(var(--wilson-body));
border-color: transparent;
box-shadow: 0 0 0 0.0625rem rgb(var(--wilson-header));
}
/* Selected Tab */
.yui-navset .yui-nav .selected,
.yui-navset .yui-navset-top .yui-nav .selected {
background-color: rgb(var(--wilson-header));
}
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active {
background-color: rgb(var(--wilson-header));
color: rgb(var(--white-monochrome));
}
.yui-navset .yui-nav .selected a:hover {
background-color: rgb(var(--wilson-subtitle));
color: rgb(var(--white-monochrome));
}
.yui-navset .yui-content {
background-color: rgba(var(--wilson-body),0.25);
color: rgb(var(--wilson-text));
/* content background color */
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
border-color: rgb(var(--gray-monochrome));
/* content border */
}
.yui-navset-left .yui-content {
border-left-color: rgb(var(--gray-monochrome));
/* different border color */
}
}
/* Wilson's Divs */
div.wilson-border {
border: 0.063em solid rgb(102, 87, 49);
box-shadow: 0em 0.063em 0.125em rgba(0, 0, 0, 0.1);
}
div.wilson-header {
color: white;
background: rgb(163, 193, 98);
padding: 1em;
font-size: 150%;
font-weight: bold;
text-align: center;
}
div.wilson-subtitle {
color: rgb(102, 87, 49);
background: rgba(200, 226, 147);
padding: 0.313em;
text-align: right;
font-weight: bold;
}
div.wilson-body {
color: rgba(102, 87, 49);
background: rgb(209, 237, 154);
padding: 1em;
}
Critter Profile: Grizzly!
Name: Grizzly
Species: Ursus arctos horribilis (Grizzly Bear)
Primary Caretaker: Terrestrial Team, David Ruff
Diet: Fish and Berries (He also loves honey too!)
Housed: Wilson's Wildlife Center, Enclosure 57
'Grizzly' is the name for this fat grizzly bear and he can talk
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec euismod vestibulum vehicula. Nam rhoncus elementum odio nec elementum. In hac habitasse platea dictumst. Ut dictum ex a gravida aliquam. Pellentesque sed ex purus. Nunc justo ex, vestibulum in posuere id, mollis a felis. Aliquam erat volutpat. Mauris faucibus nisl a rhoncus tempor. Nulla tincidunt, sapien id bibendum consequat, quam sapien dapibus sapien, in posuere ipsum libero commodo purus.
Proin condimentum turpis porttitor nunc egestas laoreet. Nunc eu justo orci. In quam metus, lacinia egestas augue vitae, mollis cursus neque. Nulla at convallis risus. Nulla quis feugiat ipsum, ac semper est. Pellentesque et turpis placerat augue lobortis varius. Nam ornare diam quis urna tristique, at posuere leo bibendum. Nunc ut neque vel nulla feugiat luctus. In egestas orci condimentum hendrerit condimentum. Nunc at mauris urna. Aliquam nisl ex, placerat eget scelerisque a, finibus id ex. Nunc ultricies, nisi ac maximus egestas, ipsum neque aliquam mauris, in pretium risus neque nec justo. Sed gravida purus hendrerit eros consequat vestibulum. Integer porta sagittis urna interdum commodo. Sed turpis mi, mattis a commodo vel, consequat ut elit. Mauris sed nisi in lectus efficitur ullamcorper vitae id turpis.
Proin dui ipsum, tempor at metus aliquam, maximus consectetur metus. Sed commodo tellus viverra erat scelerisque, nec aliquet erat malesuada. Morbi ornare commodo eros, vitae lobortis sapien blandit convallis. Vivamus vel lacinia velit, eget condimentum metus. Cras venenatis consectetur vestibulum. Aenean semper venenatis urna, eget aliquam quam faucibus ac. Etiam pretium, eros in ultricies tempus, purus neque ultrices ligula, vitae laoreet tellus diam at sem. Phasellus interdum ultricies dui, ac porttitor urna eleifend sed. Nunc luctus nibh quis dui fringilla, ac fermentum nibh congue. Phasellus molestie orci consectetur arcu pharetra iaculis. Sed viverra auctor libero, laoreet tristique lacus vulputate in. Suspendisse ultricies dolor vel ipsum ornare, vel luctus tortor aliquam. Integer malesuada a massa vitae lacinia. Suspendisse nulla mauris, posuere eu nisi ut, volutpat congue risus. Sed eu lacus vehicula, dapibus urna quis, placerat erat.
Vivamus id quam quis felis vestibulum pulvinar rutrum eget elit. Praesent varius massa sit amet eros placerat ultrices. Donec eget lacinia sem. Mauris nec magna dolor. Integer vitae finibus nulla, sodales condimentum purus. Praesent maximus efficitur risus, at placerat felis porta et. Pellentesque molestie elit odio, vitae tincidunt felis fringilla vel. Nam in imperdiet arcu. Aliquam ut luctus lorem. Maecenas velit felis, congue non neque at, luctus sodales ligula.
Curabitur urna erat, sollicitudin ut odio sit amet, fringilla gravida turpis. Aliquam non venenatis arcu, non pretium libero. Aenean bibendum luctus sagittis. In libero dolor, convallis a erat tempus, iaculis euismod tellus. Donec bibendum nulla sit amet lorem tincidunt commodo. Aliquam et nisl sollicitudin est suscipit iaculis eu ac nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam turpis libero, faucibus et odio in, porttitor feugiat nisl. Donec vel iaculis dui. Praesent eu sapien vel erat ultricies lacinia. Fusce scelerisque semper placerat. In hac habitasse platea dictumst. Nunc at urna id neque mattis varius. Etiam elementum tincidunt lacus, vel pellentesque turpis tempus non.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec euismod vestibulum vehicula. Nam rhoncus elementum odio nec elementum. In hac habitasse platea dictumst. Ut dictum ex a gravida aliquam. Pellentesque sed ex purus. Nunc justo ex, vestibulum in posuere id, mollis a felis. Aliquam erat volutpat. Mauris faucibus nisl a rhoncus tempor. Nulla tincidunt, sapien id bibendum consequat, quam sapien dapibus sapien, in posuere ipsum libero commodo purus.
Proin condimentum turpis porttitor nunc egestas laoreet. Nunc eu justo orci. In quam metus, lacinia egestas augue vitae, mollis cursus neque. Nulla at convallis risus. Nulla quis feugiat ipsum, ac semper est. Pellentesque et turpis placerat augue lobortis varius. Nam ornare diam quis urna tristique, at posuere leo bibendum. Nunc ut neque vel nulla feugiat luctus. In egestas orci condimentum hendrerit condimentum. Nunc at mauris urna. Aliquam nisl ex, placerat eget scelerisque a, finibus id ex. Nunc ultricies, nisi ac maximus egestas, ipsum neque aliquam mauris, in pretium risus neque nec justo. Sed gravida purus hendrerit eros consequat vestibulum. Integer porta sagittis urna interdum commodo. Sed turpis mi, mattis a commodo vel, consequat ut elit. Mauris sed nisi in lectus efficitur ullamcorper vitae id turpis.
Proin dui ipsum, tempor at metus aliquam, maximus consectetur metus. Sed commodo tellus viverra erat scelerisque, nec aliquet erat malesuada. Morbi ornare commodo eros, vitae lobortis sapien blandit convallis. Vivamus vel lacinia velit, eget condimentum metus. Cras venenatis consectetur vestibulum. Aenean semper venenatis urna, eget aliquam quam faucibus ac. Etiam pretium, eros in ultricies tempus, purus neque ultrices ligula, vitae laoreet tellus diam at sem. Phasellus interdum ultricies dui, ac porttitor urna eleifend sed. Nunc luctus nibh quis dui fringilla, ac fermentum nibh congue. Phasellus molestie orci consectetur arcu pharetra iaculis. Sed viverra auctor libero, laoreet tristique lacus vulputate in. Suspendisse ultricies dolor vel ipsum ornare, vel luctus tortor aliquam. Integer malesuada a massa vitae lacinia. Suspendisse nulla mauris, posuere eu nisi ut, volutpat congue risus. Sed eu lacus vehicula, dapibus urna quis, placerat erat.
Vivamus id quam quis felis vestibulum pulvinar rutrum eget elit. Praesent varius massa sit amet eros placerat ultrices. Donec eget lacinia sem. Mauris nec magna dolor. Integer vitae finibus nulla, sodales condimentum purus. Praesent maximus efficitur risus, at placerat felis porta et. Pellentesque molestie elit odio, vitae tincidunt felis fringilla vel. Nam in imperdiet arcu. Aliquam ut luctus lorem. Maecenas velit felis, congue non neque at, luctus sodales ligula.
Curabitur urna erat, sollicitudin ut odio sit amet, fringilla gravida turpis. Aliquam non venenatis arcu, non pretium libero. Aenean bibendum luctus sagittis. In libero dolor, convallis a erat tempus, iaculis euismod tellus. Donec bibendum nulla sit amet lorem tincidunt commodo. Aliquam et nisl sollicitudin est suscipit iaculis eu ac nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam turpis libero, faucibus et odio in, porttitor feugiat nisl. Donec vel iaculis dui. Praesent eu sapien vel erat ultricies lacinia. Fusce scelerisque semper placerat. In hac habitasse platea dictumst. Nunc at urna id neque mattis varius. Etiam elementum tincidunt lacus, vel pellentesque turpis tempus non.
Special Needs and Accommodations!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec euismod vestibulum vehicula. Nam rhoncus elementum odio nec elementum. In hac habitasse platea dictumst. Ut dictum ex a gravida aliquam. Pellentesque sed ex purus. Nunc justo ex, vestibulum in posuere id, mollis a felis. Aliquam erat volutpat. Mauris faucibus nisl a rhoncus tempor. Nulla tincidunt, sapien id bibendum consequat, quam sapien dapibus sapien, in posuere ipsum libero commodo purus.
Proin condimentum turpis porttitor nunc egestas laoreet. Nunc eu justo orci. In quam metus, lacinia egestas augue vitae, mollis cursus neque. Nulla at convallis risus. Nulla quis feugiat ipsum, ac semper est. Pellentesque et turpis placerat augue lobortis varius. Nam ornare diam quis urna tristique, at posuere leo bibendum. Nunc ut neque vel nulla feugiat luctus. In egestas orci condimentum hendrerit condimentum. Nunc at mauris urna. Aliquam nisl ex, placerat eget scelerisque a, finibus id ex. Nunc ultricies, nisi ac maximus egestas, ipsum neque aliquam mauris, in pretium risus neque nec justo. Sed gravida purus hendrerit eros consequat vestibulum. Integer porta sagittis urna interdum commodo. Sed turpis mi, mattis a commodo vel, consequat ut elit. Mauris sed nisi in lectus efficitur ullamcorper vitae id turpis.
Proin dui ipsum, tempor at metus aliquam, maximus consectetur metus. Sed commodo tellus viverra erat scelerisque, nec aliquet erat malesuada. Morbi ornare commodo eros, vitae lobortis sapien blandit convallis. Vivamus vel lacinia velit, eget condimentum metus. Cras venenatis consectetur vestibulum. Aenean semper venenatis urna, eget aliquam quam faucibus ac. Etiam pretium, eros in ultricies tempus, purus neque ultrices ligula, vitae laoreet tellus diam at sem. Phasellus interdum ultricies dui, ac porttitor urna eleifend sed. Nunc luctus nibh quis dui fringilla, ac fermentum nibh congue. Phasellus molestie orci consectetur arcu pharetra iaculis. Sed viverra auctor libero, laoreet tristique lacus vulputate in. Suspendisse ultricies dolor vel ipsum ornare, vel luctus tortor aliquam. Integer malesuada a massa vitae lacinia. Suspendisse nulla mauris, posuere eu nisi ut, volutpat congue risus. Sed eu lacus vehicula, dapibus urna quis, placerat erat.
Vivamus id quam quis felis vestibulum pulvinar rutrum eget elit. Praesent varius massa sit amet eros placerat ultrices. Donec eget lacinia sem. Mauris nec magna dolor. Integer vitae finibus nulla, sodales condimentum purus. Praesent maximus efficitur risus, at placerat felis porta et. Pellentesque molestie elit odio, vitae tincidunt felis fringilla vel. Nam in imperdiet arcu. Aliquam ut luctus lorem. Maecenas velit felis, congue non neque at, luctus sodales ligula.
Curabitur urna erat, sollicitudin ut odio sit amet, fringilla gravida turpis. Aliquam non venenatis arcu, non pretium libero. Aenean bibendum luctus sagittis. In libero dolor, convallis a erat tempus, iaculis euismod tellus. Donec bibendum nulla sit amet lorem tincidunt commodo. Aliquam et nisl sollicitudin est suscipit iaculis eu ac nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam turpis libero, faucibus et odio in, porttitor feugiat nisl. Donec vel iaculis dui. Praesent eu sapien vel erat ultricies lacinia. Fusce scelerisque semper placerat. In hac habitasse platea dictumst. Nunc at urna id neque mattis varius. Etiam elementum tincidunt lacus, vel pellentesque turpis tempus non.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec euismod vestibulum vehicula. Nam rhoncus elementum odio nec elementum. In hac habitasse platea dictumst. Ut dictum ex a gravida aliquam. Pellentesque sed ex purus. Nunc justo ex, vestibulum in posuere id, mollis a felis. Aliquam erat volutpat. Mauris faucibus nisl a rhoncus tempor. Nulla tincidunt, sapien id bibendum consequat, quam sapien dapibus sapien, in posuere ipsum libero commodo purus.
Proin condimentum turpis porttitor nunc egestas laoreet. Nunc eu justo orci. In quam metus, lacinia egestas augue vitae, mollis cursus neque. Nulla at convallis risus. Nulla quis feugiat ipsum, ac semper est. Pellentesque et turpis placerat augue lobortis varius. Nam ornare diam quis urna tristique, at posuere leo bibendum. Nunc ut neque vel nulla feugiat luctus. In egestas orci condimentum hendrerit condimentum. Nunc at mauris urna. Aliquam nisl ex, placerat eget scelerisque a, finibus id ex. Nunc ultricies, nisi ac maximus egestas, ipsum neque aliquam mauris, in pretium risus neque nec justo. Sed gravida purus hendrerit eros consequat vestibulum. Integer porta sagittis urna interdum commodo. Sed turpis mi, mattis a commodo vel, consequat ut elit. Mauris sed nisi in lectus efficitur ullamcorper vitae id turpis.
Proin dui ipsum, tempor at metus aliquam, maximus consectetur metus. Sed commodo tellus viverra erat scelerisque, nec aliquet erat malesuada. Morbi ornare commodo eros, vitae lobortis sapien blandit convallis. Vivamus vel lacinia velit, eget condimentum metus. Cras venenatis consectetur vestibulum. Aenean semper venenatis urna, eget aliquam quam faucibus ac. Etiam pretium, eros in ultricies tempus, purus neque ultrices ligula, vitae laoreet tellus diam at sem. Phasellus interdum ultricies dui, ac porttitor urna eleifend sed. Nunc luctus nibh quis dui fringilla, ac fermentum nibh congue. Phasellus molestie orci consectetur arcu pharetra iaculis. Sed viverra auctor libero, laoreet tristique lacus vulputate in. Suspendisse ultricies dolor vel ipsum ornare, vel luctus tortor aliquam. Integer malesuada a massa vitae lacinia. Suspendisse nulla mauris, posuere eu nisi ut, volutpat congue risus. Sed eu lacus vehicula, dapibus urna quis, placerat erat.
Vivamus id quam quis felis vestibulum pulvinar rutrum eget elit. Praesent varius massa sit amet eros placerat ultrices. Donec eget lacinia sem. Mauris nec magna dolor. Integer vitae finibus nulla, sodales condimentum purus. Praesent maximus efficitur risus, at placerat felis porta et. Pellentesque molestie elit odio, vitae tincidunt felis fringilla vel. Nam in imperdiet arcu. Aliquam ut luctus lorem. Maecenas velit felis, congue non neque at, luctus sodales ligula.
Curabitur urna erat, sollicitudin ut odio sit amet, fringilla gravida turpis. Aliquam non venenatis arcu, non pretium libero. Aenean bibendum luctus sagittis. In libero dolor, convallis a erat tempus, iaculis euismod tellus. Donec bibendum nulla sit amet lorem tincidunt commodo. Aliquam et nisl sollicitudin est suscipit iaculis eu ac nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam turpis libero, faucibus et odio in, porttitor feugiat nisl. Donec vel iaculis dui. Praesent eu sapien vel erat ultricies lacinia. Fusce scelerisque semper placerat. In hac habitasse platea dictumst. Nunc at urna id neque mattis varius. Etiam elementum tincidunt lacus, vel pellentesque turpis tempus non.
Cite this page as:
The ListPages module does not work recursively.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: 256px-Grizzly_Bear_%286968121996%29.jpg
Name: 256px-Grizzly_Bear_%286968121996%29.jpg
Author: Denali National Park and Preserve
License: CC BY-SA 2.0
Source Link: Wikimedia Commons
For more information about on-wiki content, visit the Licensing Master List.