@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; } } } } }
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is to be kept in text materials storage locker 87. Save for testing, SCP-XXXX is to be clamped shut and sealed in an airtight bag for preservation. Authorization from at least two Senior Researchers is required for testing, and only Class-D personnel are permitted to handle SCP-XXXX without safety measures. When testing, SCP-XXXX, and any attached D-Class Personnel are to be moved to a 15m by 15m by 10m chamber.
Description: SCP-XXXX is an AISC1-distributed textbook labeled "Book 3 GLOBAL COMMERCE". When an individual opens SCP-XXXX, they and anyone within a 10-meter radius will immediately be displaced into a pocket dimension.2 A practical reading of SCP-XXXX is impossible. When the use of a Remote Controlled mechanical arm was attempted, the operator -Technician J. Hawkins- was affected despite being 20 meters away. SCP-XXXX-O is a to-scale replica of the Australian desert region, commonly known as the "Outback". Instead of terminating where the region does, when crossing the edge of an "Outback" an individual will find themselves at the entry point of SCP-XXXX-O3 SCP-XXXX-O is inhabited by wildlife identical to the Australian Desert Region. However, no human-built structures are present other than Foundation Research Site XXXX-O.
Addendum-XXXX-1: As of 4/14/2021, SCP-XXXX is to be put on indefinite testing hold, due to a lack of information gained by doing so. To request this be lifted, contact Head Researcher D. Sanderson. Further information is restricted to Level-4 Personnel
Mission Code Name: Operation "Green Martyr"
Related SCP: SCP-XXXX
Mobile Task Force Resources Involved: Ten (10) Members of MTF-Lambda-5 "White Rabbits"
Date: 4/12/2021
Mission Summary: On 4/8/2021, D-3928 was ordered to open SCP-XXXX while equipped with a trans-planal locator. Upon opening SCP-XXXX, D-3928 disappeared, as did the locator. Signal was lost for approximately 15 seconds, before reconnecting on plane 194382.-49210. After attending personnel confirmed D-3928's vitals, Internal Security assets amnesticized all personnel present. Research Administration approved an expedition to determine the nature of the plane, and attempt recovery of the 14 personnel lost to SCP-XXXX.
Communications established! Plane location: 194382, -49210
GM-1: Mic check everyone, control do you read me?
GM-2: Check, Two standing by.
GM-5: Five checking in!
GM Control: We read you One, what do you see?
GM-3, 4. 6, 7, 8, 9, and 10 confirm communications
GM-1: We're in a desert- a really big one at that. No visual on any lost personnel. Fritz, you're a traveler. Does this place look familiar?
GM-7: Aye, this is the outback! Good ol' Australia!
GM-4: No way-
GM-1: Control, we on Earth?
GM Control: No, at least not ours. We read you on a different plane.
GM-1: All right, orders?
GM-Control: Set up shop men. Stay safe.
END LOG
Communications established! Plane location: 194382, -49210
Control: GM-1 do you copy?
GM-1: Yup.
A fire can be heard in the background
Control: Please tell me you didn't burn the tents down
GM-1: Negative. We just caught a kangaroo. Better than we expected!
Control: You were sent with supplies.
GM-1: Fritz and I convinced everyone that use of rations was not needed ma'am.
GM-3: Damn this is good.
GM-1: What she said.
Control: Status of your teammates?
GM-2: Fine and dandy!
GM-10: Alright, I guess.
GM-4: Full.
A chuckle is heard from GM-1's microphone
Control: Well, as long as it's saving food nothing's against protocol.
GM-7: You eggheads getting us out soon?
Control: We're trying, don't worry. We don't leave men behind.
GM-1: Hey, 8. I'm gonna go talk to control in private. Keep them in line.
GM-8: Yessir.
Audio feed is disconnected for approximately two minutes, before being reestablished in the GM command tent.
GM-1: Don't believe them, they're restless. Basantes and Cynthia almost had a fistfight this morning. They think you left us here.
Control: We'll get you out. Don't worry.
END LOG
Communications Established! Plane location: 194382, -49210
GM-8: Ma'am.
Control: Where's GM-1?
GM-8: Oh. He went out with David and Mabel to find more kangaroos. Kangari?
Control: It's kangaroos John.
GM-8: I knew it!
A rustling comes from inside GM-8's tent. Behind him, GM-6 sits up, topless.
GM-6: John who are you talking to?
GM-8: Shit-
END LOG
Communications Established! Plane location: 194382, -49210
GM-1: Sorry about that, looks like John wasn't the best 2iC after all.
Control: It's alright. I assume they've been reprimanded?
GM-1: Of course.
GM-7: No spanking though!
GM-1: Fritz shut the hell up.
GM-2 laughs loudly
GM-10: Man wonder how long the two were doing it for?
GM-8: Not your business.
GM-1: Knock it off you two.
Control: Alright, I'll check in this afternoon as usual.
GM-1: Roger that.
END LOG
Two days later, the communication line was reestablished.
Communications Established! Plane location: 194382, -49210
Control: Control to Green Martyr, requesting status ove-
A muffled digging can be heard from outside the control tent
GM-1: Cynthia's dead.
Control: Come again?
GM-1: Sorry, GM-3 is dead. We found a snake bite on her leg, so there's our cause of death.
Control: Copy that, bury the body nearby.
GM-1: Way ahead of you. Are we delaying the expedition?
Control: Negative, finding an exit is your priority. Gear up and head out ASAP.
END LOG
At 5:00 AM GST, 4/9/2021, GM-2 (Technical) GM-4 (Medical 1), and GM-8 (Team 2iC) began an exploratory mission inside SCP-XXXX-O. After being gone for 24 hours without communication, they were assumed to have been caught in a dust storm. After a further 48 hours, all 3 operatives were filed as MIA.
Communications Established! Plane location: 194382, -49210
Control: Comms open.
GM-1: Glad you came ma'am.
Control: Of course.
A makeshift funeral is being held for the three missing members, and GM-3
GM-10: Anyone remember when Alistar blew up that renaissance fair in Three Portlands?
GM-1: How could I forget?
GM-10: Took eight hours of convincing to keep her in the team.
GM-1: Yeah. It was a cult recruitment drive though.
GM-7: Gonna miss John. He owed me eighty bucks.
Control: He owed me ninety!
GM-5: Maxim… the poor kid. This was his first mission right?
GM-1: Yup. Let's hope he's eating doughnuts in heaven.
GM-9: No he's a purgatory guy
Several members laugh nervously.
GM-1: Well, it's late. Let's get some sleep.
Control: Nighty night boys.
END LOG
Communications Established! Plane location: 194382, -49210
Control: Green Martyr, do you read me?
GM-5: Loud and clear. Unfortunately, Fritz Mason Callie and I are all that's left.
Control: Where are the others?
GM-5: The D-Class who found this place showed up about 30 minutes ago, must've found his body cause he was wearing -8's gear. Before we realized what was happening he'd hit -1 straight in the skull. -9 tried to run, but he didn't get far before he went down too. -6 took him down after that.
Control: Dammit.
GM-5: Ma'am are we gonna make it home?
Control: I'm not gonna lie to you, things are looking bad. But I'll be with you all the way.
GM-5: Thanks doc. We won't give up.
GM-10: BOSS! WE FOUND SOMETHING!
GM-10 Enters the tent
GM-5: What is it?
GM-10: It's the book!
GM-5: Well open it dumbass
GM-10 appears in SCP-XXXX's testing chamber.
GM-5 Control?
Control: It worked. Come on home boys.
END LOG
| Number and Position | Name and Status |
| GM-1 (Team Leader) | Randomir Estes | KIA |
| GM-2 (Technical) | Alistar Taylor | MIA |
| GM-3 (Logistics 1) | Cynthia Marsche | KIA |
| GM-4 (Medical 1) | Maxim Rush | MIA |
| GM-5 (Communications) | Mabel York | RECOVERED |
| GM-6 (Medical 2) | Callie Mund | RECOVERED |
| GM-7 (Marksman) | Fritz Kelly | RECOVERED |
| GM-8 (Team 2iC) | John Basantes | KIA |
| GM-9 (Field Research) | David D'amico | KIA |
| GM-10 (Logistics 2) | Kyoko Barton | RECOVERED |
At 18:52 GST, 4/15/2021, an item matching the description was found by GM-10 near the SCP-XXXX entry point. When opened, it had the same effect as SCP-XXXX. However, GM-10 materialized next to SCP-XXXX in baseline reality. After personnel were withdrawn, a large-scale research project was approved by Research Director Lundy.
ASSET-LOG: XXXX-O-25/06/2021
Research Department: 15 Research Personnel, 1 Mobile lab kit.
EnTS: 20 Engineering Personnel, 15 Excavation Kits, 2 Image Capture Drones.
MTF-Lambda-5: 10 Operatives, 20 cans of pesticide.
Medical Department: 3 medical personnel, 1 foundation psychologist.
As of 02/07/2021, the amount of oil and natural gasses in SCP-XXXX-O is theorized to provide an unlimited source of fuel for foundation vehicles. Personnel are to be rotated in and out of SCP-XXXX-O monthly.4






Per 




