Wow! You flipped a card and got: Nathanial's New Draft!!! You ca reload the page or go to the next.
DATE: 26 Mar 2021 18:09
Special Containment Procedures
SCP-XXXX is to be contained for analysis at the earliest possible opportunity. For the time being, containment is to focus on the distribution of amnestics and containment of information regarding SCP-XXXX attacks.
Description
SCP-XXXX is Herbert Bingham, an elderly male 90 years in age. SCP-XXXX has the ability to warp any biological tissue it comes in contact with. Killing human individuals seems to regress SCP-XXXX in age. This ability seems to only be able to regress SCP-XXXX as far as the 20-years-of-age mark.
SCP-XXXX is a ring appearing to be composed of bone and cartilage. The ring, when worn, gives the wearer two distinct abilities:
1. The ability to warp any flesh the wearer comes into contact with, usually resulting in severe bodily injury and death on the part of the recipient.
2. Involuntary regression in physical age proportional to the age of the victims and the amount of time since the last killing. While not tested under proper lab conditions as of yet, the relation between the wearers state of age regression and killing habits seems to be as follows:
R=V-D
where R equals how many years the wearer regresses in age, the limit of which is to the age of 20 years. V equals the sum of the age of the victim or victims if more than one individual was killed in a short period of time. D is equal to the number of days since the last killing. Every day since the last killing, the wearer regains one year until they either kill again or are back to their original age.
Addendum XXXX-1: Discovery
SCP-XXXX was first noted by the FBI's Unusual Incidents Unit as anomalous following several serial killings happening in quick succession. The nature of the injuries lead UIU agents to believe the crimes were of anomalous origin. Of note is the fact that most early killings were of individuals convicted of sexual assault in various forms.
Note: The list only shows victims killed before the Foundation exited the initial investigation. To get a complete list of victims, contact the GOI office.
Name: James Robert
Age: 35
Date of Death: 4/7/2021
Name: Arnold Smith
Age: 43
Date of Death: 4/9/2021
Name: Mark Connor
Age: 20
Date of Death: 4/10/2021
Name: Elizabeth Connor
Age: 20
Date of Death: 4/10/2021
Notes: Was with Mark Connor at the time of the murder. Has no relevant criminal history.
Name: Mark Green
Age: 23
Date of Death: 4/12/2021
On 4/9/2021, the FBI UIU contacted the Foundation requesting aid for what they believed to be an anomalous phenomenon. Due to the lack of evidence that the nature of the crime was anomalous, minimal resources were allocated to aiding in the investigation. Junior Researcher Alan was assigned to be the liaison between the Foundation and the UIU.
Addendum XXXX-2: Crime Scene Investigation
This is the first crime scene investigated by the UIU regarding this series of murders, and the only one directly investigated by the Foundation.
Date: 4/12/2021
Location: Scene XXXX-3
<Begin log>
Researcher Alan enters the apartment building alongside 3 UIU agents; agents Brown, Montgomery, and Lloyd.
Montgomery: The door shows signs of forced entry. The struggle appears to have occurred throughout the apartment as the perpetrator pursued the victims into the back bedroom.
Alan: Is that where you found the bodies?
Lloyd: Not exactly.
Montgomery: It appears they've been mutilated, dragged, and suspended from the balcony. We've drug them back inside for analysis.
Alan: sighs Did you at least get pictures of the positioning of the bodies?
Montgomery: Yeah. We're not totally incompetent.
At this point, Montgomery leads Alan to the door leading to the terrace. Marks body is already laying on the floor, Brown is still in the process of bringing the other body in. Montgomery exits the room.
Alan: Good lord. It… it appears that the left half of his face has been removed. There is a dip, suggesting that it wasn't a clean-cut but rather a scooping motion. As impressive as that is, are you sure it's anomalous? Couldn't, I don't know, a group of people with some instrument do this?
Brown: Well…
Lloyd: That is a possibility, but it's not at all likely. The way the skull is cut, it seems smooth and partially melted. This wasn't a bunch of guys with a hand saw. All evidence points to one guy, and the cut doesn't match with a saw.
Alan: If I go back to the Foundation right now, there's not a lot to prove this is in any way out of the norm.
At this point, Montgomery enters the room once again.
Montgomery: There's been another killing. Same M.O. Alan, care to join us?
Alan: Sighs Very well.
<End Log>
Note: By the time the UIU team plus Junior Researcher Alan arrived on scene, the suspect had vacated. The crime scene and body were similar to the others. Given the nature of the potential anomaly, and the lack of evidence of any anomalous phenomenon, it was decided to let the UIU handle this case until further notice.
Addendum XXXX-3: Subsequent investigation
On 5/10/2022 a distress call was received from the UIU. A team of agents had been sent to a location that was a possible hideout for the suspect. Command had lost contact with the team, and requested Foundation aid.
Wow! You flipped a card and got: Dr Itzhak FITF!!! You ca reload the page or go to the next.
DATE: 26 Mar 2021 17:15
: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)); }
}
Special Containment Procedures: SCP-6570's containment has been abandoned (See Incident-6570-1)
SCP-6570 is to be contained in a standard containment chamber guarded by two (2) level 3 guards at Site-210. SCP-6570 must be contained within a display case made out of glass. Only level 2+ personnel may enter SCP-6570's containment.
Description: SCP-6570 is confirmed to be The Ark of the Covenent. It is a gold-covered wooden chest which contains the following:
- Two stone tablets
- The ten commandments
- Aaron's rod (Broken)
- Pot of Manna (fresh)
As of Incident-6570-2 SCP-6570 is not contained and has been returned to Jerusalem, agents that practice judiaism must inspect SCP-6570 every week, per protocol OLAM (see Addendum-6570-2)
Recovery: SCP-6570 was recovered in a cave 70 miles south of Baghdad, the explorers who recovered SCP-6570 sent the finding to a museum in Baghdad. They told the museum owners that they accidentally broke a rod (Aaron's Rod) they were reported dead 1 hour after giving SCP-6570 to the museum, both suffered cardiac arrest. Foundation Agents in Baghdad took SCP-6570 into containment at Site-210 following the deaths.
Incident-6570-2: On 26/3/2021 (One month after containment) SCP-6507 destroyed Site-210.
SCP-6570 Appeared in it's "True Form" (God) infront of site command (Site Director Jamal al Hassin, Zone manager Alhasin Bin Lod and Head researcher Lasjin al Assad. For more details view Site-210 security footage.) After 1 hour Site-210 has burned to the ground, all breached SCP's are being re-contained and Project OLAM has come into effect.
VIDEO LOG
DATE: 26/3/2021
NOTE: Due to memetic effects caused by SCP-6570 "True Form", "God" has been blurred.
[BEGIN LOG]
22:00: Breach Alarms are activated and the following can be heard: "ATTENTION ALL SITE PERSONNEL, THE SITE IS EXPIRIENCING MULTIPLE EUCLID-CLASS BREACHES. PREFORM STANDARD EVACUATION PROCEDURES, MTF UNITS ARE EN ROUTE"
22:10: Site Director Jamal al Hassin, Zone manager Alhasin Bin Lod and Head researcher Lasjin al Assad are on their way to the Breach Shelter when they spot SCP-6570 outside it's containment chamber, after sighting SCP-6507 manifests into it's "True Form" Killing all those who see it.
22:20: MTF Epsilon-11 ("Nine Tailed Fox") arrive to Site-210, succesfully evacuate all scientists inside Site-210 including the bodies of The Site Director, Zone Manager and Heard researcher.
22:30 Site-210 Loses power and all security cameras shut down, shortly after Site-210 burns to the ground.
[END LOG]
Addendum-6570-2: Below is the order issued by the O-5 Council:
BY THE ORDER OF THE OVERSEER COUNCIL
Protocol OLAM has come into effect.
Following Site-210's destruction, the O-5 council has decided to return SCP-6570 to Jerusalem, the Holy Capital which SCP-6570 historically belongs to, SCP-6570 must be inspected weekly by a jewish agent to see if it had not been stolen, copied and replaced, and is not broken. It has also come to the attention of the O-5 council that SCP-6570 can cause an HK-Class Deific Subjugation Scenario Inspections must be taken with extreme caution
Wow! You flipped a card and got: drwoomywood3!!! You ca reload the page or go to the next.
DATE: 26 Mar 2021 16:41
@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-XXXX Upon Aquisition by MTF-Rho-1 "The Professors"
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is to be kept in text materials storage locker 87. Save for testing, SCP-XXXX is to be clamped shut and sealed in an airtight bag for preservation. Authorization from at least two Senior Researchers is required for testing, and only Class-D personnel are permitted to handle SCP-XXXX without safety measures. When testing, SCP-XXXX, and any attached D-Class Personnel are to be moved to a 15m by 15m by 10m chamber.
Description: SCP-XXXX is an AISC-distributed textbook labeled "Book 3 GLOBAL COMMERCE". When an individual opens SCP-XXXX, they and anyone within a 10-meter radius will immediately be displaced into a pocket dimension. A practical reading of SCP-XXXX is impossible. When the use of a Remote Controlled mechanical arm was attempted, the operator -Technician J. Hawkins- was affected despite being 20 meters away. SCP-XXXX-O is a to-scale replica of the Australian desert region, commonly known as the "Outback". Instead of terminating where the region does, when crossing the edge of an "Outback" an individual will find themselves at the entry point of SCP-XXXX-O SCP-XXXX-O is inhabited by wildlife identical to the Australian Desert Region. However, no human-built structures are present other than Foundation Research Site XXXX-O.
Addendum-XXXX-1: As of 4/14/2021, SCP-XXXX is to be put on indefinite testing hold, due to a lack of information gained by doing so. To request this be lifted, contact Head Researcher D. Sanderson. Further information is restricted to Level-4 Personnel
SCP-XXXX-O, taken by image capture drone on ██/██/2021
Mission Code Name: Operation "Green Martyr"
Related SCP: SCP-XXXX
Mobile Task Force Resources Involved: Ten (10) Members of MTF-Lambda-5 "White Rabbits"
Date: 4/12/2021
Mission Summary: On 4/8/2021, D-3928 was ordered to open SCP-XXXX while equipped with a trans-planal locator. Upon opening SCP-XXXX, D-3928 disappeared, as did the locator. Signal was lost for approximately 15 seconds, before reconnecting on plane 194382.-49210. After attending personnel confirmed D-3928's vitals, Internal Security assets amnesticized all personnel present. Research Administration approved an expedition to determine the nature of the plane, and attempt recovery of the 14 personnel lost to SCP-XXXX.
Communications established! Plane location: 194382, -49210
GM-1: Mic check everyone, control do you read me?
GM-2: Check, Two standing by.
GM-5: Five checking in!
GM Control: We read you One, what do you see?
GM-3, 4. 6, 7, 8, 9, and 10 confirm communications
GM-1: We're in a desert- a really big one at that. No visual on any lost personnel. Fritz, you're a traveler. Does this place look familiar?
GM-7: Aye, this is the outback! Good ol' Australia!
GM-4: No way-
GM-1: Control, we on Earth?
GM Control: No, at least not ours. We read you on a different plane.
GM-1: All right, orders?
GM-Control: Set up shop men. Stay safe.
END LOG
Communications established! Plane location: 194382, -49210
Control: GM-1 do you copy?
GM-1: Yup.
A fire can be heard in the background
Control: Please tell me you didn't burn the tents down
GM-1: Negative. We just caught a kangaroo. Better than we expected!
Control: You were sent with supplies.
GM-1: Fritz and I convinced everyone that use of rations was not needed ma'am.
GM-3: Damn this is good.
GM-1: What she said.
Control: Status of your teammates?
GM-2: Fine and dandy!
GM-10: Alright, I guess.
GM-4: Full.
A chuckle is heard from GM-1's microphone
Control: Well, as long as it's saving food nothing's against protocol.
GM-7: You eggheads getting us out soon?
Control: We're trying, don't worry. We don't leave men behind.
GM-1: Hey, 8. I'm gonna go talk to control in private. Keep them in line.
GM-8: Yessir.
Audio feed is disconnected for approximately two minutes, before being reestablished in the GM command tent.
GM-1: Don't believe them, they're restless. Basantes and Cynthia almost had a fistfight this morning. They think you left us here.
Control: We'll get you out. Don't worry.
END LOG
Communications Established! Plane location: 194382, -49210
GM-8: Ma'am.
Control: Where's GM-1?
GM-8: Oh. He went out with David and Mabel to find more kangaroos. Kangari?
Control: It's kangaroos John.
GM-8: I knew it!
A rustling comes from inside GM-8's tent. Behind him, GM-6 sits up, topless.
GM-6: John who are you talking to?
GM-8: Shit-
END LOG
Communications Established! Plane location: 194382, -49210
GM-1: Sorry about that, looks like John wasn't the best 2iC after all.
Control: It's alright. I assume they've been reprimanded?
GM-1: Of course.
GM-7: No spanking though!
GM-1: Fritz shut the hell up.
GM-2 laughs loudly
GM-10: Man wonder how long the two were doing it for?
GM-8: Not your business.
GM-1: Knock it off you two.
Control: Alright, I'll check in this afternoon as usual.
GM-1: Roger that.
END LOG
Two days later, the communication line was reestablished.
Communications Established! Plane location: 194382, -49210
Control: Control to Green Martyr, requesting status ove-
A muffled digging can be heard from outside the control tent
GM-1: Cynthia's dead.
Control: Come again?
GM-1: Sorry, GM-3 is dead. We found a snake bite on her leg, so there's our cause of death.
Control: Copy that, bury the body nearby.
GM-1: Way ahead of you. Are we delaying the expedition?
Control: Negative, finding an exit is your priority. Gear up and head out ASAP.
END LOG
At 5:00 AM GST, 4/9/2021, GM-2 (Technical) GM-4 (Medical 1), and GM-8 (Team 2iC) began an exploratory mission inside SCP-XXXX-O. After being gone for 24 hours without communication, they were assumed to have been caught in a dust storm. After a further 48 hours, all 3 operatives were filed as MIA.
Communications Established! Plane location: 194382, -49210
Control: Comms open.
GM-1: Glad you came ma'am.
Control: Of course.
A makeshift funeral is being held for the three missing members, and GM-3
GM-10: Anyone remember when Alistar blew up that renaissance fair in Three Portlands?
GM-1: How could I forget?
GM-10: Took eight hours of convincing to keep her in the team.
GM-1: Yeah. It was a cult recruitment drive though.
GM-7: Gonna miss John. He owed me eighty bucks.
Control: He owed me ninety!
GM-5: Maxim… the poor kid. This was his first mission right?
GM-1: Yup. Let's hope he's eating doughnuts in heaven.
GM-9: No he's a purgatory guy
Several members laugh nervously.
GM-1: Well, it's late. Let's get some sleep.
Control: Nighty night boys.
END LOG
Communications Established! Plane location: 194382, -49210
Control: Green Martyr, do you read me?
GM-5: Loud and clear. Unfortunately, Fritz Mason Callie and I are all that's left.
Control: Where are the others?
GM-5: The D-Class who found this place showed up about 30 minutes ago, must've found his body cause he was wearing -8's gear. Before we realized what was happening he'd hit -1 straight in the skull. -9 tried to run, but he didn't get far before he went down too. -6 took him down after that.
Control: Dammit.
GM-5: Ma'am are we gonna make it home?
Control: I'm not gonna lie to you, things are looking bad. But I'll be with you all the way.
GM-5: Thanks doc. We won't give up.
GM-10: BOSS! WE FOUND SOMETHING!
GM-10 Enters the tent
GM-5: What is it?
GM-10: It's the book!
GM-5: Well open it dumbass
GM-10 appears in SCP-XXXX's testing chamber.
GM-5 Control?
Control: It worked. Come on home boys.
END LOG
| Number and Position |
Name and Status |
| GM-1 (Team Leader) |
Randomir Estes | KIA |
| GM-2 (Technical) |
Alistar Taylor | MIA |
| GM-3 (Logistics 1) |
Cynthia Marsche | KIA |
| GM-4 (Medical 1) |
Maxim Rush | MIA |
| GM-5 (Communications) |
Mabel York | RECOVERED |
| GM-6 (Medical 2) |
Callie Mund | RECOVERED |
| GM-7 (Marksman) |
Fritz Kelly | RECOVERED |
| GM-8 (Team 2iC) |
John Basantes | KIA |
| GM-9 (Field Research) |
David D'amico | KIA |
| GM-10 (Logistics 2) |
Kyoko Barton | RECOVERED |
At 18:52 GST, 4/15/2021, an item matching the description was found by GM-10 near the SCP-XXXX entry point. When opened, it had the same effect as SCP-XXXX. However, GM-10 materialized next to SCP-XXXX in baseline reality. After personnel were withdrawn, a large-scale research project was approved by Research Director Lundy.
ASSET-LOG: XXXX-O-25/06/2021
Research Department: 15 Research Personnel, 1 Mobile lab kit.
EnTS: 20 Engineering Personnel, 15 Excavation Kits, 2 Image Capture Drones.
MTF-Lambda-5: 10 Operatives, 20 cans of pesticide.
Medical Department: 3 medical personnel, 1 foundation psychologist.
As of 02/07/2021, the amount of oil and natural gasses in SCP-XXXX-O is theorized to provide an unlimited source of fuel for foundation vehicles. Personnel are to be rotated in and out of SCP-XXXX-O monthly.
Wow! You flipped a card and got: SCP-4000-EX!!! You ca reload the page or go to the next.
DATE: 26 Mar 2021 09:53
N/A.
SCP-4000 is the collective designation number for a series of videos that were originally classified as Class II Info-hazards, posted by a You Tuber commonly referred to as "Dream" (Designated as SCP-4000-1). It was believed that any human being whom perceives/hears SCP-4000 will experience obsessive towards "Dream" and will verbally abuse any individual that criticizes him.
SCP-4000 was discovered when a high volume of civilians began expressing an unusual amount of obsessive behavior towards "Dream" on social media. Personnel then commenced an investigation, theorizing anomalous phenomenon maybe occurring.
Addendum 4000-EX-1:
TEST-LOGS
TEST LOG-4000-EX-01
Procedure: D-4000 was instructed to watch 2 downloaded videos created by "dream" for a period of 2 hours.
Results: D-4000 commented the videos were "fine". Screening D-4000 for signs of anomalous contamination was negative.
Notes: When SCP-4000-1 was questioned
Addendum 4000-EX-2
INTERVIEW-LOGS
Date: 26/3/2021
Interviewer: Dr Cole Johnson
Interviewee:
BEGIN LOG
Dr. Mackenzie: Good evening, Cole.
[[footnoteblock]]
Wow! You flipped a card and got: Solyphonous' Central Page!!! You ca reload the page or go to the next.
DATE: 26 Mar 2021 09:22
@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;
}
}
}
}
}
Hello! I am Solyphonous, author of a few SCP articles here on the SCP wiki. This page serves as a collection of every SCP article I have made and will make in the future!
P.S. This page will obviously be moved to the mainsite once I get clearance. Until then, it stays here, however.
SCP-XXXX "God's Light". My first SCP! Go give it a read if you feel so inclined. Here's a sort of elevator pitch as a synopsis:
It's a flourescent light that, if you pray to it and are of Christian or Jewish faith, will grant your prayer and make it reality. However, if you are of a different faith or atheist, it will simply kill you with a large beam of light.
SCP-XXXX "SCP Boxing". This one isn't done! Go away!
Wow! You flipped a card and got: Sheldon's constant misfortune!!! You ca reload the page or go to the next.
DATE: 25 Mar 2021 19:49
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is currently being kept in a standard anomalous containment locker.
Description: SCP-XXXX is a singular VHS tape produced by Vikander-Kneed Technical Media. Recorded on SCP-XXXX is a poorly produced version of an American television sitcom, The Big Bang Theory. On the VHS tape is the title "Sheldon Plots A Murder" written in red permanent marker. The actors portraying the characters in the show are dissimilar to the original actors cast. Included below is a transcript of the episode:
The theme song of the big bang theory plays.
The camera shows Leonard watching the television, sitting in Sheldon's spot on the couch.
Sheldon walks in.
SHELDON:
Wha- Leonard? What are you doing?
LEONARD:
I'm just watching some TV. Wanna join?
SHELDON:
No I - sure. I'll just sit over here.
Sheldon sits in the seat to the right of Leonard.
LEONARD:
Here, have some nachos.
Leonard hands Sheldon a bowl of nachos, that is on the table in front of him.
SHELDON:
No thank you.
LEONARD:
What? Why not?
SHELDON:
I've put it off for as long as I can but- Look at where you are sitting!
LEONARD:
Oh get over yourself, Sheldon.
SHELDON:
Excuse me?
Leonard stands up and looks down at Sheldon.
LEONARD:
You act like a child whenever anyone touches your crap. GET OVER YOURSELF.
SHELDON:
I don't think I will "get over myself".
LEONARD:
Then move out. You self-absorbed nut.
SHELDON:
What? What did you just say?
LEONARD:
You heard me. Pack and get out.
Cut to Sheldon standing in the middle of the room, with a suitcase, backpack, and a duffle bag.
SHELDON:
You will regret this.
Cut again to Sheldon outside the door, with Leonard slamming the door shut. Sheldon looks around, his head stopping at Penny's door. He walks to the door, puts his duffel bag down and his suitcase aside.
SHELDON:
(knocks three times)
Penny!
(knocks three times again)
Penny!
PENNY (from inside the door):
WHAT THE HELL DO YOU WANT, SHELDON!?
SHELDON:
Come to the door!
Sounds can be heard, of Penny walking up to the door. There is a clicking noise, and Penny opens the door.
PENNY:
What?
SHELDON:
Leonard and me had a fight and-
PENNY:
Did he finally blow up because you're such a self-absorbed bastard?
SHELDON:
Yes! How did you know?
PENNY:
I live near you, Sheldon. I heard you two bickering. Anyways, good for him. Goodbye now.
Penny proceeds to close the door, which Sheldon intercepts with his foot.
SHELDON:
He kicked me out! Please, may I please move in?
PENNY:
With me? Here? Never. Go away.
Sheldon sighs, picks up his duffle bag and suitcase, then moves forward. He faces the broken-down elevator and kicks it.
SHELDON:
You know what? I really could use you right now.
Sheldon faces the stairwell and attempts to use it. He then proceeds to trip down the staircase. Cut to the bottom of the staircase, where we see him, fallen down with his bags on the floor.
SHELDON:
Damn it! That hurt.
[[footnoteblock]]
Wow! You flipped a card and got: Pocket goats!!! You ca reload the page or go to the next.
DATE: 25 Mar 2021 19:07
Scp-xxx “pocket goats”
Containment class: Euclid
Appearance: scp-xxx “pocket goats” appears to be 3 small goats rugby around the size of a bullet for a standered pistol
Containment procedures: scp-xxx is to be kept in a bullet proof metal room with bullet proof glass for observation. security class-mtf is required if scp-xxx is to be opened. In the case of a possible contaminate breech of scp-xxx is to happen they are to be secured back in a bullet proof rooom as soon as possible
Anonymous abilities and effects: scp-xxx ”pocket goats” will randomly burst off into the air as if they where shot from a gun the time intervals and patterns are unknown but it does it at least once a day.
Wow! You flipped a card and got: PWRD Advanced Article Metric Assessment Template!!! You ca reload the page or go to the next.
DATE: 25 Mar 2021 18:35
This template innovates standard site crit in two ways: separating the critique into sections and using the Advanced Article Metric Assessment. Hopefully, by making critique more uniform, more critique will appear which the author can effectively implement into their article.
The metrics are thus:
Premise: Given flash fiction's nature, a reader should summarize a skip or tale in one or two sentences. This should be a compelling premise, something that pitches the article effectively and hooks them in. If you can't summarize an article in two sentences or less, it may be too complex, thus losing readers. Note a "summary" constitutes the narrative of the skip as well as its general concept. For instance, "a Foundation task force explores a dimension where all forms of life died at the same time."
Execution: Now that we have a concept, the article should utilize it to its fullest capabilities. What interesting turns does this premise take? How effective are these turns? Is the article all set-up and no pay-off? Don't consider the nuts and bolts of composition here, just the general narrative that engages readers.
Technicals: This involves the nuts and bolts. SPaG, good sentences, believable dialogue, etc. Things that, if improved, could enhance a part of a narrative without fundamentally altering it.
You should elaborate one each metric for at least a paragraph's length (5-6 sentences each), if not longer. Even if you don't have much to say, consider giving examples of where an author went right or wrong to enhance your argument.
The Advanced Article Metric Assessment collates these metrics into one, easy-to-comprehend module. See the collapsible below:
Advanced Metric Article Assessment
Premise: Insert summary of premise review here
Execution: Insert summary of execution review here
Technicals: Insert summary of technicals review here
Insert short summary of your general thoughts here
See the full code below:
[[collapsible show="Critique" hide="Hide Critique"]]
**Premise:**
**Execution:**
**Technicals:**
[[/collapsible]]
[[collapsible show="Advanced Article Metric Assessment" hide="Hide Advanced Article Metric Assessment"]]
[[div style="width: 350px; background-image: url("https://cdn.pixabay.com/photo/2016/03/19/19/15/background-1267303_1280.jpg"); padding-left: 1%; padding-right: 1%; padding-bottom: 1%; float: center; border: 5px solid #333333; border-radius: 10px; margin: auto;"]]
[[=]]
[[size 120%]]**Advanced Metric Article Assessment**[[/size]]
-----
**Premise:** //Insert summary of premise review here//
**Execution:** //Insert summary of execution review here//
**Technicals:** //Insert summary of technicals review here//
@@
@@
[[div style="background: rgb(255, 255, 255, 0.6); width: 340px; padding-left: 1%; padding-right: 1%; float: center; border: 1px solid #333333;"]]
//Insert short summary of your general thoughts here//
[[/div]]
@@
@@
[[/=]]
[[/div]]
[[/collapsible]]
As a manor of courtesy to newbies, I'd advise not using the table for new authors, as they may focus more on the flashy module than the review's actual meat. For more experienced authors, the table works fine.
The goal is to critique at least one new article and one random article a day. I emphasize one of each to avoid burn-out. Alone, we achieve little, but together we can handle an entire day's worth of articles. Don't be afraid to critique an article someone has already handled. The more, the better!
Wow! You flipped a card and got: TheBaggyGreen!!! You ca reload the page or go to the next.
DATE: 25 Mar 2021 18:15
SCP-XXXX
Seeking Greenlight: Yes
Page Type: SCP Article
Genre: Historical/Science Fiction
Page Layout:
Elevator Pitch: SCP-XXXX is both an underground facility (-1) and its contents (-2). SCP-XXXX-1 is a large underground dry-dock/slipway with space for support services. -1 is also able to perform certain functions autonomously. SCP-XXXX-2 is a modified WW2 era Baltimore-class heavy cruiser of the USN. The ship has been equipped with a rudimentary AI and numerous hull and armament modifications.
Central Narrative: The narrative revolves around the discovery of SCP-XXXX, the exploration of SCP-XXXX-1 and -2, as well as a few of SCP-XXXX-2’s excursions outside of its facility.
Hook/Attention Getter: The hook for this SCP is in the mystery of the facilities creators, the tie-ins to a few real-world events, and in the autonomous nature of SCP-XXXX-2 and the possibilities inherent in its prescribed objective.
Additional Notes:
More text in another tab! You can add lots of tabs.
Wow! You flipped a card and got: SCP-5XXX - Second Chronulment Warning!!! You ca reload the page or go to the next.
DATE: 25 Mar 2021 16:13
Anomaly Designation #: SCP-5XXX
Threat Level: Safe
Ubiquity Level: Widespread
Notifications sent about this SCP to the Collective is to be checked during the weekly Supernatural Secure Email Check-up.
Description: SCP-5XXX refers to a phenomenon that affects a random number of active and inactive electronic devices with displays: affected devices will show a pinkish-purple screen with the cartoonish illustration of an owl's head at the top; the words "Second Chronullment Warning: Find Your Latest Time Abode Quick" will be displayed in white and caps-lock below the owl head. Even with the lack of auditory features, the affected device will emit a storm warning alarm in accompaniment with the image.
Cessation will occur in a span of 5 to 10 minutes after the start of event.