@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; } } } } }
@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); } }
- Cover Page
- Welcome
- You And Your Task Force
- Gear and Equipment
- Dealing With Humanoids
- Commander's Note
TASK FORCE INTRODUCTORY PAMPHLET
(For official use only)
Task Force: Delta-4 ("Minutemen")
Site-47 Edition
Welcome
Greetings future operative. Let me be the first to welcome you to your new Mobile Task Force. Mobile Task Forces (or MTFs) are composed of the Foundation's best of the best. So the fact you're reading this is no small feat. With that being said, there is still much for you to learn before you can even think about being deployed. This introductory pamphlet will serve as your guide to understanding the ropes of your job as an MTF agent. So without further ado, let's take the first steps in your career as an agent for the Foundation.
You And Your Task Force
Mobile Task Forces are the backbone of the Foundation. After all, what good is the Foundation if we can't catch the anomalies? Each task force has a specific purpose they were commissioned for, and as such, no task force is the same (though there may be similarities). Study your Task Force Objectives closely, and practice your drills.
This pamphlet is the Delta-4 ("Minutemen") Edition, and only applies to members of your task force.
Objectives
The purpose of a task force is one that is crucial to understand. Follow your mission parameters closely and complete your objectives.
The protocols of (Delta-4):
- Extreme Rapid Response- When a new anomalous event occurs, or an SCP breaches containment and is massacring a town of civilians, you are the first to the scene. The difference between a 'rapid response' and 'extreme rapid response' is how fast they are deployed. While rapid response units usually have the luxuries of debriefs and information when deployed, extreme rapid response units deploy almost completely blind. Being sent in before command truly understands what they're dealing with is your specialty, and as such you must be adaptable and quick on your feet.
- Perimeter establishment- Even if only temporary, a perimeter will need to be established when an anomaly is first discovered, or when an unexpected event occurs. Maintaining that perimeter is a top priority for the containment of the anomaly, the safety of civilians, and the maintenance of the veil is paramount.
- Additional Arms and Manpower- Once reinforcements and the proper task force arrives, you may find yourself joining their ranks to aid in whatever needs doing. While Delta-4 agents won't be expected to perform MTF specific tasks (such as dealing with cognito hazards), they will be expected to perform low-experience jobs (such as escort or extraction).
Roles and Assignments
While Task Forces make up the backbone of the Foundation, the individual makes up the backbone of the Task Force. Think of yourself as the backbone to the backbone. There are many different roles and subroles that need to be filled in order for a task force to function properly. These roles include:
- Infantry- The basic Foundation operative. These agents make up the file and rank of an MTF. Usually equipped with light arms and standard armor, they are the boots-on-the-ground and gun-in-hand agents.
- Sharpshooter- This subrole specializes in the use of high-powered scoped rifles and long-range combat. Only agents who scored 980 on their marksman test are eligible for this role, though it's unusual for anyone under 995 to be selected.
- Demolitionist- Specialized in the use of explosives and heavy weaponry. Usually responsible for a squad's supplies and ammo.
- Technicians Specialist- Responsible for the maintenance and upkeep of electronics and equipment. Generally, Tech Specialists are not in the front line. However, they are trained in basic firearm handling and melee combat.
- Field Medical Officer- As the name implies, medical officers treat wounds and injuries sustained on the field. They are tasked with escorting gravely wounded individuals to safety.
Ranking
In general, Task Forces follow a basic military hierarchy when it comes to their ranking system. However, not all Task Forces follow these rules intimately. MTF Delta-4's hierarchy as of 02 / 17 / 1999 is as follows:
Senior Officers
- Commander- Agent ██████
- Major- Agent Carlson (Team 1), Agent Cloe (Team 2), Agent Griffin (Team 3)
- Colonel- Agent Zach (Squad 18), Agent Maria (Squad 4), Agent Jaxon (Squad 10), Agent Price (Squad 22), Agent Owen (Squad 7), Agent Albany (Squad 13)
Junior Officers
- Captain
- Lieutenant
- Sergeant
Enlistee
- Corporal
- Lance Corporal
- Private
MTFs are also divided into different groups, with each rank controlling a larger group. The two basic forms of division are Teams and Squads. Teams are made up of several squads and are usually led by Majors. Squads are made up entirely of Junior Officers and Enlistees and are usually led by Colonels. Due to transfers, decommissions, and loss of life, Squads are usually out of numerical order.
Gear and Equipment
Multi-Environment Survival (MES) Helmet

