@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; } } }
Name: Dr. Marcus Licinius Crassus
Security Clearance: Level-4
Assignment(s): Humanoid SCP research, manager of Foundation front company "Sasha's Cleaning Products," Director of Research and Operations for SCP-5778
Location: Switches between Armed Site-21 and Site-42 frequently.
History: Dr. Crassus was born in ████ in Montego Bay, Jamaica, later legally immigrating to the United States in ████. He joined the United States Army in ████ with a 37F MOS (PSYOPS). He was recruited to the SCP Foundation from the Army in ████ due to existing exposure to the anomalous whilst on deployment and frequent interaction with humanoid anomalies. Whilst under Foundation employment, he earned his doctorates from ████████████ in ████ under special contract with the Foundation, and was promoted to Level 2 following the discovery and acquisition of SCP-████, under his purview.

Dr. Crassus steadily rose the ranks to achieve the highest rank of Level 4, in part due to his research efforts in humanoid anomalies and his impressive record in the field. He and fellow humanoid researcher, Dr. Jonathan Ward, would be assigned to the Foundation front company "Sasha's Cleaning Products" in ████. Following an incident in which Dr. Ward terminated a hostile humanoid entity in his own home, Dr. Crassus took part in the tribunal to decide a punishment for Dr. Ward breaking protocol. Most recently, Dr. Crassus took part in the containment efforts for SCP-████, where he worked closely with GOC personnel in order to contain the anomaly.
Personnel are advised to abstain from mentioning anything regarding "Parthia" or molten gold to Dr. Crassus.
Addendum #01: When asked about the historical significance of his name, or when he was born, Dr. Crassus does not give an answer.
Addendum #02.A: Why exactly is a literal parrot working for us again? Or is it a parrot-man…? Shouldn't he be among the things he's researching? — Researcher A. Wong
Addendum #02.B: We have had weirder staff before. Get over it. — O5-7
Addendum #03: I'm not exactly sure what Researcher Wong is talking about. Dr. Crassus is a man. — Dr. Jonathan Ward
Addendum #04: What I think about Doc Crass? Well, he's extremely analytical and helpful, godlike patience, will stick out for you if you are on his good side. Good connections, too. Somehow, he knows his way around firearms. He pulls rank a lot, though. — Agent Colt, MTF Delta-6 ("Instant Action") CO
Addendum #05: █████ ███ █████████1
SCP-5778
Rating: +32
Comments: 4
+/- : +33/-1
Last Comment: T Rutherford (23 Jun 2021 20:08)
Last Edit: MarcusLCrassus (16 Jul 2021 19:16)
Homecoming
Rating: +12
Comments: 1
+/- : +12/-0
Last Comment: MarcusLCrassus (15 Mar 2021 06:43)
Last Edit: MarcusLCrassus (06 May 2021 04:51)
Winners Don't Do Drugs
Rating: +37
Comments: 12
+/- : +39/-2
Last Comment: YellowISlol (24 Oct 2020 06:22)
Last Edit: MarcusLCrassus (01 Feb 2021 02:37)
SC-63/141-65/030
Rating: +12
Comments: 3
+/- : +14/-2
Last Comment: Ethagon (28 Jul 2021 10:58)
Last Edit: MarcusLCrassus (19 Jul 2021 03:08)
LTE-1004-Caliburn-Velveteen
Rating: +36
Comments: 7
+/- : +38/-2
Last Comment: Buff Skeleton (15 Jul 2021 06:53)
Last Edit: Sirslash47 (28 Mar 2021 12:05)
Dr. Marcus L. Crassus's Personnel File
Rating: +32
Comments: 2
+/- : +33/-1
Last Comment: Dr Whitney (26 Jun 2021 01:01)
Last Edit: MarcusLCrassus (20 Jul 2021 19:14)
As you'll hopefully see, there's more to the world than meets the eye.
WDDD is my magnum opus, my highest rated thing on the wiki so far (as of writing this), and probably one of the most solid short stories I've ever written overall. I think it all comes together very nicely and is short and sweet enough to not require any continuations, but the ending is open-ended enough that I'm working on a part two now. I also enjoy how I used the discord chats as a medium for storytelling, and thought it was interesting enough.
Johnny is an interesting enough character, I'd say, and I modeled a lot of his personality and speech patterns off of myself (including going through my Discord logs and figuring out how I speak.) Clethos was at least partially inspired by an unscrupulous person I met online, most notably in how he uses flowery prose in almost all of his regular speech, so I'd say I hit the nail on him as a villain. Overall, a very solid story, and one I don't think I need to rewrite.
FIREFOX
«Don't you… get it, Skyking? We're… like slaves. [STATIC, BUZZING] Ask yourself… if all of this matters.»
My second contribution to the wiki, and another solid one I'd say, but I'm feeling a little weaker on it for a variety of reasons. Still, the wiki was suffering from a drought of GOC content, so I provided with something new.
LTE-1004 was my first foray into more "essay" style writing for the wiki. It took longer for me to write and finish it and it definitely shows. I'm more of a creative writer, so SCP articles and GoI formats with a more clinical/militaristic tone are a bit harder for me to write. Still, I think I did pretty good on it, though the story did drag out a little more. My main critique with this is that it took way too long to get to the bread and butter of the story—the combat log—so if I were to rewrite it it would have to be thorough and cut out a lot of unnecessary crap.
LTE-1004 is also my first in a multi-part series of tales and other GoI formats for the GOC, following the escapades and shenanigans of Strike Team 1781 and Assessment Team 711.
"Once we realize that we can use some of these anomalies to fight fire with fire, that fight becomes a hell of a lot easier, hm? But, in order to do so… the Veil's gotta be lifted, my friend."
Partly a case study into the CI's ideology and my interpretation on it, and partly a means for me to experiment with intros, flowery prose, and dialogue, I feel like this is an underappreciated favorite of mine, despite being my third official contribution to the wiki. It's also only one part in a series I'm writing of many other Coldest war tales… so there's still time to vindicate this. Not many people have had anything negative to critique about this, so I guess my niche as a tale writer is showing.
Plus, considering the era… writing about the plight of a former soldier coming back and unable to adapt felt particularly poignant to me, not to mention the fact that he's black, like me. The story of Agent Jai is one that is fluid and unfinished, so check back soon to see what he'll be up to.
"Remember the saying that the shortest distance between two points is a straight line? Think about it…"
This is my first SCP I've ever written like, ever, and after thinking that the idea wouldn't land on the wiki for the longest time, I finally ended up posting it and was pleasantly surprised to see that it actually did well! I had vacation, work, AND the SCP-6000 contest working against me writing this, and I actually had the idea planned out months prior, so this was a long time coming.
I like Lynn, Colt, Spade, and Buck, and want to write them more. They were characters that would've been included in my would-be first tale, Perceived Threat, which is still on my sandbox (everyone but Lynn would've died.) being concocted. I also liked this anomaly and the GoI I wrote for it being spooky but also vague enough for people to draw their own conclusions.
Overall, it was a solid first entry for me, and if you're someone who's new to my writing, it's a good idea into my interests and aesthetics. Writing about 90s militaria during one of the heights for conspiracy theories was just too irresistible.
"I would like to reiterate that the amount of destruction and disarray both Items in tandem can cause is utterly astronomical."
It's alright. Sadly, I don't think this is one of my strongest articles. Yes, it's a cool concept, I think, and yes it's a cool Chaos Insurgency format, but it ultimately isn't as strong as anything else I've put out thus far. Maybe I can use this one as a case file for "what went wrong" and "how I can better write". My awful writer's block at the time also was not helping when writing this.
This is a bit of a lengthy one. My thoughts on the state of the SCP wiki now, the wiki as a whole, and other things? Well, in short, I think the wiki is great. It's a great place to learn how to write horror or to expand your creativity, but it might be hard for first time writers to adapt. Still, it's fun, and the community has been helpful to me every time I've asked for a critique or assistance.
In terms of where I'd place myself in the wiki, I think I fill a very specific niche with how I prioritize writing tales & GoI formats over actual SCPs. It’s niche work, and ultimately I’ll be more satisfied if my work gets like 10-20 upvotes versus a massive amount of downvotes like how most first time SCPs written are. I am aware that the standards for writing SCPs now are so mind bogglingly high that most people don’t even get a first SCP up or don’t make it past the drafting phase. That’s why I like tales and GoI formats — you write it how YOU want it to be, and you have a lot more leg room to write with.
Sadly not everything is as popular as SCP articles like I said earlier. However, that’s not to say you should give up—having a mentality where you can look past the 5 upvotes and unpopularity for the sake of improving as a writer/ being proud of your work is a healthy mentality.
Here's some advice: It’s all just numbers in the end, and improving your skills and confidence is the name of the game. Yes it’s nice to have big numbers, but not everyone is well connected or well known at the start. You’ll still ultimately get people who will enjoy and read your stuff, and that’s what matters to me. It’s not a popularity contest, it’s a horror writing site, and there's bound to be someone who will enjoy your stuff. Just keep writing and keep doing your thing.

