:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); 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 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #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.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%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(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 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; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; 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: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); 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; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; 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 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { 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: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
著作信息
SCP-CN-2677: The Fracture of the End
Author:BestTY
Author Page
Image source:
Mechanical parts: https://www.pexels.com/zh-cn/photo/50691/#
The picture at the end: https://www.pexels.com/zh-cn/photo/748626/
Images follow CC-BY-SA 3.0
Alla: everything in Swedish
Item Number:SCP-CN-2677
Object Class:N/A
Special Containment Procedures: None.
Description:SCP-CN-2677 is a ℵK-Class Scenario "Shattered and Disintegrated", which — will — have exterminated all life forms on Earth.
[You are not authorized to view more information]
[Alla awareness detected, document unlocked]
Welcome, Broken God.

IE-2677-2 SCP-CN-2677-2 recovered by GOI-004 "Church of the Broken God" after the event
Special Containment Procedures [Archived]: Dispatch 4 6 8 12 Mobile Task Forces to observe the movement of SCP-CN-2677. Class-A amnestic sprays are sprayed on a large scale in 4 6 8 12 cities where SCP-CN-2677 lives every 3 months. If new SCP-CN-2677 appears, the special containment procedures will be updated according to the situation. And establish Site-CN-920 affiliated to the Overseer Council, directly led by O5-5, to use anomalous means to analyze the impact of SCP-CN-2677 on the curtain.
Special Containment Procedures [updated on 2022/02/09]: A mobile task force is dispatched to search for SCP-CN-2677. If a new SCP-CN-2677 appears, the news will be informed to GOI-004 "Church of the Broken God". And establish Site-CN-920 under the Overseer Council of the Foundation, directly led by O5-5, use abnormal means to analyze the impact of SCP-CN-2677 on the curtain.
Special Containment Procedures [Updated on 2022/05/12]: After the IE-2677-2 incident, the original containment procedures were invalidated. MTF-WAN Mobile Task Force ("MTF-WAN-1~120 ("Machine Hunter 1~120")") will begin the purge plan of GOI-004 "Church of the Broken God".
Special Containment Procedures [Updated on 2022/06/02]: SCP-CN-2677-Ω does not exist, no further containment procedures are required.
Description: SCP-CN-2677 is a collective designation for a type of anomalous entity, so far 4 6 8 12 have been discovered. The entity possesses a strong protective electromagnetic field and abnormal electrical discharge capabilities and mechanical construction, and ignores physical matter. SCP-CN-2677 can transform normal humans into SCP-CN-2677. The preconditions required for such transformations are currently unknown.
SCP-CN-2677-Ω is the apex multifunctional entity "Broken God" believed by GOI-004 "Church of the Broken God". After the discovery of the first SCP-CN-2677, GOI-004 leader Robert Bumaro has contacted the Foundation for a cooperative containment plan. According to Bumaro, SCP-CN-2677 was blessed by the Broken God. The number of the Broken God has been confirmed as SCP-CN-2677-Ω.
[Updated on 2022/06/02]: SCP-CN-2677-Ω does not exist. ℵK-Class Scenario "Shattering and Disintegration" has occurred. Humanity is being relocated to the concept-only fortress.
[Number of Existing Humans: 0]
See the appendix for more information.
Appendix
Foreword:Robert Bumaro called O5-5 after discovering the first SCP-CN-2677. Below is a transcript of their call.
Record time:2022/02/09
O5-5: Hello, Mr. Bumaro.
Robert Bumaro: Overseer, I almost forgot that you also have some connections with the church, otherwise I would not have sent you emails in an unusual way.
O5-5: (chuckles)
**O5-5: **Mr. Bumaro, let's talk about why you're here.
Robert Bumaro: working with you to contain the anomaly,It's those newly discovered anomalous entities. In terms of numbers… probably 2677, the ones with magnetic fields.
**O5-5: **CN-2677.
Robert Bumaro: Those entities have some ties to the Church. We want to be able to intervene with you. Admittedly, the church and the jailers had some unpleasant experiences, but when it comes to the containment of mechanical anomalies, I think we still have some authority.
O5-5: Yeah.
O5-5: Ordinary mechanical anomalies cannot be seen by the church. This entity is very important to you and the church, sir, right?
Robert Bumaro: (chuckles)
Robert Bumaro: In fact, these entities are from ancient times. They had received the gift of the Lord.
O5-5: Oh?
O5-5: That's kind of interesting. I have never heard of whom your Lord has protected. For those broken parts and your broken tissues, what blessings can you receive? I'd rather trust the Sarkic Lord to protect them.
Robert Bumaro: (chuckles) Good sarcasm. But the Lord never moves with your thoughts, or even our thoughts. Besides, even though I'm used to insults like this, my members haven't quite gotten used to it yet. I think the church is enough for the jailers to drink.
O5-5:…It seems that Mr. Pope is not a good person, what if we refuse to cooperate with you today?
Robert Bumaro: I'm not afraid. You can't contain them, but we can. You do not believe in the Lord, but we do.
O5-5: (silence)
O5-5: You win, Robert Bumaro.
Robert Bumaro: (Laughs) Overseer, earlier this way, we might have had a better time working together.
O5-5: So, what do we need to do?
Robert Bumaro: Simple. Look for unusual entities. As for containment, leave it to us.
O5-5: So, which branch of yours is in charge of containment?
Robert Bumaro:Although the church is in chaos, with me and them, the four factions can still be reintegrated.
Robert Bumaro:Even though our understandings are different, our goals are all born for the broken whole.
Robert Bumaro: Overseer, you could have prevented us from being united again, but you didn't.
<Call ended>
Foreword: Following the call with O5-5, Robert Bumaro was invited to give a lecture at the Overseer Council.
Record time:2022/02/09
Robert Bumaro: Greetings, Overseers. You guys have seen enough, so I won't say any more pleasantries. The purpose of my standing here is to share our experiences and the beliefs of the Church of the Broken God with you supervisors.
Robert Bumaro:You all know that the church is divided into four denominations. The Bishop and the Cogs believe that the Lord is McCann, the Maxwellists believe that the Lord is WAN, and the Whitsunday Sanctuary believes that the broken Lord created the existence of all things. There are also some scattered believers who give Lord Holos, Fuxi and other titles.
Robert Bumaro:Then do you know what caused the differences in church beliefs?
**O5-3: **Maybe most of it is naturally formed? Your old rival has also split into many factions. And relatively speaking, the beliefs of Sarkicism are more complicated. As for the Maxwellians, we know why.
Robert Bumaro: No.
Robert Bumaro: At that time, people in the church fell into a chaotic dream, after we first found the fragment of the Lord. According to them, the Lord is waking them up.
Robert Bumaro: Bishop's belief has always been that the Lord is a big machine. Until that incident, abnormalities occurred frequently. And eventually led to the birth of the Cogwheel Cult, Maxwellism and the Whitsundays.
Robert Bumaro: It is for this reason that we have to stop looking for the Lord's fragments and leave them in your hands. If it weren't for this, Heart of God would have been taken by us long ago.
Robert Bumaro: Now, a benefactor from ancient times descends into the world. They really know what the Lord is, and they are infinitely close to the Lord as time goes by. They have a sliver of spiritual wisdom from the Lord.
O5-4: So, what kind of grace did they get?
Robert Bumaro: …no comment.
Robert Bumaro: So the Unification Church will no longer be empty talk. We only need to obtain the form of the Lord and understand the will of the Lord. In this way, even if the Church and the Foundation go into conflict in the future, the organizations you need to solve will change from four to one.
Robert Bumaro: Overseers, I think you can also understand the pros and cons of this.
O5-3: So, your purpose is to use the Foundation to unify the Church?
Robert Bumaro: Yes, we can live in peace. All our energies can then be devoted to finding the Lord's shard. As for the foundation, the anomaly can also be entrusted to the church for safekeeping. Rather than the GOC wantonly destroying anomalies, maybe you can get a more reliable ally: the long-term confrontation between the Church and the Foundation can end here.
Robert Bumaro: You have to pay very little. Like I told Five - just go find them. It's better than regular sprays of amnestics.
O5-1: So, we vote as usual.
proposal:
Sign a non-aggression pact with the Church of the Broken God and conduct joint containment procedures with it. — O5-1
Council vote summary:
For | Against | Abstain |
---|---|---|
O5-1 | O5-5 | |
O5-2 | ||
O5-3 | ||
O5-4 | ||
O5-6 | ||
O5-7 | ||
O5-8 | ||
O5-9 | ||
O5-10 | ||
O5-11 | ||
O5-12 |
Results |
---|
By [12:0:1] |
O5-1: Number five? Didn't you communicate with Mr. Bumaro at the beginning? Why did you choose to abstain?
O5-5:…
O5-5: I don't want you to be unified. I have fought countless battles with the church on battlefields large and small. The foundations of just one faction are enough to shake the very foundations of normalcy the Foundation guards. I will never forget it.
Robert Bumaro: On the fifth, the church does not want to and cannot use all force. The only one who can call this broken church right now is me. And I came here to discuss peace with you.
O5-5: No need to explain now. The proposal has passed. Number one, and fellow supervisors, I have an ominous premonition.
O5-5: I will never forget the dogma of the Church of the Broken God, and this may be our wake-up call:
O5-5: Separated, they're broken. And united, they will be gods.
<END LOG>
Remarks: Since then, the containment of SCP-CN-2677 has been jointly undertaken by the Church of the Broken God and the Foundation. O5-5 was appointed by the Council to be the head of the Ministry of Foreign Affairs of the Church of the Broken God. The fragment described by Robert Bumaro has been numbered SCP-CN-2677-2, and the Foundation has signed a non-aggression pact with the Church of the Broken God.
Foreword: **After the cooperative containment statement was issued, Robert Bumaro delivered a speech at the GOI-004-A "Broken Church" headquarters. The following is an excerpt of the speech.
Record time:**2022/02/09
So, the jailers fought us.
As we have done for countless iterations, we fought back. Fight the Jailer's anomalous technology with the perfect mechanical body.
The ending was no better than the battle the Lord had. Some of us died, some of us were buried, and in the end, in a dream, our beliefs were broken—the Cog Cult, Maxwellism, and the Holy Spirit Sanctuary broke away from the bishop, and new sects emerged.
The church once regarded the jailer as a scourge, and tried to tear down the existence of the veil.
But today, you need to reunite.
The jailer recognizes the existence of the Lord and takes them in to protect the order created by the Lord. Today, the divine blessing that the Lord has sent down has fallen on human beings.
This all shows that the Lord tolerates life and all the enemies we have resisted. We follow the will of the Lord and share this responsibility with the jailer to protect the order that the Lord has created.
The purpose of this speech today is to unify the church. Unify the presence of the Lord, unify the broken hearts, and start the IE project. We will do our best to protect them, just as the jailers do. Our mission has become to find and contain them. To accept the Lord's will: Unity.
Perhaps your perceptions are different: the Lord is a large machine, a signal, and everything in the universe. You imagined different names, different definitions and even different personalities for it. But our ultimate creed, our future: all one—
God must be complete.
Note: The content of this speech was provided by agents infiltrating the Broken Church. Shortly after this speech was delivered, Robert Bumaro publicly declared the unity of the Church of the Broken God.
Foreword: **Foundation discovered the new SCP-CN-2677 in the tropical rainforest of Brazil. The Church of the Broken God asked the Foundation to send agents to cooperate with containment. The following was recorded by Lisa using a video camera equipped with anomalous automatic upload technology.
Record time:2022/03/24
Personnel: **Foundation level 3 agent Lisa (affiliated to Site-CN-920), Metiken, member of the Church of the Broken God (formerly affiliated to GOI-004-A "Broken Church")
[noise of electromagnetic interference]
Lisa: This shit is loud, recording is on.
[Lisa pushes aside a layer of leaves, and points the camera at SCP-CN-2677]
Metiken: Like thisA perfect body, such a profound background. I can feel the breath of the Lord. (deep breath)
Lisa:… Should you take out your containment force field? You've been talking about it several times along the way.
Metiken: Shhh…don't talk jailer. (deep breath) The Lord gave them a future they never knew. Where is their home… Where is home…
Metiken: Lord, can you hear my voice? Come back, descend into the world and save this broken era…
Lisa: The anomalous entity appears to be leaving.
[SCP-CN-2677 emits an electric current, and there is a mechanical click sound from inside the body]
Metiken: No, they're not anomalous. They are part of the Lord. They were born to be fragments of the Lord… omniscient mechanical bodies, lights and shadows beyond illusions, boundless seas of order…
Metiken: The future is eternity, eternity is machinery, and machinery is perfection. My Lord is perfect.
[Metiken's movements suddenly become stiff, and SCP-CN-2677 leaves at the same time]
Lisa:Metiken!
[Lisa looks back]
**Lisa: **Metiken? believer? What’s wrong with you?
Metiken: I want to be with the Lord, just as the Lord is with all things.
[The space around Metiken begins to distort]
Lisa:What?
[The environment instantly darkened, and black clouds instantly filled the sky. There is a sudden thunderclap]
Lisa: (startled) Run, Metiken!
Lisa: The rain in the Amazon rainforest is not so easy to hide…
[Lisa runs with Metiken on her back, the camera is dropped in the jungle]
[An explosion is heard, followed by Lisa's scream]
[Rain hits the camera, the data is lost after 12 seconds, the video has been uploaded automatically]
<END LOG>
**Remarks: **Site-CN-920 site director O5-5 analyzed that both Lisa and Metiken were lost, and Robert Bumaro claimed that Metiken had suffered from mental illness, which led to the containment accident.
Foreword: **Notes from a high-ranking church member (known to be Robert Bumaro's confidant) formerly of the GOI-004-B "Cogwheel Orthodoxy" following the events of IE-2677-1. The following are excerpts from the notes, which were discovered after the IE-2677-2 incident.
Record time:**2022/03/31
Essentially, the Benefactor is no different from the shards we've found. Therefore, the Holy Father did not hesitate to negotiate externally and lecture internally—in exchange for the trust of the jailer.
After the ascension of Metiken, the Holy Father issued the first dream announcement. Originally, the Holy Father could use this to eliminate the unfaithful believers and undercover jailers. But as the benefactors say - they don't have that much time.
The purpose of the dream announcement is not only to spread information in the dream, but also to focus the fragments of the Lord. This is a dreamland constructed purely by the mechanical will and the image of the Lord, through which the power of the Lord can be condensed in the dream.
The presence of the Lord has changed from nothingness to darkness. As long as there is enough grace, the Lord can come to the world.
But sooner or later the jailer will discover the Father's purpose.
The events of the Metiken Ascension have raised suspicion among some, especially the Five Overseers. From beginning to end he adopted an attitude of mistrust towards the church. Unfortunately, he was right. The other Overseers didn't have as much imagination, but Number Five—he had guided the Jailers in defeating the Church. His knowledge of the church is far higher than other supervisors. So, he will be a big hindrance for us.
The loss of the Jailer also illustrates exactly this point. Originally, the Holy Father's plan was to let her go back to spread the message, but who would have expected that No. 5 would let her carry a mechanical anomaly, even at the expense of her. No one knew why Lisa wanted to protect Metiken in that situation, maybe it was the will of Number Five.
The Holy Father was also at a loss for what to do about it. Number five was on guard, and took control of the Veil again. Fortunately, the camera did not record Lisa's real situation. Otherwise, if you want to bestow divine gifts on mortals in large quantities, let alone.
The IE plan has been implemented, so it's time to take the second step.
Foreword: At the invitation of Robert Bumaro, O5-5 traveled to the Church of the Broken God to give a lecture on the Veil. O5-2, O5-9 go with them. The following was recorded by O5-5 on a flight to the Church of the Broken God.
Record time:2022/05/11
Characters: O5-2, O5-5, O5-9
[sound of aircraft whistling]
O5-2: Fifth, still on the plane.
[O5-5 stares out the window]
O5-5: Don't you think there's something wrong with the Church?
O5-2: You mean Metiken? His performance is indeed somewhat incomprehensible, but that is the church. The essence of those people is still to replace their limbs with machinery, and divide their consciousness into four parts. Even if the church is unified, what they do is not something ordinary people can understand.
O5-5: Not exactly.
[silence]
O5-5: You don't get the feeling that the whole world has changed since the Church worked with us. In the past, we faced attacks from the church every half a month. Compete for resources, seize territory, and steal anomalies.
O5-5: Even if there is a short-term cooperation, there is also the retaliation of teaching people to do one thing and others to do the other.
O5-5: But now, the Sanctuary of the Holy Spirit, which has made the original three major factions abolish the boss, has been unified without any resistance. You can imagine what kind of analogy this is——
O5-5: It's as if the Chaos Insurgency fought alongside us because of an anomaly.
O5-5: What's even more bizarre is that Robert Bumaro came in person for an anomaly. I think you should understand that his status in the church is equivalent to who is in the foundation.
O5-2: Administrator.
[silence]
O5-9: Come to think of it, I think Bumaro's speech was too formal, he couldn't have been unaware that there were Foundation undercover agents in the church, but he still said what we wanted to hear in a serious way .
O5-9: There's only one thing that makes the four factions and Bumaro so interested.
O5-5: The Broken God.
[silence]
O5-2: What about the Broken God? The Heart of God is still in our hands, at least they can't reassemble the Broken God.
O5-5: Maybe what Bumaro told us is true.
O5-5: Anomalous dreams are to blame.
O5-2:Dream (pause), is it possible that the power of the Broken God is strong enough to create a large unconscious space?
O5-9: Impossible. If so, Bumaro would have come here to grab the heart of God. A single shard can awaken the Broken God, not to mention the Heart of God.
O5-2: And why haven't we experienced those dreams? According to them, everyone should experience it.
O5-5: What if only those who believed in the Broken God could experience it?
O5-2: (shakes head) Not realistic either. If this is the case, the church can find another piece of debris to clean up all our undercover agents.
O5-5: They're too late.
[silence]
O5-5: If I'm not mistaken, the church has no time for us now. They're trying to reunite the Broken God or something. In short, we can no longer allow them to find so-called "benefactors". Bumaro may have lied, this is not a benefactor at all, but a fragment of the Broken God.
[silence]
O5-2: Thinking about it this way, the benefactor can transform the church believers into fragments of gods. As long as there are enough fragments, they can form themselves into hearts of gods, and they don't even need hearts of gods at all. Just find a way to fit together, or have another dream.
O5-5: So, the Church is dangerous.
[silence]
O5-5: (waves) See this, vital sign meter. Connected to the central database of the Overseer Council.
O5-5: I said hello to One before I came here, as long as I lose vital signs, (pause) even for a second. God knows what the church has to resurrect us.
O5-5: The Foundation will tear up the non-aggression pact and officially declare war on the Church of the Broken God.
[silence]
O5-2: Big gamble.
O5-5: Exactly.
O5-5: If I'm wrong, then I'll protect myself. If I guess right—
O5-2: We will never return.
O5-5: (looks at O5-2, O5-9) Yes, everyone, now, it depends on whether our faith is stronger or the Lord of the Church of the Broken God is greater.
[silence]
<END LOG>
Foreword: At the invitation of Robert Bumaro, O5-5 traveled to the Church of the Broken God to give a lecture on the Veil. O5-2, O5-9 go with them. The following was secretly recorded by O5-2 at the Church of the Broken God.
Record time:2022/05/12
Characters: O5-2, O5-5, O5-9, Robert Bumaro, Vis, Lundgren
Robert Bumaro:Welcome to the overseers who came all the way to the church. I'm not a polite person, but you guys are worth it, hard work.
O5-5:Thanks a lot. Well, the lecture I came to give is about the Veil.
Robert Bumaro: Wait a second, allow me to introduce you to some people.
Robert Bumaro: (waving hand) This is Vis, the former leader of the Maxwell sect.
Vis: Good morning Holy Father, good morning fellow Overseers.
[O5-9 glances at O5-5, who nods]
Robert Bumaro: This is Lundgren, the former leader of the Whitsundays.
[Lundgren nods slightly]
Robert Bumaro: Number five, you can begin.
**O5-5: **Curtain, maybe you don’t have a specific perception, the current world is divided into normal world and abnormal world.
O5-5: Between those two worlds is the Veil. Managed by this thing.
[O5-5 Open Veil Protocol]
Vis: up!
[Lundgren and Vis fire at O5-5 simultaneously, bullets form automatically from the air]
[The bullet hits O5-5 with a ding-dong sound]
Lundgren: Protective force field!
[O5-5 sneers, closing the Veil protocol]
Vis: How did you figure it out?
O5-5: Honestly, gut feeling. I have always had an undiluted wariness about the church. Maybe you can succeed if you wait a little longer, but I think you don't have much time.
[A burst of applause from the corner]
Robert Bumaro: Very good, very good. Number five, you are more of a thief than I thought. But you seem to be forgetting something - this is usterritory.
[The bullet that fell on the ground turns into dust]
Robert Bumaro: The Lord will bless you all.
[A large amount of powder pours into O5-5's body, O5-5 hugs his head and howls, and finally falls to the ground. Gears grow out of his body]
Robert Bumaro: Take out the Veil protocol.
[O5-9 stands up, draws a pistol and points it at Robert Bumaro]
O5-9: That's enough, restore Number Five immediately. Then confess everything you have done. Robert Bumaro, the Foundation will now officially declare war on you and your church. Hand over all your SCP-CN-2677s right now. I know you have ways of controlling them.
[Robert Bumaro sneers]
Robert Bumaro: Broken Veil.
[O5-5 destroys Veil protocol]
O5-9: (sneering) Do you think we're going to bring the real Veil Protocol? Word of your treachery has reached the Overseer Council. Now, no matter what you do, you will face the wrath of the Foundation.
Robert Bumaro: (laughs) So, we can only kill the three supervisors first to add to the fun.
Robert Bumaro: And, we didn't mutiny. Our only master is our Lord.
**O5-2: **WHAT… (recording turned off, video uploaded automatically)
<END LOG>
Note: On 2022/05/12, the Foundation observed a massive explosion at the headquarters of the Church of the Broken God. Covered up with "nuclear reactor explosion". The bodies of O5-2 and O5-9 were found during the task force's search of the site of the explosion, and the whereabouts of O5-5 and the rest of the personnel are unknown. SCP-CN-2677-2 was found in the ruins. The Foundation has officially declared war on the Church of the Broken God.
Foreword: **After the IE-2677-2 incident, the Foundation established the Mechanical Research Department to study SCP-CN-2677-2.
Record time:**2022/05/18
Researcher: Dr. Kerllen, with CN-2677/6 level clearance.
According to the cooperative research of various departments such as the Department of Misrepresentation, the Department of Antimemetics, the Department of Temporal Anomalies, and the Department of Pataphysics, it is found that SCP-CN-2677-2 does not reveal any anomalous properties. Its only anomalous property may be indestructibility.
But this kind of indestructibility is very strange. It does not consist of thaumaturgy, technology, or narrative anomalies. It seems to be an indestructible part born out of thin air.
We've taken a church prisoner. (That might not be accurate, he's just a believer in the Broken God who's being used by the Church.) His description of the piece is exactly what Bumaro described: showing great confusion and confusion, and falling into a deep sleep. But the result was surprising: after two days of deep sleep, his nerve center stopped functioning.
In fact, we still cannot fully understand the conspiracy of the church. Judging from the movements of the church in the past few days, their attacks were orderly, and it didn't look like the high-level leaders were wiped out. Besides, they could take this part away.
Soon, the Department of Tactical Theology also sent a warning. They couldn't feel the aura of any apex entity from this part. That said, at least it's not Broken God or anything else. It comes from humans.
Let's hope, the power of the church has not grown too far. Who would have thought that we would now be fighting a unified Shattered One.
**Location: **Site-CN-290, Director Dr.Leo
[Recording starts, Standard Foundation site in background, explosions erupt]
Dr. Leo: Here we go again.
Dr.Leo: All agents hide in the air-raid shelter, hurry up!
[A group of people in the uniform of Foundation agents come out and enter the air-raid shelter]
[The roaring sound is heard suddenly, getting louder and louder until three planes fly over Site-CN-290]
[UNKNOWN]: Throwing an anti-runway bomb.
[A mass of bombs rains down, leveling the airstrip. A building falls]
Dr.Leo: Enable narrative specification weapons! Be fast!
[Another group of agents runs out, holding a long gun]
**[UNKNOWN]: **Looks like Infinity Gun?
**[UNKNOWN]: **That's right, but it's just a pseudo-infinity gun built by them since their ascension to the upper narrative.
[UNKNOWN]: That's no chance.
[The plane slowly stops, and a blue force field visible to the naked eye emerges around the plane]
Dr.Leo: Infinity Gun is out, let’s go!
[The spear penetrated the resistance and attacked the plane, the moment it touched the blue force field, the spear was disassembled]
Dr. Leo:What? How can it be?
Dr.Leo: Then go to the highest standard and fight with these bastards from the Church of Mechanics!
[UNKNOWN]: Can't let him take the tapered spear, move fast.
[Video data lost, Site-CN-181 closest to Site-CN-290 reported a loud noise]
<END LOG>
Remarks: Since then, no physical traces of the deduction department can be found on this narrative layer. Only video recording and memory retention. It is speculated that Site-CN-290 of this narrative layer has been wiped out by the believers of the Church of the Broken God, and Site-CN-290 has ascended to a higher narrative layer, and due to some unknown reason, it has been unable to produce more interactions with this narrative layer.
**Location: **Temporal-Site-01, Director Dr. Xyank
[Start recording, the background is a city, with a metal sphere building in the middle. Dr. Xyank points a gun at the sphere]
Dr. Xyank: Now leave this timeline immediately and turn in your anomalies.
[UNKNOWN]: Are you ordering us? You can be here, so can we.
[Unknown persons are coming from all directions. ]
Dr. Xyank: Your karma is now in my hands. Without the core of the Mechanism Empire, the Church of the Broken God will cease to exist.
**[UNKNOWN]: **Cause and effect? What are you kidding.
[The recording angle is deflected, only Dr.Xyank's expression of fear can be seen, and the gunshot rang out three seconds later]
Dr. Xyank: How do you control time?
Dr. Xyank: Even so, I can control the life and death of the kernel.
[UNKNOWN]: But unfortunately we don't need the kernel anymore.
[Unknown personnel shoot and destroy the metal sphere]
Dr. Xyank: This is impossible! How can you ignore the nature of the law of cause and effect? None of us have such anomalies.
[UNKNOWN]: From our Lord, goodbye.
[Explosion sounds momentarily, video data lost]
<END LOG>
Remarks: According to the video sent by the Ministry of Temporal Anomalies, Temporal-Site-01 has been occupied by the Church of the Broken God, and the Ministry of Temporal Anomalies no longer exists. Also after this, a large number of Foundation members were wiped out at the level of causality. Research into the Church of the Broken God's disregard for karma is still ongoing.
**Location: **Site-██, Director Dr. Marion
[Recording starts, background is a dark garden, several unknown persons are moving]
Dr.Marion: You really found it.
[UNKNOWN]: It's a pity, Ms. Marion. But no one will pray for you.
Dr.Marion: I know very well that the antimemetics in our hands, and my department, have no effect on you, just like the others who died.
Dr. Marion: Do I still have a chance to speak now?
[UNKNOWN]: Ms. Marion, I advise you not to think otherwise. Even if you were that bad meme, we wouldn't need much work on you.
Dr. Marion: (chuckles) I just want to ask, why do you believe in the Broken God?
[UNKNOWN]:Because the Lord can lead us out of the sea of suffering of the flesh and into the mechanical heaven.
Dr.Marion: (chuckles) Believers, you are now apex-level entities. Isn’t it possible to build a mechanical utopia yourself in the future?
[UNKNOWN PERSON STOPS MOVEMENT]
[UNKNOWN]: (Laughs) Ms. Marion, don't you think it's funny to say this now?
**[UNKNOWN]: **Compared to these, you should worry more about whether anyone will remember you.
Dr.Marion: (smiling) I am not afraid of death, because there are far more terrifying things in this world than death.
[Gunshots ring out, glass shatters, video data lost]
<END LOG>
Remarks: Dr. Marion and the "Antimemetics Department" never existed in the Foundation. It is speculated that this video may have been forged by the Church of the Broken God. Its purpose is not clear.
Location:Area-CN-2510, Director Dr.[REDACTED]
[Recording starts, with a church in the background]
Dr. [REDACTED]: Here we come, your last enemy.
[UNKNOWN]: Department of Tactical Theology. Lord, the Holy Father is well aware of your strength, and this may be an enjoyable battle.
**Dr. [REDACTED]: **Lucky, believer. We will not resist. but there areSome things still have to be told to you.
Dr. [REDACTED]: You are strong, and you have acme in the Department of Theology—in layman’s terms, divine persons. And it's millions.
[UNKNOWN]: Exactly. The blessings that the Lord has bestowed upon us have now passed from the benefactors to the hands of everyone.
Dr. [REDACTED]: (chuckles) Let's take a look at the results of our research.
Dr.[REDACTED]:According to the analysis of the apex tester, your most primitive faith, MEKHANE, has only enough personality to take away three such benefactors, but Maxwellism is deeper, with ten . The Sanctuary of the Whitsundays is really thorough, and Holos is enough to bless thousands of you. Of course this is only in theory. If the Broken God you believe in is a big devil, there probably isn't one.
Dr.[REDACTED]: But isn't that too small compared to your numbers? Your prediction should not only be these millions, but the entire human beings on the earth, right? You have used a certain method to convert people into "fragments of the broken god", but have you ever thought about it—your Lord doesn't seem to be so thoroughly broken.
[UNKNOWN]:Enough is enough, [REDACTED]. As long as all human beings become the Lord, wouldn't the Lord be able to take all of them away?
[UNKNOWN PAUSES]
[Unknown]:Even so, what the Broken God takes away must be the most devout believers.
Dr.[REDACTED]: (chuckles) Do it, we won't fight you, because failure is already doomed.
[Video suddenly distorted, data lost]
<END LOG>
Remarks: Since then, all research departments and anomalous containment departments of the Foundation have been occupied by the Church of the Broken God. An emergency meeting of the O5 council is about to be held.
Location:Site-01
Record time:2022/06/02
[start recording]
O5-1: How many more?
O5-3: Less than a tenth of what it was.
[chuckles]
O5-1: That's fast. The dissolution of the foundation is also just around the corner.
O5-8: The Lord is not dead. The Lord will definitely lead flesh and blood to the mechanical heaven… We should fight against the Church of the Broken God!
O5-1: (chuckles) Number eight, no more resistance. Give up, and become a piece of the Broken God obediently.
[O5-8 lets out a violent growl, before collapsing at the conference table]
O5-1: Infection takes ten minutes, let's hurry.
O5-6: The people in the only concept fortress are also infecting each other. We've tried everything: causality, narrative erasure, amnestics. There are more and more of them, and fewer and fewer normal people.
[Empty applause in the hall]
O5-3: Two, four, five, seven, eight, nine, ten, eleven, twelve, thirteen. The O5 council is down to three people now.
O5-6: So we still have a chance to leave a last word, to discuss the church in these last hours.
O5-6: What is the Broken God?
O5-1: number six you…
O5-6: (waves hand) I'm not infected yet, this is a real question worth discussing, what is he?
O5-6: As the Department of Tactical Theology says, there is no chance of the Broken God that believers believe in. Even if it comes, there is no way to bring them all to the mechanical paradise. The person is there. Unless… the God of Brokenness is a true god who can command the entire narrative echelon.
O5-6: That's the problem. We can all analyze it, and it is even more impossible for the Church of the Broken God not to be able to analyze it. If this has involved the Narrative Echelon, then the Pataphysics and Deduction Departments must also inform us.
O5-1: You mean…the Broken God doesn't exist?
O5-6: Exactly.
O5-6: What they believe in is not an entity, but an apex concept, or consciousness.
O5-6: As far as I and the late Five speculate, the Broken God is not a machine, or an entity. It is a consciousness that exists in the hearts of all living beings—a consciousness that believes in the Broken God. In the process of development, this consciousness has reached its peak in some living bodies, which is SCP-CN-2677.
O5-6: Bumaro, maybe on purpose, maybe wrongly, thinks it's a fragment of the Broken God.
O5-6: This is a… ℵK-Class "Shattering and Disintegrating" scenario. This kind of consciousness erupts in living beings on a large scale, until the end of human beings and even all living beings… completely becoming a part of the so-called Broken God. This is what they call Alla consciousness.
O5-1: That means…
O5-6: This is where all things come from, not because gods appear, but because believers become gods.
O5-6:Thank you, and those who have lived in this world. We, at least, were not the Broken Gods.
[Video data lost]
<END LOG>
Remarks: After this meeting, the foundation has completely transferred to the leadership of aic.
[End of record]
Bumaro stands on the horizon, followed by seven billion believers.
There is nothing more, only a dream to usher in the coming of the Lord.
He gathered the fragments of the gods. Believers fell into a long dream.
Bumaro did not fall asleep, he quietly looked to the east, waiting for the rise of the Broken God.
The chaotic sound of the electromagnetic field disturbed Bumaro's mind, and he finally looked back.
The corners of the believers grinned and their bodies were already cold.
Bumaro smiled wretchedly.
There is no God of Brokenness, He has become the last God.
This is the biggest joke in the entire narrative field. Everyone firmly believes that there will be an object called the Broken God who will lead them to ascend to a perfect mechanical heaven, until there is only one person left in the whole world, He is the God of Brokenness, leading himself into nothingness as he knows it.
This is the idea of Mechanism, until this idea devours the world, there will still be people who believe in him and look forward to his arrival.
Gray waves lapped the sand as the Pope walked toward the shore.
He disappeared in the dusk, and the moonlight made the dead black tide pale.
The believers believed that the Lord would come with the day.
But the fragments are hard to put back together.

In the brightest of times, the Broken God will return with the darkest of nights.