WELCOME TO THE LONGEST SCP ARTICLE ON THE PLANET! HERE YOU CAN SEE ALL KINDS OF SCP ARTICLES TO CRITIQUE ON, NO SEARCH REQUIRED.
Wow! You flipped a card and got: Acedia!!! You ca reload the page or go to the next.
DATE: 06 Jul 2021 00:47
: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)); } }
Photograph which allegedly displays the SCP-XXXX-B version of Portland, Maine.
| Assigned Site | Site Director | Research Head | Assigned Task Force |
| Site-49 | Edward Greenwood | Dr. Jonathan Meyer | n/a |
Special Containment Procedures: SCP-XXXX is presumed to be neutralized and as such no longer requires containment. Quale sensors have been placed within Site-49, as well as all other places of emotional significance to former Jr. Researcher Rafael Cárdenas. Any anomalous Quale readings detected by the aforementioned are to be investigated.1
SCP-XXXX-A is kept in a standard humanoid cell in site-49 which must include a common workstation. Additionally, the cell must include life support equipment which the subject must remain connected to. SCP-XXXX-A remains under the impression that it is employed as a foundation junior researcher. As such, it shall be provided fabricated data to graph and analyze upon request.
In order to maintain the health of SCP-XXXX-A, the following actions are to be taken by Site-49 medical staff:
- Nutrition is to be supplied three times a day via percutaneous gastrostomy.
- Bowel movements are to be managed whenever necessary via urinary and rectal catheters.
- Sedatives are to be applied daily at 10:00PM, the subject shall then be allowed to wake normally at 8:00AM.
- An extensive medical evaluation is to take place every Sunday while the subject is sedated. Following the evaluation, Motor Therapy is to take place to avoid health complications.2
See Medical-XXXX.A for a detailed schedule. Further surgical procedures for ease of management are under consideration.
Description: SCP-XXXX was an incorporeal, intangible and invisible entity which claimed to be the consciousness of former Jr. Researcher Rafael Cárdenas, beneficiary member of REBAI.3 SCP-XXXX had the ability to partially interact with objects around it, and it exuded a Quale level which could be measured like that of any baseline human. It was otherwise undetectable. Due to the nature of the anomaly the identity of SCP-XXXX was unable to be confirmed. However, it displayed memories and personality traits that matched those expected from Jr. Researcher Rafael Cárdenas.
SCP-XXXX-A is the body of former Jr. Researcher Rafael Cárdenas, which continues to operate autonomously. SCP-XXXX-A does not appear to possess any anomalous abilities and remains physiologically identical to baseline humans. Therefore, SCP-XXXX-B has been kept in containment as a precautionary measure however it is considered low priority. Initially after containment, SCP-XXXX-A tended to its own biological needs. However, over the following month it ceased doing so. Since, SCP-XXXX-A has only shown interest in activities it perceives as ‘productive’.
SCP-XXXX-B is an undefined non-physical location which SCP-XXXX claimed to inhabit. According to descriptions provided by SCP-XXXX; SCP-XXXX-B is theorized to be an alternate plane of cognition which intersects with baseline reality. As a result of this intersection, SCP-XXXX-B is described as an altered version of baseline reality.
Characteristics of SCP-XXXX-B include:
- Sounds originating from baseline reality are perceptible in SCP-XXXX-B.
- A blue tint covers the entire environment.
- Visible matter is described as 'blurry' and 'unfocused'. This effect increases when observing objects in motion.
- The effect above extends to living beings. However, these are additionally described as dark featureless silhouettes. This effect is most notorious when observing sentient beings, particularly humans.
- Baroque architecture manifests in ways which partially or fully replace the real architectural style of edifications.4
- A lack of any known stars or any other astronomical objects, including the sun, has been notorious. The one exception is a star-like manifestation which avoids being directly seen. Little information has been gathered on this specific manifestation.
SCP-XXXX-B has only been described and documented by SCP-XXXX, therefore its existence is considered unconfirmed. Manipulation of photographic evidence has not been ruled out.
Wow! You flipped a card and got: GreenGolem1!!! You ca reload the page or go to the next.
DATE: 05 Jul 2021 21:35
: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)); } }
BY ORDER OF THE OVERSEER COUNCIL
The following file is Level 6/XXXX classified. Any attempts to access this file without Level 6/XXXX authorization will be logged, and the personnel responsible terminated.
XXXX
WARNING. MEMETIC KILL AGENTS AHEAD. PERSONNEL WITHOUT PROPER AUTHORIZATION WILL BE KILLED. PROCEED WITH CAUTION.

