vohzd.com
SCP-4031

The Amnesiac Redemption

Series
5
Size
9.4 KB
Views
0

SCP-4031

By: Lt Flops

Published on 27 Dec 2018 06:52

#page-content .collapsible-block {
position: relative;
padding: 0.5em;
margin: 0.5em;
box-shadow: 2px 1.5px 1px rgba(176,16,0,0.7), 0 0 0px 1px lightgrey;
overflow-wrap: break-word;
}

.collapsible-block-unfolded{
color: black;
overflow-wrap: break-word;

}

.collapsible-block-unfolded-link {
text-align:center;
}

.collapsible-block-folded {
text-align: center;
color: dimgrey;
}

.collapsible-block-link {
font-weight: bold;
color: dimgrey;
text-align: center;
}

.addendumbox {
padding: .01em 16px;
margin-bottom: 16px;
margin-top: 16px;
padding-bottom: 1em;
box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.material-box {
padding: .01em 16px;
margin-bottom: 16px;
margin-top: 16px;
padding-bottom: 1em;
border: 1px lightgrey solid;
box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.16);
}

.material-box blockquote {
border: 1px double #999;
}

.wiki-content-table {
width: 100%;
}

.addendumbox blockquote {
border: 1px double #999;
}

.addendumtitle {
opacity: 0.8;
margin-bottom: 10px;
color: #b01;
}

.maintitle {
margin-bottom: 10px;
color: black;
}

.scp-header {
text-align: center;
font-size:x-large;
color:#b01;
}

.addenda-header {
width: 100%;
border-bottom: 2px black solid;
color: black;
}

.scp-info {
display:flex;
justify-content:space-between;
font-size:large;
}

.scp-info-box {
display:flex;
justify-content:space-between;
}

.object-info {
color:black;
align-self: flex-end;
font-size: large;
}

.title-style {
opacity: 0.8;
margin-bottom: 10px;
color: #b01;
font-size: large;
text-decoration: underline;
font-weight: bold;
}

.update-div-empty {
text-align: right;
font-size: x-small;
color: lightgrey;
}

.update-div {
text-align: right;
font-size: x-small;
}

.computed {
border: 1px black solid;
width: 50%;
display: inline-block;
text-align: left;
padding: 3px;
}
.computed:before {
content:"Computed Code";
font-weight: bold;
border-bottom: solid 1px black;
width: 100%;
}
.rawcode {
border: black solid 1px;
width: 50%;
display: inline-block;
text-align: left;
padding: 3px;
}
.rawcode:before{
content:"Raw Code";
text-align: center;
font-weight: bold;
border-bottom: solid 1px black;
width: 100%;
}
.codebox {
display: inline-block;
width: 100%;
text-align: center;
}
.yui-navset .yui-nav .selected a em, .yui-navset .yui-nav a em{
padding: 0.25em .75em;
top: 0px;
margin-bottom: 0px;
}
.yui-navset .yui-nav .selected a {
background: gray;
}
.yui-navset .yui-nav .selected {
margin: 0px;
}
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover, .yui-navset .yui-nav .selected a {
background: gray;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
background: gainsboro;
text-decoration: none;
}
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
background-color: none;
background-image: none;
}
.yui-navset .yui-nav a {
background: none;
}
.yui-navset .yui-nav li{
margin: 0px;
}

#page-content .licensebox .collapsible-block {
position: unset;
padding: unset;
margin: unset;
box-shadow: unset;
}

.licensebox .collapsible-block-unfolded{
color: inherit;
}

.licensebox .collapsible-block-unfolded-link {
text-align: left;
}

.licensebox .collapsible-block-folded {
text-align: left;
color: inherit;
}

.licensebox .collapsible-block-link {
color: inherit;
text-align: left;
}

△ Hide Code △

@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap);

/* Centered Header Sigma

  • [2021 Wikidot Component]
  • By Lt Flops (CC BY-SA 3.0)
  • Forked from:
    • Penumbra Theme by EstrellaYoshte
  • Also based on:
    • Centered Header BHL by Woedenaz **/

/* ---- VARS ---- */
:root{
--titleColor: hsl(0, 0%, 95%);
--subtitleColor: hsl(60, 62%, 85%);
--lgurl: url(https://scp-wiki.wdfiles.com/local--files/component:pride-highlighter/lgbtqp_logo.svg);
}

/* ---- SITE BANNER ---- */
#header,
div#header{
background-image: none;
}

#header::before{
position: absolute;
width: 100%;
height: 100%;
content: "";

 background-image: var(--lgurl);
 background-position: center top;
 background-repeat: no-repeat;
 background-size: auto 9em;
 opacity: .33;

}

