@supports((display: -ms-grid) or (display: grid)) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header { background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center -3.5rem; -webkit-background-size: auto 8rem; -moz-background-size: auto 8rem; -o-background-size: auto 8rem; background-size: auto 8rem; background-position: center top; opacity: 0.45; pointer-events: none; } #header h1, #header h1 a, #header h1 a::before { position: absolute; top: 0; 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; line-height: 0.8; } #header h2, #header h2 span, #header h2 span::before { position: absolute; left: 0; top: 0.15em; margin-left: 0; padding: 0; width: 100%; 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; text-transform: uppercase; pointer-events: none; } #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); -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: rgb(var(--pale-gray-monochrome)); background-color: rgba(0, 0, 0, 0); -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; left: 3%; right: initial; } #login-status .printuser { --wght: 900; position: relative; top: 0; left: 0; color: rgb(var(--swatch-menutxt-light-color)); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0.25rem; margin: 0; font-weight: 900; } #login-status #my-account { --wght: 300; color: rgb(var(--pale-gray-monochrome)); font-weight: 300; } #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: rgba(var(--bright-accent)); background: var(--gradient-header); color: rgb(var(--swatch-text-light)); } #account-options ul li a { color: rgb(var(--swatch-text-light)); } #account-options li a:hover { color: rgb(var(--swatch-text-light)); text-decoration: underline; } @media only screen and (min-width: 769px) { #search-top-box { right: 3%; top: 0.5rem; } #search-top-box-form>input, #search-top-box-form>input:hover, #search-top-box-form>input:focus { background: rgb(var(--black-monochrome)); } #search-top-box-form>input { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form>input:hover, #search-top-box-form>input:focus { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } #search-top-box-form input[type="submit"], #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { border: none; border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form input[type="submit"] { background: rgb(var(--swatch-primary-darkest)); color: rgb(var(--swatch-menutxt-light-color)); } #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { background: rgb(var(--swatch-primary)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } } #page-title { text-align: center; } @media only screen and (max-width:768px) { :root { --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header h1, #header h1 a, #header h1 a::before { top: 0.25rem; } #header h2, #header h2 a, #header h2 a::before { top: 0; } #header h2 span { margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem); } }
@supports((display: -ms-grid) or (display: grid)) { @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.25rem; left: 0.5rem; width: 3rem; opacity: 1; pointer-events: all; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.25rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; -webkit-transition: opacity var(--sidebar-transition-timing); -o-transition: opacity var(--sidebar-transition-timing); -moz-transition: opacity var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important; -webkit-border-radius: var(--toggle-roundness, 50%); -moz-border-radius: var(--toggle-roundness, 50%); border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; } #side-bar { display: block; position: fixed; top: 0; left: -webkit-calc(var(--sidebar-width-on-desktop)*-1); left: -moz-calc(var(--sidebar-width-on-desktop)*-1); left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; -webkit-transition: left var(--sidebar-transition-timing); -o-transition: left var(--sidebar-transition-timing); -moz-transition: left var(--sidebar-transition-timing); transition: left var(--sidebar-transition-timing); height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; -webkit-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); -o-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); -moz-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within~#main-content::before { width: -webkit-calc(100% - var(--sidebar-width-on-desktop)); width: -moz-calc(100% - var(--sidebar-width-on-desktop)); width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #content-wrap { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: -webkit-calc(100vw - (100vw - 100%)); width: -moz-calc(100vw - (100vw - 100%)); width: calc(100vw - (100vw - 100%)); min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); -webkit-box-flex: 2; -webkit-flex-grow: 2; -moz-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; width: 45.8rem; max-width: 45.8rem; margin: 0 auto; } @media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) { #side-bar { -webkit-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); -o-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); -moz-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: -webkit-calc(100% - var(--sidebar-width-on-desktop)); width: -moz-calc(100% - var(--sidebar-width-on-desktop)); width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } } }
: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)); } }
Info
|
||||||||
[time]|religonforaeons: yea classes suck rn. finals are in two weeks :(
[time]|disruptivewave: God you guys are taking me back. cant believe its been two years sence i graduated to the real world
[time]|unbrokenchain: what do you even do after uni?
[time]|religonforaeons: work to pay of your loans :))))))
[time]|disruptivewave: Uhg. don't remind me. idk why i chose ryerson for my comp sci degree. could have learned most of that stuff by my self
[time]|religonforaeons: ¯\_(ツ)_/¯
Server: beboop connected to #general
Server: this is the first time beboop has joined this channel. welcome to our humble cave. We have snacks in the back, and Careful the the liquid gay thats to your left.
[time]|religonforaeons: !!!
[time]|disruptivewave: Yo, didn't know we were getting a new person
[time]|beboop: hi
[time]|unbrokenchain: hey, [thaumonbeat], wats going on?
[time]|thaumonbeat: got a new member recommended to us by a person in the states. friend said a friend of vir's wanted help on understanding a book he found. turned out it was a book on !golemancy
> Server: Message sent to Shield_of_Loew
[time]|beboop: yes
[time]|beboop:: boring to read but looks like fun to do
[time]|religonforaeons: well welcome to our little cubby hole tucked away from the man hehe
[time]|disruptivewave: I'm assuming you've been debriefed on the basics?
[time]|beboop: things out there want to keep magic from people
[time]|beboop:: pretty cool that im living in a spy novel now!
[time]|unbrokenchain: yea, it is pretty cool, save for when we need to dodge some jailors and/or goc goons
[time]|beboop:: lol yea
Server: Shield_of_Loew connected to #general
[time]|Shield_of_Loew: I'm awake, I'm awake.
[time]|Shield_of_Loew: Oh nice, another person interested in golemancy. Told you all it would catch on in here.
[time]|religonforaeons: its just one person tho >:(
[time]|disruptivewave: Don't get all high and might on us miss "water based thaumaturgy sucks"
[time]|Shield_of_Loew: It does though.
[time]|beboop:: whats thaumoturgy
[time]|religonforaeons: ✨whatever you want it to be✨
[time]|disruptivewave: Don't diss it till you try it aeons, bending only gets you so far.
[time]|[time]|unbrokenchain: hey, cant help that im objectively better at everything
[time]|Shield_of_Loew: Phf
[time]|beboop: uh what
[time]|religonforaeons: [beboop] oh god you really dont know whats going on
[time]|beboop: uhhhh
test
>beboop connected to #genmag
[time]|beboop: yo, check out what i did
monster.mp4
[time]|beboop: idk who took vid but its sick
[time]|unbrokenchain: Woah, thats a nice render boop, no need to pretend its real, its sick
[time]|disruptivewave: Hell yea!
[time]|disruptivewave: wonder if the janies would fall for this lol
[time]|unbrokenchain: Maybe one of their bots would
[time]|beboop: no, its real
[time]|disruptivewave: nice one dude
[time]|beboop: its real
[time]|Shield_of_Loew: It looks pretty accurate. It's pretty crude, doesn't sit right with me to be honest.
[time]|Shield_of_Loew: No golem would do that or be made of sewage, and if it did, god help the poor soul who animated it.
[time]|unbrokenchain: Its a golem?
[time]|Shield_of_Loew: Yea, has the structure of one at least
[time]|beboop: no. guys i did that! look at the clock on the video, was only 15 min ago
[time]|beboop: got it from here http://twitter.com/RyersonU/status/245862082404672460
[time]|disruptivewave: no way
[time]|unbrokenchain: dude wtf
[time]|Shield_of_Loew: Fucking hell there is an actual golem in public destroying buildings.
[time]|Shield_of_Loew: What the fuck did you do. WHAT THE FUCK DID YOU DO.
[time]|beboop: dude relax, no one got hurt yet. no harm no foul
[time]|Shield_of_Loew: YET.
[time]|Shield_of_Loew: WHAT THE FUCK.
[time]|Shield_of_Loew: Im leaving, cant believe that this is really happening. I need to fix this
[time]|Shield_of_Loew: [CADMIN] Take care of this fuckhead and alert the head admins. Were in deep shit.
>Shield_of_Loew has disconnected
Item #: SCP-P1555H17-J
Object Class: Euclid Keter Thaumiel
Special Containment Procedures: SCP-P1555H17-J currently cannot be contained, though he is presumably in some city terrorizing the people again. He is mostly studied from site 455.
Description: SCP-P1555H17-J is an extremely powerful entity known as the "Peepee Poopoo Man."12 It is a humanoid that stands at a height of 4 meters, and always adorns a dark grey robe with a hood, though aside from that its appearance varies based on the level of fear of its current victim, usually as an long limbed mouthless human with empty eye sockets.
SCP-P1555H17-J does not seem to require sustenance, and does not eat or consume any of the waste in his bag as far as we can tell.
It is capable of utilizing telepathic abilities to induce disturbing hallucinations in individuals and physically control them once they have made physical contact. SCP-P1555H17-J often manifests manifests in doorways or halls, and has a tendency to not move until either provoked or out of visual contact. Cameras do not affect this, as we have monitored it moving around in completely empty corridors. While out of biological sight, it seems to be attracted to any and all bodily waste products and will be observed picking it up to put it in its small bag, which seems to be infinitely large within.
SCP-P1555H17-J will occasionally disappear from existence for short periods of time into what is most likely another pocket dimension. Using this, it can pass walls, floors, ceilings, or any other solid object that may be getting in its way. SCP-P1555H17-J's preferred form of movement is floating silently, though it has shown the ability to walk.
Based on several tests, we have concluded this creature is about as resistant to damage as is SCP-682, if not more. The acid used to contain 682 does not seems to affect SCP-P1555H17-J in the slightest, simply rolling off as if it were water on a human body.
Any and all victims of SCP-P1555H17-J are promptly turned into a mass of excrement and/or urine reflecting their previous bodily content and species, which will then be scraped into its bag once all others are out of the room or dead. SCP-P1555H17-J's effects require some sort of central neurological system to function, but it is unknown how it even happens. Direct witnesses of these events often claim they were too scared to remember or not paying attention in their fear, and digital footage is always corrupted right before.
What has been determined is that it holds the bag above the victim's head right before doing it, and a small amount of urine can be seen dripping out. Once the first drop hits the head, the footage or memory goes black. It will usually go through 80-150 victims a day before returning to a neutral state. It was recently discovered that he can turn other stuff into bodily waste, such as cars, armored trucks, Site Director Aenose's doodling notebook,3 and Senior Researcher Skatt's couch.4
This entity is capable of telepathic speech projected through multiple minds, but is kind of a dick and refuses to reveal any useful information on itself. It does not cooperate at all.5
This abomination smells absolutely wretched.
Incident 57001: SCP-P1555H17-J was found in a swamp nearby a technologically unadvanced village named "Cakk'ove Chitte" (pronounced "sack of shit") by the inhabitants, and seemed to be the subject of local legend. The foundation attempted to capture it once it was found, but it resulted in exactly 68 casualties of foundation personell and escaped without a scratch. It took 8 hours to get absolutely nothing done. Eventually we managed to persuade it to follow us back to the foundation but then it just kinda left, which lead to another 32 researcher deaths.
Incident W122: Eventually, some time after interview P1DD13, SCP-P1555H17-J was found again in a suburban town, needlessly destroying the city by turning everyone into shit and piss. We once again could not stop him.6 393 people died, only 17 of which were Foundation staff. Another 1620 people were found already dead in the form of shit and piss.
Interview 5H1DD3D
Interviewed: SCP-P1555H17-J
Interviewer: Researcher Fea Ceeze
Foreword: Fea Ceeze enters the room and calls in SCP-P1555H17-J, who appears and starts floating around.
<Begin Log, [optional time info]>
Fea: Please take a seat.
SCP-P1555H17-J: lol whut no
Fea: Do you prefer to levitate?
SCP-P1555H17-J: ye (floating around in circles now)
Fea: That's fine. So, I hear people call you the Peepee Poopoo Man. Based on the events of incident 57001, I can assume why. Do you know how you gained your… (she gestures in his general direction) abilities? Or whether you had them in the beginning?
SCP-P1555H17-J: (he stops moving and looks at the ceiling) um… no (SCP-P1555H17-J begins floating around again)
Fea: I see. Can you tell me about your motives?
SCP-P1555H17-J: (continuing to float around) no lol
Fea: Okay… do you have any reason to hide them?
SCP-P1555H17-J: no
Fea: So why don't you tell me?
One could feel the internal smile fade from SCP-P1555H17-J, the room almost giving off an energy of realization. The next thing SCP-P1555H17-J says are thoughts it accidentally forgot to stop projecting to Researcher Fea.
SCP-P1555H17-J: What am I doing with my life… why am I here… who have I become… who was I before? What am I? Am I even a person!? Did I used to be human?!?!
SCP-P1555H17-J then proceeds to curl up into a ball and slowly float away into the corner of the ceiling.
Fea: Uh, Poopoo? Are you alright?
<End Log>
Closing Statement: SCP-P1555H17-J stayed in the corner for 6 hours, Foundation staff eventually having to pull it down manually. There was no resistance. It was delivered to a temporary containment cell and went missing 5 weeks later. Researcher Fea Ceeeze was revealed to have permanent olfactory damage from staying in the same room as SCP-P1555H17-J for over an hour.
Interview P1DD13:
Interviewed: SCP-P1555H17-J
Interviewer: Researcher Ekssk Remant
Foreword: Ekssk calls SCP-P1555H17-J into the room, who proceeds to appear out of nowhere in the seat in its typical form. Ekssk is wearing an advanced foundation gas mask to prevent permanent olfactory damage. Junior Researcher Yor Rann is there to watch from another room through a glass.
<Begin Log>
Ekssk: so uh-
SCP-P1555H17-J: lol no (gets up)
<End Log>
Closing Statement: The Peepee Poopoo Man then turned researcher Ekssk Remant into poop, junior researcher Yor Rann into pee, and disappeared into thin air, never to be directly seen again by the foundation. The transformations were not recorded, but the disappearance was, and the traces of piss and shit left behind were analyzed and determined to contain the two researchers' DNA. He is currently on the loose and we can't really do anything about it.






Per 