Authorization Complete. Welcome.
Special Containment Procedures: There are currently no known means to successfully contain SCP-XXXX, and the threat of an ZK-CLASS: End of Reality event appears to be unstoppable. Investigation into methods of containment of SCP-XXXX remains a top priority.
Information regarding SCP-XXXX is to be kept hidden from public eye by any means necessary, as the time until SCP-XXXX takes effect is dependent on how many people have knowledge of SCP-XXXX’s anomalous properties. Interception and suppression of information regarding SCP-XXXX is to be conducted by a task force of ten members under MTF Omicron-Ω (“Yin Yang”). Task force members and researchers investigating SCP-XXXX are to have any mention of them removed from any record, and all people who knew the person are to be given Class C Amnestics. Number of members of this task force are to be reduced as the event caused by SCP-XXXX approaches. On the event of termination or death of a member of this task force or researchers assigned to SCP-XXXX, all records of that person are to be deleted and removed, and any personnel who knew the person are to be given Class C Amnestics to remove any knowledge of said person, even including members of the O5 Council.
Only a select few are allowed to have knowledge of SCP-XXXX, including the O5 Council, members of MTF Omicron-Ω, and no more than five researchers chosen by members of the O5 Council.
In the event that information regarding SCP-XXXX is leaked throughout members of the foundation, members who gained knowledge of SCP-XXXX through this information leak are to be immediately terminated, and all people who had knowledge of these people are to be given Class C Amnestics, including members of the O5 Council.
All information regarding discovery of SCP-XXXX are to be stricken from record and all people with knowledge of such are to be administered Class C Amnestics. This is purely to prevent the possibility of leaking information of SCP-XXXX
Should information of SCP-XXXX be leaked to the public, Protocol XXXX-XK1 “The Worlds Epilogue” is to be activated.
Description: SCP-XXXX is the official designation given to the andromeda galaxy, following the discovery of its anti-anomalous properties in [DATA EXPUNGED].
SCP-XXXX is “Anti-Anomolous”, meaning that it is normal by our current scientific standards, and that it is not feasible for any anomalies to be created or formed inside of SCP-XXXX. Since there is no feasible way of reaching SCP-XXXX, wether or not causing anomalies to enter will strip them of anomalous properties is unknown.
SCP-XXXX exists as a counterbalance to various anomalies present in the Milky Way galaxy. The balance between SCP-XXXX and the Milky Way galaxy is the very thing that holds our reality together.
It is common public knowledge that SCP-XXXX is moving towards earth, and will eventually collide with the Milky Way galaxy. When that happens, it will cause a ZK-CLASS: End of Reality event, as it will cause our reality to collapse in on itself as the balance between two galaxies is broken. At our current rate, this is estimated to happen in roughly 4.5 billion years. Currently, suppression of information regarding SCP-XXXX is strictly for preventing collision time from increasing.
SCP-XXXX was discovered when [DATA EXPUNGED AT COMMAND OF O5 COUNCIL.]
When a sapient being gains knowledge of the anti-anomalous properties of SCP-XXXX, that individual is to be designated as SCP-XXXX-1. When an individual becomes an SCP-XXXX-1 instance, the speed at which SCP-XXXX moves towards our own galaxy increases. This effect will continue until all knowledge of the SCP-XXXX-1 instance is forgotten or lost, and the individual in question is terminated. It takes a minimum of 1000 SCP-XXXX-1 instances to cause SCP-XXXX to move at maximum speed, so preventing leaks regarding SCP-XXXX have to remain top priority.
Because of the distance from the anomaly, it is incredibly difficult to investigate further into SCP-XXXX along with methods of containing it.
Incident #XXXX-A
Researcher █████████ leaked information regarding SCP-XXXX to five colleagues. All personnel involved are terminated, and all knowledge regarding those individuals were wiped. All further data involving this incident were stricken from all records.
Transcription of Incident #XXXX-B
The following is a transmission received on ██/██/████ at █████. Message is currently believed to have been sent from the andromeda galaxy.
H-hello? Is this thing on? There, I think it is. I only have one shot at this transmission, so let’s make this quick. We both appear to be in quite the predicament. Apparently you all have anomalies and things our own science can’t explain. We don’t have that though. But according to our data, if our galaxies are to collide, it would cause complete mayhem. We aren’t sure how or if it can be stopped. So this is why we are asking this of you. Please do somet-
The Transmission ends.
Wow! You flipped a card and got: M1crosoft_Exc3l!!! You ca reload the page or go to the next.
DATE: 05 Jul 2021 19:53
Special Containment Procedures:
SCP-XXXX is to be stored inside a small room made of thick metal walls.. A silent, tracker is placed on SCP-XXXX connecting straight to the O5 council's individual terminals, in case of a theft attempt by hostile parties. After Incident XXXX-2, security has been drastically increased. Only personnel which have Level 4 Level 5 clearance may enter the set boundary of SCP-XXXX's containment chamber. All unauthorised personnel attempting to enter this boundary are to be terminated immediately.
Description: SCP-XXXX is a large, red book with a gold inscription of a symbol of unknown meaning or significance, with roughly 200 pages. When SCP-XXXX is opened, the text on the pages will change dependant on the viewer. All viewers have reported the pages displaying the answer to questions they've wanted the answer to within the span of ten (10) months in reverse chronological order. SCP-XXXX was retrieved from a 'base of operations' located on the outskirts of Phoenix, Arizona in the middle of the countryside.
Addendum XXXX-1: Retrieval
18/11/2006
Retrieval Team 57, a seven man team, are sent to a location in the countryside, where reports of anomalous behaviour by foundation satellites are present.RT-57-1: "RT-57-1 to command, we have visual on the target."
Operation Command: "Command to RT-57-1, please proceed to the target carefully."
Retrieval Team 57 approach the target with caution.
Operation Command: "RT-57, can you report what you see."
RT-57-3: "It appears to be a library, although it's in the middle of nowhere, it also looks like it's… glowing?"
RT-57 proceed to the entrance of the library.
RT-57-1: "RT-57-1 to command, requesting permission to enter target."
Operation Command: "Command to RT-57-1, request accepted."
RT-57-5 proceeds to kick down the door, all RT-57 units raise their guns, ready to fire.
RT-57-7: "Holy-" Static crackles on RT-57-7's microphone.
Operation Command: "What do you see? Everyone enable night vision on your chest cameras."
All RT-57 units activate night vision.
The cameras flicker for a few seconds before showing the contents of the library.
The library appears to be full of floating books, runic symbols hovering in mid air and many other anomalous objects, other than this though, it looks like an ordinary 1920 style library.
Operation Command: "RT-57, please proceed into the library and examine the premises for any clues, also find the source of these floating books and contain it. It seems signal is cutting out here, you're on your own."
RT-57-6 moves towards one of the civilian bodies.
RT-57-6: "Do the books look like they're.. looking at us?"
RT-57-6 looks around, and sure enough the book's front covers appear to be turning to face him.
RT-57 proceeds towards a pedestal inside the centre of the library, on the pedestal appears to be a bright red book.
RT-57-4 picks up one of the books and begins to read.
After 15 seconds after reading RT-57-4 signals to the rest of RT-57.
RT-57-4: "Hey, come check this out!"
RT-57-1: "What the- what's inside this book? It seems like a number of scientific calculations… more words are forming, this is weird. I say we package this."
The book is packaged inside a retrieval box for later testing.
RT-57-5 takes the retrieval box outside and secures it inside the helicopter.
RT-57-5 rejoins the team shortly later and continues the search.
Footsteps and shuffling are heard, all RT-57 units raise their guns.
RT-57-1: "Everyone behind me, proceed cautiously."
3 minutes later, RT-57 comes across a trapdoor and open it.
The trapdoor leads into a tunnel made of dirt and stone, it appears to be mined by hand.
//RT-57 proceeds down the tunnel which is growing smaller with every step, the stench inside the tunnel is overwhelming, flies and other insects are crawling on the walls, //
RT-57-6: "Damn, this place is claustrophobic."
RT-57-6 peeks his head around the tunnel.
RT-57-6: "HEY! Who the hell are y-"
RT-57-6 is shot in the head and immediately dies.
???: "Hello, this is G42a-12 I've terminated an intruder in basement B, seems he was trying to infiltrate the organisation to most likely steal Specimen-A1
All remaining 6 RT-57 units turn the corner and terminate the shooter.
The shooter is wearing body armour and a combat jacket and is proven as being a member of the organisation.
RT-57 retreat back to the helicopter for fear of more armed cult members.
RT-57's signal reconnects and Operation Command is heard through the radio again.
Operation Command: "RT-57, what the hell happened back there!"
RT-57-1: "That guy back there was being referred to by codename and mentioned something about an organisation. We're messing with a coordinated criminal organisation, they can be a formidable threat to us if not dealt with quickly,
[END LOG]
Test XXXX-1
DATE: 30/11/2006
D-6732 was administered Class-A amnestics prior to this test, which wiped all previous memories since being captured as a Class-D, and was released into SCP-XXXX's containment chamber.
D-6732: "So, I just uhh, open this thing?"
Researcher Daniels: "That is correct."
D-6732 opens SCP-XXXX,
D-6732: "Hey, where exactly are we?"
Researcher Daniels: "That information is unavailable to D-Class, can you tell me where we are?"
D-6732: "Well, according to this book thing we're in… 'Site-11?'
Researcher Daniels: Writing on clipboard "That is correct.."
D-6732 reads more of the book.
D-6732: "Hey, who's Jared?"
Researcher Daniels: "Let me check."
Researcher Daniels checks his clipboard for D-6732's name before he was entered into foundation custody, which, remarkably, seems to be Jared.
Researcher Daniels: "I'm afraid I have no idea."
D-6732: "Oh well, I thought it might have had something to do with me.."
Researcher Daniels: "Alright, I'm going to ask you some questions now, I'd like you to answer them. You can use the book inside this room if necessary,"
D-6732 gives a slight nod.
Researcher Daniels: "Alright, can you tell me the 20,000th digit of Pi."
D-6732, after glancing at SCP-XXXX, answers the question correctly.
Researcher Daniels: "Can you now guess the number I have written down on my clipboard."
D-6732 glances at SCP-XXXX before correctly answering the question again.
Researcher Daniels: "Alright, I think that's enough for today."
D-6732 is escorted out of the room for amnestication.
Researcher Daniels grabs his pen and begins writing on the notes section of his clipboard; Subject appears to have the answer to have the immediate answer to where he is, what his previous name was and the answer to every question given to him. SCP-XXXX has now been proven to give infinite knowledge to the reader, making this SCP incredibly dangerous if in the wrong hands. This book could display all of the foundations secrets such as SCP-2000 meaning this must be one of the most heavily guarded anomalies in the entire Foundation catalog. Requesting for this book to be put under strict Level 5 clearance only.
[Clearance updated from Level 4 to Level 5 clearance by the O5 and the classification committee council.]
As per suggestion of RT-57-1, an organisation member has been captured for interrogation, see Addendum XXXX-2 below.
Addendum XXXX-2: Interrogation.
**2/4/2007Dr. Hughes: "Alright, let's start with what your name is."
???: "Carlos… my real name is Carlos."
Dr. Hughes: "Can you tell me the objective of your organisation?"
Carlos: "We were,, going to use the book to destroy governments and create global anarchy.."
Dr. Hughes: "Mhm, can you tell me the date for your next attack?
Carlos: "2nd of June, on the west side of the US, everything between California to Idaho to be more precise."
Carlos seems to be visibly nervous, however Dr. Hughes takes no notice of this.
Dr, ███████: [To security member] "Can you inform the O5 council of this information?"
[END LOG]
With the happening of Incident XXXX-1, it was proven that 'Carlos' was just a distraction for the Foundation so another organisation member could steal SCP-XXXX with no need to deal with guards, when a search for Carlos was initiated, he was nowhere to be found.
Incident-XXXX-1: Theft
2/6/2007Almost everyone who specialises in armed hostiles is in the location Carlos stated their attack would take place, however after a full day of nothing happening, the foundation decides to leave and head back to Site-11, however when they get back, they find that SCP-XXXX is missing.
Researcher Daniels walks into SCP-XXXX's viewing area after the patrol of the west coast to find it missing, he alerts Site-11 to this issue.
Researcher Daniels: "Hello, this is Researcher Daniels to control, SCP-XXXX is missing from it's containment chamber."
Control initiates a Level 2 lockdown while performing a search for SCP-XXXX, however SCP-XXXX appears to have already been removed from the site.
Researcher Daniels alerts Dr. Hughes on the matter on radio. When receiving this news, Dr. Hughes seems distressed.
Dr. Hughes: On radio with Researcher Daniels. "Oh no… no no no no… I shouldn't have alerted the O5's., I should've seen through his trap…"
Researcher Daniels: "Who's trap? What's wrong?"
Dr. Hughes: "Carlos's trap… the man I interrogated. He told me that his organisations next attack would be on the west coast, but now I see that was just a trap to lure us away from SCP-XXXX…"
Researcher Daniels: "You should alert security about this, tell them to look for Carlos."
Dr. Hughes alerted security about the matter and a search for Carlos was initiated, however Carlos was nowhere to be found, the only thing in his cell was a hole in the roof.
6 days after Incident XXXX-1, Incident XXXX-2 occurred. The following is a video log of Dr, █████ explaining the changes to SCP-XXXX's containment procedures following Incident XXXX-2 in which a fire, confirmed to be created with the knowledge from SCP-XXXX, somehow spread across the whole of the eastern side of North America, reducing cities to ashes, the fire consumed 1100 square kilometers of ground before the Foundation could stop it. About 10,500 civilian casualties were recorded.
VIDEO LOG
DATE: 9/6/2007
[BEGIN LOG]
15:37: "Hello everyone, this is Dr. █████ and I'm here today to tell you what happened yesterday."
15:37: "As most of you know, the eastern part of New York is nothing more than rubble, by searching the area with aerial view we can now confirm that the man behind the anomalous attacks on New York is a member of GoI-8910-21 now known as 'The Bookworms'."
15:38: Papers can be heard shuffling.
15:38: "Now as you know, the American government is one of the biggest funders for the foundation, so losing them would effectively put us at a weak position, which is why we have put the destruction of GoI-8910-21 as our top priority right now. The director of this project is currently Level 4 Senior Researcher, Dr. ███."
15:39: More papers can be heard shuffling.
15:39: "Regarding the changes to SCP-XXXX's containment procedures, here are the following, please remember that none of these will come into effect until SCP-XXXX is recontained. At least 5 security units are to be stationed at SCP-XXXX's containment chamber and no books are to be brought into or out of the facility. If SCP-XXXX is ever removed from it's containment chamber, a Level 4 lockdown should commence immediately, SCP-XXXX's containment chamber and all facility within a 50m radius of the containment chamber is to be heavily guarded and monitored. Checks if SCP-XXXX is still in the containment chamber should be performed every hour. To sum it up, make sure nothing gets close to it."
[END LOG]
Wow! You flipped a card and got: The eccentric's sandbox!!! You ca reload the page or go to the next.
DATE: 05 Jul 2021 17:41
This is a sandbox
have fun whit it
Wow! You flipped a card and got: DrRikoto's Sandbox!!! You ca reload the page or go to the next.
DATE: 05 Jul 2021 17:26
SCP-XXXX
You pace down the silent, empty halls of Site-01. In your hand is a warm cup filled with an energizing caffeinated drink, something that has almost become essential in your day to day life. You continue to travel in silence, until you finally reach your destination, a small, empty room with a single monitor above a smooth, wooden desk. Your place your drink down, and rest your tired hands on the keyboard. You move the mouse onto a particular file, and click…
>Would you like to open the SCP-XXXX file?
.
.
.
.
.
>y
.
.
.
.
.
>What do you fear?
.
.
.
.
.
>Certainly not Death
.
.
.
.
.
>Welcome, O5-1. Accessing SCP-XXXX File
.
.
.
.
.
You read the file.
: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: Due to SCP-XXXX location, physical means of containment are currently impossible. Containment efforts are to be focused on cooperating with NASA and various other space agencies to prevent the public from discovering SCP-XXXX.
Description: SCP-XXXX is a massive, highly advanced, biomechanical structure of unknown origin located a constant 150,000 km from Earth. SCP-XXXX appears large sphere shaped structure orbited by a total of 9 arc shaped structures. SCP-XXXX is estimated to be 300 km in diameter, and roughly 15 million years old.
SCP-XXXX is controlled by a sentient AI, and has been cooperative with the Foundation since contact was first made in ████. SCP-XXXX is capable of communication via radio, and is fluent in every known language. SCP-XXXX displays the ability to manipulate both anomalous and non-anomalous forms of energy and matter. In addition to this, SCP-XXXX displays far-reaching high level psionic abilities. SCP-XXXX has been shown to be able to deeply manipulate the minds of large and small amounts of sentient beings completely undetected. SCP-XXXX uses it's capabilities to carry out tasks assigned to it (see Addendum XXXX/A: Initial Contact) Due to the nature of these tasks, SCP-XXXX's continued operation is in the interest of Humanity as a whole.
Discovery: SCP-XXXX was discovered after satellites owned by NASA had reportedly discovered a large, unidentified Near-Earth object. Foundation agents implanted in the organization quickly limited the spread of the information and contacted the Foundation. Those involved in SCP-XXXX discovery were administered Class-A Amnestics.
Addendum XXXX/A: Initial Contact
Addendum XXXX/B: Further Contact
.
.
.
.
.
You take a sip of you warm beverage. You know all to well that isn't everything to it. A small window pops up on your screen. An email, and on it, is a link. you click…
.
.
.
.
.
Wow! You flipped a card and got: MertEren94 - The Medallion!!! You ca reload the page or go to the next.
DATE: 05 Jul 2021 16:32
Item #: SCP-5473
Object Class: Euclid
Special Containment Procedures: SCP-5473 rests on the neck of a skeleton sitting on a wooden chair, inside a 45 m2 cell with lead-lined durable steel walls, 1 automatic rifle aimed directly at SCP-5473's chains for use in an emergency, inside the room. 2 armed personnel are waiting at the door, unauthorized entry from the authorities is prohibited…
Description: SCP-5473 is a 1.08 kilograms medallion made entirely of gold, with the exception of the chains and the jewel inside. The medallion is inlaid with runes.
The diameter of the madallion is 6 cm, the chain is 66 cm long, the medallion contains an unknown red gem engraved with incomprehensible inscriptions, the medallion's chains are made of yellow diamond.
SCP-5473 was discovered in 2012 by the reporting of a flying man in a village in Croatia. When the foundation reached the village, a middle-aged man with black hair and beard, white skin, dressed in
casual clothes, was wearing the medallion, flying 3 meters high…
The medallion was emitting light and moving slightly while the man was whispering something to himself, the armed personnel tried to communicate with the man, the man was partially understood the English, despite the personnel's efforts to reconcile, the man was shouting "go away!" while trembling, the personnel refused to go, man suddenly stopped trembling and shouted, he lifted one of the staff members and threw it with telekinesis, breaking his arm and leg on which he fell, whereupon the Armed Personnel opened fire on the man, but the man successfully evaded the bullets, and then, with a sad and helpless expression on his face, he used his telekinesis power on the SCP personnel truck, hurling the truck towards the personnel, 4 personnel were died and 1 injured, the remaining 7 personnel continued to fire in dismay, but the bullets that hit the man were bouncing straight back, the later foundation helicopter fired a volley at the man, several bullets hit the medallion and the medallion finally fell off the man's neck, the man was also fell from 3 meters high. The man and the personnel, returned to the foundation together, and the medallion was taken to the research center.
The man was asked why he attacked the personnel, the man replied, "I said go, but no, I attacked, the medallion attacked", and he suddenly aged, turned 80-90 from the age of 40 and made a mixture talk of Ottoman Turkish and Croatian sentences and died of old age.
(The man was named SCP-5473-1 because he had no known name.)
Medallion Experiment
As a result of the examination on the medallion, it was decided that the light emitted by the medallion did not cause any harm, the gold from which the body of the medallion was made was shining like new, SCP-5473 was not responsible for the aging of the man, so the medallion had no known side effects. After that SCP-5473 and a D-Class Personnel got locked in a private observation-storage room that watched live. D-Class personnel laughed like crazy after wearing the medallion, there was nothing around that he could throw with telekinesis, but he was trying to learn all his abilities for escape from the room, after 1 hour of struggle he found the right ability, and he melted the double-deck bulletproof thick glass with a hand gesture, while laughing after he left the room, the armed personnel shot at the medallion's chain, so the medallion fell to the ground and the D-Class personnel lost his powers, then the D-Class Personnel started swearing at the armed personnel and was shot in the head when he tried to kick them…
SCP-5473 was placed on its own in a cell with standard steel walls.
The medallion remained harmless in the room for 3 days, emitting only a dim light.
On the 4th day, the guard at the gate reported hearing whispers in his head that he should wear the medallion.
Although these whispers increased in his head with each passing day, the officer obeyed orders and did not wear the medallion. At week 4, SCP-5473 stopped whispering to the guard, and the light it emitted began to grow stronger, eventually the medallion lifted into the air and began to vibrate, within 15 seconds the first burst of energy took place, 30 Within seconds, the second burst of energy occurred much stronger, the explosion caused the steel walls of the room to collapse, and emitted a low amount of radiation, the guard at the door died because of the explosion on the walls, while the medallion slams from side to side with irregular movements, and small energy Explosions were forming, SCP-5473 was fired upon, but this in a larger explosion resulted in the death of 3 employees, eventually SCP-5473 was snatched around the neck of one of the deceased employees, and the situation calmed.
SCP-5473 was taken back to the research facility, then strapped to SCP-2241's neck in a secure area for all its powers to be identified.
Gained new features, such as heat manipulation, but the medallion's
main effect on him was not to give him new powers, but rather to strengthen his already possessed powers, SCP-2241's own powers being many times stronger, using his powers more quickly, effectively and with control than before.
The observed powers of the SCP-5473 are:
- Telekinesis
- Fly
- Heat manipulation
- Bulletproof Durability
- Regeneration
- Zap
- Energy Blast
- Aging Immunity
- Power Augmentation
Finally, SCP-5473 was hung around the neck of a skeleton and placed in its special cell.
Addendum: Corpse investigation Report
As a result of the research on the man's body, it was understood that the man was born in the 1600s, he spoke Ottoman Turkish mixed with Croatian before he died, it showed that he was born in the Croatian region, considering that the man was 40 years old before removing the medallion, the man must have been wearing the medallion for 350-360 years on average, the sentence he said before he died translated as "Found █████ in a strange chest with █████ written on it, ████ █████ ██ ██████"…
[[footnoteblock]]
Wow! You flipped a card and got: Igloo Man Man!!! You ca reload the page or go to the next.
DATE: 05 Jul 2021 09:57
Item #: SCP-XXXX
Object Class: Safe
Threat Level:Black
Special Containment Procedures: SPCXXX is stored in reliquary area [DATA EXPUNGED] and is located 1000M below sea level. XXX is kept in a 10 M x 10 M x 10 M air tight steel room, with 2 automated strip lights installed in the ceiling along with various sensors. The room is secured by 3 layers of 10 inch thick secure Class A containment gates weighing ***kg and composing of concrete and steel. Aside from the entrance, the whole of the containment chamber is encased entirely in 20 inch thick concrete. On either side of the outermost containment gate are 5 05 security clearance key-card holders.
XXX stands in the center of the room, upon a rectangular steel pedestal measuring 1 m in height and which encases one of the two thermonuclear devices located in reliquary area [DATA EXPUNGED].
No personnel may attempt to access SCP XXX. Any attempt to do so will lead to immediate termination.
Description: SCP XXX is an hourglass containing the ashes of every human, living, deceased and yet to exist.
The ashes in the top half of XXX are the ashes of all humans yet to exist and those currently alive. The ashes in the bottom half are the ashes of all humans that have died.
The hourglass was procured by the foundation on the [REDACTED]from [REDACTED].
How the foundation came to learn of XXX and its properties is unknown.
The amount of ash left in the top half of XXX and thus time left for the human race is unknown All D class- subjects exposed to the hour glass have since been terminated in order to prevent this information being revealed and all researchers who have seen XXX [and the initial retrieval squad] were administered with a class C amnestic, after writing reports which have been censored of all reference to the amount of ash in the upper and lower parts of the hourglass. When XXX was under research no recording devices were allowed under threat of termination and no digital footage or artistic representation exists. All but the most senior researchers were administered with class C amnestic targeting all memory of SCP XXX following the end of research, as mandated by the 05 council.
Accessing XXX
In order for the containment gates to open, each of the 10 key-card holders must be inserted with an 05 key-card, within 30 seconds of the initial key-card being inserted. If this does not occur then the thermonuclear device located within the room will be detonated immediately, followed by the thermonuclear device located at the sole entrance to reliquary area [DATA EXPUNGED], lethal nerve agent will also be deployed throughout the whole of area [DATA EXPUNGED] through the ventilation system and all doors will be automatically closed. If 10 key-cards are inserted within the time limit the gates will open and will only shut when all 05 key-cards are retracted. When the gate is closed any change in the environment (picked up by sensors in the room) will lead to the previously described failsafe being implemented with immediate effect.
In all cases of key-card activation and/or failsafe implementation all non class A personnel at area XXX will be terminated via explosive chips inserted into cranium of all personnel located at area [DATA EXPUNGED]
Terminating XXX
Alternatively, if after a 30 second period from the initial key-card activation 5 to 9 05 key-cards are inserted the 2 thermonuclear devices located in area [DATA EXPUNGED]will start a countdown of 20 minutes after which they will be deployed, along with the lethal nerve agent and the automated shutting of all doors. This will provide all key-card holders ample time to evacuate area [DATA EXPUNGED] before destruction.
In all cases of key-card activation and/or failsafe implementation all non class A personnel at area XXX will be terminated via explosive chips inserted into cranium of all personnel located at area [DATA EXPUNGED]
Threat Potential and Proposed Scenarios
SCP XXX is deemed a severe threat by the foundation due to its hypothetical potential to bring about multiple K class scenarios
K class scenarios
It is hypothesized that if the hourglass is turned over all current human life would be wiped out and replaced by previously deceased humans, including long dead ancestors. This would lead to famine,technological collapse and the release of SCP’s on a massive scale following the inevitable collapse of the foundation following the death of all personnel. This in itself would lead to further k class scenarios and the probable extinction of humanity.
Another postulation by researchers that in the event of XXX being turned over the deceased may reanimate into our world in anomalous form, resembling the traditional ghost or other instances of anomalous reanimation, possibly leading to a K class scenario.
LK class scenario
It has also been hypothesized that in the case of the hour glass being turned over it has the possibility to resurrect pre homo sapien species other close relatives. This could result in a LK class scenario in which the remaining homo sapiens are overthrown by closely related species, such as SCP 1000’s species.
Immortality theory
Researchers have also speculated that turning XXX on its side or otherwise stopping the flow of ash could lead to immortality for humanity. Many researchers have pressed for this course of action but have been denied conclusively by the 05 council and ethics board. Former head scientist of research into XXX, Dr [Expunged] was terminated following attempts to put XXX on its side. Following this incident all research and contact with SCP XXX was temporarily halted and new containment procedures implemented..
Foundation induced XK class scenario
It has been theorised that XXX will prompt a foundation run extermination of the human species. Proponents of this theory hold that if the foundation discovers that the extinction of the human race is imminent it may launch an extermination of all humans in order to prevent extermination by anomalous forces.
[[Additional Notes]]
//All research of SCP XXX was halted on 20/04/2020, as mandated by the 05 council following the recovery of archive 5000-1, after which it was relocated to reliquary area [DATA EXPUNGED] and current containment procedures were implemented. //
Any further research or access to XXX is prohibited under threat of termination.
Wow! You flipped a card and got: merteren94!!! You ca reload the page or go to the next.
DATE: 05 Jul 2021 08:25
Item #: SCP-5328
Object Class: Safe
Special Containment Procedures: SCP-5328
It is stored in a cell in Area 177, surrounded by special thick walls measuring 6.5m x 6m x 6m, 1 armed guard waits at the door, the walls are Barrier Tekno Silence soundproofed and it is forbidden for the personnel to enter without permission.
Description: SCP-5328 is an obelisk measuring 3m x 0.6m x 0.6m.
When the obelisk came to the foundation, the structure of the obelisk was examined, and none of the stones and jewels in it were from this world, except for diamonds and sapphires.
Employees who touched the obelisk stated that they saw the obelisk in their dreams.
Until the function of the obelisk was understood, the obelisk was locked in a standard room with a guard at the door, on the 3rd day the obelisk communicated with the guard via telekinesis, and the guard heard the voice "I can satisfy his curiosity" in his head, the guard asked the obelisk, what are you, the obelisk told him it was just an obelisk from the Kozmos, and after he said he could answer any question, he disappeared with a burst of light.
After the obelisk disappeared, the guard told the incident to the authorized foundation personnel, the guard was demoted for speaking to scp without informing anyone…
The obelisk continued to be sought after for 8 years and was finally found in Sweden in 2012, the foundation upgraded the obelisk preservation procedures.
The obelisk claimed to have the knowledge to answer all the questions, it was investigated what caused the irradiation of the obelisk, but to no avail, attempts to open the obelisk were also unsuccessful, the obelisk was not damaged by firearms, heat, cold or anything else, then a lazer fired into the obelisk, the laser damaged it, but soon the obelisk repaired itself and returned to its original state, after which attempts to open the obelisk were terminated.
But a tracking device was successfully placed on the obelisk, after that together with 2 B class personnel, Researcher Meg Neilson entered the cell.
The dialogue between the Obelisk and Meg Neilson is given below.
Obelisk : Welcome, Meg Neilson, ███████ and █████████
Researcher M. Neilson : Okay, I hope you don't get lost right after my question.
Obelisk: It's usually always like that
Researcher M. Neilson : All right, so I'm going to ask multiple questions, first, do you have any names? Secondly, what is your purpose? Third and last, where do you come from? from the cosmos?
Obelisk :
No, I don't have any name. My purpose is to satisfy your curiosity. Partially yes I come from the Kozmos but not from the Cosmos which is exactly the universe as you know it…
Researcher M. Neilson: What do you mean?
"With the explosion of light, the obelisk disappears"
The location of the obelisk was found again thanks to the tracking device, this time the obelisk was found 180 meters below the black sea, it was brought ashore with the land under it, and before taking it to the organization, researcher Meg Neilson, who came with the team, asked a few more questions to the obelisk.
Researcher M. Neilson : This time I will ask more difficult questions.
Obelisk : Of course, questions that would be difficult for me will not even come to mind.
M. Neilson : All right, When is the end of the world?
Obelisk : The end of the world is coming on many different dates, but I can say [DATA EXPUNGED] as the most recent date…
"The Obelisk disappears"
After this incident, the O5 Council had M. Nelson's memory erased in a controlled manner.
When the Obelisk was brought back to the foundation, tracking device is removed because the tracking device is damaged and a new one installed. The O5 council restricted the use of the Obelisk even to B-class personnel, as it could reveal too much confidential information and be used to the detriment of the foundation.
Researchers and some B-Class personnels took their idea to the council to ask the all-knowing Obelisk about SCP-682's weak spot, but given that each question Obelisk is teleporting to a farther location, and the tracking device was damaged due to distance, it was decided that any question should be considered at length, and questioning has been postponed…
Addendum: Discovery :
Obelisk was first found in 2004 by a farmer plowing his field in the city of Çankırı, Turkey, when the villager could not move the obelisk, he informed the authorities, even the authorities could not move the obelisk, one of the officers said that obelisk contacted him with telekinesis, after that the SCP foundation stepped in, the piece of land under the obelisk was taken to the foundation together with obelisk, standard memory deletion was applied to the witnesses.
[[footnoteblock]]
SCP-XXXX - Sahtekar Tanrı
Nesne Türü : Keter(eskiden) - Euclid
Saklama Prosedürleri : SCP-XXXX, duvarları
Isı ve ses yalıtımlı, çelikten yapılma, aynalarla kaplı, -23 ile 23 derece arasında değişken sıcaklıklarda, 8 silahlı personelin koruduğu, gizli kameralarla izlenen standart büyüklükte bir odada muhafaza edilmektedir…
Açıklama : SCP-XXXX 2 metre boyunda (x) kilogram ağırlığında, beyaza yakın açık kırmızı ten rengine sahip, yüzünde beyaz bir maske takan, kısa sayılacak pençelere sahip, zeki, insansı bir anomalidir, insan psikolojisine ağır etkisi vardır, (sahte formunda psikoljiye iyi etkileri vardır, bir kişi onu gerçek formunda görürse, kişi üzerinde geri dönülemez psikolojik sorunlar doğurur.) Paronoya, halisulasyon, sebepsiz korku, mide bulantısı, öfke bunlardan bazılarıdır.
SCP'nin keşfi vakıf çalışanlarından Ali C.'nin bulduğu kanlı bir günlüğe dayanır.
*Günlük ektedir*
[Gün 4 : Karla, bugün *'da doğada bir gezintiye çıktık, bir nehirin ardında içinden ışık süzen bir mağara vardı, 4 arkadaşım da içeri girmeye tereddüt etti, ben önce girince arkamdan geldiler, ve sonra Karla, hayatımdaki en güzel şeyi gördüm, Tanrıyı gördüm Karla, cenneti gördüm, hepimiz gördük, Tanrı ile mutlaka senin de tanışman lazım ama yine de anlatayım, Tanrı 2 metre, yakışıklı, hafif sakallı, kaslı, hayranlık uyandırıcı biri, her neyse olayı anlatayım, içeri girdik, inanmadım Karla, o mağaranın içi devasa bir cennete dönüştü, mutlaka bir gün ikimiz beraber buraya geleceğiz, Tanrı bizi karşıladı ve bize teker teker isimlerimiz ile selam verdi, daha sonra bize burasının cennet ve kendisinin de Tanrı olduğunu söyledi, hepimiz ona hayranlıkla baktık, gözlerim doldu, Tanrıya sarıldım, o da bana sarıldı ve başımı okşadı, tıpkı bir baba gibi… Daha sonra bizi sütten akan bir nehire götürdü süt soğuktu ama yine de mükemmel hissettiriyordu, tadı her sütten güzeldi, nehirde rahatladık, Tanrıya bu sütün ne sütü olduğunu sordum, hafifçe güldü ve "kısmen insan" dedi, her neyse daha sonra huzurlu bir şekilde nehirden çıktım, ve mükemmel kokan tertemiz çimlere yatıp bu okuduğun metinleri yazdım…
Gün 5 : Uyuyakalmışım Karla, rüyamda Tanrıyı gördüm, öylece bana bakıyordu, ciddi bir şekilde… Her zamanın aksine uyandıktan sonra o kadar huzurlu hissetmedim, ta ki Tanrıyı ve dostlarımı görene kadar, hep beraber bir daha çıkmışlardı, hemen yanlarına gittim, dağdan cenneti izledik, daha sonra tanrıdan hep beraber bir yemek yemeyi istedim, Tanrı bir el hareketi ile bir masa yarattı, üzerinde altından tabaklarda mükemmel biftekler, altından kadehlerde lüks şaraplar vardı, ve ortada da bir elma, Tanrı ortaya oturdu, elmadan bir ısırık aldı ve daha sonra elmayı yok etti, önemsemedim ve herkesle beraber yemeğe başladım, özür dilerim Karla ama Tanrı senden daha güzel yemek yapıyor :D
Neyse, biraz zaman geçti ve Tanrı bize bulutlarda uyuyabilecegimizi söyledi, bulutlar gerçek bulutlardan çok pamuk gibi, ama yinede rahat, şimdi kendimi bu rahat bulutlara bırakacağım, bak neler kaçırdın, sana tatilin çok güzel olacağını söylemiştim, keşke sende gelseydin. Seni seviyorum Karla, seni seviyorum aşkım…
Gün 6 : Karla, anlayamıyorum, cennette neden böyle tuhaf rüyalar görüyorum anlamıyorum, yine Tanrıyı gördüm bana baktı, elindeki elmadan bir ısırık aldı ve elmayı cennetten aşağıya fırlattı, daha sonra küçümser bir şekilde güldü, uyandığımda çok tuhaf hissettim, rüyamı Tanrıya anlattım, bana cennette olduğumu ama henüz ölmediğim için böyle şeylerin normal olduğunu söyledi, hep beraber yemek yedik ve sonra hayatımın en güzel anlarını yaşadım, hep beraber uzaya çıktık, uzayda serin bir rüzgar eşliğinde hızlıca uçtuk, nebulalardan geçtik, çok güzel manzaralar gördük, galaksiler gördük, farklı gezegenlere indik, en sonunda cennete geri döndük. Süt nehrinde biraz dinlenmeye karar verdim.
Gün 7 : Rüyamda seni gördüm Karla, sana doğru geliyordum ki Tanrı beni cennete çağırdı, ben seni istiyordum ama bacaklarım beni cennete soktu, tuhaf bir rüyaydı, uyandığımda arkadaşlarım havuzda meyve ve dondurma yiyyordu, yanlarına gittim, biraz sohbet ettik, laf arasında rüyalarımı anlattım Jasmine hariç hepsi saçmaladığımı söyledi, Jasmine de benim geçen gün gördüğüm elmalı rüyayı görmüş, bu bana tuhaf hissettirdi ama yanlız olmadığımı bilmek hoş, Jasmine ile beraber konuşarak yürümeye çıktık, ve ışıklı bir kapı fark ettik, kapıya doğru ilerledik ve birden bire Tanrı arkamızdan geldi, ve bize, "hayır oraya girmek istemezsiniz, kimse cehennemi görmek istemez" dedi, "elbette istemez" dedim ve eğlenmeme baktım, her neyse yarın yine yazarım, şimdi dinozorlari görmeye gidiyoruz…
Gün 8 : Karla, bugün gördüğüm rüya hayatımdaki en korkunç rüyaydı önce o kapıyı gördüm, kapı yeşillige açılıyordu, sonra Tanrıyı gördüm normal şekilde gülüyordu, daha sonra bana yaklaştı ve birden bire kırmızı tenli, pençeli, yüzünde maske olan, kaslı bir şeye dönüştü, şeytan gibi bir şeye… Çığlık çığlığa uyandım rüyamı Jasmine'e anlattım Jasmine de benimle aynı rüyayı görmüş. Jasmine'e beklemesini söyledim ve kapıyı kontrol etmeye gittim, kapıdan bir vücudumun kısmımı çıkarttım, hayır Karla orası cehenneme açılmıyordu, mağaradan dışarıya açılıyordu, sonra omzumda kırmızı ve pençeli bir el gördüm, beni içeri çekti, içeride o elin Tanrıya ait olduğunu anladım, ama artık normal görünüyordu, Tanrı bana "Cehennemi görmek mi istiyorsun? Neden anlamıyorsun oraya gidersen Cehennemi görürsün!" diye bağırdı, ve hafifçe gülüp, "kusura bakma, ama cidden bunu istemezsin" dedi sonra diğerlerinin yanına gitti. Aman Tanrım Karla, bu hayatımdaki en korkunç şeydi, o eli asla unutamam, uykuya ihtiyacım var bulutlara gidiyorum, yatacağım…
Gün 9 : Karla rüyamda yine onu gördüm, ama cennette değil, cehennem gibi korkunç bir yerdeydi, arkası bana dönüktü ve belden üstü çıplaktı, sırtında kırbaç izleri vardı, bana baktı, yüzünde yine o maske vardı, sonra güldü… Uyandım bunu Jasmine'e anlattım, beni onayladı, buradan ne olursa olsun çıkacağım, seni özledim Karla, Tanrıya bunu söyleyeceğim…
Karla, Tanrıya gitmek istediğimi söyledim, ama bana "Cennete giren birdaha çıkamaz, evladım, karını öldükten sonra görürsün" dedi ve izin vermedi, hayır! hayır! hayır!, ben seni göreceğim Karla. Bizim arkadaşlara gideceğimi söyledim. Jasmine ile beraber kapıdan çıkmaya çalışırken o bize rüyamdaki o korkunç hali ile göründü tek fark bedeni daha az kırmızıydı, korkunç şekilde "buradan çıkmak yok çocuklarım" dedi, çok fena korktum ve terledim, Jasmine ile beraber diğer arkadaşlarımızın yanına gittik ve olanı biteni anlattık, bize inanmadılar, sonra Jasmine onlara "O bir sahtekar! Belki de şeytandır!" Dedi, David hariç kimse ona inanmadı ve Tanrı yanımıza gelince, diğerleri ona bizi ispiyonladı (şerefsizler) O ise güldü ve "Hayır, haklılar ben Tanrı değilim, bir sahtekarım dedi" işte o an ölmek istedim, cennet birden bire değişti, cehennem gibi bir yer oldu, süt nehri aslında kan nehriymiş, biftekler insan uzvuymuş, şaraplar kanmış, bulutlar asit yağdıran kara bulutlar, yerdeki çimler insanların damarları, ağaçlar ve zemin deriden yapılma, gök yüzüneki güneş karanlık ve o, Tanrı, o lanet bir sahtekar, belki de şeytan, herkes çığlık attı ve kaçmaya başladı, Tanrı sandığımız o şerefsiz birden David'i yakasından tuttu ve eliyle kafasını koparttı, yüce Tanrım, David benim çocukluk arkadaşımdı, "neden!" Diye bağırdım, yerde bir insan kemiği buldum, kemiği aldım ve o canavarın çenesine doğru vurdum, kemik kırıldı, o şerefsizin de yüzündeki maskeden birkaç damla kan aktı, burnunu çekti ve şeytani bir kahkaha attı, bana doğru atıldı, daha sonra Mavis beni savunmak için ileri atıldı, Mavis öylece ikiye ayrıldı, daha sonra ben ve Tarik, o yaratığa saldırdık, maskesini indirdi, Tarik'in boynunu ısırdı ve kopardı, o maskesini geri takmaya çalışırken ona tekme attım, kandan nehire düştü. Uzaktan beni çağıran Jasmine'i gördüm yanına doğru gittim, dağın arkasındaki devasa ağaçlardan birinin kovuğuna saklandık, hiç farketmedim ama kolum kanıyormuş, her neyse Karla, bu lanet yerden ve o Orospu Çocuğundan kaçacağız sana yemin ediyorum kaçacağız, o orospu çocuğu bunun bedelini ödeyecek, buraya bütün Amerikan ordusunu yığacağım, o piç şu an dışarıda uçarak bizi arıyor, her neyse Karla yazmayı kesiyorum, kovuktan kafamı kaldırdım, çıkış kapısını gördüm, fark edilmeden çıkabilirmiyiz bilmiyorum, ama denemek zorundayız, yoksa kan kaybından öleceğim, seni seviyorum Karla…
Extra :
Wow! You flipped a card and got: SCP-6032!!! You ca reload the page or go to the next.
DATE: 04 Jul 2021 23:29
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { .mobile-top-bar { display: block; } .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block!important; position: fixed; top: 0; left: -19em; width: 17em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 0.3em 0.675em; background-color: rgba(0,0,0,0.1); transition: left 0.5s ease-in-out; } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; z-index: 10; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } .close-menu { margin-left: 19em; opacity: 0; } }
/* Penumbra Theme [2020 Wikidot Theme] By EstrellaYoshte Based on: Paperstack Theme by EstrellaYoshte Ad Astra Theme by NatVoltaic and stormbreath Inkblot Theme by Croquembouche Anderson Robotics Theme by Croquembouche BHL Style Collapsible by Monkatraz */ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); @import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap); #page-content { font-size: .9rem; } body { font-family: 'Roboto', sans-serif; color: #EDEDED; background-color: #2F333C; background-image: linear-gradient( to bottom, #21252E, #21252E 90px, #21252E 90px, #2F333C 200px, #2F333C 200px, #2F333C 100%); background-repeat: no-repeat; } #main-content { top: -1.2rem; } /* ---- SCROLLBAR ---- */ ::-webkit-scrollbar { width: 9px; background: transparent; } ::-webkit-scrollbar-track { background: #21252E; } ::-webkit-scrollbar-thumb { background: #ededed; border: none; } ::-webkit-scrollbar-thumb:hover { background: var(--accentColor); } /* ---- HEADER ---- */ div#container-wrap { background-image: none; } div#header { background-image: none; } div#extra-div-1 { height: 164px; width: 100%; top: 0; position: absolute; background: var(--lgurl); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; z-index: -1; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } /* Move the subtitle down a smidge */ #header h2 { margin-top: 0.45rem; } /* Hide the existing text */ #header h1 span, #header h2 span { font-size: 0; display: none; } /* Style the new text */ #header h1 a::before, #header h2::before { color: var(--accentColor); font-family: 'Josefin Sans', sans-serif; text-shadow: none; } /* Set the new text's content from variable */ #header h1 a::before { content: var(--header-title, "SCP FOUNDATION"); font-weight: 300; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT"); font-weight: 600; font-size: 1.22em; } #login-status { color: #ededed; } #login-status a { color: var(--accentColor); } #login-status ul a { color: #ededed; background: #21252E; } #login-status ul a:hover { color: var(--accentColor); } #account-topbutton{ border: solid 1px var(--accentColor); } #footer, #footer a { background: transparent; color: #ededed; } #license-area { color: #ededed; } #search-top-box { top: 2.2rem!important; right: 8px; } #search-top-box-form > input[type=submit] { border: solid 1px #ededed; background: #21252E!important; box-shadow: none; border-radius: 0; color: #ededed; transition: color 0.15s linear; } #search-top-box-form input[type=submit]:hover { border: solid 1px var(--accentColor); box-shadow: none; color: var(--accentColor); } #search-top-box-form > input[type=text] { display: none; } /* ---- TOP BAR ---- */ #top-bar { top: 8.4rem; display: flex; justify-content: center; right: 0; } @media (max-width: 768px) { .mobile-top-bar { display: flex; justify-content: center; max-width: 100%; width: 100%; left: 0; } } #top-bar, #top-bar a { color: #ededed; transition: color 0s; } #top-bar ul li ul { border-color: var(--accentColor); overflow: hidden; } #top-bar ul li.sfhover ul li a, #top-bar ul li:hover ul li a { border-top-color: #2F333C; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { background: #21252E; color: #ededed; } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: #21252E; /* top bar hover background color */ color: var(--accentColor); transition: color 0.1s linear; } /* ---- SIDE BAR ---- */ div#side-bar{ background: #21252E; clear: both; padding: .8em; border-radius: 0; box-shadow: none; overflow-x: hidden; } #side-bar .heading{ color: #ededed; font-family: 'Josefin Sans', sans-serif; font-size: 0.94rem; border-bottom: solid 1px #ededed; } #side-bar .side-block { border: transparent; border-radius: 0; box-shadow: none; background-color: #21252E; } #side-bar .side-block.media { background-color:#21252E; } #side-bar .side-block.media > * { display: flex; justify-content: space-evenly; } #side-bar .side-block.resources { background-color:#21252E; } .side-block .menu-item > .image { display: none; } #top-bar div.open-menu a { border-radius: 0; box-shadow: none; color: var(--accentColor); background-color: #21252E; border: solid 1px #21252E; } @media (max-width: 767px) { #main-content { padding: 0; margin: 0 5%; border-left: none; } #page-title { margin-top: 0.7em; } #side-bar { background-color: #21252E; left: -18.6em; } #side-bar:target { border: none; box-shadow: none; } #side-bar .close-menu { transition: width 0.5s ease-in-out 0.1s, opacity 1s ease-in-out 0s; display: block; position: fixed; width: 100%; height: 100%; top: 0; right: 0; background: rgba(0,0,0,0.3); background-position: 18.6em 50%; z-index: -1; opacity: 0; pointer-events: none; } #side-bar:target .close-menu { width: calc(100% - 18.6em); right: 0; left: auto; opacity: 1; pointer-events: auto; } #side-bar:target .close-menu:hover { background: unset; } #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr { margin: 3em -5.5%; } #side-bar { top: 0; } #side-bar .heading { padding-left: 1em; margin-left: -1em; } #search-top-box { top: 107px; } } /* ---- TABS ---- */ /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: var(--accentColor); box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #ededed; font-weight: bold; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #21252E; border: unset; box-shadow: none; box-shadow: none; transition: background-color 0.15s linear; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ededed; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: var(--accentColor); } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ededed; background-color: #21252E; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: var(--accentColor); } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #21252E; font-weight: bold; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #21252E; background-color: var(--accentColor); } .yui-navset .yui-content { background-color: #21252E; box-shadow: none; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: none; } /*---- TAB ANIMATION by Croquembouche ---- */ .yui-navset .yui-content > div { display: block; top: 0; overflow: hidden; transform-origin: 0 0; } #page-content .yui-navset .yui-content > div[style*="none"] { display: block !important; flex: 0; max-height: 0; padding: 0 0.5em; border-width: 0; /* The following transition affects the one that DISAPPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18,.51,.54,.9) 0s; animation: tab-disappear 0.5s ease-in-out 0s 1 both; } #page-content .yui-navset .yui-content > div[style*="block"] { display: block !important; flex: 1; max-height: 9999rem; /* The following transition affects the one that APPEARS */ transition: padding 0s linear 0.5s, border-width 0s linear 0.5s, flex 0.5s cubic-bezier(.18,.51,.54,.9) 0.5s; animation: tab-appear 0.5s ease-in-out 0.5s 1 both; } @keyframes tab-disappear { 0% { max-height: 9999rem; } 1% { max-height: 100vh; } 100% { max-height: 0; } } @keyframes tab-appear { 0% { max-height: 0; } 99% { max-height: 100vh; } 100% { max-height: 9999rem; } } /* ---- INFO BAR ---- */ body{ --barColour: #21252E; --linkColour: #ededed; } .info-container .collapsible-block-content{ padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* Ayer's info-bar patch by Monkatraz */ #page-content .info-container .collapsible-block-folded, #page-content .info-container .collapsible-block-unfolded-link { width: 100%; max-width: 100%; margin: 0 auto; padding: 0; box-shadow: none; } #page-content .info-container .collapsible-block-link::before, #page-content .info-container .collapsible-block-unfolded-link::before { content: " "; display: none; } #page-content .info-container .collapsible-block-content::after { display: none; } /* ---- INFO PANE ---- */ #page-content .creditRate{ margin: unset; margin-top: 4px; margin-bottom: 4px; margin-right: 3px; } #page-content .rate-box-with-credit-button { background-color: #21252E; border: solid 2px #21252E; border-radius: 0; box-shadow: 3px 0px 0px 0px var(--accentColor); } #page-content .rate-box-with-credit-button .creditButton p a { border-left-color: transparent; } #page-content .rate-box-with-credit-button .page-rate-widget-box .cancel { border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points { border-left: 0; } .rate-box-with-credit-button .page-rate-widget-box .cancel a:hover { border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { color: #ededed; } #page-content .rate-box-with-credit-button .fa-info:hover { color: var(--accentColor); } #page-content .creditButtonStandalone p a { background-color: #21252E; border: solid 2px #21252E; border-radius: 0; box-shadow: 3px 0px 0px 0px var(--accentColor); color: #ededed; } #page-content .creditButtonStandalone p a:hover { color: var(--accentColor); } #page-content .modalbox { background: #2F333C !important; color: #ededed; box-shadow: none; } .close-credits, .credit-back { filter: grayscale(100%) invert(100%) contrast(275%); } /* ---- PAGE RATING ---- */ .page-rate-widget-box { margin: unset; border-radius: 0; border: solid 2px #21252E; box-shadow: 3px 0px 0px 0px var(--accentColor); background-color: #21252E; margin-top: 4px; margin-bottom:4px; margin-right: 3px; } .page-rate-widget-box .rate-points { background-color: #21252E !important; border: none; color: #ededed !important; text-transform: capitalize; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #21252E; border-top: none; border-bottom: none; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #ededed; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #21252E; color: var(--accentColor); } .page-rate-widget-box .cancel { background: transparent; background-color: #21252E; border: none; } .page-rate-widget-box .cancel a { color: #ededed; } .page-rate-widget-box .cancel a:hover { background: #21252E; color: var(--accentColor); } /* ---- PAGE ELEMENTS ---- */ .page-source, tt{ font-family: "Fira Code", monospace; font-size: 0.87rem; } .code pre, .code p, .code { font-family: "Fira Code", monospace; font-size: 0.87rem; color: #21252E; } h1 { color: var(--accentColor); font-family: 'Josefin Sans', sans-serif; font-weight: bold; } h2, h3, h4, h5, h6 { color: #EDEDED; font-family: 'Josefin Sans', sans-serif; font-weight: bold; } #page-title { color: #ededed; font-family: 'Josefin Sans', sans-serif; font-size: 1.65rem; text-align: center; border-color: #ededed; } /* Clicky links */ a, a.newpage, a:visited, #side-bar a:visited { color: var(--accentColor); transition: color 0.15s linear; } a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover { color: #ffffff; text-decoration: none; background-color: var(--accentColor); } a.newpage { filter: hue-rotate(180deg); } /* patch for sidebar media, collapsibles, ACS, info button and ayers module so link doesn't override */ #page-content .collapsible-block-folded a:hover, #page-content .collapsible-block-unfolded-link a:hover, #page-content .rate-box-with-credit-button .fa-info:hover, #side-bar .side-block.media a:hover, .danger-diamond a:hover { background: transparent; } .info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link { background: var(--linkColour) !important; } hr{ background-color: var(--accentColor); } blockquote, div.blockquote, #toc { background-color: #21252E; border: solid 2px #2F333C; box-shadow: -3px 0px 0px -0.1px var(--accentColor); } .code { background-color: #F8F8F8; border: solid 3px #2F333C; box-shadow: none; } .scp-image-block { border: solid 8px #21252E; border-bottom: solid 0px #21252E; box-shadow: 0px 0.26rem 0px 0px var(--accentColor); box-sizing: border-box; } .scp-image-block .scp-image-caption { background-color: #21252E; border: solid 4px #21252E; color: #ededed; font-size: 0.84rem; } .scp-image-block.block-left { margin-left: 0; } .scp-image-block.block-right { margin-right: 0; } @media (max-width: 540px) { .scp-image-block.block-left, .scp-image-block.block-right { float: none; clear: both; margin-left: auto; margin-right: auto; } } #page-content .wiki-content-table tr th { border: solid 1px var(--accentColor); color: var(--accentColor); background-color: #21252E; /* set border for table title */ } #page-content .wiki-content-table tr td { border: solid 1px var(--accentColor); /* set border for table content */ } /* fancy collapsible */ #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { background: #21252E; transition: background 0.25s linear; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; padding-right: 1rem; width: min-content; white-space: nowrap; overflow: hidden; margin: auto; box-sizing: border-box; } #page-content .collapsible-block-folded .collapsible-block-link::before { content: "▷ "; } #page-content .collapsible-block-unfolded .collapsible-block-link::before { content: "▽ "; } #page-content .collapsible-block-link { text-decoration: none; color: #ededed; font-weight: bold; } #page-content .collapsible-block-folded:hover, #page-content .collapsible-block-unfolded-link:hover { background: var(--accentColor); } #page-content .collapsible-block-unfolded-link { box-shadow: 0px -0.26rem 0px 0px var(--accentColor); } #page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link { margin-top: 10px; margin-bottom: 10px; } /* Selection */ ::selection { background: var(--accentColor); color: #ffffff; } /* Footnotes */ .hovertip { font-size: .9rem; background-color: #21252E !important; border: solid 1px var(--accentColor) !important; } .footnotes-footer { background-color: #21252E; padding-left: 1.4rem; padding-right: 1.4rem; padding-bottom: 1.5rem; box-shadow: -0.24rem 0px 0px 0px var(--accentColor); } .footnotes-footer .title { color: #ededed; } .footnote .f-footer, .equation .e-footer, .reference .r-footer { display: none; } /* Tags */ #main-content .page-tags a { margin-top: .18rem; } .page-tags span { border-top: 1px solid #ededed; } /* Pop-Up Windows */ .owindow { background-color: #21252E; border-color: var(--accentColor); } .owindow .modal-header { background-color: #21252E; } .owindow .modal-body img { background-color: transparent !important; } .owindow .title { background-color: #21252E; color: #var(--accentColor); border-bottom: 1px solid #2F333C; } .owindow .button-bar a { background-color: #21252E; border-color: var(--accentColor); color: #ededed; } .owindow .button-bar a:hover { background-color: var(--accentColor); } /* Edit Buttons */ .buttons .btn { background-color: #21252E; border-color: var(--accentColor); color: var(--accentColor); padding: 3px 5px; } .buttons .btn:hover { background-color: var(--accentColor); color: #21252E; } /* Edit Lock Info*/ #lock-info { background-color: #21252E; border-color: #ededed; } /* Close Button for Page Source, Rating, Etc */ a.action-area-close:hover { background-color: #21252E; } /* Page-History Current */ .pager .current { background-color: var(--accentColor); border-color: #ededed; } /* History Compare */ .inline-diff ins, .inline-diff del { color: #21252E; } /* ---- INTERWIKI ---- */ .scpnet-interwiki-frame{ filter: invert(100%) grayscale(100%) contrast(75%); } /* ---- CUSTOM SYNTAX ---- */ .darkbox { background-color: #21252E; border-left: solid 0.26rem var(--accentColor); border-right: solid 0.26rem var(--accentColor); padding: .4rem; margin-top: 12px; margin-bottom:12px; } .lightbox { background-color: #ededed; color: #21252E; border-left: solid 0.26rem var(--accentColor); border-right: solid 0.26rem var(--accentColor); padding: .4rem; margin-top: 12px; margin-bottom:12px; } .lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 { color: #21252E; } .limit { margin-bottom: -1rem; z-index: 5; } .anchor { position: sticky; height:0; top: 0; z-index: 5; } .sidebox { background-color: #21252E; border-top: solid 2px var(--accentColor); padding: .14rem; margin-top: 0; margin-bottom: 8px; width: calc((100vw - 870px)/2); max-height: calc(100vh - 18rem); position: absolute; top: 0; left: 103.5%; z-index: 5; overflow: auto; box-sizing: border-box; } /* Sidebox mobile optimization, courtesy of Woed */ @media (max-width: 1290px) { .sidebox { width: auto; max-width: 65vw!important; border: none; padding-left: 0.4rem; padding-right: 0.4rem; top: 0.75rem; right: calc(((100vw - 45.8rem)/2) * -1); left: initial; -webkit-clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem)); clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem)); -webkit-transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s; transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s; -o-transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s; transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s; transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s; overflow: visible; } .sidebox::before, .sidebox::after { content: " "; position: absolute; right: 0; } .sidebox::before { top: calc(50% - 0.75rem); width: 0; height: 0; border-top: 0.75rem solid transparent; border-bottom: 0.75rem solid transparent; border-right: 0.75rem solid var(--accentColor); transition: border 0.1s ease-in-out 0.1s; z-index: 10; } .sidebox::after { top: 0; max-width: 0.75rem; width: 100%; height: 100%; box-shadow: 0.15rem 0 0 0 var(--accentColor); max-height: calc(100vh - 18rem); background-color: #21252E; z-index: -1; transition: box-shadow 0.5s ease-in-out 0.1s, max-width 0.5s ease-in-out 0.1s; } .sidebox > * { opacity: 0; -webkit-transition: opacity 0.2s ease-in-out 0.2s; -o-transition: opacity 0.2s ease-in-out 0.2s; transition: opacity 0.2s ease-in-out 0.2s; } .sidebox:hover { overflow: visible; -webkit-clip-path: inset(-0.125rem -0.25rem 0 0); clip-path: inset(-0.125rem -0.25rem 0 0); -webkit-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s; transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s; -o-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s; transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s; transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s; } .sidebox:hover::before { border-top: 0 solid transparent; border-bottom: 0 solid transparent; } .sidebox:hover::after { box-shadow: 0 -0.125rem 0 0 var(--accentColor); right: 0; max-width: 100%; } .sidebox:hover > * { opacity: 1; } } @media (max-width:768px) { .sidebox, .sidebox:hover { right: calc(((100vw - (100% - 3rem))/2) * -1 + 1.9rem); } } :root { --accentColor: #1EB5E8; --lgurl: url("https://scp-wiki.wdfiles.com/local--files/theme%3Apenumbra/logo.png"); }
Attention
The following file is level 4/6032 classified. Once accessed, you will be monitored. Any unauthorized access will lead to demotion or possible termination. Predators will be tracked, located, and detained. You have been warned.
Wow! You flipped a card and got: coldestposter!!! You ca reload the page or go to the next.
DATE: 04 Jul 2021 21:42
Arkin short story






Per 