#header h1,
#header h2{
float: none;
margin-left: 0;

 text-align: center;

}

#header h1 span,
#header h2 span{
/* Hide the Existing Text */
display: none;
}

#header h1 a::before,
#header h2::before{
/* Style the New Text */
font-family: "Montserrat", "Arial", sans-serif;
text-shadow: none;
}

#header h1 a::before{
position: relative;
bottom: .15em;

 color: var(--titleColor);

 font-size: 115%;
 font-weight: 700;

}

#header h2::before{
position: relative;
top: .1em;

 color: var(--subtitleColor);

 font-size: 130%;
 font-weight: 600;

}

#header h1 a::before{
/* Set the New Text's Content From Variable */
content: var(--header-title, "SCP FOUNDATION");
}

#header h2::before{
content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT");
}

/* ---- SEARCH ---- */
#search-top-box{
top: 1em;
right: 0;
}

#search-top-box-form input.button{
margin-right: 0;
}

#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus{
border-radius: 0;
box-shadow: none;

 font-size: 100%;

}

/* ---- TOP BAR ---- */
#top-bar{
right: 0;
display: flex;
justify-content: center;
}

#top-bar ul li ul{
border-bottom: 1px solid hsl(0, 0%, 40%);
box-shadow: none;
}

/* ---- LOGIN ---- */
#login-status{
top: 1.1em;
right: initial;

 color: hsl(0, 0%, 87%);

}

#account-topbutton{
border-color: hsl(0, 0%, 87%);

 font-size: 100%;

}

/* ---- PAGE TITLE ---- */
.meta-title,
#page-title{
text-align: center;
}

/* ---- BREADCRUMBS ---- */
.pseudocrumbs,
#breadcrumbs{
text-align: center;
}

/* ---- MOBILE DISPLAY ---- */
@media (max-width: 767px){
#search-top-box{
top: 1.85em;
width: unset;
}

 .mobile-top-bar{
      position: relative;
      left: 0;
      display: flex;
      justify-content: center;
}

 \#login-status{
      top: 0;
      right: 0;
}

 \#header .printuser{
      font-size: 0;
}

 \#header .printuser img.small{
      margin: 0;

      transform: translate(6px, 4px);
}

 \#my-account{
      display: none;
}

 \#account-topbutton{
      margin-left: 2px;
}

}

SCP-4031

SCP Series 5 » SCP-4031

NOTICE FROM THE FOUNDATION RECORDS AND INFORMATION SECURITY ADMINISTRATION


The following file was discovered in a dilapidated experimentation chamber in the Site-82 Research Wing.

— Alexis Rose, Digitization Department Lead

Anomalous Item Entry

Item #: SCP-4031

Object Class: Euclid

Special Containment Procedures

N/A

Description

SCP-4031 is a powerful, fast-acting amnesiac of unknown makeup, quantity, and origin.

Subjects in visual, olfactory, gustatory, auditory, tactile, and memetic range sustain short-term memory loss, disassociation, and an acidic aftertaste. Application of the amnesiac leads to a male vocalization of human origin. Exposed subjects cannot corroborate the vocalization's existence during interrogation.

Attached Addenda

I. Experimentation Log

The following is a series of alleged interactions with SCP-4031. Interactions were not logged in real time; unknown subject(s) recorded the interactions in documentation areas. Inputs include different persons, objects, and conceptual structures. Results include various levels of conceptual recall.

INPUT

TEST RESULTS

Strawberry Rhubarb Pie

Forgotten.

Pie

N/A

Gustatory Sensation

N/A

Tongue

Forgotten.

Fleshy Structure, Unknown Origin

Consumed.

Blood Loss

Forgotten.

Blood Loss

N/A

Blood

N/A

Blood

Subject expired.

New Test

Recalled.

Blood

Recalled.

Laboratory Pencil

Forgotten.

D-5549

Forgotten.

D-5549

N/A

Junior Researcher Ortega

Forgotten.

Junior Researcher Ortega

N/A

Researcher Smalls

N/A

Dr. Westrin

Forgotten.

Dr. Westrin

N/A

Project Lead Xiulan

Forgotten.

Vocalization

N/A

II. Investigative Report

An investigatory team took Class-W Mnestic.Mnestic: An agent used to temporarily enhance a user's immediate memory retention. drugs with the intent to examine SCP-4031. The team discovered a hitherto unaccounted-for male subject on the floor, deceased. The subject suffered lacerations, emaciation, a broken left clavicle, and blood loss in the oral cavity.

Moreover, the subject suffered extensive trauma to the head.