Some art of my Caiman character, Adonis, that I got commissioned from nsfuwu4 on Twitter (18+ account) of a SCP-related dream I had. Currently drafting a SCP regarding this dream.

Amazing fan art by
Thanks for stopping by! My name is Crassus, but you can call me Marcus if you want. I'm a hobbyist short story writer, part-time lab worker, and aviation/STEM student. I also own a parrot, a Double Yellow Headed Amazon parrot named Tiki, who I often read my SCPs to to proofread or gain practice in presenting.
I write collaborative fiction with my friends outside of the SCP wiki and consider this my "side gig", but I've always enjoyed SCP, so much so that I eventually became a writer for it. I got my start in SCP from SCP: Containment Breach and various SCP games on ROBLOX.
Aside from writing, I occasionally make the occasional graphic design project, like military patches or banners or maps. The patches for both Strike Team 1781 and Assessment Team 711 from LTE-1004 were made by me.
I enjoy militaria, uniforms, gear, and military stuff in general! My favorite era of history is the mid-late Cold War and 90's, and I take a particular interest in 80s/90s militaria aesthetics, African history, and retrofuturism. I'm a super big Halo fan, enjoy the occasional mecha anime and, as you probably guessed, enjoy SCP too. I also like firearms, African history and music, rap music, some rock genres, and 80s stuff in general. I'd consider myself to be something like an Afrofuturist even.
As you probably guessed, I'm also a furry. If you're interested in my furry characters, I have folders of them in my Furaffinity gallery.
You can find me on my Twitter @MarcusL_Crassus, where I'm a lot more active. If you need to contact me for any reason, hit me up on there, on discord (Crassus#1776), or wikidot PMs.
The Tiki Altar
Cite this page as:
"Dr. Marcus L. Crassus's Personnel File" by MarcusLCrassus, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/marcuslcrassus-authorpage. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: 1781.png
Author:MarcusLCrassus
License: CC BY-SA 3.0
Filename: adonisdream.png
Author: nsfuwu4
License: CC BY-SA 3.0
Filename: CrassusFinal.png
Author: corviforms
License: CC BY-SA 3.0
Filename: psolver.png
Author:MarcusLCrassus
License: CC BY-SA 3.0
Filename: scpcrassus.png
Author: sirspacedragon
License: CC BY-SA 3.0
Filename: starsjytalt.png
Author: toffee_32
License: CC BY-SA 3.0
Filename: tikialtar.jpg
Author:MarcusLCrassus
License: CC BY-SA 3.0
Filename: winnersdontdodrugs.jpg
Author:BreakerBreaker
License: CC BY-SA 3.0
For more information about on-wiki content, visit the Licensing Master List.















