@import url('https://fonts.googleapis.com/css?family=Basic|IBM+Plex+Mono:400,700'); @supports(--css: variables) { :root { /* Typefaces */ --body-font: 'IBM Plex Mono', monospace; --header-font: 'IBM Plex Mono', sans-serif; --title-font: 'IBM Plex Mono', monospace; --mono-font: "IBM Plex Mono", monospace; /* Standard Colors */ --white-monochrome: 238, 238, 216; --pale-gray-monochrome: 233, 231, 204; --light-gray-monochrome: 147, 147, 147; --gray-monochrome: 127, 127, 127; --dark-gray-monochrome: 101, 101, 101; --black-monochrome: 25, 20, 16; --bright-accent: 145, 179, 153; --medium-accent: 145, 179, 153; --dark-accent: 105, 133, 111; --swatch-text-general: var(--swatch-text-dark); --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme:scp-offices-theme/scpoffices_logo.svg"); --background-gradient-color: 215, 215, 215; --background-gradient-distance: 40rem; /* Link Colors */ --link-color: var(--bright-accent); --visited-link-color: var(--dark-accent); --hover-link-color: var(--dark-accent); --newpage-color: 221, 102, 17; scrollbar-color: rgba(var(--white-monochrome), 1) rgba(var(--bright-accent), 0.50); } #container-wrap-wrap { background-image: -webkit-repeating-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -webkit-linear-gradient(top, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) -webkit-calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) -webkit-calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-image: -moz-repeating-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -moz-linear-gradient(top, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) -moz-calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) -moz-calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-image: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -webkit-gradient(linear, left top, left bottom, color-stop(var(--header-height-on-desktop), rgba(var(--black-monochrome), 1)), color-stop(calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1)), color-stop(rgba(var(--gray-monochrome), 1)), color-stop(rgba(var(--gray-monochrome), 1)), to(rgba(var(--black-monochrome), 1))); background-image: -o-repeating-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -o-linear-gradient(top, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-image: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), linear-gradient(to bottom, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); -webkit-background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; -moz-background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; -o-background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; background-repeat: no-repeat; } #skrollr-body {} a { --wght: 900; font-weight: 900; } #header h2 span::before { color: rgb(var(--bright-accent)); } #header h1 *, #top-bar *, #page-title * { will-change: opacity; -webkit-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } #header h1 a:hover::before, #top-bar a:hover, #page-title:hover, #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus { -webkit-animation: flicker 20s linear infinite; -moz-animation: flicker 20s linear infinite; -o-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } #top-bar li:hover ul, #top-bar li:focus-within ul, #top-bar li.sfhover ul, #top-bar li ul { -webkit-backdrop-filter: none !important; backdrop-filter: none !important; } #search-top-box-form input[type="submit"] { background: rgb(var(--bright-accent)) !important; } #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus { background: rgb(var(--dark-accent)) !important; } #side-bar img { display: none; } #side-bar .collapsible-block-unfolded { background: unset; } #side-bar div.menu-item a.collapsible-block-link, #side-bar .side-block>.collapsible-block a.collapsible-block-link { background: rgba(var(--medium-accent),0.5); } #side-bar .close-menu::before { line-height: 0.85em !important; } #side-bar div.menu-item a, #side-bar div.menu-item .text { --wght: 900; font-weight: 900; } #side-bar div.menu-item a:hover { -webkit-animation: flicker 20s linear infinite; -moz-animation: flicker 20s linear infinite; -o-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } .page-rate-widget-box { background: -webkit-gradient(linear, left top, left bottom, from(rgb(var(--bright-accent))), color-stop(30%, rgb(var(--dark-accent))), to(rgb(var(--dark-accent)))) !important; background: -webkit-linear-gradient(top, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; background: -moz-linear-gradient(top, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; background: -o-linear-gradient(top, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; background: linear-gradient(to bottom, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; } .page-rate-widget-box > span.rate-points, .page-rate-widget-box > span.rateup, .page-rate-widget-box > span.ratedown, .page-rate-widget-box > span.cancel, .page-rate-widget-box > span.rate-points > a, .page-rate-widget-box > span.rateup > a, .page-rate-widget-box > span.ratedown > a, .page-rate-widget-box > span.cancel > a { color: rgb(var(--white-monochrome)); mix-blend-mode: unset; -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; } .page-rate-widget-box > span.rate-points:hover, .page-rate-widget-box > span.rate-points:active { color: rgb(var(--white-monochrome)) !important; mix-blend-mode: unset !important; } .page-rate-widget-box > span.rateup:hover, .page-rate-widget-box > span.rateup:active, .page-rate-widget-box > span.ratedown:hover, .page-rate-widget-box > span.ratedown:active, .page-rate-widget-box > span.cancel:hover, .page-rate-widget-box > span.cancel:active { color: rgb(var(--black-monochrome)); -webkit-animation: flicker 20s linear infinite; -moz-animation: flicker 20s linear infinite; -o-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } .info-container .collapsible-block-folded, .info-container .collapsible-block-unfolded-link { background: rgb(var(--bright-accent))!important; } iframe.scpnet-interwiki-frame { -webkit-filter: invert(0.8) hue-rotate(-40deg) saturate(0.2); filter: invert(0.8) hue-rotate(-40deg) saturate(0.2); } @media only screen and (max-width: 768px) { #header { background-position: left -webkit-calc(5vw + 5.5rem - 10.4rem) top -webkit-calc(4% - var(--offset-from-page-top) / 2),top center; background-position: left -moz-calc(5vw + 5.5rem - 10.4rem) top -moz-calc(4% - var(--offset-from-page-top) / 2),top center; background-position: left calc(5vw + 5.5rem - 10.4rem) top calc(4% - var(--offset-from-page-top) / 2),top center; -webkit-background-size: -webkit-calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); -moz-background-size: -moz-calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); -o-background-size: calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); background-size: calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); background-repeat: no-repeat,repeat; } } @-webkit-keyframes flicker { 0% { opacity: .2; } 5% { opacity: .9; } 6% { opacity: 1; } 11% { opacity: .4; } 11.25% { opacity: .6; } 11.5% { opacity: .4; } 18% { opacity: 1; } 18.5% { opacity: .9; } 22% { opacity: 1; } 38.5% { opacity: 1; } 39% { opacity: .8; } 42% { opacity: 1; } 60% { opacity: 1; } 60.5% { opacity: 0; } 62% { opacity: 0; } 63% { opacity: .2; } 63.25% { opacity: 0; } 65% { opacity: 1; } 73% { opacity: 1; } 75% { opacity: .8; } 79% { opacity: 1; } 100% { opacity: 1; } } }
The F.S. Roddenberry (SCP-XXXX-1/A), an instance of SCP-XXXX-1
Item #: SCP-XXXX
Object Class: Keter
Special Containment Procedures: Hospital admission records on the east coast of the United States are to be monitored by MTF-Beta-19 "Boat Mormons" for cases similar to known SCP-XXXX instances. Any subjects suffering from SCP-XXXX should be contained within an empty dry dock at Site-21. The subject should be administered pain killers throughout the progression of SCP-XXXX. Persons exposed to the subject prior to containment should be tested for signs of SCP-XXXX and monitor for the following thirty days. Any occurrence of SCP-XXXX outside of currently monitored areas are to be reported to the ranking officer of MTF-Beta-19.
Description: SCP-XXXX is an anomolous disease which causes a subjects body to manifest a Ticonderoga-class cruiser, designated as an instance of SCP-XXXX-1, within itself. The manifestation of SCP-XXXX-1 begins within the flesh of the subject's navel at approximately one millionth the size of other ships of its class. Within the course of a year after initial manifestation, SCP-XXXX-1 will grow to the full size of a Ticonderoga-class cruiser. This process tears the subject's body apart. Despite this, the subject remain alive until the SCP-XXXX-1 instance has reached its full size.
All known cases of SCP-XXXX have occurred in subjects living in large cities on the east coast of the United States. Further investigations into the cause of, and a cure for, SCP-XXXX are underway.
Instances of SCP-XXXX-1 do not correspond to any known Ticonderoga-class cruisers commissioned or planned by the United States Navy. The hull markings of instances are written in languages currently unknown to the Foundation. Documents written in similar scripts to their corresponding SCP-XXXX-1 instance have been found within instances of SCP-XXXX-1. Foundation cryptographers have begun translation of several documents found (See Addendum XXXX-A).
Seventeen instances of SCP-XXXX-1 are currently held by the Foundation. These instances have not exhibited any further anomalous traits and have thus been authorized for use by Foundation naval forces.
Addendum XXXX-A
Translation of Document SCP-XXXX-1/F13
Document Description: A 64-page journal found on SCP-XXXX-1/F containing writing in a language similar to ancient Punic. The cover bears an the sign of the Carthaginian deity Tanit. Each page has a date printed in the outer corner. The journal was found in the hand of a skeleton sitting on the bridge of the ship.
Translation:
3/2/2834 - "We entered the storm today. As soon as we did there was this sudden feeling of dreariness among us. I have a bad feeling about this mission, considering the five ships already lost, but we have our orders."
4/2/2834 - "Richie said he saw something huge in the water today. The rest of us just laughed it off, but I can't forget that look of terror in his eyes."
5/2/2834 - "The Commander has gone missing. We searched the whole ship. Richie says that the "Scylla" took him. When I asked him what the "Scylla" was he said something about it being an old Greek myth. He was pretty shaken up and was hard to understand. We're gonna turn the ship around and search the water."
6/2/2834 - "Still no sign of the Commander. Fucking Vorsal! The man has no sense of loyalty. We've barely spent a day searching for the Commander and he takes command and orders us on our way. After all the Commander has led us through, this is the thanks he gets? Abandoned to the open ocean? It's an outrage! "
7/2/2834 - "Richie jumped overboard today. No one knows why. Maybe it was because of what happened to the Commander, or maybe this damned storm, probably a combination of both. I don't know. He just muttered something about a song and then just stepped off the deck into the sea before anyone could stop him. He died as soon as he hit the water, just went completely limp. It was odd, he didn't really fall that far. He floated there a while before he went under. I thought I saw something grab his leg just before he did, but it was probably just some seaweed or something."
8/2/2834 - "I saw it! I'm sure of it now. It took Vorsal and five other men. Plucked them right from the deck with five huge tentacles! I'm in command now. I've ordered the men to stay inside as much as possible and call on radio when they do have to go out. We tried to send a signal to the nearest ship outside the storm but I don't think it got through. I've ordered the ship to be turned around. We're getting out of here."
9/2/2834 - "Three more men were lost. The Scylla or whatever again. I ordered everybody to sleep in areas of the ship connected internally to their stations. I could see the grief and fear in their faces, but no one complained. They knew what needed to be done."
10/2/2834 - "The Scylla learned how to knock on our fucking doors! I saw an officer get dragged overboard after answering a door he thought another crewman was knocking at. He was already over the side before he started screaming."
11/2/2834 - "A number of the crew are acting weird, mainly on the upper decks. I think it may be something to do with exposure to sea water, caught a couple men drinking the stuff. The Doc says there fine, but they wouldn't answer when I asked them about it. I've ordered all external doors sealed."
12/2/2834 - "The seals on the doors have been broken. Peter, whose become my second-in-command, and a number of other men have jumped overboard. I'm the only one left on the bridge. I keep thinking about what Peter said, 'I'm sorry, Davy. The ocean calls. Goodbye.' and seemed so calm throughout. With that, he jumped over the edge. I only wish I could mourn his loss, but duty calls. I must get the ship out of this storm."
13/2/2834 - "We should be out of the storm by now. It's quite possible we're lost. What's left of the crew is distraught. Most have jumped or been pulled overboard by now. I'm trying, not very successfully, to stay hopeful. Somebody has to be hopeful in this mess."
14/2/2834 - "The crew has gone silent. No radio chatter. No one talked in the mess today. This silence is killing me…"
(The pages for 14/2/2834 through 25/2/2834 are blank)
25/2/2834 - "Everyone else is gone now. I've reached the eye of the storm. Zona levels are off the scale! There's a rift dead center of the eye. The Gwaylor Stabilizers aren't working. I've stopped the engines and can't restart them. The ship is being drawn into the rift. I don't think there's any going back now. To anybody who finds this, don't let them send any more ships into this hell! Tanit save us!"
Additional Documentation
Project Proposal: "Njord"
Research Team: Foxtrot-2
Proposal Goal:
To create an anomalous means by which Foundation Naval forces can be replenished with little to no cost
Research Lead: Dr. M. Robbins, Ph.D.
Assistant Leads: Dr. J. Yuma, Ph.D., CMDRE P. JenningsRequested Resources:
- One Foundation Naval Vessel
- SCP-████
- Class 6 Extra-Dimensional Equipment
- Genetic Laboratory Equipment
- 15 D-Class for testing purposes
Project Details:
Using the inter-dimensional properties of SCP-████, we plan to create a virus that will use a host subject to manifest a chosen class of ship from various alternate universes. This would allow the Foundation to decrease the current naval budget while retaining, or even exceeding, our current naval power.
Status:
Approved
Regarding Project Njord
General knowledge of Project Njord is to be restricted to Level 5 personnel and the members of the Project Njord research team.
05-8
Project Njord
Incident Report 2/12/2014
While being moved between sites, a prototype version of the Project Njord was accidentally released into the general population of Clifton, New Jersey. Disciplinary actions have been taken against those responsible.
Project Njord
Final Report
Results: Research team Foxtrot-2 has successfully created a virus capable of using subjects to manifest Ticonderoga-class cruisers from infected D-class subjects. Going forward, Project Njord is to be used as a method of execution when required.






Per 