Dealing With Humanoids
When you hear 'anomaly,' the first thing you might think of is an eldritch demon that sucks the life force out of anything that looks at it or a doorway that teleports you to the surface of the moon when you walk through it. While there is certainly a fair share of those kind of anomalies, there is also a large number of SCP objects that take the form of a human.
These humanoid SCPs can range in how apparently anomalous they are, from blatantly obvious to painstakingly subtle. No matter how obviously anomalous they may appear, and no matter how subtle their properties may be, there is something very important you must remember,
THEY ARE SCP OBJECTS,
and are to be treated as such. Do not be fooled by their appearances. Just because they are human beings does not make them easy to capture and contain. Because of this, the following standards have been set in place:
- Avoid Skipnaming/Improper Pronouns- Referring to SCP objects by their designated number and 'it' pronouns is imperative to all agents, Security Details, and Task Forces alike. The point of this is to dehumanize the objects, making it far easier to discipline and possibly terminate an uncooperative SCP subject.
- Keep Relationships Professional- Personal relationships with SCP objects are strictly prohibited. Any sign of intimacy is cause for investigation, possible amnesticization, and re-assignment.
- Obey Class Privilege- Class privileges determine everything an SCP receives. Ranging from amenity privileges, dietary options, socialization perks, and on-site recreation. In order to ensure and promote cooperation, class privilege limits are to be strictly enforced on any and every SCP object. Speak with the on-site Head of Containment for more info.
Class Privileges
- Class 1- The anomaly has been or is uncooperative with Foundation personnel. It is prohibited from leaving its cell, prohibited from wearing plainclothes, restricted to dietary rations, restricted from socialization perks, and does not have access to amenities. The only contact these subjects are allowed to have is interviews with approved personnel only.
- Class 2- The anomaly was uncooperative with Foundation personnel but has since begun obeying on-site staff. It is prohibited from leaving its cell, prohibited from wearing plainclothes, restricted to a preselected list of dietary options, allowed minimal socialization perks, and has limited access to amenities. The only contact these subjects are allowed to have is interviews with approved personnel only.
- Class 3- The anomaly was uncooperative with Foundation personnel, but a significant amount of time has passed since it started obeying on-site staff. It is allowed to leave it's cell during designated hours, prohibited from wearing plainclothes, allowed access to the humanoid SCP cafeteria, allowed some socialization perks1, and has limited access to amenities. The only contact these subjects are allowed to have outside of designated hours in the cafeteria is interviews with approved personnel only.
- Class 4- The anomaly is cooperative with Foundation personnel. It is allowed to freely leave its cell during specific hours in the recreational sector, prohibited from wearing plainclothes, allowed access to the main cafeteria, allowed full socialization perks, and has unrestricted access to amenities.
- Class 5- The anomaly is a part of Foundation staff. It is allowed to freely leave the site2, allowed to wear plainclothes, allowed access to the main and staff cafeteria, allowed full socialization perks, and has unrestricted access to amenities.
- Class 0- The anomaly is to be kept in a medical induced coma until further notice.
Commander's Note
To the new agents reading this,
Welcome to Delta-4 ("Minutemen"). While not the most prestige task force, it is certainly one of the most important. Our job is to go in blind, so other don't have to. Some see us as canon fodder. In fact, Delta-4 used to be called "Canon Fodder" before switching for low morale.
Understand this, it is imperative that you be adaptable in any and every situation. You must be able to think quickly and critically. That way, you can over come any situation this strange world throws at you.
I have great faith in you, and I look forward to seeing you excel in the field.
-Commander ██████, Delta-4






Per 


