/* Fonts */ @import url("https://use.typekit.net/rbw6esf.css"); /* All Vars Used */ @supports(display:grid) { :root { /* S-CSS-P Integration */ /* If you're making a new CSS theme, please include the following three variables at minimum. */ --theme-base: "nuscp"; /* must be either "nuscp" or "sigma9" */ --theme-id: "chscp-theme"; /* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */ --theme-name: "nu-SCP Chinese Theme"; /* set this to your theme's full name */ /* Header */ --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme%3Ach-scp-theme/scpchlogonotagline.png"); --header-title: "The Foundation"; --header-subtitle: " "; /* Typefaces */ --body-font: ebony, 'Lato', sans-serif; --header-font: great-primer-sc, 'Poppins', sans-serif; --title-font: great-primer-sc, 'Poppins', sans-serif; --mono-font: "PT Mono", "Andale Mono", "Courier New", Courier, monospace; /* Standard Colors */ --white-monochrome: 252, 252, 252; /* white */ --pale-gray-monochrome: 234, 224, 224; /* v light gray for blockquotes and stuff */ --light-gray-monochrome: 160, 150, 150; /* light accent gray for login status */ --gray-monochrome: 72, 66, 66; /* gray */ --dark-gray-monochrome: 0, 0, 0; /* dark accent gray for sidebar background */ --black-monochrome: 0, 0, 0; /* black */ --bright-accent: 195, 7, 7; /* bright red */ --medium-accent: 171, 0, 5; /* medium red */ --dark-accent: 80, 0, 2; /* dark red */ --newpage-color: 210, 74, 32; /* pale orange */ /* Primary Theme Colors */ --swatch-background: var(--white-monochrome); --swatch-primary: var(--bright-accent); --swatch-primary-darker: var(--medium-accent); --swatch-primary-darkest: var(--dark-accent); /* Primary Text Colors */ --swatch-text-dark: var(--black-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-important-text: var(--bright-accent); /* Primary Menu Colors */ --swatch-menubg-color: var(--white-monochrome); --swatch-menubg-light-color: var(--pale-gray-monochrome); --swatch-menubg-medium-color: var(--light-gray-monochrome); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--dark-gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); --swatch-menutxt-dark-color: var(--black-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-border-color: var(--black-monochrome); /* Primary Header Colors */ --swatch-headerh1-color: var(--white-monochrome); --swatch-headerh2-color: var(--white-monochrome); --swatch-topmenu-border-color: var(--black-monochrome); --swatch-topmenu-bg-color: var(--gray-monochrome); --rating-module-button-color: var(--black-monochrome); --rating-module-text-color: var(--swatch-menutxt-dark-color); /* Header Gradients */ --gradient-header: linear-gradient(to top, rgba(var(--bright-accent), 0.97) 0%, rgb(var(--medium-accent)) 70%, rgb(var(--medium-accent)) 100%); --gradient-topmenu: linear-gradient(to bottom, white 0%, white var(--header-height-on-desktop), rgba(var(--swatch-topmenu-border-color), 0.05) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-bg-color), 0.05) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--swatch-topmenu-bg-color), 0.05) calc(100% - 0.125rem), rgba(var(--swatch-topmenu-bg-color), 0.05) calc(100% - 0.125rem), rgba(var(--swatch-topmenu-border-color), 0.05) 100%); --gradient-topmenu-mobile: linear-gradient(to bottom, rgba(208, 208, 208, 1) 0, rgba(217, 217, 217, 1) 0.125rem, rgba(217, 217, 217, 1) calc(3rem - 0.125rem), rgba(217, 217, 217, 1) calc(3rem - 0.125rem), rgba(208, 208, 208, 1) 3rem); --diagonal-stripes: initial; --gradient-sidemenu-header: linear-gradient(10deg, rgba(var(--dark-accent), 0.85) 0%, rgba(var(--bright-accent), 0.95) 100%); --gradient-background: linear-gradient(to bottom, rgba(var(--background-gradient-color), 1) calc(calc(0 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.987) calc(calc(0.8 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.951) calc(calc(2.9 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.896) calc(calc(6.4 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.825) calc(calc(11 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.741) calc(calc(16.6 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.648) calc(calc(23.1 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.55) calc(calc(30.4 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.45) calc(calc(38.3 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.352) calc(calc(46.7 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.259) calc(calc(55.4 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.175) calc(calc(64.4 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.104) calc(calc(73.5 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.049) calc(calc(82.5 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0.013) calc(calc(91.4 / 100) * var(--background-gradient-distance)), rgba(var(--background-gradient-color), 0) calc(calc(100 / 100) * var(--background-gradient-distance))); --header-background-image-size: 100% var(--header-height-on-desktop); /* Spacing Measurements */ --offset-from-page-top: 0.75rem; /* space between the top of the page and the start of the header */ --body-width-on-desktop: 44.25rem; --sidebar-width-on-desktop: calc(var(--base-font-size)*16); --sidebar-width-on-mobile: 14rem; --scrollbar-width: 0.5625rem; --border-styling: solid 0.0625rem rgb(var(--swatch-border-color)); --border-radius-width: 0.0625rem; /* Box-Shadow 1px Borders */ --box-border-bottom: 0 0.0625rem 0 0 rgb(var(--swatch-border-color)); --box-border-top: 0 -0.0625rem 0 0 rgb(var(--swatch-border-color)); --box-border-left: -0.0625rem 0 0 0 rgb(var(--swatch-border-color)); --box-border-right: 0.0625rem 0 0 0 rgb(var(--swatch-border-color)); --box-border-all: 0 0 0 0.0625rem rgb(var(--swatch-border-color)); /* Sidebar */ --sidebar-transition-timing: 0.5s ease-in-out 0.1s; --sidebar-internal-border-thickness: 0.125rem; --background-gradient-color: 215, 215, 215; --background-gradient-distance: 40rem; } body { font-weight: 300; } a, a:active, a:visited { color: rgb(var(--swatch-primary-darker)); } strong, b { font-weight: 500; } input, textarea, select, button { font-weight: 200; } #header { background-position: left .75rem top .65rem; background-size: auto 6.375rem; -webkit-filter: unset; filter: unset; } #header h1 a { margin-left: 7.75rem; } #header h1 a::before { text-shadow: unset; } #header h2 { background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ach-scp-theme/scpchtag.png'); background-repeat: no-repeat; background-clip: border-box; background-size: contain; top: 4.5rem; left: 8rem; height: 2rem; } #top-bar { margin: var(--header-height-on-desktop) 0 1.75rem 0; height: 1.875rem; font-size: calc(var(--base-font-size) * .75); } #top-bar div.top-bar > ul > li > a, #top-bar div.mobile-top-bar > ul > li > a { color: rgb(var(--swatch-menutxt-dark-color)) !important; font-family: var(--header-font); text-transform: uppercase; } #top-bar div.top-bar > ul > li:hover > a, #top-bar div.top-bar > ul > li:focus-within > a, #top-bar div.mobile-top-bar > ul > li:hover > a, #top-bar div.mobile-top-bar > ul > li:focus-within > a { color: rgb(var(--swatch-menutxt-light-color)) !important; } #top-bar div.top-bar > ul > li:hover, #top-bar div.top-bar > ul > li:focus-within, #top-bar div.mobile-top-bar > ul > li:hover, #top-bar div.mobile-top-bar > ul > li:focus-within { background-color: rgba(var(--swatch-primary-darker), 0.93); background-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ach-scp-theme/subtle_white_mini_waves.png'); background-blend-mode: overlay; background-size: auto 5.625rem; } #top-bar div.top-bar > ul > li > ul, #top-bar div.mobile-top-bar > ul > li > ul { margin-top: 1.875rem; background: rgba(var(--swatch-primary-darker), 0.93); background-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ach-scp-theme/subtle_white_mini_waves.png'); background-blend-mode: overlay; background-size: auto 5.625rem; } #top-bar div.top-bar > ul > li > a::before { height: calc(0.0625rem * 3); } #top-bar div.top-bar > ul > li > a::after { height: calc(0.0625rem * 2); } #top-bar div.top-bar > ul > li > a::before, #top-bar div.top-bar > ul > li > a::after { background-color: rgba(var(--swatch-border-color), 1); } #top-bar div.top-bar > ul > li > ul > li > a, #top-bar div.mobile-top-bar > ul > li > ul > li > a { font-weight: 600; font-size: calc(var(--base-font-size) * 0.9); } #skrollr-body::before { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(var(--bright-accent), 0.5)), color-stop(10rem, rgba(var(--bright-accent), 0.25)), color-stop(22rem, rgba(var(--white-monochrome), 1)), to(rgba(var(--white-monochrome), 1))); background-image: -webkit-linear-gradient(top, rgba(var(--bright-accent), 0.5) 0, rgba(var(--bright-accent), 0.25) 10rem, rgba(var(--white-monochrome), 1) 22rem, rgba(var(--white-monochrome), 1) 100%); background-image: -o-linear-gradient(top, rgba(var(--bright-accent), 0.5) 0, rgba(var(--bright-accent), 0.25) 10rem, rgba(var(--white-monochrome), 1) 22rem, rgba(var(--white-monochrome), 1) 100%); background-image: linear-gradient(to bottom, rgba(var(--bright-accent), 0.5) 0, rgba(var(--bright-accent), 0.25) 10rem, rgba(var(--white-monochrome), 1) 22rem, rgba(var(--white-monochrome), 1) 100%); background-size: 100% 100%; background-repeat: no-repeat; background-position: center top var(--final-header-height-on-desktop); content: " "; width: 100%; height: 100%; position: absolute; pointer-events: none; z-index: -2; } #container-wrap-wrap::before { content: " "; width: 100%; height: 25%; position: absolute; top: var(--final-header-height-on-desktop); background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ach-scp-theme/subtle_white_mini_waves.png'); background-blend-mode: overlay; background-size: 5.625rem; background-repeat: repeat; background-position: 0 0; pointer-events: none; z-index: -1; } div#container-wrap { background-image: unset; } div#container-wrap::before { background-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ach-scp-theme/subtle_white_mini_waves.png'); background-size: auto; background-repeat: repeat; background-position: 0 0; background-blend-mode: soft-light; content: " "; height: var(--final-header-height-on-desktop); width: 100%; position: absolute; top: 0; left: 0; pointer-events: none; } #side-bar { overflow-y: auto; overflow-x: hidden; } #side-bar .close-menu::before { font-family: var(--title-font) !important; } #side-bar .heading, #side-bar .side-block > .collapsible-block:nth-child(1) .collapsible-block-folded { background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ach-scp-theme/subtle_white_mini_waves.png'), var(--gradient-sidemenu-header); background-size: auto; background-repeat: repeat; background-blend-mode: overlay, normal; letter-spacing: .15em; } #side-bar .heading p, #side-bar .side-block > .collapsible-block .collapsible-block-link { font-family: var(--header-font); text-shadow: unset; } .code { font-size: calc(var(--base-font-size) * 0.8); } textarea, input { font-family: var(--body-font); } #search-top-box-form input[type="submit"] { font-size: calc(var(--base-font-size) * 0.9); } #page-title, .meta-title, .meta-title span { font-family: var(--header-font); color: rgb(255,237,6); } /* Sky Sermon Nav CSS */ .skysermon-nav { --text-shadow: rgba(var(--black-monochrome), 0.35); --box-shadow: rgb(var(--gray-monochrome)); --border-color: rgb(var(--newpage-color)); color: rgb(var(--white-monochrome)); text-shadow: 0.0625rem 0.0625rem 0.125rem var(--text-shadow); border-radius: 0.0625rem; border: double 0.188rem var(--border-color); background-color: rgb(var(--bright-accent)); -webkit-box-shadow: 0.09375rem 0.09375rem 0.188rem var(--box-shadow); box-shadow: 0.09375rem 0.09375rem 0.188rem var(--box-shadow); padding: 0 0.125rem; margin: 0.625rem 0 0.938rem; margin-bottom: 1.250rem; } .skysermon-nav a { color: rgb(255,237,6); display: inline-block; position: relative; width: 100%; height: 100%; padding-top: 0.45em; padding-bottom: 0.35em; } .skysermon-nav a::before { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; font-size: calc(var(--base-font-size) * 1.1); line-height: calc(var(--base-font-size) * 0.7); font-weight: 800; top: 0; } .skysermon-nav .footer-wikiwalk-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-weight: 400; letter-spacing: 0.025em; font-size: 75%; } .skysermon-nav .footer-wikiwalk-nav * { line-height: 1em; } .skysermon-nav .footer-wikiwalk-nav .center { -ms-flex-preferred-size: 8em; flex-basis: 8em; text-align: center; } .skysermon-nav .footer-wikiwalk-nav .left, .skysermon-nav .footer-wikiwalk-nav .right { -ms-flex-preferred-size: calc(50% - 5em); flex-basis: calc(50% - 5em); display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: calc(var(--base-font-size) * 0.8); position: relative; } .skysermon-nav .footer-wikiwalk-nav .left { text-align: right; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; border-right: 0.0625rem solid rgb(var(--black-monochrome)); padding-left: 1em; padding-right: 0.5em; margin: 0.35em 0 0.35em 0.35em; } .skysermon-nav .left > a::before { content: "«"; left: -0.75em; -webkit-transition: left 1s ease-in-out; -o-transition: left 1s ease-in-out; transition: left 1s ease-in-out; -webkit-animation: bounce-left 1.7s infinite; animation: bounce-left 1.7s infinite; -webkit-animation-play-state: paused; animation-play-state: paused; } .skysermon-nav .left > a:hover::before { -webkit-animation-play-state: running; animation-play-state: running; } .skysermon-nav .footer-wikiwalk-nav .right { text-align: left; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; border-left: 0.0625rem solid rgb(var(--black-monochrome)); padding-left: 0.5em; padding-right: 1em; margin: 0.35em 0.35em 0.35em 0; } .skysermon-nav .right > a::before { content: "»"; right: -0.75em; -webkit-transition: left 1s ease-in-out; -o-transition: left 1s ease-in-out; transition: left 1s ease-in-out; -webkit-animation: bounce-right 1.7s infinite; animation: bounce-right 1.7s infinite; -webkit-animation-play-state: paused; animation-play-state: paused; } .skysermon-nav .right > a:hover::before { -webkit-animation-play-state: running; animation-play-state: running; } /* Rating Box */ .page-rate-widget-box .rate-points, .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown, .page-rate-widget-box .cancel, .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a, .page-rate-widget-box .cancel a { font-weight: 400; } @media only screen and (max-width: 768px) { #header h1 { font-size: calc(var(--base-font-size) * 1.25); } #header h1 a { margin-top: calc(0.8rem + var(--offset-from-page-top)); } #header h2 { height: 1.15rem; } #side-bar { left: calc(-17rem - var(--scrollbar-width)); } #side-bar:target { overflow-x: hidden; } #top-bar > div.mobile-top-bar > div.open-menu > p > a { color: rgb(var(--swatch-menutxt-dark-color)) !important; } #skrollr-body:target #side-bar { left: 0; } #side-bar:target .close-menu { margin-left: calc(15.5rem + 2 * var(--scrollbar-width) + 0.125rem); } #skrollr-body:target #container { -webkit-transform: none; -ms-transform: none; transform: none; } #skrollr-body:target #container-wrap-wrap { overflow: hidden; } #top-bar div.top-bar > ul > li > ul, #top-bar div.mobile-top-bar > ul > li > ul { -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); display: -webkit-box; display: -ms-flexbox; display: flex; } #top-bar div.mobile-top-bar > ul > li > ul > li { max-height: calc(99vh / 15); max-width: calc(98vw + 1px); display: -webkit-box; display: -ms-flexbox; display: flex; width: calc(98vw + 1px); -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; -ms-flex-preferred-size: calc(98vw / 2); flex-basis: calc(98vw / 2); } #top-bar div.top-bar > ul > li > ul > li > a, #top-bar div.mobile-top-bar > ul > li > ul > li > a { height: 100%; width: 100%; line-height: 1em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: calc(var(--base-font-size) * 0.8); } #top-bar > div.mobile-top-bar > ul > li:nth-child(1) > ul > li:nth-child(1) > a::before, #top-bar > div.mobile-top-bar > ul > li:nth-child(1) > ul > li:nth-child(11) > a::before, #top-bar > div.mobile-top-bar > ul > li:nth-child(1) > ul > li:nth-child(21) > a::before, #top-bar > div.mobile-top-bar > ul > li:nth-child(1) > ul > li:nth-child(31) > a::before, #top-bar > div.mobile-top-bar > ul > li:nth-child(1) > ul > li:nth-child(41) > a::before, #top-bar > div.mobile-top-bar > ul > li:nth-child(1) > ul > li:nth-child(51) > a::before { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } @-webkit-keyframes bounce-left { 0% { left: -0.75em; } 50% { left: -0.50rem; } 100% { left: -0.75em; } } @keyframes bounce-left { 0% { left: -0.75em; } 50% { left: -0.50rem; } 100% { left: -0.75em; } } @-webkit-keyframes bounce-right { 0% { right: -0.75em; } 50% { right: -0.50rem; } 100% { right: -0.75em; } } @keyframes bounce-right { 0% { right: -0.75em; } 50% { right: -0.50rem; } 100% { right: -0.75em; } } }
NOTICE FROM THE FOUNDATION RECORDS AND INFORMATION SECURITY ADMINISTRATION
Alert: The current version of the document is locked due to possible inaccuracies. Until historical analysis is completed, please contact the nearest site for in situ protocols regarding SCP-5174.
— Automated Message, RAISA East Asia
Written on back “SCP-5174, Shandong Peninsula, 1938”
Item #: SCP-5174
Object Class: Keter1
Special Containment Procedures: Any SCP personnel that were employed by the Republic of China Foundation Branch2 from 1937 to 1949 are to be apprehended and sent to the nearest site for interview.
"Kuomintang and PLA3 commanders who fought in the Sichuan, Guizhou, Henan provinces during that time period are to be assessed for previous interactions with the Foundation. If an association is found then the individual is to be amnesticized.
There are no rigorous containment procedures for SCP-5174 instances available at this time. If instances are ever secured, implement standard humanoid containment until further review.
The following document was retrieved by MTF Theta-12 during the Chongqing pacification and is conjectured to refer to archival containment procedures of SCP-5174.
Never allow Buddhist or Taoist monks to come in sight of it.
When it is acquired, tattoo the eight-spoked dharmachakra across its back starting from the nape down towards the lower spine. At the age of five, etch the Infinite Life Prayer onto its chest.
At night, have two soldiers chant the Sutra of Transcendent Wisdom around its cage. When it is sleeping, face the head towards the south star.
Feed it a diet consisting of the following medicinal herbs; red yeast rice, ginseng, and cinnamon. In the case of severe food shortage, prioritize the beast over the soldiers.
When deploying it into battle, sedate it with grass root powder and have one soldier (non-essential only) take it toward the enemy.
Instruct the soldier to whisper the following phrase when near fortifications or enemies, “You can go back now, your mother has come home.”
Expect no return.
-Han Jingyi, Director of Site-653, Brigadier General of the People's Liberation Army
Description: SCP-5174 was a number of anomalous humanoid entities that both the National Revolutionary Army and the People's Liberation Army used for the purposes of war during the Second Sino-Japanese War and, possibly, the Chinese Civil War.
The approximate number of anomalies used during the conflicts is unknown. Reports indicate that the only physical commonality of the entities was the physical inscriptions and a common Han ethnicity.
No specific age range for SCP-5174 instances has been confirmed, but anecdotal evidence suggests a leaning towards adolescence. The anomalous effects of SCP-5174 appear to be varied and to depend on multiple characteristics such as time of day, diet, and temperament.
Circumstantial evidence implies that non-anomalous children undergo some anomalous transformation through the use of some as-of-yet unknown mechanism, though surviving ROC SCP accounts point towards the involvement of the Imperial Japanese Army. However, retrospective analysis of the anomalous weapons division of the Imperial Japanese Army has not shown any evidence of SCP-5174 development. The following recovered document describes some of the known anomalous effects of various SCP-5174 instances.
| NAME | LOCATION, TIME USED | EFFECT | DEAD/EFFECT |
|---|---|---|---|
| JIN YIMU | SOUTH GUANGXI, SEPTEMBER 1937 | 5KM BLAST | 1000 JAPANESE, 75 CHINESE |
| GIRL | ZAOYANG, MAY 1937 | BLACK BLOOD(?) | 500 JAPANESE, 470 CHINESE |
| MA | KUNLUN PASS, MARCH 1938 | DISAPPEARANCE | 12500 JAPANESE, 1500 CHINESE |
| LI | TAIERZHUANG, JULY 1938 | MELTING SICKNESS, VILLAGES OF TENGGUAN, BIGA, SUJING DESTROYED | ??? JAPANESE, >7500 CHINESE |
| BOY | LUSHAN FEBRUARY, JULY 1939 | BOT FLYS | 900 JAPANESE, 250 CHINESE |
| LIN WU | PEKING APRIL, 1940 | REINCARNATION | 400 JAPANESE BROUGHT BACK, GAINED 5000 CHINESE |
| NO NAME | QIANGSHI MAY, 1940 | QILIN EMERGED (ARTILLERY DISPATCHED) | 150 JAPANESE, 10 CHINESE |
| ZHI RUO | CHUNGHANG DECEMBER, 1941 | AVOID CHUNGHANG, CITY IS LOST | ??? JAPANESE, AT LEAST 10000 CHINESE |
The lack of thorough information on SCP-5174 is due to the suspension of the ROC branch in 1944. The suspension was due to the widespread failure of containment caused by the widespread, catastrophic breakdown of infrastructure as a result of the Second Sino Japanese War.
Furthermore, multiple SCP sites located in the former ROC were looted, burned or otherwise destroyed under unclear circumstances. It is currently unclear if the dismantling of ROC sites was a simple wartime consequence or a concerted effort by either the Imperial Japanese Army, Nationalist Government, or People’s Liberation Army4.
Of note is SCP-5174, whose lack of containment has been confirmed to have spread it throughout at least six Chinese provinces: Sichuan, Guizhou, Shandong, Fujian, Henan, and Hubei. Despite this, only one interaction between temporary SCP personnel and SCP-5174 has been recorded due to the loss of ROC SCP records.
NOTE: The following recording has been transcribed from Mandarin to English.
RECORDING #91-28-235
DATE: June 4th, 1948
LOCATION: Former Site-811, Outskirts of East Chongqing
PURPOSE: Survey the site. Recover remaining documents. Contain any anomalies.
TEAM: Temporary Civilian Security Team #9819 (MTF Theta-12 overseeing the city of Chongqing)
Qian Xun: Recording start. This is security team #9819. I am team leader Qian Xun, age 17, who is leading seven men into the former demonic 811 building which is located in East Chongqing. Foreigner MTF men have instructed us to use this new military device to report points of interest. Our two devices will be given to rear leader Zhu Tai and Fan Li.
Zhu Tai: Coming up in the world, aren't you Qian? Hmm, so I press this button to start the recording?
Qian Xun: No, you idiot. It's already started, I was just talking then. You and Fan will just talk into the box whatever important things you see.
Zhu Tai: Okay, let's see. Uhhh, we are in front a burned out building with a lot of..umm rubble. Some parts look melted and, umm, there is a bunch of shadows etched into steps of the door…Umm, hey Fan say something, stop looking at the box like a dolt.
Fan Li: Uh, oh yes. I also want to say that there the building had been smoking for the past few days. But it has calmed recently.
Zhu Tai: Yes and when that happened, those white men came over to big brother Qian and we are suddenly here now.
Fan Li: Hey! Zhu, hurry up. Okay now little metal box listen close, (laughs) we walking onto the steps of the building.
Zhu Tai: There is a plaque on the side of the door. Fan can you read it? Did you even learn to read? (chuckles)
Fan Li: Shut up, you!
Qian Xun: (barely audible) Quiet! No more talking until you see anything important. We are going to head down these stairs now.
Zhu Tai:…(whispers) Can you believe that guy Fan? I bet you he doesn't even know what's here. Important, he says. Huh! I bet this so-called "divine" building has nothing but trash.
Fan Li: (whispers) Hmph. Well I for one, listened to what Qian and the armed guy talked about. But I'm not gonna say.
Zhu Tai: (whispers) Wow! Are you a baby now? Just because of one joke, you turn into this. How old are you?
Fan Li: …Okay, fine. I'll tell you. But you better give me whatever treasure you find here.
Zhu Tai: Fine. Whatever trash I find here, you can have it.
Fan Li: Good! So basically, the white man told Qian that there used some friends who worked here, but they became bad or something. And they used to lock up demonic and exotic beasts in this place. But then one day, Communists attacked Zhucheng they opened up all the cages. They were already weak from the Japanese bombing and…
Qian Xun: (barely audible) Halt! Zhu come here and describe this man. (sound of retching) HUANG! Get out of here if you can't even stomach this much!
Zhu Tai: (gasp) Close your eyes, quickly Fan. Uh, umm, uhh. In front of me, there is a large, rusted metal door and next to the door is a dead man. His bottom half is missing and he is wearing a long white coat. His eyes are open and there is a double circle patch with three arrows. It is similar to the pattern on this device I am holding and to the white men in the city.
Qian Xun: (barely audible) They are called MTF. And the symbol here is called SsPeeCe. They are foreigners who are here to help the true Chinese unify the country.
Zhu Tai: What does MTF mean?
Qian Xun: (barely audible) Uhh, well it stands for, umm….Military…Training Fighters. Quickly! Lao check his pockets.
Zhu Tai: Fan, you know he is lying right. That MTF loser probably gave him 5 yuan and told him to loot this place. He's gonna be waiting outside with a pistol when we come out with food.
Fan Li: Hey, can I open my eyes now?
Zhu Tai: Soon, soon. Okay, device listen up, Lao found a key in that guy's pocket. And is just about to open the door. Fan, hold my hand. In front of us is a dark hallway. Qian is taking out his torch and just lit it up.
Fan Li: (sound of fire) Wow! So many big prison cells.
Qian Xun: (barely audible) C'mon we need to hurry. We have to look in here for papers or other devices like these boxes. We also need to take pictures for any animal or person in the cages.
Fan Li: Okay, but for the little box, I'll say for him that almost all of these rooms seem empty. Hey Lao, what do these plaques say? (unintelligible) Oh, they are numbers okay.
Qian Xun: (barely audible) Come over! There is room with papers here. Shove them all in your pockets.
Fan Li: Big brother Zhu, you'll share any of the treasure you get with me right?
Zhu Tai: Of course…I will not! Hahaha.
Fan Li: Stop being mean! Qian tell Zhu to stop with his jokes!
Qian Xun: (barely audible) Both of you settle down! Lao come here and read this odd thing. It has many faces of children on it. Put your mouth near the box so we can record it.
Lao Long: Umm…I really cannot understand this thing. But I will read it anyway. "Update: The RAISA liaison in Anhui has reported us to the British branch due to our development of…" Huh, that's weird the characters are written over with black marker.
"And he has been dealt with accordingly. We have determined that the most effective outcome has resulted from combining the Xia Queen Mother’s ritual with various medicinal and anomalous herbs such as heaven’s wart, mountain weed, cinnamon…"
Fan Li: I've never heard of such herbs.
Zhu Tai: …Now we know what the white man really wanted. He wants to make money by looting those rare spices. Even a donkey could bluff you out Qian.
Qian Xun: (barely audible) Quiet! We need to keep going…(loud steps) Huang! What's wrong?
Huang: Ma and Teng found a cage full of those white coated men. And they seem to be awake.
Qian Xun: (barely audible) I will be the one to talk. Give me the recording device Zhu.
Zhu Tai: Take it.
Fan Li: When can we leave Qian? The hallway gets even darker and it keeps going down..and..and what if those caged men really are demons or heavenly beings?
Qian Xun: Really you believe in those things? Anyway, don't forget we have Teng! He has killed at least 5 government officers! Probably more!
Fan Li: Really Teng? (unintelligible)
Unknown6: Open the lock! Please, hurry!
Qian Xun: Okay device. I am near the cage. There are three Chinese in white coats sitting in the back of the cell. One is near the front and his coat has the same logo as the MTF.
Unknown: MTF? Quickly child, go tell that I am an SCP Researcher. Tell them that the branch has been seduced by outside forces, it could be the Japanese or even from within. They even dare to tamper with children. They…they…
Fan Li: Calm down, calm down. We help you once we know more.
Qian Xun: Huh? What are you saying? I won't listen to the words of a madman. Didn't you hear? He mentioned the Japanese, they are gone. Pushed out by our great Chinese people. How long have you been here?
Unknown: Wait, wait…what is going on?
Fan Li: After the Japanese bombed the city, the Liberation Army freed us from the government. Now there is fighting across the land between the Government and the Communists.
Unknown: Quick, tell me who is winning?
Qian Xun: Of course, the great Communist army will win. They have already liberated half the country.
Unknown: Hah…hah…now I see. Child, don't tell the MTF about me. I'll be dead anyway. (splash)
Fan Li: Agh! Get away, don’t let that black vomit touch you. Qian, please let's leave now!
Zhu Tai: (barely audible) We need to get him a doctor, I think.
Qian Xun: Hmph! Forget this traitor. Ma take a picture and let's keep going. Don't worry Brother Zhu, he is probably with the nationalists. Let's keep going till we find something presentable.
Huang: (From afar) Big brother, Teng and I found an open cage with something inside.
Qian Xun: Okay, we will hurry. Zhu take the device. Let us run, the faster we get something "anomalous," the quicker the more we…umm…nevermind that.
Zhu Tai: …
Fan Li: (huffs)
Huang: (metal creak) It's a boy, looks about the same age as Fan. But for some reason he wearing a cangue7.
Teng: (barely audible) What's your name friend? Did those lab coat men lock you here?
SCP-5174-?: Mama…
Fan Li: Do you need help with that lock? We can help you get out of this scary place!
Zhu Tai: Qian, are you sure we can all be careless with this guy? Wasn't their talk of beings from the demonic realm?
Qian Xun: Please, one second. I need to figure out how this camera device works.
SCP-5174-?: …Oh big brothers! I didn't see you. Are you also candidates for the heavenly realm?
Zhu Tai: (whispers) Qian, this guy may have gone mad in this dark place. (camera snap)
Recovered from Site-812
Qian Xun: (barely audible) The white ma…MTF men said that we should never open up anything that we find. Only to take photos and papers.
Fan Li: But Qian, he looks normal. Ma and Teng also think that the nationalist from before might have locked him here?
SCP-5174-?: Nationalist? I don't care who is around when I ascend. But I imagine that my shell remains as a bodhisattva.
Ma: (barely audible) Huh? This guy is crazy?
SCP-5174-?: No, no, no! Please I'm just waiting to go to heaven realm so I can meet mama.
Qian Xun: (barely audible) I know most of the families here before the bombing. Tell me your family name.
SCP-5174-?: Family name? No one has that in…
Huang: Boss Quan, I found his picture among…(static)…I knew I recognized it.
Qian Xun: Okay, read the document into Fan's device and then we will decide then.
Lao Long: Okay. I will start. 'Subject-5174-34 was found next to dead parents in Changsha. He was delivered to the Xia Queen Mother in 1943. He was delivered back to us in late 1945. List him under 'Thaumiel Preventative Measures' just like the others that are used against the Japanese War Anomalies.
When Subject-5174-82 is prepared to be activated, bring him to…' Its scratched out over here but continues '….and have the sacrifice repeat the words 'You can go back now, your mother has come home.'
SCP-5174-?: Wait, brothers no! I'm scared, it's not my time ye… (metallic noise then quiet for approximately 1 hour 25 minutes, approaching steps)
MTF Theta-12 Leader Stepan Nikolaev8: Ah, my recorders. Nikolai, the dusting seems to have started from this cell. Get any of the remaining documents you can and inform Vlad to capture any researchers they find hiding. Terminate if necessary.
MTF Theta-12 Vice Leader Ivan Kuznetsov: Humph…I will but are you okay with this? Stepan, the "temporary security personnel" are causing a lot of issues. Their in-experience has been causing issues for not just but for other teams all across the central provinces.
MTF Theta-12 Leader Stepan Nikolaev: Unless you suddenly find more researchers or MTF squads that aren't connected to the local Foundation, we will recruit as many as we need.
MTF Theta-12 Vice Leader Ivan Kuznetsov: …By the way, I was thinking of giving away some of the rations that Vlad found in the site manager's office. It might make the boys less depressed.
MTF Theta-12 Leader Stepan Nikolaev: Yes, yes think on it later. Think on it later, go and ready the gasoline. We have two more sites to get too.
Recording Ends






Per 


