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: Christinewho!!! You ca reload the page or go to the next.
DATE: 28 May 2021 02:12
: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)); } }
Description: This is an area of 600 kilometers2 made out of every kind of desserts, from different countries and cultures possibles, going from liquid pudding, for some unknown reason it isn't moving from a micro millimeter, cookies to pastries (ex. doughnuts, chocolate-filled croissant, cinnamon rolls, etc.) and for some unknown reasons, there isn't anything that is cakes and cupcakes. The food doesn't seem to ever expire, however, it seems that in some cases the food tastes like sand. For now, it has been a 50/50.
The liquid pudding is shallow except for one area that is 5km deep.
Containment Procedure:
Experiment log to be added.
Wow! You flipped a card and got: Evolution Bread!!! You ca reload the page or go to the next.
DATE: 28 May 2021 00:21
A Few Slices of SCP-5678
Item #: SCP-5678
Object Class: Safe
Special Containment Procedures: SCP-5678 is to be kept in a standard sized pantry kept for bread, at least 2 secuirty guards must guard SCP-5678 containment chamber at msut regularly check the containment chamber for missing slices of bread, the Sites cafeteria must be checked weekly, all bread's and sandwiches must be made from approved companies.
Description: SCP-5678 appears to be a loaf of bread cut into 28 indivdual slices wrapped into a standard bread bag, SCP-5678 affects don't appear to affect humans but instead animals, when an animal eats a slice of bread, the animal begins to gain knowledge and appears to evolutionized. the company that manufactured this loaf of bread denied ever making it and as for now has no evidence of making this bag of bread. As of now there are only 19 slices of bread left in the bag.
Message From Site Director ████ This is incredibale, i can't believe our sites best scientists are actually pigeons!, Promethus Labs can go suck it up!.
Test One A Containment chamber is filled with 120 pigeons catched in the wild, the chamber is filled trees, caves filled with iron ore and other Ores, the first slice of bread is thrown in the containment chamber, the pigeons immediately gain more sentience and begen using the envirement to there advantage, they begin using spears and clubs and start wearing cloth
Test Two The Pigeons Start maiking civillisation, they immediately gain a leader of the tribe, the second slice of bread is thrown in the containment chamber, The pigeons begin making pyramids with small pebbiles, they begin farming and using crops,
Test Three The third slice of bread is thrown in the containment chamber, after a period of 2 hours they begin mining in caves and searching for iron ore, they begin smelting and creating swords, the "Leader" of the tribe begin making himself a tall building, commanding the lower pigeons to make it for him. they start having gladitoruim Battles
Test Four
The fourth slice of bread was thrown down in the containment chamber in ██/██/████, The pigeons begin industrializing, they begin making factories and begin pumping out products and weapons, there seem to be disagrement between two sides, a war is about to begin
Test Five
Another Slice of bread is thrown in the containment chamber, war has been broken out and the pigeons begen using guns to fight eachother, 2 guards enter the containment chamber and get killed during the crossfire,.
Test Six
{HIGHLY CLASSIFIED, 05 ACCESS REQUIRED}
Wow! You flipped a card and got: NOOBCORE2!!! You ca reload the page or go to the next.
DATE: 27 May 2021 23:09
Item #: SCP-5258
Object Class: Euclid
Special Containment Procedures: [Paragraphs explaining the procedures]
Description: [Paragraphs explaining the description]
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: Albert Camus Can Sit and Spin!!! You ca reload the page or go to the next.
DATE: 27 May 2021 21:07
Item #: SCP-XXXX
Object Class: Safe/Euclid/Keter (indicate which class)
Special Containment Procedures: [Paragraphs explaining the procedures]
Description: SCP-XXXX is a post-mortem manifestation of King Sisyphus of Ephyra. SCP-XXXX is forced through theological thaumaturgy to repeatedly push a boulder up a steep hill until it rolls back down the other side.
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: Mourtias's sandbox!!! You ca reload the page or go to the next.
DATE: 27 May 2021 19:17
I swear there's more to it than this, I'm just checking formatting stuff
Item #: SCP-6000
Object Class: Safe
Special Containment Procedures: idk put it in a greenhouse or something I'm not your boss (these are not the real containment procedures obviously. still working on it)
Description: SCP-6000 is the collective designation for four interconnected anomalies.
SCP-6000-1 is a white porcelain flowerpot, measuring 13cm x 15cm x 13cm. It does not deviate from expected flowerpot behaviour or design, with two major exceptions:
- If broken, it will reform after a brief delay (measured delays range from 12 to 38 seconds, with a median delay of 24 seconds). This applies to any damage that would render it unusable for the purpose of containing of SCP-6000-2 and -3. Minor cracks and scratches will not activate this response, although, if the response is activated by more major damage, minor damage will be likewise reversed. Pieces of SCP-6000-1 that are broken off and removed will disappear when not observed, reappearing in their original place. When shattered, shards will move back into position and reconnect in a motion described as visually reminiscent, although not identical, to footage of the shattering being played in reverse.
- If emptied of SCP-6000-2, it will anomalously regenerate it. This only occurs when no sapient entity is directly or indirectly observing the interior of SCP-6000-1, and occurs instantaneously in all observed cases. Anything inside of SCP-6000-1 when -2 reappears will be transposed “out of the way”, shifting to the closest area that would not result in the subject being submerged in SCP-6000-2. Subjects have described the process of this happening to appendages as being “disorienting” (and in one case “tingly”), but it does not cause physical harm.
SCP-6000-2 is 1.2L of standard potting soil, and appears superficially unremarkable in composition. Detailed analysis on this front is complicated by its anomalous effect: when removed from SCP-6000-1, it will quickly dissolve and vanish, leaving no material trace. The longest “lifespan” of SCP-6000-2 when separated from -1 was measured at 47 seconds before the dissolution event occurred.
SCP-6000-3 is a common daisy (Bellis perennis), measuring 10.5cm in height, and appearing physically healthy. If SCP-6000-1 and -2 are not interacted with for more than 27 minutes, a single instance of SCP-6000-3 will begin growing, reaching maturity in approximately 4 hours. This process is notable for being much faster than standard growth of other members of the species – standard common daisies grow to maturity in between 2 and 3 years. The instance will not appear if another plant is planted in SCP-6000-2 before a -3 instance manifests.
SCP-6000-3 does not appear to age and, while giving minor signs of deterioration (e.g. drooping and loss of colour) if deprived of water or sunlight, does not require either to survive. If cut or picked, the segment of the SCP-6000-3 instance that remains in SCP-6000-1 will wither rapidly before dissolving in a manner identical to the aforementioned anomalous effect of SCP-6000-2, and the separated blossom will wilt in an unremarkable manner identical in appearance and timeframe to a non-anomalous flower. Another instance of SCP-6000-3 will grow if SCP-6000-1 and -2 are undisturbed for a further 27 minutes, as usual. All tests on separated instances of the SCP-6000-3 flower have returned unremarkable readings for members of the B. perennis species.
Upon reaching maturity, SCP-6000-3 will begin to emit SCP-6000-4 at a steady level of 40dB, and will continue to do so indefinitely, unless killed.
SCP-6000-4 is a slightly altered variant of the 1973 Blue Swede cover of "Hooked on a Feeling", a 1968 pop-rock song written by Mark James. SCP-6000-4 has been edited to loop, so that the chanting at approximately two minutes into the original song transitions into the similar chanting at the beginning of the song. Audio analysis has found no unusual or anomalous properties to the song beyond its looping nature.
Addendum: For more information, just chill for like 5 seconds geez I'm working on it
[[footnoteblock]]
Wow! You flipped a card and got: SCP-5XXX - Unfinished Miracles!!! You ca reload the page or go to the next.
DATE: 27 May 2021 17:28
Don't disturb the patrons, don't disturb the staff.
Be as discrete as possible: the Library is a reading place
Help others in the entrance ritual.
And if you plan to stay long term
Be prepared with a tent or other form of temporary settlement, and bring supplies to
Remember: it might not burn, but Zone 5XXX is still a desert.
And finally, feel free to join the Zone 5XXX Investigation Project
Special Case Procedures for This Anomaly
- Luz Buscadora, Interdimensional Society for Charting the Paranatural, Wanderer's Library 24th Quarter near Reality-6326 (Ours) Chapter
| Register #: SCP-5XXX |
Anomaly Class: Safe, Stationery, Curio Island
Description:
Zone 5XXX is an alternate dimension accessed through the Stationery 5th Art Wing of the Wanderer's Library by staying in front of the painting Beginning by Unknown Artist with a cup of warm coffee near one's presence for five minutes: doing so will translocate the person into the alternate dimension. To leave, one simply ingests the coffee.
Zone 5XXX consists of a big white desert, with a sky the color of white. No light source can be seen, yet SCP-5XXX is all bright. As far as the Zone 5XXX Investigation Project1 can ascertain, SCP-5XXX might be infinite.
Zone 5XXX holds Artworks, a denotation for objects that have been observed to form from sand rising and taking shape into them; a placard will rise next to the object, carrying a title and a brief description of its supposed purpose. The Zone 5XXX Investigation Project have recorded about 100 Artworks so far, and given the size of Zone 5XXX, many more is expected to be found. A select sample of Artworks have been listed below (full list, together with their date of discovery, can be found in the relevant link):
| Given Name | Given Description | A Description of the Artwork |
| Futility | Can you really kill Infinity? | Several metallic pieces scattered around; assembling them has formed both a tree and a snake shaped in the infinity sign, leading to confusion about the original purpose. |
| Popular Art | Is the artist really in full control? | Several unfinished sculptures of people in both wood and stone. Analysis suggest a trouble with sculpting. |
| cell-content | cell-content | cell-content |
| cell-content | cell-content | cell-content |
| cell-content | cell-content | cell-content |
| cell-content | cell-content | cell-content |
| cell-content | cell-content | cell-content |
| cell-content | cell-content | cell-content |
| cell-content | cell-content | cell-content |
Update May 25, 2022
On that date, a loud scream seemingly from everywhere was heard. Afterwards, all Artworks suddenly began to explode into sand. Due to the possibility of danger, all Project members immediately evacuated SCP-5XXX, with a Interdimensional Camera left behind to track the events in Zone 5XXX out of it.
After five minutes, loud panting was heard, before an Artwork resembling a wall with a framed certificate hanging on it was formed. After no activity was observed for ten minutes, Member Luz Buscadora entered SCP-5XXX and moved the Camera to the framed certificate, revealing it to be a Bronze award for a "2027 New York Sector 5 Newcomer Arts Award".
The pedestal below it read:
Title:
A burden
Description:
I used to enjoy art…
Wow! You flipped a card and got: remakechestermorrison!!! You ca reload the page or go to the next.
DATE: 27 May 2021 15:57
SCP-173
: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-173 in containment
Special Containment Procedures: Item SCP-173 is to be kept in a locked container at all times. When personnel must enter SCP-173's container, no fewer than 3 may enter at any time and the door is to be relocked behind them. At all times, two persons must maintain direct eye contact with SCP-173 until all personnel have vacated and relocked the container.
Description: Moved to Site-19 1993. Origin is as of yet unknown. It is constructed from concrete and rebar with traces of Krylon brand spray paint. SCP-173 is animate and extremely hostile. The object cannot move while within a direct line of sight. Line of sight must not be broken at any time with SCP-173. Personnel assigned to enter container are instructed to alert one another before blinking. Object is reported to attack by snapping the neck at the base of the skull, or by strangulation. In the event of an attack, personnel are to observe Class 4 hazardous object containment procedures.
Personnel report sounds of scraping stone originating from within the container when no one is present inside. This is considered normal, and any change in this behaviour should be reported to the acting HMCL supervisor on duty.
The reddish brown substance on the floor is a combination of feces and blood. Origin of these materials is unknown. The enclosure must be cleaned on a bi-weekly basis.
Wow! You flipped a card and got: DrLucis!!! You ca reload the page or go to the next.
DATE: 27 May 2021 14:53
: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)); } }
| Assigned Site | Site Director | Research Head | Assigned Task Force |
| Provisional Site-XXXX | Dir. Lucis Bane | Dr. Morganna LeFoux | ATF Vitae-1 "Island of Life" |
Image of SCP-XXXX captured by a drone. Note the two smaller islands that SCP-XXXX appeared in the vicinity of.
Special Containment Procedures: The containment of SCP-XXXX is under the supervision of Provisional Site-XXXX and Applied Task Force Vitae-1 "Island of Life." Supply ships are to be sent to Site-XXXX every month. Due to the ever-changing location of SCP-XXXX, the on-site global positioning system must be maintained at all times. Failure to do so will result in the potential loss of Site-XXXX and its personnel.
Provisional Site-XXXX has been set up on the southern shore of SCP-XXXX. Site-XXXX consists of two concentric walls: the Perimeter Wall and the Main Wall. The Perimeter Wall is the outermost wall, consisting of wooden fences roughly a meter in height. Regular maintenance on the Wall shall be done every few weeks. Planks of wood shall be replaced at personnel discretion.
The Main Wall is ten meters in height and four meters width, and consists of reinforced concrete. Personnel are to stay within 1 km from the Perimeter Wall at all times, unless under the approval of Site Director Lucis. Under no circumstances should any personnel leave the Site during the night, and lethal force will be employed on those who do.
A good relation between the Foundation and SCP-XXXX-A must be maintained. Failure to do so will have unprecedented consequences. As such, all communication with SCP-XXXX-A must be done in a friendly manner. Formal interviews with SCP-XXXX-A shall be done in a wooden cabin between the Perimeter Wall and the Main Wall. During experimentation, no lasting damages shall be done to the flora and fauna within the forest.
Description: SCP-XXXX is an island that has an inconsistent location. Locations in which SCP-XXXX appears are mostly random. However, some of its appearance seemed to be controlled by SCP-XXXX-A, who acts as the guardian of SCP-XXXX. The topography of the island is that of a caldera, which may have formed from a fallen volcano.
A large portion of SCP-XXXX is covered in a forest, the density of which increases as it gets closer to the center of the island. Fauna and flora living in the forest are unique, which is a result of the mutational properties of SCP-XXXX. All biological organisms on SCP-XXXX experience mutations at a higher frequency. The mutations are also more likely to influence the organism more severely. As such, evolution occurs at a faster rate on SCP-XXXX.
These properties are hypothesized to be a result of underground phenomena. Radiation from within SCP-XXXX have been shown to affect living organisms. This radiation has been designated as SCP-XXXX-1, and was named "Ultiar Radiation." When inorganic material absorbs this radiation, it undergoes a process in which it is restructured on the molecular level. The product of this process shall be henceforth designated SCP-XXXX-2, and named "Vithiar." Because of constant exposure to Ultiar Radiation, rock near the phenomena have been turned to Vithiar.
Ultiar has the ability to pass through all materials other than Vithiar. The metal prevents Ultiar Radiation from escaping to the surface in large amounts. Testing has shown high amounts of Ultiar Radiation results in the death of all living organisms exposed to the radiation. As such, all exploration teams entering SCP-XXXX's cave system must be equipped with Vithiar.
SCP-XXXX-A is a humanoid male of unknown age and race. Its most significant physical feature is its golden eyes that emits light. SCP-XXXX-A does not display hostility towards Foundation personnel stationed on SCP-XXXX. Under normal circumstances, SCP-XXXX-A wishes to keep the island a secret from the outside world. The being calls himself Deus Adam, with Deus being its title. Only the Site Director may call the being by its surname.
SCP-XXXX-A claims that it is the guardian of the island. Possibility of this has been considered, as the being has expansive knowledge of SCP-XXXX and its control over SCP-XXXX. However, the factual validity of the information is unknown. When asked questions about events that occurred outside of SCP-XXXX, the being responded all questions correctly.
Addendum XXXX: Discovery
Initial reports of SCP-XXXX were from civilians near the Jersey Coast on December 19th, 1998. Reports involved sightings of an island a few kilometers off the shore. However, no photographic evidence of the sightings existed. As such, the reports were dismissed by the press as mass hysteria.
Investigation of this anomaly began on July 25th, 2000, when a researcher on vacation had reported seeing an island off the coast of Italy. His reports matched with those of civilians who had also seen the island on that date and location. Dr. Lucis Bane expressed interest in this anomaly, and requested to lead the investigation. This request was approved by O5-7.
In the following months, the island was seen in various parts of the world. Drones were sent onto the island for initial reconnaissance. On September 15th, 2000, SCP-XXXX was seen off the coast of Delaware, near Washington. Foundation ships were sent to land on the Island. The landing was successful, and a GPS system was set up on the shore of SCP-XXXX. Mobile Task Force Tau-42 "Forest Dwellers" was dispatched for the exploration of the anomaly.
Below is a transcript of the initial exploration of SCP-XXXX.
Exploration Video Log Transcript
Date: 15/12/2000
Exploration Team: MTF Tau-44 "Forest Dwellers"
Subject: SCP-XXXX
Team Lead: T-1
Team Members: T-2, T-3, T-4
[BEGIN LOG]
Dr. Lucis: Communications are active. Do you copy?
T-1: We copy.
Dr. Lucis: Cameras on.
Video is turned on.
Dr. Lucis: Are weapons checked?
T-1: Yes.
Dr. Lucis: You are clear to begin operation. I am monitoring you, but please let me know if you find anything unexpected.
Team enters the forest of SCP-XXXX. Trees of unknown species surround them. F44-2 takes lead.
T-3: What if the island changes location while we are on it?
Dr. Lucis: That is why the GPS has been set up. If the island changes location, we will know where it is.
T-3: I meant that the island might disappear and we would be stuck limbo or something.
Dr. Lucis: Drone footage have shown that the island shifts position quite seamlessly. There is no limbo or something. Focus on the task. Distraction is the leading cause of death.
T-3: Everything's a leading cause of death.
High pitched sound comes from above. Team stops to locate the source of the sound. A blur of scarlet flashes in the canopy. A lower pitched sound comes from deeper within island. Object glides down from the tree. It is revealed to be an avian organism.
T-3: Doc, we have found something unexpected.
Dr. Lucis: Birds in a forest is not unexpected.
T-4: I think that was a mating call or a warning signal to the other birds.
T-2: Warning call, I think, judging how we don't look really safe to mate around.
T-4: Hmm, good point.
Dr. Lucis: We have logged the organism. Please proceed with the operation.
Team continues deeper into SCP-XXXX for approximately an hour.
T-1: Stop, I see something.
Team stops at the edge of a clearing.
T-3: What the hell is that?
T-1: Doctor, we have found a structure in the middle of a clearing. Do you copy?
Dr. Lucis: Copy. Please describe the structure.
T-1: It's shaped like a pyramid and looks … ancient. It's also big.
Dr. Lucis: I see. Proceed inside the pyramid.
T-1: Affirmative.
Team enters the pyramid. Chest mounted lights are activated. Walls are covered with symbols.
T-3: Are these cognitohazards?
Dr. Lucis: Scans show that those are non-anomalous. Do not lose focus.
T-4: Look at the walls.
T-4 pointed toward an image on the stone wall. Image shows a golden figure standing above a island. At the figure's feet are smaller figures kneeling.
T-3: Egyptians came here?
T-2: That's Ra. Look at the head, its a falcon.
T-4: I wonder how old it is.
Dr. Lucis: Good idea, T-4. Please collect a sample of the paint for dating.
T-4 scrapes some of the paint of the wall. Team proceeds deeper into the pyramid.
T-3: What's that sound?
A low growl comes from a room. T-3 shines the light inside the room. A glimpse of scales could be seen before object retreats into shadows. Team readies weapons and enters the room. The low growl intensifies.
T-2: Are you seeing this?
Dr. Lucis: Yes, shine more light on it, move closer.
T-4 attempts to move closer to the object. Suddenly, a scaled creature jumps from the shadows toward T-4. Gunshots. The creature lies dead on the floor. Creature resembles a lizard with wings.
T-3: Is it just me, or does that look like a dragon?
T-4: Yes, yes, it does have resemblance of a dragon. Though it is a bit small.
Dr. Lucis: Please collect the creature for testing.
T-4 places creature inside sample bag. Team leaves the room and proceeds deeper into pyramid for fifteen minutes. Teams stops in front of stairs.
T-1: Should we proceed?
T-3: Doc, I don't really like closed spaces. Sorry, but I thought we were exploring nature, not this dark temple.
Dr. Lucis: Fine, it's my fault anyway for using a nature specializing Task Force for exploration into a temple that may or may not be anomalous. Send a drone in.
Video feed with drone is connected. Bottom mounted lights are activated. Drone is lowered down the stairs. Descend takes approximately five minutes. A small chamber lies at the bottom of the stairs. On opposite side of the stairs is a pair partially open stone doors. A large image of a male is carved onto the doors. Above the figure is a round disk.
Dr. Lucis: Go through the doors.
Drone is flown through the space between the two doors and enters a room larger than the one exited. Elaborate carving fill the walls. At the center of the room is a round hole. A faint golden glow emits from the hole.
T-3: That's interesting.
Dr. Lucis: Fly the drone down. I want to find the source of that light.
Drone is lowered into the hole. Descent takes approximately ten minutes. Hole opens up to a cave system.
Dr. Lucis: Move into the room. I don't want the drone losing connection.
T-1: Affirmative.
Team descends down the stairs and enters through the doors.
Dr. Lucis: Good. Continue piloting the drone.
Drone proceeds deeper into the cave for approximately half an hour. Drone enters a chamber. At the center of the chamber is a cylindrical stone stands at roughly half a meter in height. At this moment, connection with drone is broken.
Dr. Lucis: Interesting. Further exploration here will be necessary. You may leave the pyramid and return to the shore.
T-3: Finally.
[END LOG]
After this exploration, the four members of Tau-44 was reassigned to the newly formed Task Force Vitae-1.
[[footnoteblock]]
Wow! You flipped a card and got: e!!! You ca reload the page or go to the next.
DATE: 27 May 2021 12:40
Site-19 shortly before SCP-0000's first manifestation
| Assigned Site | Site Director | Research Head | Assigned Task Force |
| Site-01 | N/A | N/A, de-facto O5-9 | N/A |
Special Containment Procedures: An investigation into the circumstances surrounding SCP-0000's2 sudden manifestation is currently underway. Until the source of SCP-0000 can be determined and addressed, all major Foundation sites, outposts, and essential installations are to be placed on lockdown. Non-essential anomalous objects contained at these locations which may pose a threat to public safety are to be decommissioned immediately. Thaumiel objects, or objects whose continued containment is considered a high-priority, are to be transferred and held at Site-013 until further notice.
Description: SCP-0000 is the collective designation for a series of ongoing anomalous events which began on September 9th, 2022. While a direct causative factor between SCP-0000 related incidents has yet to be established, their indirect connections4 are unquestionable, and highly unlikely to be fortuitous.
Each SCP-0000 event to date has exhibited one or more of the following characteristics:
- Event results in significant damage to Foundation resources, containment efforts, or both.
- Event results in inordinate death or incapacitation to members of senior staff, up and to including members of the O5 council.
- Of particular note, while SCP-0000 events may possess traits indicative of human activity or intricate planning, further investigations yield no signs of human involvement, and all persons of interest probed thus far have been exonerated.
Below is an abridged list of SCP-0000 related phenomena as of January 1st, 2023.
| Date/Location | Description of Event | Notes |
| September 9th, 2022. Site-19 | Two pipe bombs are simultaneously detonated within the offices of Site Director Tilda Moose and Assistant Site Director Robert Baird, killing the former and severely injuring the latter. The force of these blasts begins a chain-reaction of improvised explosive devices situated throughout the Southern wing of the building, causing a partial structural collapse. Recovery efforts are considerably impeded as a result of the incapacitation of Asst. Director Baird. | First incident believed to be linked to SCP-0000. |
| test | test | test |
Wow! You flipped a card and got: ThisGuyNamedLoki 5!!! You ca reload the page or go to the next.
DATE: 27 May 2021 11:50
Special Containment Procedures: All entrances to SCP-XXXX-1 are to remain locked at all times. A no-entry perimeter of fifteen (15) meters from SCP-XXXX-1 is to be protected by Mobile Task Force Epsilon-6 ("Village Idiots").
Class-D personnel who are assigned to experiment with SCP-XXXX must be given camera equipment, which is to be connected to the researchers involved in the experimentation. Class-D staff who leave SCP-XXXX-1 are to be terminated immediately upon exit and SCP-XXXX-1's entrances must immediately be re-secured by Epsilon-6.
Description: SCP-XXXX-1 is a two-story house located in [DATA REDACTED]. Whenever a subject enters SCP-XXXX-1 they will immediately feel an urge to enter the bedroom located on the second floor. Once this subject enters the bedroom, they will lay down in SCP-XXXX, the double-sized bed which has been placed in the corner furthest from the door.
Other than SCP-XXXX, this bedroom is completely empty and fully painted brown
w
Addendum: [Optional additional paragraphs]
[[footnoteblock]]






Per 



