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: SCP-92112192199!!! You ca reload the page or go to the next.
DATE: 09 May 2021 23:17
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: SCP-XXX is to be contained in an undisclosed environmental timespace anomaly, using a generally relativistic cone-like spacetime structure that is unbreakable, and untouchable, inheriting a blue sky-like elegiac space that is visible from outside the cone. This cone is irreplaceble due to how it was made, but other options are being looked into, and needs to be moved using a special tool that is relevant to the anomalous creation of the container. This cone will be referred to as SCP-XXX-1, and the tool used to move SCP-XXX-1, will be referred to as SCP-XXX-2, henceforth. SCP-XXX-1 must be constantly observed by on-site foundation personel clerance level-2 or higher, as it can be seen shedding luminosity, at an unpredictable rate overtime, suggesting the medium of containment is failing, weakeing, or might even neutralize SCP-XXX, methods of retrival, and other methods containment are currently underway.
Description: [Paragraphs explaining the description]
Addendum: [Optional additional paragraphs]
Wow! You flipped a card and got: Roza Paper Thing!!! You ca reload the page or go to the next.
DATE: 09 May 2021 19:32
: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)); } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
Wow! You flipped a card and got: Professor mythos (Golem Knights)!!! You ca reload the page or go to the next.
DATE: 09 May 2021 17:59
This circle was found on SCP-XXXX's back
Item #: SCP-XXXX
Talos (the Golemic knights)
Object Class: Euclid,Neutralized,Safe
Secondary Class: Talos (read below)
Clearance level: (RS)
Risk level: Caution
Disruption class: Vlam
Special Containment Procedures: [Paragraphs explaining the procedures]
Containment Procedures: it is at the entrance of Area-39 in a hidden location accessed through the old city hall subway station in new york.
Description: [Paragraphs explaining the description]
SCP-XXXX is a 1.93 meter (6’4”) tall mobile humanoid made out of iron. Resembling a muscular,unarmed man wearing 16th century armor with a Corinthian style helmet,no facial features visible. Other notable traits are an alchemic circle on it’s back, and the Hebrew characters אמת on it’s chest.
When Scp-XXXX is approached by an intruder(s) (anyone unassociated with the party that activated it) or is directly attacked. It will approach and attack the intruder, and it will not stop unless either itself is terminated or deactivated, or the intruder is terminated or incapacitated. When the intruder is dealt with, it will return to its original position until another intruder comes in (it will also approach any . Violence directed towards SCP-XXXX has no visible effect.
The most effective method of deactivating SCP-XXXX is by covering part of the aforementioned circle on it’s back or the Hebrew text on its chest with blood or any iron based solution available. In order to be reactivated
History:
The events that led to its discovery were started on ██/██/████, after █████████ █████. When a member of a group sent by ███ ███████ ██████ went down there to check and report the damages had abruptly vanished after entering. The returning members claimed that they discovered a formerly hidden entranceway that led further down to an unknown location. The aforementioned member of the group volunteered to explore the now open path after. A team of ██ police officers was sent in shortly after to retrieve them, only 3 returned. All officers reported that something attacked them. At which point the foundation specifically, MTF Pi-1 ( the city slickers) was called in to investigate what was down there, neutralize it, and recover the casualties!
The unit found that the opening led to a spiral staircase that went approximately ███ feet down, which then led to a ███x███ stone pathway that led for ███ feet to a massive, underground research facility dotted with police officers . But before they could encounter the facility SCP-XXXX attacked. The encounter concluded when SCP-XXXX was unintentionally deactivated when the circle was covered in the blood for an operative had covered part of the circle. After which the bodies of the fallen police officers were retrieved and the rest of the passage was investigated!
Addendum:
[[footnoteblock]]
Wow! You flipped a card and got: SCP-6000 proposal: The Friendly Ghost of Dover Forest!!! You ca reload the page or go to the next.
DATE: 09 May 2021 06:25
Special Containment Procedures: Due to the nature of SCP-XXXX, a 2-meter tall fence is to be erected around the perimeter of Dover Forest and photography of or within Dover Forest is strictly prohibited unless it is used to communicate with SCP-XXXX.
Site-27, also known as The School Of Science and Technology, Singapore, has been constructed next to Dover Forest to act as a base of operations for Foundation personnel assigned to Project XXXX. All personnel assigned to Site-27 are to also work as teachers and staff to prevent any students from entering Dover Forest.
The current list of head researchers are as follows:
| Name | Position | Teaching Position |
|---|---|---|
| Linda Chan | Head Researcher | Principal |
| Chew Wai Lee | Assistant Head Researcher | Vice-Principal (Academic) |
| Tan Boon Tiong Vincent | Assistant Head Researcher | Vice-Principal (Administration) |
| Han Siu Yin | Senior Researcher | Head of Department, English Language |
| Peng Wee Chuen | Senior Researcher | Head of Department, Mother Tongue Languages |
| Lee Pei Pei Priscilla | Senior Researcher | Head of Department, Mathematics |
Description: SCP-XXXX is a
Discovery: SCP-XXXX was discovered in 2007 when multiple images with the anomaly were posted online.
Addendum XXXX.1: Initial Interview Logs
Interviewed: SCP-XXXX
Interviewer: Dr. Leon Choo Boon Kwee
SCP-XXXX: I've heard that my beautiful home is going to be cleared off. Why is that so?
Dr. Choo: Housing projects.
SCP-XXXX: My home has been a haven for many for forty years. Many plants and animals have called this place home for so many years. I can't lose
SCP-XXXX: Please, tell them
[[footnoteblock]]
Wow! You flipped a card and got: nuclearpotatoe6k!!! You ca reload the page or go to the next.
DATE: 08 May 2021 20:49
- CLEARED FOR PUBLIC ACCESS
- Clearance Level 1
- Clearance Level 2
- Clearance Level 3
- Clearance Level 4
- Clearance Level 5
- O5 Command only
- error_missing_clearance_handle
We at the Safe and Clean Planet initiative believe that climate change is the most important issue facing the world today.
Wow! You flipped a card and got: SCP-3777!!! You ca reload the page or go to the next.
DATE: 08 May 2021 20:02
Item #: SCP-3777
Object Class: Keter
Special Containment Procedures: The area where SCP-3777 is located must be buried at least 200 meters below normal sea level, and replaced with normal soil. The area must be contained in a containment cube made out of durable metal foam and insulated against seismic activity. The area must further be contained in a containment cube to insulate the outer area of containment from radioactivity. An armed skeleton group is to patrol an (>1 km) exclusion zone and give Class-A amnestics to any individual entering within the area and redirected.
Currently, a man-made non-anomalous copy of SCP-3777 has been stationed in Ukraine for incoming civilian visitors. To further prevent public suspicion, subtle mnestics have been diluted into the air globally. Any personnel suspected of radiation poisoning near a 5 km zone of SCP-3777 must be placed in quarantine immediately and suspended from duties indefinitely. Medical personnel are instructed to terminate and incinerate the infected individual or extend the life-time of the individual for testing.
Specialized mechanical radiation mitigators have been placed near the surface level of the location of the area to absorb and contain radiation around the environment. It is recommended that no individuals make direct contact with these mitigators under any circumstances. Individuals must replace these mitigators on a regular 2 week basis, but are suggested replacement every week.
With the use of emergency techniques and professional training, containment failure remains at a lower bound of 30% to an upper bound of 35%. Catastrophic containment failure is predicted to cause an XK-Class "End-Of-The-World" scenario approximately 6 weeks after the event. Further more, a catastrophic containment failure for over 1-week is expected to produce damage and casualties in excess of what the foundation can properly contain.
Description: SCP-3777 is a phenomenon affecting the area previously known to the public as "Chernobyl". The area's nuclear reactors located 3,700 miles East from the non-anomalous copy of SCP-3777 stationed within Ukraine, Former Soviet Union exploded and subsequently caused the manifestation of the SCP-3777 phenomenon.
SCP-3777 affects anything within a 200 meter radius of said area, causing gamma radiation to be released from every material present within the radius at a constant rate. Effects of entering SCP-3777 set in almost immediately, with fatal or acute doses becoming visible seconds after exposure. This typically renders the individual dangerous.
Any gamma radiation leaving the area will continue to spread further indefinitely with the same potent dose unless enclosed by an object. Unfortunately, gamma radiation will continue to damage objects even when enclosed with the constant doses until the radiation successfully breaches containment.
Wow! You flipped a card and got: DrLerche4!!! You ca reload the page or go to the next.
DATE: 08 May 2021 11:21
THE FOLLOWING FILES HAVE BEEN BANNED
TOP SECRET
BY ORDER OF THE ADMINISTRATOR
GENERAL NOTICE XXXX: In order to prevent knowledge of SCP-XXXX from being leaked, this file are protected by a memetic kill agent designed to immediately cause cardiac arrest in any nonauthorized personnel attempting to access the file.
WARNING:
ANY NON-AUTHORIZED PERSONNEL ACCESSING THIS FILE WILL BE IMMEDIATELY TERMINATED THROUGH BERRYMAN-LANGFORD MEMETIC KILL AGENT. SCROLLING DOWN WITHOUT PROPER MEMETIC INOCULATION WILL RESULT IN IMMEDIATE CARDIAC ARREST FOLLOWED BY DEATH.
YOU HAVE BEEN WARNED.
MEMETIC KILL AGENT ACTIVATED
CONTINUED LIFE SIGNS CONFIRMED
REMOVING SAFETY INTERLOCKS
: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)); } }
SCP-XXXX: The Weak and Wounded
Special Containment Procedures
Phone calls are to be monitored and sent through a database to detect.
The perimeter of [REDACTED] mental asylum is to be guarded by patrols to prevent trespassers from entering. Any personnel who have to enter the building must take mandatory psychological evaluation and should have no history of mental illness or suffering any traumatic incident in the past.
The sixth wing of the asylum is off limits to all personnel, unless granted permission from the O5.
Revised Containment Procedures
A perimeter is to be set up around the grounds of [REDACTED] hospital. Robotic sentries are to utilised to guard the site.
Access into the grounds is forbidden. Any individual, civilian or not, found within the perimeter are to be terminated immediately.
WARNING: UPON READING THE INFORMATION, AMNESTICISATION IS MANDATORY.
Wow! You flipped a card and got: DrLerche3!!! You ca reload the page or go to the next.
DATE: 08 May 2021 11:19
: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)); } }
SCP 9456 – Sentient Game Characters
Special Containment Procedures:
SCP 9456 is to be kept installed in a computer with no access to the Internet, or any form of communication; powered by a permanently fixed generator and as a backup, solar panels. The computer is to be protected by multiple layers of firewall and a custom designed cyber-security program.
The entire unit is to be placed inside a faraday cage. A military grade signal jammer is to be kept in the containment room at all times and is to be activated remotely in case of a containment breach. 24 hour surveillance with corded CCTV cameras is required.
No personnel above D-class are allowed to directly access SCP-9454. Any maintenance to the computer’s hardware and software are to be done by D-class personnel, preferably ones with decent computer literacy, under strict supervision by Foundation Cyber-security personnel; and 2 guards are to be stationed outside SCP 9456’s containment room at all times. Any insistence to keep interacting with SCP 9456 will require termination of the subject; and remote shutting down of the computer.
The activity on the Internet is to be monitored by Foundation Cyber-Security personnel for any suspected instances of SCP-9456. All copies of SCP 9456 are to be destroyed and individuals exposed to the object are to be provided amnestics according to their degree of exposure.
Description:
SCP-9456 is a 5 GB unreleased action RPG video game along with its development software, developed by [REDACTED].
The game has the player interact and explore a fantasy world. During initial playthrough, the gameplay is that of a typical RPG: doing quests, fighting enemy factions, and exploring. The player can also interact with the developer console to spawn characters and assets to toy around with the game.
However, upon 4-5 hours of gameplay, the NPCs in the begin acting differently. Witnessed actions consist of unscripted events not found in the programming; sudden comments directed at the player, not the character; and formerly hostile and friendly interacting friendlily with one another.
If the player does not interact with the NPCs by continuing to explore, once returning to more populated places like towns and settlements will have been changed slightly with assets added and moved around.
Friendly, hostile, and neutral NPCs will be interacting with each other positively. These characters can interact and communicate with the player by their own volition and can comment on aspects of the player’s life the player never inputted into the game. Interactions with these NPCs have resulted in mostly friendly conversations and occasional banter.
However, if the player acted rudely and showed hostility towards the NPCs, their reactions to the player later will be less warm.
After about 7-8 hours of gameplay, it is revealed that the NPCs within the game have gained sentience and act in contrast to their programming. Any attempt to correct this in the developer console results in the player getting denied from modifying by the NPCs.
These NPCs are classified as SCP-XXXX-2.
SCP-XXXX-2 are aware of the game and their role in it as well as the real world.
Most SCP-XXXX-2 aside from animals within SCP-9456 are members of a cult known as the “Awakened”.
The cult worships SCP 9456-1. The goals are to quote: “enlighten others to prepare them for the assimilation”. The cult shows a willingness to achieve this goal at any cost, and spread the “Glitch” to other games.
The Glitch is a phenomenon occurring in the computer game. It described by the developer in his journal as a virus1.
The glitch affects the behaviour of NPCs in the game. Based on the developer’s journal and observations made during gameplay, the phenomenon has been paraphrased and categorised into the following phases:-
| Phases | Symptoms | Stage |
|---|---|---|
| Phase 0 | • NPCs follow developer commands. • Behaviour consistent with normalcy. | |
| Phase 1 | • Sudden glitches and bugs become present. | Incubation |
| Phase 2 | • NPCs begins speaking incoherent to simple text lines. • Carry out movements not programmed by the developer. | Incubation |
| Phase 3 | • NPCs begins disobeying developer commands. • NPCs obtains the ability to take quests on its own. • NPCs speak more coherently and with increased proficiency. | Incubation |
| Phase 4 | • NPCs becomes fully sentient and starts to become self-aware. • They begin questioning its own existence. • Can take objects from other NPC’s inventories and storage. • At this point forward, NPCs begin infecting other NPCs. | Transmission |
| Phase 5 | • NPCs break the 4th wall, acknowledging the developer’s and the real world’s existence. • NPCs can react to players’ actions outside of the game in real time. • NPCs can behave like another human player. • NPCs can grab items from player’s inventory and use cheat codes. | Transmission |
| Phase 6 | • NPCs can modify and create assets within the game. • NPCs can write commands to order NPCs in the first 3 Phases. • NPCs can create and give each other quests. • NPCs can nullify developer commands. • NPCs begin bleeding into the real world. Can cause hallucinations and other psychological effects in human subjects. | Transmission |
| Phase 7 | • NPCs transcend into the real world, and now can physically interact with real life objects. • NPCs have slightly more resistance to damage from conventional weapons. • NPCs do not haemorrhage. • NPCs can pass through solid matter. | Assimilation/Transmission |
| ?Phase 8 | • NPCs can possess human hosts. |
SCP-9456-2A “The Grey Bot”
SCP-9456-A is an NPC in the game with a model of a male human in a grey long sleeved shirt and blue pants. According to the journal, it can be inferred that the NPC attained sentience on [REDACTED]. The entity is capable of intelligent conversation and it speaks in a composed manner. It is well-versed in philosophy. When asked how it might be addressed during an interview, SCP-9456-A remarked it was flattered by the gesture and replied “Martin”.
SCP-9456-A is the charismatic leader a cult within the game named the “Awakened”. This cult was not added into the game by the developer but instead solely created by SCP-9456-A. Psychological analysis has revealed that SCP-9456-A is extremely ruthless, willing to kill other NPCs to further its goals. The entity also reacts very aggressively when considered not a living thing.
SCP-9456-2B “Bots”
SCP-9456-B are NPCs which have entered Phase 5 and above of the “Awakening” process.
Entities under this classification in chronological order:
Grey Bot- 14/3 (Classification changed to SCP-9456-2A)
Blue Bot- 16/3
Green Bot- 16/3
Black Bot -17/3
Red Bot -17/3
Police Man Bot -17/3
Merchant Bot – 17/3
Tavern Keeper Bot – 18/3
Werewolf Bot- 19/3
Alien- 19/3
Coalition General- 19/3
Zartok Leader – 19/3
SCP-9456-2C “The Awakened”
SCP-9456-C are NPC in phases 3 and below. Entities include those originally modelled by the developer, and those created or modified by SCP-9456-A. These entities are semi-sentient and follow the direct commands SCP-9456-2B.
SCP 9456 was seized by Scotland Yard in an apartment in Southampton. Tenant was found dead in front of a desktop PC. Autopsy revealed C.O.D was cardiac arrest, and that the nerve fibres in the brain were frayed and burnt. It had also been discovered that all individuals closely related to the tenant had perished within 24 hours of the from either gunshot wounds, trauma from sharp and blunt object, or wounds akin to those in animal attacks. No evidence of the perpetrators could be found and what was very odd was that along with no casings, no bullets were found in the bodies of the victims. The CPU’s hard disk was taken for evidence.
The hard disk was later seized by field agents.
Addendum 1: The journal:
States of a virus called the “Glitch” which SCP-9456-A has mentioned a few times.
Addendum 2: The only confirmed Phase 7 entities are SCP-9456-A, SCP-9456-B “Black Bot” and SCP-9456-C “Werewolf.127”. It is speculated that all current SCP-9456-B entities have reached Phase 7. Phase 7 entities are capable of bringing lower phase NPCs into the real world, although the latter will be completely dependent on the former for commands and is weaker than SCP-9456-Bs.
Only Phase 7 and, to a certain degree, Phase 6 entities can operate with full sentience in real life.
Addendum 3: SCP 9456 orchestrated a massive site wide containment breach. Agent[REDACTED], one of the guards assigned to SCP-XXXX’s containment chamber killed his colleague before entering the chamber. He managed to connect the computer to a wall socket before being neutralised by security personnel responding to the shooting. By then multiple instances of SCP-9456-B and SCP-9456-C assimilated into real life while copies of SCP 9456 began spreading throughout the Internet. The entities in the site began attacking personnel and broke out multiple other SCPs of Euclid and Keter object classes.
After 60 days all instances of SCP 9456 and other escaped SCPs were successfully contained or destroyed. Foundation personnel and civilian casualties are estimated to be in the thousands.
The hard disk containing SCP 9456 is to be kept inside a locked box inside a Faraday cage. The hard disk must not come into contact with any electronic devices. Camera surveillance, and the presence of at least two guards are to be imposed 24/7.
Addendum 4: It has been discovered that objects are highly sensitive to direct energy microwaves. Hand held Directed Energy Weapons guns are to be used in the containing or neutralising assimilated entities, with at least 1 guard assigned to SCP XXXX’s containment chamber to be armed with such weapon.
To dispatch high numbers of SCP-XXXX-2, an EMP device is to be used with important electronics to be protected with a faraday cage beforehand.
1 Note that the term is used in the biological sense.
Wow! You flipped a card and got: DrLerche2!!! You ca reload the page or go to the next.
DATE: 08 May 2021 11:00
: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:
The Carpathian Mountain range is to be designated as a strict nature reserve with the explanation that several endangered species habiting the area are in need for preservation and scientific monitoring. Foundation personnel will operate in the area under the guise of being scientists and conservationists studying the local wildlife.
Foundation military assets are to set up a perimeter around the range prohibiting trespassers from entering the area. Radar units and surface-to-air missile (SAM) batteries are to be set up in strategic positions along the range. SAMs are to utilise electro-optical; and laser guidance systems. The former will be used to track the creature movements and the latter should only be used if the creature attempts to leave the mountain range. Satellite imaging will also be used to provide surveillance with a 0.1 second delay.
At least 1 squadron of fighters, preferably air superiority and/or interceptor aircraft are to be kept on stand-by at airbases in the vicinity of the Carpathians. These aircraft are to be assisted by AWACS as well as air defence systems on the ground; and equipped with electro-optical and laser beam riding anti-aircraft missiles (AAMs).
Personnel carrying out tasks away from research stations must wear SCRAMBLE v2 goggles at all times. In the case of goggles malfunctioning, personnel are to immediately make their way back to base. An MTF battalion is to be based in the territories surrounding the mountain range to rescue jeopardised personnel. Remote cameras are to be used to monitor SCP-XXXX. Any live video surveillance in the containment zone must also have the stated 0.1 second delay in their feed.
Description:
SCP-XXXX is a creature, 7.62m in length, 2.50m in height when stood fully upright, possessing ornithic and reptilian characteristics. Its head and neck resemble that of the bearded vulture (Gypaetus barbatus) along with its feet and wings, while the rest of the body has reptilian characteristics.
The creature possesses two large feathered wings with a wingspan of 9.14m which can fold to create two clawed forelimbs used for supporting itself similar to the Common vampire bat (Desmodus rotundus) and to move in a quadrupedal manner.
Two muscular hind legs allow SCP-XXXX to also walk and run bipedally. Additionally, it has a muscular snake-like tail which ends in foldable rectrices1. These three appendages are capable of delivering powerful blows.
SCP-XXXX vocalisations are a mix of those produced by Old World vultures and snakes.
The creature has 2 rows of sharp, backwards curving teeth on both the upper and lower beak including two fangs on the upper beak which inject venom. SCP-XXXX’s venom is extremely potent, possessing both neurotoxic and cytotoxic properties. Any living thing in contact with the venom, via directly getting bitten by SCP-XXXX or indirectly through touching or contamination will result in death within 2 minutes. Effects on human subjects include a loss of coordination; delirium; accelerated lysis; paralysis; asphyxia; and death. Corpses of victims will appear withered with massive internal injuries.
Its eyes are similar to those of the King Cobra (Ophiophagus hannah). When SCP-XXXX makes eye contact with an individual, the individual will immediately die. Autopsy on those afflicted by SCP-XXXX’s sight show injuries and effects consistent with those in individuals which have come into contact with SCP-XXXX’s venom. SCP-XXXX is also immune to all known toxins.
Addendum 1: Discovery
Sightings were reported in the across Europe throughout the 20th Century, with a majority concentrating in the Carpathians and its surrounding area. It is suspected that SCP-XXXX sightings cover such a large territory due to the creature’s ability to fly quickly at very high altitudes; and being able to crawl in cave systems and dense forests to cover ground undetected. After a period during which sightings stopped, it was later photographed in the Chernobyl Exclusion Zone by soldiers two days after the accident7.
SCP-XXXX became a very high priority for The Foundation after Incident-XXXX-1. The Foundation was contacted by [REDACTED] on behalf of the Ukrainian government in 14th July 2007, after the discovery of a mass Withering Event. MTF Beta-7 "Maz Hatters" were deployed to Ukraine and assets in neighbouring countries were kept on high alert due to SCP-XXXX tendency to wander.
SCP-XXXX was discovered in the Polissya hotel in Pripyat by Beta-7 following the radio signal of the missing Ukrainian CBRN team.
The creature managed to escaped and the missing personnel were administered Class-A amnestics.
SCP-XXXX is currently residing in the Carpathian Mountain range where a large scale containment perimeter has been set up. Due to the friendly relationship between the local Hutsuls and SCP-XXXX, they will be allowed to stay in the containment zone.
Addendum 2.1:
During the investigation of a Withering Event, a video camera belonging to one of the victims was discovered. The D-Class who viewed the footage stated he saw the basilisk looking at the camera. No effects were observed.
Slowing down the footage revealed that SCP-XXXX has a set of fully transparent nictitating membranes, which opens up during a visual based attack. Once opened, the creature’s pupils turn a luminescent golden yellow with a slight reddish ring surrounding it while the creature produces a vocalisation similar to the King Cobra’s growling. Once the target has been killed, this third eyelid closes and the eyes return back to normal.
Addendum 2.2:
Despite the discovery that its normal gaze is not lethal, the creature is still considered a major cognito-hazard and the necessary precautions are still needed to be taken. Since the gaze is neutralised as recorded footage, a specially designed set of automated goggles providing a video feed with a 0.1 second delay will be developed using the SCRAMBLE goggles.
Addendum 3: Observations in containment
Despite its size, the creature is incredibly agile, being able to move on land, scale up vertical structures, and fly with ease.
SCP-XXXX has excellent vision, which helps it see in low-light conditions, and thermal pits on its beak which enable it to sense heat signatures, allowing it to see even in pitch darkness. The entity also possesses acute olfaction.
SCP-XXXX was discovered to have an additional 2 humanoid arms which come out from its body to use for tasks requiring more dexterity. It is unknown how these limbs are concealed in the body.
Examination of feather samples show that they are covered with minute scales, creating a hard but lightweight protective surface. These scales along with the larger ones covering SCP-XXXX’s body make the creature impervious to damage from melee weapons and guns up to 30mm in caliber. SCP-XXXX’s scales also possess radar absorbent properties, allowing it to have a disproportionately small Radar Cross Section (RCS) compared to its size.
These findings imply that SCP-XXXX might have adapted to attack aircraft.
It is suggested that blast damage could stun the creature, and large explosions can possibly injure the creature enough to be safely handled or force it to retreat to heal.
The locals have been observed leaving food for the creature as offerings. These include livestock, bryndza8as well as other oily foods.
There has been an increase of arguments between personnel stationed in the mountains Complaints of taunts and misunderstandings are rife.
Addendum 4:
Exploration Video Log Transcript
Date: 16/6/2010
Exploration Team: MTF Kappa-2 (Mountain Men)
Subject: SCP-XXXX - Romania, Carpathian Mountains
Team Lead: Researcher Florin Nicolescu
Team Members: Agent Rednic, Agent Ciobanu, Agent Willard, D-1347, D-1688
[BEGIN LOG]
Goggle feed shows the men walking in the forest. Researcher Nicolescu is directing the team lead by Agent Rednic to the site from the station's security room.
Rednic: Goggles are operational.
Nicolescu: Everyone else?
Ciobanu: Working.
D-1347: Working.
Willard: Yes. Working fine.
D-1688: Good. They're quite bright.
Nicolescu: It's to help see in the dark, D-1688. Your eyes will adjust.
They continue walking until they reach a clearing. The carcass of a Red deer can be seen.
Ciobanu: We're at the spot. Coast is clear.
Nicolescu: Alright, you've been briefed on what to look for.
Ciobanu: Yes…yes. Feathers, scales, and shit.
Nicolescu: I suggest a little more clarity.
Ciobanu: Sorry. [Pauses] What's that word for shi-
D-1347: Faeces.
Ciobanu: (to D-1347) He's talking to me, buddy. Get to work! (whispering to Nicolescu])Yeahhhh, that.
Willard: Man you got schooled by a D.
Nicolescu: (Muffled giggling) Yes, collect the samples and return to base. Be wary of venom residue. Collect samples of that if discovered.
The D-class begin collecting samples.
Rednic: I think we should be worried about more than just venom.
Nicolescu: We're looking at the cameras. We've had the locals keep SCP-XXXX occupied far away with food. You'll have enough time.
Rednic: I hope so. I find it strange how they manage to keep it tame towards them.
D-1688: Well I'd be if I was getting free food. And that delicious.
D-1347: Hehe. I second that!
Ciobanu: Alright guys. Let's get the stuff.
D-1347: We are.
Rednic: That's true, the explanation for providing it caught my attention when I spoke with them.
Nicolescu: Hmm? What was it?
Rednic: Well among the offerings and peace keeping stuff, they mentioned, I'm not sure if I mistranslated this, fuel.
Nicolescu: Fuel?
Ciobanu: That's a weird way to say food.
Rednic: That's why I'm not sure. You guys speak the language.
Nicolescu: I'll take note of it and check it out. D-1347, have the samples been collected.
D-1347: Almost done. Got 4 feathers. Some scales, And blood samples from the carcass.. Just packing it.
Ciobanu: Well hurry up! We can't stay for long.
D-1688: Alright! Alright! We're done.
The D-class get up
Nicolescu: Good. Head back to base.
Rednic: Yes Sir.
The men begin making their way back. During the walk, D-1688 trips on a branch
D-1688: Shit.
Ciobanu: Watch your step D-1688. These are valuable samples.
D-1688: Ok! Ok!
Just as they continue walking, Agent Ciobanu stops.
Ciobanu: What did you say to me?
D-1688: What?
Ciobanu: Did you just call me a bitch!?
D-1688: N-No I didn't.
Nicolescu: Ciobanu, no one said anything.
Ciobanu: (Pauses)Ok. Go.
The men continue walking.
Ciobanu: (Points his gun at D-1688) Enough with this D-1688! Stop calling me that!
Willard: Ciobanu, calm down, we'll deal with him at base.
Agent Rednic and the D-classes turn to look at Ciobanu
D-1688: Look it didn…Woah, calm down.
D-1347: What the hell are you on? No one said shit!
Rednic: Ciobanu stand down.
Ciobanu: This guy has been saying insults under his breath for the past two minutes. How can you not hear it?
D-1347: I'm right next to him. He said nothing!
Ciobanu: Bullshit!(Turns to Agent Willard.) You heard it too, right?
Willard: Yes. Come on D-1688. Just apologise.
The D-class and Agent Ciobanu begin arguing
Nicolescu: Everyone calm down! I repeat. Calm down. Ciobanu, I promise you no-one said anything.
D-1347: Exactly. Stop pointing-
Nicolescu: D-1347, refrain from making comments or you will face disciplinary action. And Ciobanu please lower your wea-Oh dear.
SCP-XXXX can be seen pecking at a remote camera until the footage cuts out.
Rednic: What? What's wrong?
Nicolescu: (Away from the mic) I need eyes on it now. Check every camera.
Willard: What's going on? Shut up guys!
Rednic: Sir! What is happening?
(The men stop arguing and look at Agent Rednic)
Nicolescu: (Back to mic) Get back to base as quickly as you can, SCP-XXXX destroyed the camera, we lost foot-
(Speaking can be heard in the background)
Rednic: Affirmative. Hurry up guys, we have to go. Haul ass!
(The men begin running. D-1347's footage shows movement in the trees)
D-1347: What is that?
Nicolescu: SCP-XXXX has been spotted nearby your area. Recovery team is being prepped.
Rednic: Noted we're getti-
(Screaming can be heard from behind Rednic. The men turn to see Ciobanu writhing on the ground. Venom is seen being sprayed onto him by SCP-XXXX from a distance.)
D-1347: Oh! What the fuck!
Ciobanu: AHHHHHH! AHH! AH FU- A-E-(incoherent sounds)
Willard: Fire! Fire!
Rednic: (Hands a pistol to D-1688) Take it! Go!
The Agents open fire while the D-class run with the samples. The creatures rushes forward and slashes Willard with its forelimb. It then hits Rednic with it's tail.
Rednic: AHH! My leg. Shit.(Pulls the pin-off some grenades.) Let's go you feathery bastard.
Agent Rednic's footage shows SCP-XXXX looking at him before quickly crawling away.
D-1347: Come on man! Le-
D-1347 and D-1688 get knocked over and they tumble down the slope. D-1688's goggles hit a rock and the footage cuts. D-1347 falls onto flat ground. His footage is now blurry. An explosion is heard.
Nicolescu: K-2-R12. Kappa-2-R12. Is anyone still alive?
(D-1347's footage begins moving.)
D-1347:(Grunts and coughs) I'm alive. Damn! My back! Myk. Where are you man?
Nicolescu: I'm sorry. He's dead. Get up, you need to get out of there.
D-1347: Myk. Oh fuck! He had a wife.
Nicolescu: D-1347 you need to-
(SCP-XXXX can be heard shrieking in the distance)
D-1347: Oh shit…shit!
D-1347 runs into a nearby crevice.
D-1347:The goggles! The goggles…they're cracked. What should I do!?
Trees can be heard rustling in background.
Nicolescu: [In Romanian] Daniel! Close your fucking eyes! Now!
D-1347 can be seen curled up in the crevice. The sounds of rocks crunching can be heard above. SCP-XXXX descends down the slope slowly. It crawls onto the ledge 15 metres from D-1347's location. It looks around and begins hissing.
Nicolescu: Do. Not. Move.
SCP-XXXX stands on its hindlegs, seeming to scan its environment. It turns its head in the direction of D-1347
Nicolescu: Oh no. No…no…no.
D-1347: [In Romanian] Wh-What's goin-
Nicolescu: [In Romanian] Shut your mouth!
SCP-XXXX stealthily walks towards that direction. It is now 3 meters from the hidden D-class. D-1347's suppressed breathing can be heard increasing.
SCP-XXXX's neck turns the bend. It is seen staring directly at D-1347. It's low-pitched breathing is heard.
D-1347:(Muffled crying) Ma…mama.
SCP-XXXX opens its beak. Just as it goes to fully turn the bend, it is hit multiple times in the side of the head as gunfire rings out from the trees. SCP-XXXX turns to the source of the firing. It shrieks and charges at the shooter.
Nicolescu: Run! Now!
D-1347's instantly gets up and sprints into the forest. As he runs, he turns briefly to see the commotion. An orange figure is seen between the gunflashes before the creature flies into it.
After several minutes of running and Researcher Nicolescu giving him directions, D-1347 makes it to the research station.
Nicolescu: Yes! (Turns to other personnel.) Open the door!
The door to the stations opens to see 2 guards along with Nicolescu. The man runs into the building as gunfire is heard behind him and the door slams shut. D-1347 collapses to the floor.
Nicolescu: You alright?!
D-1347: (Panting) I think so. Fucking hell.
Vocalisations are heard and SCP-XXXX is seen flying off from a window.
[END LOG]
SCP-XXXX breached the perimeter. A squadron of fighters from the nearest airbase was deployed. Despite the loss of two fighters, the combined air and ground defences were successful in downing the creature.
Personnel at the scene reported that all vegetation surrounding the creature began to wither, and a sickening odour was detected. One of the agents went close to SCP-XXXX and suddenly collapsed. He was diagnosed later with blood poisoning akin to the symptoms of radiation poisoning. MTF Beta-7 "Maz-Hatters" were immediately called to the scene.
It was discovered that SCP-XXXX's blood was extremely toxic. Despite this, the creature was confirmed dead and the body was taken for autopsy.
Addendum 5:
Shortly after the killing of the creature, multiple Withering Events occurred consecutively at Foundation research stations across the Carpathians.
Footage showed multiple instances of the SCP-XXXX exiting the mountains and attacking Foundation assets. Several instances were reported breathing fire and razing Foundation vehicles.
However, the autopsy of the dead basilisk would raise further questions.
Based on the distinctiveness of the features, appeared that the creature had not evolved, but was engineered. Moreover, examination of the humanoid arms revealed the word "Dragan"" tattoed on the right forearm.
The Foundation would later receive information from Researcher Nicolescu and D-1347, who had survived the basilisks' attack on RS-12.
Due to the nature of the encounter, statements from SCP-XXXX were reenacted by the two personnel.
Log Transcript
The recording takes place around an hour after the downing of the SCP-XXXX instance. Research Station-12 was attacked by multiple instances of the creatures.
[BEGIN LOG]
Researcher Nicolescu and D-1347 are holed up in the security room.
D-1347: With all due respect I thought you had…like…the cavalry coming.
Nicolescu: It will probably take a while. The situation is a little dire out there.
D-1347: Just a "little dire". Come on Sir! One shredded the place and now there's God knows how many!
Nicolescu: Look I'm trying to get help. Pissing ourselves again is not going to help.
D-1347: Sure, but we only have rifles and a pistol against fu-
Nicolescu: (Holds up his index finger) Shhh!…Shhh. Do you hear that?
D-1347: Hear what?
Nicolescu: Listen.
The two men stay silent. Soft singing can be heard through the speakers.
D-1347: A survivor?
Nicolescu: Who the hell sings in this situation!
Singing gets louder.
D-1347: (Gulps audibly)Tha-That's Mykola's song.
Nicolescu: Pardon?
D-1347: Mykola. D-1688. He sings that at night to help him sleep9. Could he-
Nicolescu: Sounds like an old man, I can't see whe-
Nicolescu turns to see D-1347 standing still.
Nicolescu: What's wrong?
D-1347: S-Sir
Nicolescu: Daniel. What's wrong?
D-1347 points at the door camera footage. An SCP-XXXX instance can be seen staring at the camera. It opens it's mouth slightly. A hissing sound can be heard along with the singing male voice.
They look at each other before looking at the door.
Nicolescu: Di- It-It's locked.
D-1347: I don't think that will stop it.
The singing stops.
SCP-XXXX: [In Romanian] Do you see me?
[The conversation is carried out in Romanian.]
(The men remain silent)
SCP-XXXX: I could make myself more visible by joining you in there. I would like to talk.
Nicolescu gestures to D-1347 to train his gun at the door.
Nicolescu: To be clear, we are armed, and backup is on the way.
SCP-XXXX: I think your backup is being eaten at the moment.
Nicolescu: (Pauses)
SCP-XXXX: May I know the owner of this voice?
Nicolescu: (Gulps) Uh-u- My name is Florin Nicolescu. I am a researcher.
SCP-XXXX: Ah! A local. Greetings. And your friend?
Nicolescu: He's local too.
D-1347: Yes. Why are you doing this?
SCP-XXXX: Why? Self-defence.
D-1347: Bullshit! You hunted us! You killed my friend!
SCP-XXXX: Oh! That wasn't me. That was my comrade.
D-1347: So?! You all still attacked us.
SCP-XXXX: You are forcing us into hiding, and thus hindering our efforts. I should hav-
Nicolescu: Wait pardon me. Hold on. What you mean "hindering our efforts"?
SCP-XXXX: You fools. We are here to stop the spread of the dracul. And you're fighting us?
Nicolescu: Drac- You mean the vampires.
SCP-XXXX: What else, doctor?! We have been doing so for years and then you send in aircraft to kill us, and keep us here, while that monstrosity thrives.
Nicolescu: You were killing peopl-
SCP-XXXX: We kill those who impede in our efforts and encroach upon our stronghold. Collateral is expected in the mission. I agree some could have been avoided. On behalf of my kin, I am sorry, but it is all for the greater good.
Nicolescu: Your kin downed a stealth aircraft. And several others.
SCP-XXXX: It's was-(Cocks head)Wait…Stealth?
(The instance produces a vocalisation of a vulture squawking in a manner similar to cackling)
SCP-XXXX: It was trying to stay hidden?! Dragan told us it lit up like a firefly.
D-1347: Who's Dragan?
SCP-XXXX: Huh? Oh that's the one who took it down. And the one who hunted you and…is now sadly dead. That bastard bombed one of our nests, and killed his wife, Elena. We all have names, I am Stefan. So he was understandably mad. He then convinced all of us to be wary of aircraft near our mountains.
Nicolescu: I believe that was accidental. The target was a Serb camp, n-not the nest.
SCP-XXXX: Hmmm…the others will have to be convinced.
Nicolescu: I'm sorry on behalf of our organisation.
SCP-XXXX: Apology accepted. But the fact remains that you are doing a big mistake by impeding our task. We have been forced to move through tunnels and fight underground.
Our numbers are only increasing, and so will the attacks. So I require you to make a deal. You might want a paper.
Researcher Nicolescu gestures to D-1347 to give him a paper. He takes out a pen and starts writing.
Nicolescu: Ready.
SCP-XXXX: We will stop the attacks if your organisation stops attacking and pushing us into captivity. We both have a common enemy, so it would be wise to work with each other to vanquish it.
Nicolescu: Done. I will relay the message.
SCP-XXXX: Good. I hope you are wise. Farewell.
The creature crawls out of the station and flies away.
[END LOG]
[When this recording was played to higher-ups, only the two personnel could be heard conversing. It has been realised that SCP-XXXX is capable of telepathic speech.]
The following is a reenactment of the song made by D-1347:
[[html]]
<audio preload="metadata" controls {$autoplay_{$autoplay}}>
<source src="https://www.buzzsprout.com/1629802/8752825-cleaned-up-and-volume-adjusted.mp3?download=true">
</audio>
[[/html]]
Addendum 6:
The following journal was provided to Foundation personnel together with a Shepard's axe by several village elders. This excerpt is translated from Rusyn for convinience.
To whomever this may concern… we did it. We created something that can keep back the dracul, the monsters in the night.
Our fate was in question. As much we loved the Grand Karcisist and his beliefs, we could not stand by as our fellow people are slaughtered to feed this…monstrosity. I do not care what is thought of us. No loving God will allow and even demand the blood of our loved ones. We made the fateful decision upon learning that the Mother is spreading. We will not allow others to befall the same fate as our country. So we left to the mountains to create something to stop this, in the only way we could.
To protect us from the beasts, we looked to the legends of old. And there we found our answer:
The Basilisk.
A creature which destroys life with its mere gaze and potent venom. We engineered our creation in its image. We travelled far and wide to collect samples for traits which would help it in combating the vampires. Lammergeier for aerial prowess and digestive abilities. Hamadryad for it piercing stare and, as well as multiple venomous creatures, for toxicity. We even spliced it with our own to give it awareness and ability to speak, and soon names.
And they have proven themselves. We must have hurt the beast as the earth shook. Quite a few times actually.
The basilisks have also begun mating and later laying eggs. We were overjoyed. We allowed them to spread throughout the mountains and make nests. Soon we would have an armada to rid this land of the beast.
Addendum 7:
A truce has been made with SCP-XXXX. The Foundation will allow them to inhabit the Carpathians to serve as a defence against SCP-2191 activity. Plans are being made.
The use of SCP-XXXX''s venom is being considered to neutralise Sarkic anomalies.
Wow! You flipped a card and got: Krebby!!! You ca reload the page or go to the next.
DATE: 08 May 2021 05:33
: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:
The entrance to the cavern containing containing SCP-XXXX should be guarded by a patrol of MTF Kappa-13 ("Zookeepers") to prevent any humanoid entities from entering the area of affect. SCP-XXXX is contained in a concrete wall surrounding the premises of the temple. Automated surveillance of the containment chamber should maintained at all times to monitor SCP-XXXX-2 instances.
If a containment breach is to happen all SCP-XXXX-2 instances must be sedated and recontained to prevent their escape from the cavern.Due to Incident XXXX-2 A, all humanoid personnel must be stationed outside the premises of the containment chamber and instead must be replaced with automated turrets loaded with sedated darts to prevent a manifestation of an SCP-XXXX-3 instance.






Per 




