@import url("https://use.typekit.net/cjg4ysl.css"); @supports(display:grid) { :root { --body-font: "franklin-gothic-urw", sans-serif; --header-font: "titling-gothic-fb-compressed", sans-serif; --title-font: "hypatia-sans-pro", sans-serif; --header-title: "The Foundation"; --light-gray-monochrome: 200, 0, 5; --header-gradient-color-bottom: var(--dark-accent); --header-gradient-color-middle: var(--black-monochrome); --header-gradient-color-top: var(--black-monochrome); --background-gradient-color: var(--light-gray-monochrome); --swatch-topmenu-border-color: var(--black-monochrome); --swatch-topmenu-bg-color: var(--dark-accent); --gradient-topmenu: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-border-color)) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-bg-color), 1) -webkit-calc(var(--header-height-on-desktop) + .125rem), rgba(var(--swatch-topmenu-bg-color), 1) -webkit-calc(100% - .125rem), rgba(var(--swatch-topmenu-bg-color), 0) -webkit-calc(100% - .125rem), rgba(var(--swatch-topmenu-border-color), 0) 100%); --gradient-topmenu: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-border-color)) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-bg-color), 1) -moz-calc(var(--header-height-on-desktop) + .125rem), rgba(var(--swatch-topmenu-bg-color), 1) -moz-calc(100% - .125rem), rgba(var(--swatch-topmenu-bg-color), 0) -moz-calc(100% - .125rem), rgba(var(--swatch-topmenu-border-color), 0) 100%); --gradient-topmenu: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-border-color)) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-bg-color), 1) calc(var(--header-height-on-desktop) + .125rem), rgba(var(--swatch-topmenu-bg-color), 1) calc(100% - .125rem), rgba(var(--swatch-topmenu-bg-color), 0) calc(100% - .125rem), rgba(var(--swatch-topmenu-border-color), 0) 100%); --gradient-topmenu-mobile: linear-gradient(to bottom, rgba(var(--swatch-topmenu-border-color), 1) 0, rgba(var(--swatch-topmenu-bg-color), 1) .125rem, rgba(var(--swatch-topmenu-bg-color), 1) -webkit-calc(var(--topbar-height-on-mobile) - .125rem), rgba(var(--swatch-topmenu-bg-color), 0) -webkit-calc(var(--topbar-height-on-mobile) - .125rem), rgba(var(--swatch-topmenu-border-color), 0) 3rem); --gradient-topmenu-mobile: linear-gradient(to bottom, rgba(var(--swatch-topmenu-border-color), 1) 0, rgba(var(--swatch-topmenu-bg-color), 1) .125rem, rgba(var(--swatch-topmenu-bg-color), 1) -moz-calc(var(--topbar-height-on-mobile) - .125rem), rgba(var(--swatch-topmenu-bg-color), 0) -moz-calc(var(--topbar-height-on-mobile) - .125rem), rgba(var(--swatch-topmenu-border-color), 0) 3rem); --gradient-topmenu-mobile: linear-gradient(to bottom, rgba(var(--swatch-topmenu-border-color), 1) 0, rgba(var(--swatch-topmenu-bg-color), 1) .125rem, rgba(var(--swatch-topmenu-bg-color), 1) calc(var(--topbar-height-on-mobile) - .125rem), rgba(var(--swatch-topmenu-bg-color), 0) calc(var(--topbar-height-on-mobile) - .125rem), rgba(var(--swatch-topmenu-border-color), 0) 3rem); --gradient-header: linear-gradient(to bottom, rgb(var(--header-gradient-color-bottom)) 0%, rgb(var(--header-gradient-color-middle)) 90%, rgb(var(--header-gradient-color-top)) 100%); --header-background-image-size: 100% var(--header-height-on-desktop); --header-height-on-desktop: 12.25rem; --header-height-on-mobile: 12.25rem; --base-font-size: 0.938rem; } #side-bar::-webkit-scrollbar { background-color: rgba(var(--bright-accent),0); } #side-bar::-webkit-scrollbar-thumb { background-color: rgba(var(--dark-gray-monochrome),0); } ::-webkit-scrollbar, #side-bar:hover::-webkit-scrollbar { background-color: rgba(var(--bright-accent)); } ::-webkit-scrollbar-thumb, #side-bar:hover::-webkit-scrollbar-thumb { background-color: rgba(var(--dark-gray-monochrome)); } html, body { -webkit-font-feature-settings: "onum"0; -moz-font-feature-settings: "onum"0; font-feature-settings: "onum"0; font-variant-numeric: tabular-nums; scrollbar-color: rgb(var(--dark-gray-monochrome)) rgb(var(--bright-accent)); } body { font-weight: 400; -webkit-background-size: var(--header-background-image-size), 100% 14.25rem, 100% var(--background-gradient-distance); -moz-background-size: var(--header-background-image-size), 100% 14.25rem, 100% var(--background-gradient-distance); -o-background-size: var(--header-background-image-size), 100% 14.25rem, 100% var(--background-gradient-distance); background-size: var(--header-background-image-size), 100% 14.25rem, 100% var(--background-gradient-distance); } .danger-diamond a, .danger-diamond a:hover { color: rgba(0,0,0,0) !important; box-shadow: initial !important; } #main-content { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } #page-title, h1, h2, h3, h4, h5, h6 { color: rgba(var(--light-gray-monochrome)); font-family: var(--title-font); font-weight: 900; } hr { height: 0.5em; border: initial; position: relative; background-color: rgba(0, 0, 0, 0); overflow: hidden; } hr::before { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https://scp-wiki.wdfiles.com/local--files/theme:the-foundation-theme/cons_circle.png'); -webkit-background-size: 100vh 100vh; -moz-background-size: 100vh; -o-background-size: 100vh; background-size: 100vh; background-attachment: fixed; background-position: top center; background-repeat: repeat; -webkit-clip-path: polygon(50% 10%, 100% 50%, 50% 90%, 0% 50%); clip-path: polygon(50% 10%, 100% 50%, 50% 90%, 0% 50%); pointer-events: none; } #page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href="/classification-committee-memo"]) { padding: 0.15em; margin: -0.15em; color: rgb(var(--gray-monochrome)); -webkit-box-decoration-break: clone; box-decoration-break: clone; -webkit-box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--light-gray-monochrome), 1); -moz-box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--light-gray-monochrome), 1); box-shadow: inset 0 -0.125rem 0 0rem rgba(var(--light-gray-monochrome), 1); -webkit-transition: color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -moz-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), padding 300ms cubic-bezier(0.4, 0.0, 0.2, 1), margin 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -moz-box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1); } #page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href="/classification-committee-memo"]):hover { padding: 0.3em 0.25em 0.2em 0.25em; margin: -0.25em; -webkit-box-shadow: inset 0 -1.5em 0 0 rgba(var(--dark-accent), 1); -moz-box-shadow: inset 0 -1.5em 0 0 rgba(var(--dark-accent), 1); box-shadow: inset 0 -1.5em 0 0 rgba(var(--dark-accent), 1); text-decoration: none; color: rgb(var(--white-monochrome)) } #extra-div-3 { position: absolute; width: 100%; height: var(--header-height-on-desktop); top: 0; left: 0; pointer-events: none; background: url('https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-header-img.png'); background-position: center center; } #header { background: initial; } #header h1, #header h1 a, #header h1 a::before { position: absolute; top: 0.5rem; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; } #header > h1 > a > span { width: 100%; height: 100%; top: 0; left: 0; max-width: inherit; } #header h1 { height: -webkit-calc(100% - 2.25rem); height: -moz-calc(100% - 2.25rem); height: calc(100% - 2.25rem); } #header h1 a::before, #header h1 a { text-align: center; font-weight: 100; text-transform: uppercase; font-size: -webkit-calc(2.75rem + (4.5 - 2.75) * ((100vw - 18.750rem) / (60 - 18.750))); font-size: -moz-calc(2.75rem + (4.5 - 2.75) * ((100vw - 18.750rem) / (60 - 18.750))); font-size: calc(2.75rem + (4.5 - 2.75) * ((100vw - 18.750rem) / (60 - 18.750))); line-height: 0.8; letter-spacing: 0.1em; } #header h2 span::before, #header h2 span { display: none; } #login-status, #login-status * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #login-status { min-height: -webkit-calc(var(--base-font-size) * 1.5); min-height: -moz-calc(var(--base-font-size) * 1.5); min-height: calc(var(--base-font-size) * 1.5); border: .0625rem solid rgb(var(--bright-accent)); -webkit-border-radius: .0625rem; -moz-border-radius: .0625rem; border-radius: .0625rem; -webkit-border-radius: var(--border-radius-width); -moz-border-radius: var(--border-radius-width); border-radius: var(--border-radius-width); color: rgba(0, 0, 0, 0); background-color: #424248; background-color: rgb(var(--gray-monochrome)); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } #login-status .printuser { position: relative; top: 0; left: 0; color: rgb(var(--swatch-text-light)); border-right: .0625rem solid rgb(var(--bright-accent)); background: rgb(var(--swatch-primary-darkest)); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0.25rem; margin: 0; font-weight: 900 !important; } #login-status .printuser a { width: 0.75em; } #login-status #my-account { color: rgb(var(--black-monochrome)); } #login-status #account-topbutton { border: initial; padding: 0.5em 0.5em 0.5em 0.25em; position: relative; height: 100%; top: 0; left: 0; margin: 0; font-size: 1em; } #account-options { width: auto; padding: 0.5em; border-color: rgb(var(--bright-accent)); background: var(--gradient-header); color: rgb(var(--swatch-text-light)); } #account-options ul li a { color: rgb(var(--swatch-text-light)); } #search-top-box { left: 3%; top: 0.5rem; } #search-top-box, #search-top-box * { border-color: rgb(var(--bright-accent)) !important; } #search-top-box-form > #search-top-box-input { width: 7rem; } #top-bar { height: 1.875rem; } #top-bar div.top-bar > ul > li, #top-bar div.mobile-top-bar > ul > li { font-family: var(--title-font); font-weight: 800; text-transform: uppercase; isolation: isolate; } #top-bar div.top-bar > ul > li:hover, #top-bar div.mobile-top-bar > ul > li:hover { background: rgb(var(--swatch-primary-darkest)); } #top-bar div.top-bar > ul > li::before, #top-bar div.mobile-top-bar > ul > li > a::before { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; background: url('https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png'); -webkit-background-size: 100vh 100vh; -moz-background-size: 100vh; -o-background-size: 100vh; background-size: 100vh; background-attachment: fixed; background-position: center center; -webkit-transition: opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-background-size 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-background-size 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -o-background-size 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-size 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -moz-background-size 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-size 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-size 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-background-size 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -moz-background-size 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -o-background-size 300ms cubic-bezier(0.4, 0.0, 0.2, 1); pointer-events: none; -webkit-animation-direction: reverse; -moz-animation-direction: reverse; -o-animation-direction: reverse; animation-direction: reverse; pointer-events: none; } #top-bar div.top-bar > ul > li:hover::before, #top-bar div.mobile-top-bar > ul > li > a:hover::before { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; } #top-bar div.top-bar > ul > li > ul, #top-bar div.mobile-top-bar > ul > li > ul { margin-top: 1.9rem; } #top-bar div.top-bar > ul > li > a::before, #top-bar div.top-bar > ul > li > a::after { background-color: rgba(var(--dark-gray-monochrome)); pointer-events: none; z-index: 1; } #side-bar { top: 0; --swatch-border-color: rgb(var(--light-gray-monochrome)); background-color: rgba(var(--dark-accent),0); scrollbar-color: rgba(var(--dark-gray-monochrome),0) rgba(var(--bright-accent),0); z-index: 10; background: linear-gradient( rgba(var(--dark-accent),0) 30%, rgba(var(--dark-accent),0)), linear-gradient( rgba(var(--dark-accent),0), rgba(var(--dark-accent),0) 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(var(--swatch-primary-darkest),0), rgba(var(--black-monochrome),0)), radial-gradient(farthest-side at 50% 100%, rgba(var(--swatch-primary-darkest),0), rgba(var(--black-monochrome),0)) 0 100%; } #side-bar:hover, #side-bar:active { scrollbar-color: rgb(var(--dark-gray-monochrome)) rgb(var(--bright-accent)); background-color: rgba(var(--dark-accent),1); background-image: linear-gradient( rgba(var(--dark-accent),1) 30%, rgba(var(--dark-accent),0)), linear-gradient( rgba(var(--dark-accent),1), rgba(var(--dark-accent),0) 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(var(--swatch-primary-darkest),.5), rgba(var(--black-monochrome),0)), radial-gradient(farthest-side at 50% 100%, rgba(var(--swatch-primary-darkest),.5), rgba(var(--black-monochrome),0)) 0 100%; } #side-bar:focus-within { scrollbar-color: rgb(var(--dark-gray-monochrome)) rgb(var(--bright-accent)); background-color: rgba(var(--dark-accent),1); background-image: linear-gradient( rgba(var(--dark-accent),1) 30%, rgba(var(--dark-accent),0)), linear-gradient( rgba(var(--dark-accent),1), rgba(var(--dark-accent),0) 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(var(--swatch-primary-darkest),.5), rgba(var(--black-monochrome),0)), radial-gradient(farthest-side at 50% 100%, rgba(var(--swatch-primary-darkest),.5), rgba(var(--black-monochrome),0)) 0 100%; } #side-bar div.menu-item { --swatch-border-color: rgb(var(--light-gray-monochrome)); background-color: rgba(var(--black-monochrome), 0.25); } #side-bar .heading { font-family: var(--title-font); background-image: url('https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png'); background-attachment: fixed; -webkit-background-size: 100vh 100vh; -moz-background-size: 100vh; -o-background-size: 100vh; background-size: 100vh; background-position: -18rem center; position: relative; padding-top: 0.15em; padding-bottom: 0.25em; } #side-bar div.menu-item a, #side-bar div.menu-item a:hover, #side-bar div.menu-item a:active, #side-bar div.menu-item a:visited, #side-bar div.menu-item .text { color: rgb(var(--white-monochrome)); margin: 0.15em 0; font-family: var(--title-font); } #side-bar div.menu-item a::before { background: linear-gradient(to top, rgb(var(--black-monochrome)), rgb(var(--dark-accent))); background-attachment: fixed fixed; background-size: 300% 500%; background-position: left; } .yui-navset .yui-nav a { -webkit-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1); color: rgba(var(--white-monochrome)); } .yui-navset .yui-nav li { background-color: rgba(var(--swatch-menubg-light-color), 0); -webkit-animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -moz-animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -o-animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1); animation: tab-active 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; -o-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forward; -moz-animation-fill-mode: forward; -o-animation-fill-mode: forward; animation-fill-mode: forward; -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -o-animation-play-state: paused; animation-play-state: paused; } .yui-navset .yui-nav li em { transition: -webkit-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: -o-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1), -moz-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1); -webkit-transition: -webkit-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1), -moz-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1), -o-transform 400ms cubic-bezier(0.4, 0.0, 0.2, 1); } .yui-navset .yui-nav .selected { margin-top: -0.5em; padding-top: 0.5em; margin-right: 0.0625rem; background-color: rgb(var(--white-monochrome)); -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; -o-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; -o-animation-fill-mode: backwards; animation-fill-mode: backwards; -webkit-animation-play-state: running; -moz-animation-play-state: running; -o-animation-play-state: running; animation-play-state: running; } .yui-navset .yui-nav .selected a em { -webkit-transform: translateY(-0.25em); -moz-transform: translateY(-0.25em); -ms-transform: translateY(-0.25em); -o-transform: translateY(-0.25em); transform: translateY(-0.25em); } .yui-navset .yui-nav a, .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:active, .yui-navset .yui-nav a:focus-within { background: rgba(0, 0, 0, 0) !important; font-family: var(--title-font); font-weight: 600; isolation: isolate; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:active, .yui-navset .yui-nav a:focus-within, .yui-navset .yui-nav .selected a { color: rgba(var(--bright-accent)) !important; } .yui-navset .yui-nav a::before, .yui-navset .yui-nav a::after { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; pointer-events: none; } .yui-navset .yui-nav a::before { background-image: url('https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png'); -webkit-background-size: 100vh 100vh; -moz-background-size: 100vh; -o-background-size: 100vh; background-size: 100vh; background-attachment: fixed; background-position: top center; -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), color-stop(33%, rgba(0, 0, 0, 1)), color-stop(66%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))); -webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%); mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), color-stop(33%, rgba(0, 0, 0, 1)), color-stop(66%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))); mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%); -webkit-mask-size: 100% 90px; mask-size: 100% 90px; -webkit-mask-repeat: repeat; mask-repeat: repeat; -webkit-mask-position: center -58px; mask-position: center -58px; -webkit-transition: background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1); transition: mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), -webkit-mask-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1); pointer-events: none; } .yui-navset .yui-nav a:hover::before, .yui-navset .yui-nav a:focus::before, .yui-navset .yui-nav .selected a::before { -webkit-mask-position: center 0px !important; mask-position: center 0px !important; background-position: 100% 200vh; } .yui-navset .yui-nav a:hover::after, .yui-navset .yui-nav a:focus::after, .yui-navset .yui-nav .selected a::after { opacity: 0; -webkit-animation: fade 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -moz-animation: fade 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -o-animation: fade 300ms cubic-bezier(0.4, 0.0, 0.2, 1); animation: fade 300ms cubic-bezier(0.4, 0.0, 0.2, 1); -webkit-animation-direction: backwards; -moz-animation-direction: backwards; -o-animation-direction: backwards; animation-direction: backwards; -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; -o-animation-iteration-count: 1; animation-iteration-count: 1; } table.wiki-content-table { border-collapse: collapse; } table.wiki-content-table th { border-color: rgb(var(--light-gray-monochrome)) !important; position: relative; font-family: var(--title-font); font-weight: 600; text-transform: uppercase; background-image: url('https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png'); -webkit-background-size: 100vh 100vh; -moz-background-size: 100vh; -o-background-size: 100vh; background-size: 100vh; background-attachment: fixed; background-position: top center; } @media only screen and (max-width: 768px) { #top-bar { font-size: -webkit-calc(var(--base-font-size) * 0.8); font-size: -moz-calc(var(--base-font-size) * 0.8); font-size: calc(var(--base-font-size) * 0.8); height: 2.5rem; } #top-bar > div.mobile-top-bar > div.open-menu { font-size: -webkit-calc(var(--base-font-size) * 0.65); font-size: -moz-calc(var(--base-font-size) * 0.65); font-size: calc(var(--base-font-size) * 0.65); width: 2.5rem; height: 2.5rem; } #top-bar > div.mobile-top-bar > div.open-menu > p > a { color: rgb(var(--swatch-menutxt-dark-color)) !important; } #top-bar div.mobile-top-bar > ul > li > a { letter-spacing: 0; } #top-bar > div.top-bar > ul > li:last-of-type > ul, #top-bar > div.mobile-top-bar > ul > li:last-of-type > ul { left: 50%; } #top-bar div.mobile-top-bar > ul > li > ul { margin-top: 2.5rem; } #top-bar div.mobile-top-bar > ul > li > ul > li { max-height: -webkit-calc(100vh / 10); max-height: -moz-calc(100vh / 10); max-height: calc(100vh / 10); height: 50em; } #top-bar div.mobile-top-bar > ul > li > ul > li > a { white-space: pre-wrap; } #side-bar:target .close-menu { width: -webkit-calc(100% - 15em - var(--scrollbar-width)); width: -moz-calc(100% - 15em - var(--scrollbar-width)); width: calc(100% - 15em - var(--scrollbar-width)); } #search-top-box { right: 0 !important; top: 0 !important; left: inherit; } #search-top-box-form > #search-top-box-input { width: inherit; right: 0 !important; top: 0 !important; } #search-top-box-input, #navi-bar, #navi-bar-shadow { display: inline-block; } #search-top-box { height: var(--header-height-on-mobile); } #search-top-box:focus-within form[id="search-top-box-form"] { padding-right: -webkit-calc(3% + 30px); padding-right: -moz-calc(3% + 30px); padding-right: calc(3% + 30px); padding-top: 2.3125rem; } #search-top-box:not(:focus-within):before { top: 5.625rem; width: 2rem !important; } #search-top-box form[id="search-top-box-form"] { height: 100%; visibility: hidden; right: 0 !important; position: absolute; } #search-top-box form[id="search-top-box-form"]:focus-within { visibility: visible; right: 1em; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { height: var(--header-height-on-mobile); width: 2rem !important; } #main-content { margin-top: 2.1em; } } } @-webkit-keyframes tab-active { 0% { background-color: rgba(var(--swatch-menubg-light-color), 0); padding-top: 0; margin-top: 0; margin-right: 0; } 100% { background-color: rgba(var(--white-monochrome), 1); padding-top: 0.5em; margin-top: -0.5em; margin-right: 0.0625rem; } } @-moz-keyframes tab-active { 0% { background-color: rgba(var(--swatch-menubg-light-color), 0); padding-top: 0; margin-top: 0; margin-right: 0; } 100% { background-color: rgba(var(--white-monochrome), 1); padding-top: 0.5em; margin-top: -0.5em; margin-right: 0.0625rem; } } @-o-keyframes tab-active { 0% { background-color: rgba(var(--swatch-menubg-light-color), 0); padding-top: 0; margin-top: 0; margin-right: 0; } 100% { background-color: rgba(var(--white-monochrome), 1); padding-top: 0.5em; margin-top: -0.5em; margin-right: 0.0625rem; } } @keyframes tab-active { 0% { background-color: rgba(var(--swatch-menubg-light-color), 0); padding-top: 0; margin-top: 0; margin-right: 0; } 100% { background-color: rgba(var(--white-monochrome), 1); padding-top: 0.5em; margin-top: -0.5em; margin-right: 0.0625rem; } } @-webkit-keyframes fade { 0% { opacity: 1; } 100% { opacity: 0; } } @-moz-keyframes fade { 0% { opacity: 1; } 100% { opacity: 0; } } @-o-keyframes fade { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fade { 0% { opacity: 1; } 100% { opacity: 0; } }
:root { --swatch-background: var(--black-monochrome); --header-subtitle: "Office of the Overseer"; --rating-module-text-color: var(--swatch-menutxt-light-color); --rating-module-button-color: var(--swatch-menutxt-light-color); --swatch-text-general: var(--swatch-text-light); --swatch-menutxt-general-color: var(--swatch-menutxt-light-color); --swatch-secondary-color: var(--swatch-menubg-dark-color); --swatch-tertiary-color: var(--swatch-menubg-medium-dark-color); } ::selection { background: rgba(var(--swatch-primary, 180, 35, 35), 1); } html, body { color: rgb(var(--swatch-text-light)); } .page-rate-widget-box { margin: 0; background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(var(--black-monochrome),.55)), to(rgba(var(--swatch-primary-darkest),.45))); background: -webkit-linear-gradient(bottom, rgba(var(--black-monochrome),.55) 0, rgba(var(--swatch-primary-darkest),.45)); background: -moz-linear-gradient(bottom, rgba(var(--black-monochrome),.55) 0, rgba(var(--swatch-primary-darkest),.45)); background: -o-linear-gradient(bottom, rgba(var(--black-monochrome),.55) 0, rgba(var(--swatch-primary-darkest),.45)); background: linear-gradient(0deg, rgba(var(--black-monochrome),.55) 0, rgba(var(--swatch-primary-darkest),.45)); } #page-title,h1,h2,h3,h4,h5,h6 { color: rgb(var(--swatch-text-light)) !important; } #page-title { border-color: rgb(var(--light-gray-monochrome)) !important; position: relative; margin-top: 1rem; font-family: var(--title-font); font-weight: 600; text-transform: uppercase; border: .0625rem solid rgba(66,66,72,.25) !important; border: .0625rem solid rgba(var(--swatch-menubg-medium-dark-color),.25) !important; isolation: isolate; } #page-title::before { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https://scp-wiki.wikidot.com/local--files/theme:the-foundation-theme/foundation-circles-bg.png'); -webkit-background-size: 100vh 100vh; -moz-background-size: 100vh; -o-background-size: 100vh; background-size: 100vh; background-attachment: fixed; background-position: top center; z-index: -1; } #header h2, #header h2 span, #header h2 span::before { position: absolute; top: 0.5rem; left: 0; margin: 0; padding: 0; width: 100%; height: 50%; top: 40%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; font-weight: 500; font-family: var(--header-font); text-transform: uppercase; letter-spacing: 0.5em; pointer-events: none; } .danger-diamond a, .danger-diamond a:hover { color: rgba(0,0,0,0) !important; -webkit-box-shadow: initial !important; -moz-box-shadow: initial !important; box-shadow: initial !important; } .danger-diamond > .arrows { background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='https://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 160 160' xml:space='preserve'%3E%3Cpath fill='%23fcfcfc' d='M136.1,133.3l23.9-23.9V51.2l-24-24l19.1-19.1l4.9,4.9l0-12.9l-12.9,0l4.9,4.9L133,24.2l-24-24H51l-24,24 L8,5.2l4.9-4.9L0,0.2l0,12.9l4.9-4.9L24,27.3l-24,24v58.2l23.9,23.9l-19,19L0,147.3l0,12.9l12.9,0L8,155.3l19-19l23.9,23.9h58.4 l23.9-23.9l19,19l-4.9,4.9l12.9,0l0-12.9l-4.9,4.9L136.1,133.3z M155.7,53v54.6l-22.6,22.6l-50-50L133,30.3L155.7,53z M52.8,4.5 h54.4l22.7,22.7L80,77.2L30.1,27.3L52.8,4.5z M4.3,107.6V53L27,30.3L77,80.2l-50,50L4.3,107.6z M107.4,155.9H52.6L30,133.3l50-50 l50,50L107.4,155.9z'/%3E%3C/svg%3E%0A"); } table.wiki-content-table { width: 100%; text-align: center; margin: 0 auto; } table.wiki-content-table, table.wiki-content-table * { border-color: rgb(var(--black-monochrome)) !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } table.wiki-content-table tbody tr th { -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; border-color: rgb(var(--black-monochrome)) !important; } table.wiki-content-table tr { border-width: 0px !important; } table.wiki-content-table tr, table.wiki-content-table th { width: 100%; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: stretch; -webkit-align-items: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 0; font-weight: 700; } table.wiki-content-table td { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; -webkit-box-flex: 2; -webkit-flex-grow: 2; -moz-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; width: 100%; background-color: rgb(var(--swatch-primary-darkest)); color: rgb(var(--white-monochrome)); text-transform: uppercase; line-height: 1; text-align: center; } table.wiki-content-table td * { width: 100%; } table.wiki-content-table td span:nth-of-type(even) { font-family: var(--mono-font); font-size: 0.75em; } blockquote, .blockquote { background-color: rgb(var(--swatch-menubg-dark-color)); } #page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href="/classification-committee-memo"]) { color: rgb(var(--light-gray-monochrome)) !important; } #page-content a:not([href*="user"]):not([href*="javascript:;"]):not([href="/classification-committee-memo"]):hover { color: rgb(var(--black-monochrome)) !important; -webkit-box-shadow: inset 0 -1.5em 0 0 rgba(var(--light-gray-monochrome), 1) !important; -moz-box-shadow: inset 0 -1.5em 0 0 rgba(var(--light-gray-monochrome), 1) !important; box-shadow: inset 0 -1.5em 0 0 rgba(var(--light-gray-monochrome), 1) !important; } .code { background-color: rgb(var(--swatch-menubg-dark-color)); } @media only screen and (max-width: 768px) { #page-title { font-size: 2em; } table.wiki-content-table tr { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } table.wiki-content-table tr > td { min-width: 100%; font-size: 1rem; padding: 0.5rem; } } .scp-image-block { -webkit-box-shadow: initial; -moz-box-shadow: initial; box-shadow: initial; } .scp-image-block .scp-image-caption { background-color: rgb(var(--swatch-menubg-dark-color)); }
Special Containment Procedures:
SCP-5457 Healing after injuries
Secondary Thaumiel classification pending. SCP-5457 is to be held in a standard humanoid containment cell at Site 300. The cell is modified to siphon electricity from SCP-5457. If a blackout has not occured in the previous 5 days the entity is allowed to do the folowing:.
- walk around the Site common acess areas.
- Eat all 3 meals in the site cafeteria.
- Use the site exercise facilities.
Foundation site guards must be present for all activaties.
However if a blackout does occure at lest 2 site guards must stand outside the entities containment cell. If SCP-5457 complains of pain, excess electricity must be siphoned off and grounded or fed into the local power network.
Description: SCP-5457 is a humanoid entity of age 20, altered during a Foundation sanctioned experiment dubbed Experiment Omega. After the experiment SCP-5457 gained the ability to produce electricity from its body. This electricity can flucuate in volts milliamperes, range from 50 V mA to 50,000 V mA. The entity can also recreate any held melee weapons out of electricity, but is unable to create firearms and must touch the weapon again if it was previously terminated. SCP-5457 also possesses the ability to regenerate from physical and biological trauma on a cellular level. The entity is prone to blackouts. During the entity's blackouts it acts erratic and violent. The only known way to end a blackout is to terminate the entity, or to force a syncope episode. The blackouts are caused by Electrical build-up and are called Electric Build-Up Failure or EBF. This will stop the entity from producing bolts of electricity. Signs of a blackout include:.
- Irises, sclerae, and pupils color become blue and spark
- Any attempt to interact with the entity will be met with hostility
- Regeneration will occure more rapidly.
Addendum: SCP-5457 graduated top of its class in military school and became one of the youngest people to earn the rank of Staff Sergeant. During this time the entity mastered knife combat, Lang Range Shooting, Handguns, and Battle Rifles. Additionly, SCP-5457 became proficient in hand-to-hand combat, Barazilin Jiu Jitsu and boxing. However, the entity was discharged from the army after developing L4 hearing. Following its departure, SCP-5457 was contacted by the Foundation via an embedded agent that was one of the entity's superiors in the army. SCP-5457 was formaly employed as a site guard prior to containment. During this time the Foundation was conducting an experiment with the anomalous gene from SCP-3288. After SCP-5457 was injected with the manipulated gene it possessed the ability to regenerate destroyed tissue and cells. Lead researcher Jacob Miller looked at the files, history, and medical records of all site 300 guards and picked 23 for the experiment. All but Jason Galvanic backed out of the experiment.
After Experiment Omega all of the site staff thought Jason Galvanic along with researcher Miller were terminated, and Experiment Omega was thought to be a failure. However, during the autopsy agent Jason started to regenerate. After 24 hours of continuous regeneration the body of SCP-5457 became physically healthy, and the L4 hearing issue vanished, however, SCP-5457 would not be conscious for another 48 hours. Do to the death of Dr. Miller, Dr. Harris assumed the position of lead researcher for the modified gene and SCP-5457.
Experiment Omega
**Subject: Jason Galvanic **
Procedure: Administering modified 3288 gene and activate with 938 lighting
Results: The subject gains control of electricity.
Analysis: Manipulation of the gene can cause others to gain abilities.
Date: September 19, 2020
VIDEO LOG
BEGIN LOG
Dr. Miller: "After 23 potential subjects all of which have pre-existing injuries or health conditions I landed on one, his name is Jason Galvanic. He is a site guard here at site 300 with L4 hearing, because of this he was discharged from the US army. I took a sample from 3288 Prime, isolated its anomalies gene, and placed it in a cocktail mixture that should fundamentally change the gene. All of this was done upon the 05 Councils request. I must inject this cocktail into Jason Galvanic and use electric material from 938 to activate it. Once activated, the gene should attach itself to Jason's red blood cells and replicate. After this I must place the [DATA EXPUNGED] in Mr. Galvanic’s brain. After Everything is completed the 05 Council will have their personal attack dog. He will have [Data EXPUNGED]
Jason Galvanic entered Experiment Lab A-9.
Dr. Miller secures Jason Galvanic to a chair and places a mouthguard in his mouth.
Dr. Miller secures conductors on Jason Galvanic's head.
Dr. Miller injects Jason Galvanic with the cocktail and turns on the electricity.
Jason Galvanic convulses in the chair.
An explosion of fire and electricity could be seen before the video feed cuts to black.
Dr. Miller was terminated during this Experiment.
END LOG
Video Log
Date: September 21, 2020
Interviewed: SCP-5457
Interviewer: Dr. Harris
BEGIN LOG
Dr. Harris: “SCP-5457, how are you feeling?”
SCP-5457: “I'm fine sir, but it’s me, Jason! I'm not an SCP.”
Dr. Harris: “Unfortunately, I can no longer refer to you by your birth name. The higher-ups have deemed you as a threat to normalcy, a threat that must be contained.”
Dr. Harris pauses for ten seconds.
Dr. Harris: “Your old life is over. Friends, family, and loved ones are already under the impression you were terminated during a lab accident and your body was destroyed in the process. The only thing I am unsure of is why you agreed to the experiment in the first place.”
SCP-5457 remained silent.
Dr. Harris: “Are you suffering from any adverse effects?"
SCP-5457 remained silent.
Dr. Harris: “Right, well if you start having any issues report it to me. ”
SCP-5457 remained silent.
END LOG
Following this interview SCP-5457 proceeded to do various physical exercises in a militaristic fashion in between bouts of lachrymation.
Video Log Transcript
Date: September 25, 2020
Subject: SCP-938
Team Members: SCP-5457
BEGIN LOG
Euclid Halls 10-15 cell door locks fail. Core generator offline.
SCP-5457 exits its containment cell and is stopped by Level 3 Guard Winston Fletcher.
Site Guard Winston: "SCP-5457 RETURN TO YOUR CELL!"
SCP-5457: "Don’t shoot, Winston. It's me Jason.”
Site Guard Winston: "SCP-5457. You know the rules. ALL SCP’s must be in their cells during a power outage or containment breach."
SCP-5457: "Winston I know but somethings wrong, I just want to help. ”
Site Guard Winston: "SCP-5457 RETURN TO YOUR CE…"
Guard Winston's communicator could be heard.
Director Carter: "Agent Winston, based on the path SCP-938 was taking it was headed to SCP-5457's cell. If it wants to help let it, hopefuily by the end of this that instance SCP-938 would be termanated. We have enough of them in containment already. "
Site Guard Winston: "Yes, Director Carter. Understood."
Site Guard Winston: "SCP-938 has escaped its containment and targeted the generator, causing the power outage. The director has tasked you to go to the basement and contain SCP-938 through any means necessary. "
SCP-5457: “Okay… I’ll do what I can.”
SCP-5457 walks in the direction of the generator room.
SCP-5457 reactivated the failed containment locks.
SCP-5457 stepped into the elevator, activated it, and proceeded to the basement of the site.
SCP-938 absorbed the power from the generator.
SCP-938 noticed SCP-5457.
SCP-938 assaulted SCP-5457.
SCP-5457 absorbed SCP-938 fully.
SCP-5457 showed signs of being in distress.
The entity proceeded to approach the site generator and restore power.
SCP-5457 suffered a syncope episode and regained consciousness after six hours.
END LOG
Following this Incident SCP-5457 became more irritable and requested more alone time.
This request was denied.
Observation: During a routine physical SCP-5457 complained of pain. Multiple tests were performed by Dr. Harris. The apparent cause for this pain was due to an overabundance of electricity in the central nervous system. A proposal was put in place by Dr. Harris to have SCP-5457 be a power source for the site's local power network. This task would be completed by having SCP-5457's electricity drained in its containment cell.
Proposal approved by 05-4 and SCarter.
INCIDENT REPORT
Date: October 12, 2020
Incident Report ID #: 04a1
Summary: Incident 04a1 began with SCP-5457 in its containment cell showing Signs of distress. Site 300 entered standby when Agent Winston and Agent Maxwell entered SCP-5457’s containment cell. Per agent Winston's testimony, SCP-5457 threw both Maxwell and himself into the wall and proceeded out the cell door. Site 300 Went into full lockdown, as per standard lockdown protocol, Foundation forces surrounded Site 300 to prevent the escape of SCP-5457.
SCP-5457 made its way to Experiment Lab 9-A. Once in the room the entity pulled the electrical cord from the floor and proceeded to absorb the electricity. More site guards flooded the room and surrounded the entity. SCP-5457 engaged the guards in combat, the entity dispatched the guard with a single burst of electricity. The entity proceeded to destroy experiment room 9-A. Re-containment was only possible due to SCP-5457’s self-termination in the destruction of Experiment Lab 9-A. SCP-5457 fully regenerated after 45 hours and regained consciousness 16 hours later.
Disciplinary action:
- All meals are to be consumed in its containment cells.
- Exercise is to be conducted in its containment cell.
- All Site wandering is to cease.
END LOG
Following this incident Dr. Harris connected Dr. TenHulzen in hopes she would take SCP-5457 as one of her clients for Psychotherapy. 5 weeks of appointments were scheduled with one every week.
After 3 weeks of mandatory meetings with Dr. TenHulze, SCP-5457's mood improved. Additionally, the constant syphoning of the EBF has successfully combated the entity's blackouts.
Because of this a cross test between SCP-105 and SCP-5457 has been approved by the 05 Council.
Cross Test: 105 and 5457
Date: November 25, 2020
BEGIN LOG
SCP-105: "You must be SCP-5457."
SCP-5457: Ya that's me. Who might you be?
SCP-105: "My name is Iris Thomson SCP-105. Site 17 wanted us to do a cross test."
SCP-5457: "So what? We spar?"
SCP-105: "That's the idea. Some researchers at site 17 want to know more about you and your abilities. Also according to site 17's director, Overwatch Command has an interest in you too."
SCP-105 uses SCP-105-B to take photos of SCP-5457. SCP-105 took the photo and assaulted SCP-5457.
SCP-5457 grabs SCP-105 by the arm pulling the entity through the photo.
SCP-105 pulled a knife from its holster and stabbed SCP-5457’s side.
SCP-5457 let out a scream, grabs SCP-105 by the vest, and threw the entity into the wall.
SCP-5457 grabs the knife and dislodged it from its side.
SCP-5457: “WHY THE FUCK DID YOU REALLY STAB ME?!”
SCP-105: “I heard you heal fast."
SCP-105 spat blood.
SCP-5457’s eyes changed color and began sparking.
5457 looked at the knife and threw it in the direction of SCP-105.
The blade struck the wall 2.85 cm from SCP-105’s head.
SCP-5457 created a knife out of electricity and walked in the direction of SCP-105.
SCP-105 pulled the knife from the wall and cut SCP-5457’s inner right arm. This made SCP-5457 drop the electric knife and it vanished.
SCP-105 attempted to stab SCP-5457 in the throat.
SCP-5457 grabbed SCP-105’s hand and made SCP-105 drop the knife.
SCP-105 broke free from SCP-5457’s grip.
SCP-105 obtained SCP-105-B, acquired photos of the research room, and jumped through the photo,
SCP-105 managed to miss electricity from SCP-5457’s hands.
A highly potent nerve agent flooded the testing chamber, SCP-5457suffred a forced syncope episode and was unconscious for 12 hours.
D-class personnel were sent in to take SCP-5457 back to its containment cell.
END LOG
Interviewed: SCP-5457
Interviewer: Dr. Harris and 105
Date: November 26, 2020
Foreword: post-test interview
SCP-5457: "Dr. Harris Sir, I can't take this room anymore. Why am I still being limited? Dr. TenHulzen has been partitioning on my behalf."
Dr. Harris: " You keep losing control. Right now, you are being seen as a threat to other site personnel and SCP objects. You will not leave this room ever again if this behavior keeps happening."
The sliding door opens and SCP-105 walks through.
SCP-105: "Hello Dr. Harris, will you be overseeing the interview?"
Dr. Harris: "I will. I'm curious if SCP-5457 remembers the cross test yesterday."
SCP-5457: "Wait…That wasn't a dream?"
Dr. Harris: "No it wasn't, what do you remember?"
SCP-5457: "I remember walking through the doors and talking to SCP-105. After I was stabbed I can't recall anything after that. "
SCP-105: "Here I'll show you what happened yesterday."
Audio from cross-test is present.
SCP-5457 Appears visibly disturbed
SCP-105: "No, don't worry, it's ok I know it wasn't really you. Remember you are prone to blackouts."
Dr. Harris: "You were not in control at this moment do to your anger which caused a blackout. Dr. TenHulzen will help you with that, you still have 2 more meetings but we can schedule more. But taking the extra electricity off your system will also help with the EBF."
SCP-105: "I was sent here to make you an offer to join MTF Alpha 9-Last Hope. We heard about your military past, and hope that you could do more with your abilities besides charging a backup battery. Turns out we were right."
SCP-5457: "Really? You want me to join you? I didn't even know I could use lighting this way."
Dr. Harris: "That's because of the Electrical build up failure, your abilities were backed up and it finally broke free, but yes SCP-5457 you should be able to join Alpha 9. But first, we need to study you more, get your anger in control, and do a test run with you. Plus all that paperwork that I need to get done."
SCP-105: "What Dr. Harris is trying to say is yes… it's possible but it will take time. As of right now, your status is pending. If you say no then all this will end, but as long as you want it and work on yourself you will achieve this goal."
SCP-5457: "I will do what needs to be done. Do you know what MTF I would be test running with?"
SCP-105: "You may be with Alpha 9, I'm not sure. With that being said, that's all I'm here for I'll head back to site 17… Well, be in touch 5457."
END LOG
After another 2 month of therapy the entity’s outburst, blackouts, and EBF have been brought to a minimum.The lift on SCP-5457 restrictions was approved by Site Director Alex and the 05-4 to accompany this a test was also approved.
| Agility and Abilities | |
| Subject: SCP-5457 | Data: random moving obstacle course to test SCP-5457's agility and abilities |
| Protocol | After each failure the obstacle course will reset and insulation will be built into walls to ground electricity |
| Results | The entity is found to regenerate at a relatively quick pace but only if SCP-5457 has not terminated in an excessive amount. |
Date: January 13, 2021
Test Log
BEGIN LOG
Dr. Harris: "Ok SCP-5457, an obstacle course has been set up for you to test your agility, weapon creation, shooting, and durability"
SCP-5457: "Ok where do I stand?"
Dr. Harris: "Far right corner of the room."
SCP-5457: "Ready when you are."
Dr. Harris pressed a button activating the obstacle course.
Cardboard cutouts of SCP 682, 076-2, 1000, and 5577 are used as targets. As well as having platforms move and shift in random order.
Dr. Harris: SCP-5457 a cache containing different guns, knives, and swords is available for you to use SCP-5457.
5457 touched all the swords and knives but put the Scar H on a sling.
SCP-5457 formed a katana out of electricity and attempted the obstacle course.
5457 cut the head off 5577.
5457 electrocuted SCP 076-2. Post-test analysis revealed the electricity measured 250 V mA.
SCP-5457 proceeded to throw the katanas at 682.
2 Machine gun turrets released their payload into 5457.
256 rounds of ammunition terminated the entity.
SCP-5457’s wounds healed after 8 mins.
The object's eyes opened and the following conversation occurred.
SCP-5457: "Dr. Harris, what was that? Why did you terminate me?"
Dr. Harris: "To answer your question, SCP-5457 was a 50 cal turret. We terminated you to test not only your regenerative properties but your anger. You didn't blackout…good. "
SCP-5457: "What if I didn't come back? How did you know I would come back to life? "
Dr. Harris: "SCP-5457 you came back from being terminated before and healed from every injury you ever sustained, including your L4 hear prior to your containment. From Statistics alone you had a 99.9% chance of regenerating."
SCP-5457: "Alright if you say so."
SCP-5467 returned back to the starting area and attempted to recreate the weapons out of electricity.
SCP-5467: "Dr. Harris I can't make any of the weapons."
Dr. Harris: "I thought this might happen, go up to the weapon cache and touch the items again."
5467 touched the weapons and was once again able to create them.
SCP-5467 was able to destroy the cutouts then was terminated by the turrets. This happens a total of 3 times.
In the 4th attempt, the entity created a shield out of electricity. Then proceeds to use the shield to destroy the turrets and finish the course.
END LOG
Interviewer: Dr. Harris
Interviewed: SCP 5457
Foreword: Post-test interview
Date: January 13, 2021
BEGIN LOG
Dr. Harris: "Ok SCP-5457 you attempted the course 4 times and died 3."
SCP-5457: "Ok so what did you learn about me?"
Dr. Harris: "We supported my theory about your regeneration ability. Each time you die it takes longer and longer for your body to heal, I suspect that the longer you go without dying the quicker you return. Also if you take massive damage your body takes longer to show signs of life."
SCP-5457: "Right… So will I eventually die?"
Dr. Harris: "Possibly. if you screw up that is. Because we all are prone to error it will cause you to terminate permanently. However, that day could be 10 years from now to 100,000,000 years from now. Also, we are unsure if you will age or if your old cells will regenerate themselves. It is all very wait and see at this point."
SCP-5457: "So before I go out with the MTF I need to not die any more and try to stay alive through the mission."
Dr. Harris: "Yes that is correct, and speaking of your mission you have been approved to go out with MTF Epsilon-6 Village Idiots. They are being prepped for a mission that is going to take place in 3 days. I recommend you brush up on MTF hand signals and other nonverbal cues."
SCP-5457: "Thank you Dr. Harris Sir, I will read up on the information and do my best."
END LOG
FIRST TALE GOES HERE
WARNING: THE FOLLOWING FILE IS LEVEL 4 CLASSIFIED.
ANY ATTEMPT TO ACCESS THIS FILE WITHOUT LEVEL 4 AUTHORIZATION WILL BE LOGGED AND WILL LEAD TO IMMEDIATE DISCIPLINARY ACTION.

