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: .32180352-329.23!!! You ca reload the page or go to the next.
DATE: 20 Jul 2021 04:19
'
'
'
'
'
'
'
'
'
'
'
'
'
'
BY ORDER OF THE OVERSEER COUNCIL
The following file is Level 4/7070 classified. Unauthorized access is forbidden.
7070
: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)); } }
Wow! You flipped a card and got: Dylan!!! You ca reload the page or go to the next.
DATE: 20 Jul 2021 02:47
Item #: SCP-7236
Object Class: Safe/Euclid/Keter/Thamuiel
Special Containment Procedures: Scp-7236 is to be kept in an 10x10 containment cell containing one desk for Scp-7236 to be placed. No personnel are allowed in the cell between 7:20 AM and 2:40 PM. Two D Class are to be seated on a couch in front of Scp-7236 provided with Scp-7236-1. They are allowed to chose any tv program that Scp-7236 contains. all personal watching the test are required to watch along to prevent a containment breach.
Description: Scp-7236 is a tv appearing to be made in the 1960s along with a controller classified as Scp-7236-1, as it will teleport through unknown means to scp-7236 if taken at least 30 12 yards away. Despite it's old appearance, Scp-7236 has multiple modern programs such as Netflix and Amazon Prime. Upon watching any video on Scp-7236, the the screen will become glitchy and will abruptly cut to 10 seconds of static every 10 minutes. If any personnel take their eyes off Scp-7236, the characters and settings will come out of the screen as gory, grotesque versions of themselves. The characters will become hostile upon leaving and will proceed to make an attempt to kill the person the took their eyes off the screen.
Test Logs:
Wow! You flipped a card and got: DtheAussie!!! You ca reload the page or go to the next.
DATE: 20 Jul 2021 01:29
Item #: SCP-XXXX
Object Class:
Special Containment Procedures:
Description:
Wow! You flipped a card and got: DrRevan!!! You ca reload the page or go to the next.
DATE: 19 Jul 2021 23:05
Item #: SCP-XXXX
Object Class: Euclid
Secondary Class: Esoteric
Special Containment Procedures: SCP-XXXX-A is to be kept and maintained at Site XXX under regular guard from no less than 4 Foundation Security Personnel. SCP-XXXX-A is to be regularly watered by Level 3 or higher Research Personnel, and pruned using a XXXX kW plasma cutter. All instances of SCP-XXXX-B are to be closely monitored throughout their development. Upon the end of their life cycle, SCP-XXXX-B is to be immediately incinerated. At no point are any personnel allowed to pick and/or consume SCP-XXXX-B without approval from Dr. XXXXX and Site Director XXXXX.
Description: SCP-XXXX-A is a tree similar in size and shape to that of the Malus domestica species, composed entirely of a crystalline material of unknown origin. Upon examination, the crystalline structure present of the trunk and branches is extremely resilient to most forms of damage, including, but not limited to:
- Immolation
- Freezing
- Serrated Weapons (i.e. axes, saws, pruning shears and chainsaws)
- Acidic solutions as low as 1 pH
- Alkali solutions as high as 14 pH
As of XX/XX/XXXX, the use of a XXX kW plasma cutter has been shown to cut through the branches, albeit for extended periods of use1. Despite the resiliency of SCP-XXXX-A, the trunk contains an engraved text, which states "(Quote TBD)". It has been noted on various encounters with SCP-XXXX-A that the text is translated to the native language of the subject, with three subjects reporting viewing a separate language from one another, despite all being present simultaneously. However, while the trunk and branches are highly resilient to damage, the leaves and fruit are not. The fruit, which has been labeled SCP-XXXX-B, is also composed of similar crystalline material as the trunk of SCP-XXXX-A, albeit the flesh of SCP-XXXX-B is soft to touch2. SCP-XXXX-B is octahedral in shape, with no seeds present within its flesh. Consumption of SCP-XXXX-B without conducting Protocol AB1 will result in immediate death, with the subject usually dying via XXXXX.
Discovery: As determined from dendrochronological testing done on a severed branch by Dr. XXXX, SCP-XXXX-A is estimated to be approximately 10,000 years old. However, human interactions with SCP-XXXX-A were not reported until approximately 4,000 years ago, where an Ancient Sumerian ruler was stated to have interacted with SCP-XXXX-A and consumed SCP-XXXX-B3. How this ruler was able to determine the location of SCP-XXXX-A is still unknown. Further encounters with SCP-XXXX-A throughout history have been recorded in "Historical Log-XXXX", where the last recorded human contact with SCP-XXXX-A happening in the year XXXX until it was rediscovered in 20XX.
Historical Log:| Subject | Location & Time | Abilities |
|---|---|---|
| Gilgamesh | Sumer, ~3000 B.C.E | According to ancient Sumerian artifacts recovered by Agent XXXX and Researcher XXXX, there were records of a Sumerian king who sought out SCP-XXXX. Upon being informed SCP-XXXX would grant him the ability to protect his land for millennia to come, he set out to find SCP-XXXX, where he successfully found SCP-XXXX. Upon completion of the ritual, the Sumerian king gained nigh limitless strength, speed and courage, able to physically overpower animals like bulls, lions, and rhinoceroses. However, the king sought to be immortal as well after witnessing his close companion perish, and sought out SCP-XXXX again. The king did not comply with the ritual and tried to consume SCP-XXXX-B prematurely, resulting in his demise. These events inspired the writing of the "Epic of Gilgamesh". |
Testing Log:
| Subject | Ritual Quote | Abilities |
|---|---|---|
| D-XXXX (Deceased) | "My best friend, XXXX XXXXXXX" | Subject showed an increased density of skeletal, smooth, and cardiac muscle fibers, resulting in increased strength, reflexes, stamina and durability. The subject also showed a further increase in collagen in both their epidermis and skeletal system, resulting in a further increase in durability (skeletal system also showed an increased in calcium phosphate, resulting in the strength of their bones being comparable to a bar of tungsten). Subject was immune to most forms of damage, including puncture, blunt force and laceration wounds. However, the subject did not display the ability to regenerate and wounds inflicted. Subject died XXXX hours later from cardiomegaly due to increased cardiac muscle density. |
| D-XXXX | "My husband, XXXX" | Subject gained severely enhanced perception, which resulted in; enhanced vision capable of viewing all spectrums of light, able to hear as low as 0.001 dB and as high as 194 dB, etc. Subject went into a catatonic state XXXX hours after gaining abilities due to sensory overload. |
| D-XXXX | "My mother" | Subject gained complete control over organic matter. Subject displayed ability to; genetically alter any organism, regenerate from any inflicted harm, transmute organic compounds. |
| D-XXXX | "My life" | Subject gained total control over all dimensions of the known universe. As of present, the subject has displayed; chronokinesis on both a local and grand scale, create spatial and gravitational anomalies, and traverse great distances instantaneously. See Interview XXXX-4-A for psychological report |
Interview XXXX-2A:
Interviewed: D-XXXX-2
Interviewer: Dr. XXXX
Foreword: [Interview takes place XX hours after consumption of SCP-XXXX-B, and XX hours before D-XXXX-1's demise]
<Begin Log, [optional time info]>
Interviewer: Hello, D-XXXX-1. How are you feeling?
Person: I feel…strange, doc.
Interviewer: Why's that?
Person: Physically, I feel great. But mentally…I feel something's…missing.
Interviewer: What do you feel is missing?
Person: I feel like years of my life have just…been sucked away…and replaced with pain, and misery.
Interviewer: Does this pain correlate at all with XXXX?
Person: …Yeah, it does. Every time I think if him, all I can remember is just fighting…arguing…even a fist fight.
Interviewer: Interesting.
Person:
[Repeat as necessary]
<End Log, [optional time info]>
Closing Statement: [Small summary and passage on what transpired afterward]
Incident XXXX-4-A:
Addendum A: [Optional additional paragraphs]
Wow! You flipped a card and got: Jan Kalous Class-D File!!! You ca reload the page or go to the next.
DATE: 19 Jul 2021 23:01
D-55240
Name: Jan Kalous
Designation: D-55240
Date of Birth: 11/12/1987
Reason For Class-D Designation: Demotion
Offense (if applicable): Unauthorized termination of anomaly SCP-999.
Assignment: Genetic base for Class-D cloning.
Wow! You flipped a card and got: Adoption Poster: Elsa!!!! You ca reload the page or go to the next.
DATE: 19 Jul 2021 22:15
Groups Of Interest » Wilson's Wildlife Solutions Hub » Adoption Poster: Ol' Shock!
Hi! My Name's Elsa!

Wow! You flipped a card and got: DoctorFoxtrot II!!! You ca reload the page or go to the next.
DATE: 19 Jul 2021 19:23
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media (prefers-reduced-motion) { div.anom-bar-container { --timeScale: 0; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);} to { opacity: 1; clip-path: inset(0);} } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem);} to { opacity: 1; transform: translateX(0);} } @keyframes expand2 { from { opacity: 0; max-width: 1%;} to { opacity: 1; max-width: 100%;} } @keyframes fade { from { opacity: 0;} to { opacity: 1;} } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
Special Containment Procedures: SCP-6789 deve ser mantido na área onde a primeira casualidade envolvendo ele foi reportada, dentro de um Gol designado SCP-6789-1 estacionado em um estacionamento. Nenhum indivíduo senciente nem indivíduo anômalo tem permissão de adentrar o perímetro de risco de SCP-6789, uma densa neblina que se estende por 432 metros desde SCP-6789-1.
O perímetro de risco de SCP-6789 é rodeado por uma cerca de aço e malha de aço eletrificada, e deve ser vigiado 24/7 por uma MTF de elite na fundação para assegurar que nenhum ser orgânico senciente irá se aproximar dele.
Caso por algum infortúnio algum ser senciente entrar e se aprofundar por mais de 49 metros a única tentativa de resgate que deve ser tentada é por rádio ou com auxílio de robôs, caso a vítima não responder, força humana não deve ser utilizada.
SCP-6789 não deve ser utilizado para erradicar nenhum ser anômalo e a destruição de SCP-6789 não deve ser tentada.
Description: SCP-6789 é uma pequena luz azul de led na lanterna do console de um Gol 2006 denominado SCP-6789-1, a conjungação de SCP-6789-1 e SCP-6789 gera uma súbita densa neblina assim que o veículo é estacionado.
A partir deste estado, qualquer pessoa que se aproximar do carro, ao enchergar a silhueta do mesmo na neblina saltará à vista a pálida luz azul que hipnotizará o indivíduo levando-o a entrar no automóvel. Quando o indivíduo entrar no automóvel sua existência será deletada ou reprogramada em algum lugar no universo, gerando variações nocivas na linha do tempo que podem gerar um cenário de fim do mundo ZK - fim da realidade, ao destruir o tempo e consequentemente o espaço.
Por este motivo, nenhum ser humano é autorizado a entrar no perímetro de SCP-6789.
Qualquer tentativa de destruição de SCP-6789 ou inflição de danos irá resultar na destruição de um objeto de extrema importância para a realidade, de astros cósmicos a um sítio da fundação (Vide Containment Breach 6789)
O uso de robôs teleguiados e drones para estudo do espécime é permitido uma vez que eles não serão afetados pelos efeitos anômalos do veículo.
Caso a deletação de uma vítima estiver sendo gravada, a câmera e os circuitos audiovisuais que estão permitindo que terceiros assistam irão ser subtamente deletados juntos.
O primeiro evento anômalo envolvendo SCP-6789 foi reportado no lugar onde ele se encontra atualmente e sua primeira vítima foi seu potêncio dono, que estacionou para comprar algo no estacionamento e quando retornou foi reprogramado para outro ponto no universo.
Na mesma noite, cerca de 12 indivíduos que frequentaram o estabelecimento foram deletados por SCP-6789 e mais uma pessoa que tentou intervir nos desaparecimento.
Funcionários da fundação foram acionados para intervir e cerca de mais 11 deles foram deletados e reprogramados, todas estas casualidades geraram uma série de ocorrências nocivas em uma margem de 3 anos, neutralizadas por sorte pela fundação.
A lista de ocorrências pode ser lida abaixo.
[[footnoteblock]]
Wow! You flipped a card and got: SCP-XXXX (Trashsaurus)!!! You ca reload the page or go to the next.
DATE: 19 Jul 2021 18:52
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: [Paragraphs explaining the procedures]
Description: SCP-XXXX (also known by it's nickname "Trashsaurus") is a 3.5 meter tall amalgamate that is described to be made of garbage and other rotten materials like rotten food, broken props, trash bags and even disposable objects like plates and forks.
The creature made of garbage is described to have 6 legs resembeling that of a Mantodea (Mantis), 2 arms resembeling that of a Pongo (Orangutan) and a face that resembles that of Chelydra Serpentina (Snapping Turtle), and it is also described to have to broken light bulbs as it's eyes that it can use to not only see other creatures, but also see creatures in the dark. SCP-XXXX has also been shown to sound like a broken sound box whenever it roars or makes noises.
For obvious reasons, SCP-XXXX has an odor that isn't very pleasant to say the least, so much so that many who went to it's container without protection felt weak and nauseous. Because of this, some of our scientist were able to collect portions of SCP-XXXX's smell (the smell being classified as B-0FT) to find the following results:
Property being analyzed:
B-0FT
Entity reasponsable for the property:
SCP-XXXX
Researcher involve with the analyzis:
Dr Lockerson
Result of the analyzis:
After analyzing B-0FT and it's properties for the past day or so, it would seems that the odor that we got from SCP-XXXX has a similar yet deadlier mixture of components to that of a Crotalinae's poison (Rattlesnake's poison). That would explain why many of our D-Class personnel felt weak and nauseous (some even having trouble breathing).
Not only that but because of some of it's trash like properties, many of our D-Class personnel have seen the creature sometimes spewing hydrochloric acid out of it's mouth.
SCP-XXXX has also been seen to have the ability to grow in sizes, create extra body parts like an extra arm or head, and even become stronger whenever it eats the rotten material instored in the garbage.
Wow! You flipped a card and got: DrBeed!!! You ca reload the page or go to the next.
DATE: 19 Jul 2021 18:00
Item #: SCP-XXXX
Object Class: Apollyon
Special Containment Procedures: All development of science and culture should be stopped. In schools, a defective learning system should be introduced and maintained at all costs. Any major scientific discoveries should be destroyed and concealed.
In the public media hidden memetic agents should be spread which forces any person that has contact with it to not notice any of the problems mentioned above
The school education system should be as outdated and defective as possible. The oldest one that memetics seems to still work on is a system from the industrial revolution so it's recommended to use this system as the main one.
If any major scientific discoveries are made a mobile task force team has to be sent to the place to destroy and conceal them. Any person knowing about those discoveries needs to be found and amnestic needs to be applied to all of them.
Classical art should be glorified in the art world. Any modern art has to be criticized to not catch any attention of any masses. Music has been proven to not affect SCP-XXXX so there is no need to stop its development.
For world leaders, racist, conservative, and homophobic persons should be chosen. If there is a need to, elections have to be faked.
A fake official version of history is created and maintained which ignores any events of SCP-XXXX and tries to conserve a version of the past where there has been only one civilization that constantly evolved. Any concerns about it need to be called conspiracy theories and should be discredited by the public media.
If there is any archeological discovery a foundation agent has to be sent to investigate and if needed applicate amnestics to any people that are involved. Discovery should be fitted to the official version of history and if not possible concealed and secured by the foundation.
Description: SCP-XXXX is an occurrence happening when a civilization reaches a certain point in its growth. The effect of this occurrence is a complete reset of all civilization scientific and cultural progress to the around early bronze age. All persons seem to not remember what happened and what were they before although recently a discovery has been made in which a group of persons that remember SCP-XXXX seem to have been found (more information in audio log 06/XXXX). The conditions for a civilization to get “reset”are following:
-Reaching speed close to light speed or equal to it
-Eliminating racism, homofobism and constructing global respect for every rase and gender
-Increasing average life length to 200 years or more
-Making modern art a current of art
-Educating the whole civilization to the point of college
Foundation takes appropriate actions to stop SCP-XXXX from happening but they can't fully stop the process. It is estimated that if there will not be any new ways to avoid it the occurrence is going to happen to our civilization in around 300 years.
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: A Duelist!!! You ca reload the page or go to the next.
DATE: 19 Jul 2021 17:29
Seeking green light: Yes
Page type SCP
Genre Action? and character development.
Elevator pitch A semi= immortal humanoid who cannot die until he has mastered every form of duelist weaponry. He's not interested in the major weapons of war, only weapons he can one-on-one battle with other people.
Central narrative: A faceless humanoid and a gray checked suit, cannot die until he is dueled and mastered every kind of weapon that he can use one-on-one against an opponent. He follows the official rules of the duels, but ranges everywhere from guns to grenades to swords. He considers himself mastered when he defeats an opponent in a duel, as long as the opponent is proficient in said weapon. He often pops up randomly wherever Martial prowess is often taught. He will then challenge a person within the vicinity, offering to duel them with any form of weapon that they choose that can follow dualist rules. He is a Euclid class, only because it is impossible to keep him from materializing in this way, but otherwise he is willing to stay in a containment cell of the foundation. He believes he is finally allowed to die as soon as he has mastered every dueling form. He was discovered in 1919 after word of an extraordinary person capable of producing weapons from his inner coat pocket, even if they shouldn't spatially fit.
Hook:: An improbably amazing combat expert is discovered after rumors of a man besting over 12 professional fighters of varying art forms. the foundation looked into it and brought him into containment after observing him pull a saber from in his jacket pocket when it shouldn't have fit. The being is willing to be contained by the foundation, but requests professional fighters be brought in on a regular basis to duel. if his request is denied he becomes irritated and then dematerializes, reappearing somewhere within a 500 km radius of his disappearance site, and begins actively seeking out combatants. The "man" is polite, speaks in a formal American accent, and is often depressed, though he doesn't let it show when being observed. He made a deal with a now dead thaumaturgist in order to gain his immortality, but now wants out, and the only way out is to master dueling. He traded his daughters life to gain his abilities, and is constantly remorseful for doing so. He may or may noy be hired as a foundation asset, depending on whether or not a tale involving him is accepted at a later date.






Per 




