- Landing Page
- Identity Theft Tablet Devices
- Placeholder
- Placeholder
- Chaos Elementals
- Review Request Message Draft
- Placeholder TabInfo
- Placeholder TabInfo
- Placeholder TabInfo
- ACS Basic Classifications
- ACS Esoteric
{Under Construction}
: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-XXXX instances are to be kept at Site-34 in a high security object locker. Prior to being added to the locker, each instance of SCP-XXXX is to be left powered on without any charging apparatus, until the battery of the device is unable to keep the device powered.
Description: SCP-XXXX is a collection of unmarked touchscreen tablet devices of no known brand, with a memetic entity contained inside of them. When used to take pictures or videos of the person holding the object, the entity, designated SCP-XXXX-1, will duplicate all information from their mind necessary to make online purchases.
It can be noted when a video or image has triggered SCP-XXXX-1's effect due to the fact that the video or image will come out heavily distorted, with the subjects making uncharacteristic expressions which range from odd to traumatizing. These images have been classified as SCP-XXXX-3.
Once the information has been duplicated, SCP-XXXX-1 will then proceed to order various random items to be delivered at the domicile of the subject of the picture, designated at which point as SCP-XXXX-2. These orders will continue until the financial assets of SCP-XXXX-2 have been expended.
These items have included but are not limited to:
- 1 tonne of depleted uranium rods, delivered to a zoology student from Arkansas.
- 35 lamps of varying unique designs, delivered to a craftsperson living in the UK.
-A gorilla, delivered to a housewife in California.
-1 kg of bone supposedly taken from the first Mayor of [DATA REDACTED], delivered to an HR Specialist living in [DATA REDACTED] Missouri.
- Weapons grade titanium, delivered to a tiktok influencer in Italy.
- 6472 sets of polyhedral dice used in various tabletop roleplaying games, delivered to a teacher in ████████████.
- The surgically removed [DATA EXPUNGED] of a Megachasma pelagios, commonly referred to as a Megamouth shark, delivered to an individual who runs an online store that caters to members of a subculture interested in anthropomorphic animal characters.
- ███████ Magazines of 5.7×28mm ammunition, delivered to Site-34.
- 8372 Orange D-Class jumpsuits, which were delivered to Site-34.
It is unknown where the entities are kept or stored on the device, as wiping the devices have not succeeded in removing them, nor has magnetizing the devices, though they have retained functionality after said test. The entities do not seem to be harmed by the devices being powered off, as even after being contained for a year, the entities are still existing within the devices. It is unknown if this is due to them being advanced programs within the device, or an extra-dimensional entity attached to them.
SCP-XXXX was discovered in 20██, after a series of arrests were made of individuals who had purchased materials that were either deemed illegal or dangerous by their local governments, despite no prior criminal history or intent. Following a few particularly curious purchases, embedded Foundation agents sought out and obtained the various SCP-XXXX instances.
All interrogated instances of SCP-XXXX-2 have confessed to no recollection of where they obtained the tablets, having written them off as a gift from some distant relative for either a birthday or holiday.
Scans of SCP-XXXX reveal a scorched segment of the circuitry inside the tablets, which appear to be where a brand logo was removed using heat. One instance of SCP-XXXX was opened to investigate, however the heat distortion was too intense, and whatever symbol used to be there is irrecoverable.
: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-XXXX is to be kept in a standard anomalous humanoid containment chamber in Site-34. The walls are to be lined with Scranton Reality Anchors, henceforth referred to as SRAs, spaced so that there is not any point in the chamber not being affected by the SRAs. This will keep SCP-XXXX in a corporeal humanoid form that can be easily monitored and contained. SCP-XXXX is only allowed to partake in recreational activities in areas of stabilized reality to avoid potential containment breaches.
All instances of SCP-XXXX-1 are to be approached diplomatically approached, and diplomatic relations established. As of now no containment procedures have proved effective against conscious members of this subspecies. If isntances of SCP-XXXX-1 are encountered whilst unconscious, time lock capsules model T-59 have been found to be effective in keeping them in the same state of consciousness. Samples of SCP-XXXX-1's flesh may be used for experiments with O5 approval. -Following Incident-XXXX-2, no samples of SCP-XXXX are to be used in experiments outside zones of frozen time. See incident report for more details.
All T-59 units that are successfully used to contain instances of SCP-XXXX-1 are to be kept in Site-34 in a subterranean bunker constructed 25 kilometers from the primary structure, located 10 kilometers underground.
In case of a hostile SCP-XXXX-1 instance breaching containment, the O5 Council will judge if either amnestics or SCP-2000 would best be used to offset the effects of such a breach.
Any instance of SCP-XXXX-2 can be contained in high security enclosures, though each requires different parameters to be set up for each individual instance. In general, the following measures are a safe bet as a set up for average SCP-XXXX-2 instances:
- Titanium reinforced for handling impacts in excess of 1 million newtons of force
- Hermetically sealed so as not to allow gases or liquids to escape once sealed
- An outer shell of Para-Fabric.1
- An internal chamber that is suspended so that kinetic energy from impacts on the inside of the chamber will be dispersed before reaching the outer layers of the containment unit.
- Scanners which detect the movement and composition of gasses within the enclosure, connected to monitors that allow Foundation personel to track the movement of SCP-XXXX-2 instances even if they are in forms that do not reflect light in the visual spectrum.
- Gas dispersal units for filling internal volume with a wide variety of sedatives. Once contained, these are to be cycled through the available sedatives until the contained instance ceases movement.
Description: SCP-XXXX is a reality bending humanoid that was caught posing as a staff member during experiments with SCP-1440. Despite the human appearance of SCP-XXXX, no events happened when only SCP-XXXX was around SCP-1440. SCP-XXXX expressed disappointment that its ruse had been uncovered, as it was excited to continue learning about the anomalies contained by the Foundation.
The reality bending capabilities of SCP-XXXX are limited but thorough, as it appears to have fine control over the particles that make up its body. This allows it to alter its appearance at will, taking on the appearance and clothing of whatever design it chooses. SCP-XXXX has also been observed altering the state of its particles to allow it to pass through otherwise solid objects. Whilst not extensive, it appears SCP-XXXX-1 has the ability to extend this control to matter outside of its own body, though in limited capacities. So far it primarily has done this to summon basic research supplies, such as paper, clipboards, and pens.
Despite its impressive abilities, SCP-XXXX appears to be unable to utilize its anomalous properties whilst within an area affected by a Scranton Reality Anchor.
Activation of SCP-XXXX's anomalous abilities are often accompanied by the creation of ice, even if the end result is seemingly unrelated. This is acheived through a heightened understanding of the manipulation of atoms and quantum physics. For more details, see Interview Log XXXX-S-1.
SCP-XXXX was very compliant with Foundation personel regarding its initial containment, offering no meaningful resistance other than complaints about rough treatment. SCP-XXXX was interviewed about its anomalous qualities, the results of which are in Interview Log XXXX-1. Following the interview, SCP-XXXX was allowed limited access to a limited number of other anomalies, approved by Site Director V.N. -Following incident XXXX-1, SCP-XXXX has been reclassified as SCP-XXXX-1-1, and had all previous agreements with Foundation personnel revoked. Despiite this, SCP-XXXX-1-1 still appears to operate within Foundation facilities, notes and projects being left where others may find them, always beneficial to the Foundation and its goals of containment and secrecy.
- 035 - Possessive Mask - Granted
- 610 - The Flesh That Hates - Denied
- 690 - Joke Bandages - Granted
- 2695 - Lucibelle Perhacs - Granted
- XXXX - Identity Theft Tablets - Granted
Description: SCP-XXXX is an anomalous extradimensional species of organisms that originate from outside of our reality, in a realm that sapient instances refer to as 'Sjeneria.' Following Experiment-XXXX-S-1, it has been confirmed that this realm is in constant flux, with the only structures and forms in existence being formed from the willpower of those inside the realm.
Without any effort, individuals will remain stationary, neither falling nor floating, simply remaining locked in place as they were, unless they will an environment into existence around them. Then they will interact with the environment as expected of what they will into being.
In addition to being malleable and fluctuating, the environment is xenophagic of all matter and energy other that which is in the amorphous state that the environment is in its natural state. Any matter or energy that is left unobserved in this realm, classified as SCP-XXXX-4, will over time be erroded away into the amorphous state of the realm. The energy generated by thoughts is included in this spectrum, making the environment extremely dangerous to personnel untrained in defending their minds.
This caustic nature of the environment is what leads to the distinction between XXXX-1 and XXXX-2, though both share the same origin of spontaneous generation by the environment, though the pattern of this generation, if any, is currently unknown:
- XXXX-1 are entities who managed to, after being 'born' into XXXX-4, learned to defend both their minds and their physical forms from the erroding effect of their dimension of origins, developing sentience and sapience. Some of these entities develop the ability to reality bend, as their existence depends on their capacity to learn how to manipulate the amorphous world around them.
- Supposedly there are cities of these entities dotted amongst XXXX-4, however so far all attempts to locate them have failed.
- XXXX-2 are entities who fail to protect their mind significantly, but manage to preserve enough of it to retain enough sentience to maintain their existence. These entities are little more then animals, showing at most complex the intelligence of domesticated felines, though most are considered 'feral' by those who have managed to protect their minds.
- Though they retain the ability to undergo metamorphosis at will like their more intelligent counterparts, most instances of XXXX-2 do not possess the capability of interdimensional travel, though according to instances of XXXX-1, there have been XXXX-2 entities who gained interdimensional travel. So far, none of these instances have been recorded by Foundation personnel.
- XXXX-3 are entities who only protect their mind and fail to protect their physical forms develop into entities of̵ ̴p̴u̷r̶e̵ ̶i̸n̵f̴o̵r̷[DATA CORRUPTED]
- There is no classification for entities who protect neither mind nor body, as they are absorbed back into the fabric of XXXX-4.
Addendum: [Optional additional paragraphs]
Tags: Extradimensional, Sapient, Metamorphic, Sentient, Alive
Good timezone!
My name is Lilyana, I am new to writing for the SCP wiki, and I was hoping to get your feedback on a concept I had. I am not on any sort of time-table, so please take your time, and any critique at all will be much appreciated.
It has elements of both horror and humour, and based on the profiles of the Butterfly Squad, I believe this would be the most up your alley.
I am happy to answer any questions you may have before taking a look at these, and am thankful for your consideration and time.
The Idea Critique forum thread is here:
http://scp-wiki.wikidot.com/forum/t-14079271/identity-theft-tablet-devices-seeking-greenlight
Additionally, I Sandboxed it, if you would like to see my current draft of it:
http://scp-sandbox-3.wikidot.com/dr-lilyana
Thank you so much for your time, I hope you have a wonderful rest of your day~
Sincerely,
Lilyana Res
More text in another tab! You can add lots of tabs.
More text in another tab! You can add lots of tabs.
More text in another tab! You can add lots of tabs.
: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-XXXX
Description: SCP-XXXX
Addendum: [Optional additional paragraphs]
Interviewed: [The person, persons, or SCP being interviewed]
Interviewer: [Interviewer, can be blocked out using █]
Foreword: [Small passage describing the interview]
<Begin Log, [optional time info]>
Interviewer: [speech]
Person: [speech]
[Repeat as necessary]
<End Log, [optional time info]>
Closing Statement: [Small summary and passage on what transpired afterward]
[[include :scp-wiki:component:acs-peppo-split
|object= keter
|object-image= http://scp-wiki.wikidot.com/local--files/component:anomaly-class-bar/keter-icon.svg
|object-color= keter
|esoteric-color= esoteric
]]






Per 