Doctor’s Notes
After Picking up where my colleague Dr. Miller left off I received a message from the 05 Council, it reads.
"First of all Dr. Harris, we say thank you for accepting the job of studying SCP- 5457 under such short notice. The death of Dr. Miller was unprecedented and sudden, but he knew the risk and did his job to the end. With that being said we do not believe the entity did this maliciously, and we are aware of its temperament. Dr. Miller came up with a way to neutralize the entities' temperament, that responsibility now falls to you, Dr. Harris. This may seem trivial but with the threats to humanity, the Foundation and the 05 Council faces daily, it is completely necessary to finish Dr. Miller's work. We trust the project is in capable hands". -05 Council.
"After checking Dr. Miller's files I found a design for a control device. It is a micro-organic chip that needs to be installed in the entity's brain. If the device is used it can bend the will of the entity to the 05 command. Along with this, I found audio files between 05-4 and Dr. Miller. My only assumption is that I was never meant to find these files. But what I can gather from the things that were omitted from the letter is that I was just supposed to install the device into the head of SCP-5457 under the pretense that it was meant to nullify SCP-5457's anger." Also I was able to get my hands on an unobstructed version of Experiment Omega. This only furthers my hypothesis.
VIDEO LOG
Interviewed: Dr. Miller
Interviewer: 05-4
Foreword: Dr. Miller and 05-4 meeting
March 23, 2019
BEGIN LOG
05-4: "Dr. Miller, The Council has a task for you."
Dr. Miller: "What do you need?"
05-4: "The world is changing at an alarming rate, new groups of interest keep popping up, and new anomalies are being found every day, the Foundation can not be everywhere at once you know."
Dr. Miller: "I am unsure how and where I fit into all this."
05-4: "You have a very important task to complete, Dr. Miller. As you know we continue to lose MTF agents in the field every day. But what if we can prevent the loss of life, what if our MTF units and site guards that respond to anomalies and containment breaches could get back up?"
Dr. Miller: "What do you mean by get back up?"
05-4: "If one of them suffers a fatal injury or is terminated by an anomaly's ability, the agent would heal from said injury and rejoin the battle."
Dr. Miller: "Sir, with all due respect this sounds crazy and impossible."
05-4: "It is not impossible Dr. Miller, we deal with entities like that daily."
Dr. Miller:" I can use genes from different entities and try to create what you want. But this is all so theoretical and nonsensical I am not even sure it will work."
05-4: "All that we ask of you is to try Dr. Miller, oh and make a device that is to be implanted into the head of the agents to make them loyal to the 05 council and Foundation. We would not want our newly created protector to join the GOC or Serpents hand now, would we? Lastly, tell no one, the council will not be responsible if you disobey this directive."
Dr. Miller: "Yes Sir, understood, I will get to work on this right way."
END LOG
Experiment Omega
Subject: Jason Galvanic
Procedure: Administing modified 3288 gene and activate with 938 lighting
Results: The subject possessed the ability of regeneration and electricity control.
Analysis: Manipulation of the gene can cause others to gain abilities.
Date: September 19, 2020
VIDEO LOG
BEGIN LOG
Dr. Miller: "After 23 potential subjects all of which have pre-existing injuries or health conditions I landed on one, his name is Jason Galvanic. He is a site guard here at site 300 with L4 hearing, because of this he was discharged from the US army. I took a sample from 3288 Prime, isolated its anomalies gene, and placed it in a cocktail mixture that should fundamentally change the gene. All of this was done upon the 05 Councils request now, I must inject this cocktail into Jason Galvanic and use electric material from 938 to activate it. Once activated the gene should attach itself to Jason's red blood cells and replicate. After this I must place the control device in Mr. Galvanic's brain. After Everything is completed the 05 Council will have their personal attack dog. He will have no original thought, no thoughts of doing any recreational activities, no emotions, and an undying loyalty to the foundation. More specifically the 05 Council."
Jason Galvanic entered Experiment Lab A-9.
Dr. Miller secures Jason Galvanic to a chair and places a mouthguard in his mouth.
Dr. Miller secures conductors on Jason Galvanic's head.
Dr. Miller injects Jason Galvanic with the cocktail and turns on the electricity.
Jason Galvanic convulses in the chair.
An explosion of fire and electricity could be seen before the video feed cuts to black.
Dr. Miller was terminated during this Experiment.
END LOG
Control Chip.
The device that would be placed into the head of SCP-5457 changing it on a fundamental level. The device seems to not only control temper and mood but can erase personalities. The victim is a mindless drone at the mercy of its controller. the 05 Council wants me to now place this in 5457's head, also I am supposed to find out how Dr. Miller altered the 3288 gene. However due to the fact that Dr. Miller did not properly document how it was done I have nothing to go off of. I have spent countless nights trying to figure this all out but I can not recreate the modification. Also it is clear to me now why 938 sought out 5457, 938 could feel its electricity in 5457.






Per 


