#page-content .collapsible-block { position: relative; padding: 0.5em; margin: 0.5em; box-shadow: 2px 1.5px 1px rgba(176,16,0,0.7), 0 0 0px 1px lightgrey; overflow-wrap: break-word; } .collapsible-block-unfolded{ color: black; overflow-wrap: break-word; } .collapsible-block-unfolded-link { text-align:center; } .collapsible-block-folded { text-align: center; color: dimgrey; } .collapsible-block-link { font-weight: bold; color: dimgrey; text-align: center; } .addendumbox { padding: .01em 16px; margin-bottom: 16px; margin-top: 16px; padding-bottom: 1em; box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); } .material-box { padding: .01em 16px; margin-bottom: 16px; margin-top: 16px; padding-bottom: 1em; border: 1px lightgrey solid; box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.16); } .material-box blockquote { border: 1px double #999; } .wiki-content-table { width: 100%; } .addendumbox blockquote { border: 1px double #999; } .addendumtitle { opacity: 0.8; margin-bottom: 10px; color: #b01; } .maintitle { margin-bottom: 10px; color: black; } .scp-header { text-align: center; font-size:x-large; color:#b01; } .addenda-header { width: 100%; border-bottom: 2px black solid; color: black; } .scp-info { display:flex; justify-content:space-between; font-size:large; } .scp-info-box { display:flex; justify-content:space-between; } .object-info { color:black; align-self: flex-end; font-size: large; } .title-style { opacity: 0.8; margin-bottom: 10px; color: #b01; font-size: large; text-decoration: underline; font-weight: bold; } .update-div-empty { text-align: right; font-size: x-small; color: lightgrey; } .update-div { text-align: right; font-size: x-small; } .computed { border: 1px black solid; width: 50%; display: inline-block; text-align: left; padding: 3px; } .computed:before { content:"Computed Code"; font-weight: bold; border-bottom: solid 1px black; width: 100%; } .rawcode { border: black solid 1px; width: 50%; display: inline-block; text-align: left; padding: 3px; } .rawcode:before{ content:"Raw Code"; text-align: center; font-weight: bold; border-bottom: solid 1px black; width: 100%; } .codebox { display: inline-block; width: 100%; text-align: center; } .yui-navset .yui-nav .selected a em, .yui-navset .yui-nav a em{ padding: 0.25em .75em; top: 0px; margin-bottom: 0px; } .yui-navset .yui-nav .selected a { background: gray; } .yui-navset .yui-nav .selected { margin: 0px; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover, .yui-navset .yui-nav .selected a { background: gray; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background: gainsboro; text-decoration: none; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: none; background-image: none; } .yui-navset .yui-nav a { background: none; } .yui-navset .yui-nav li{ margin: 0px; } #page-content .licensebox .collapsible-block { position: unset; padding: unset; margin: unset; box-shadow: unset; } .licensebox .collapsible-block-unfolded{ color: inherit; } .licensebox .collapsible-block-unfolded-link { text-align: left; } .licensebox .collapsible-block-folded { text-align: left; color: inherit; } .licensebox .collapsible-block-link { color: inherit; text-align: left; }
: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); box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) 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; }
#page-content .collapsible-block { position: relative; padding: 0.5em; margin: 0.5em; box-shadow: 2px 1.5px 1px rgba(176,16,0,0.7), 0 0 0px 1px lightgrey; overflow-wrap: break-word; } .collapsible-block-unfolded{ color: black; overflow-wrap: break-word; } .collapsible-block-unfolded-link { text-align:center; } .collapsible-block-folded { text-align: center; color: dimgrey; } .collapsible-block-link { font-weight: bold; color: dimgrey; text-align: center; } .addendumbox { padding: .01em 16px; margin-bottom: 16px; margin-top: 16px; padding-bottom: 1em; box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); } .material-box { padding: .01em 16px; margin-bottom: 16px; margin-top: 16px; padding-bottom: 1em; border: 1px lightgrey solid; box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.16); } .material-box blockquote { border: 1px double #999; } .wiki-content-table { width: 100%; } .addendumbox blockquote { border: 1px double #999; } .addendumtitle { opacity: 0.8; margin-bottom: 10px; color: #b01; } .maintitle { margin-bottom: 10px; color: black; } .scp-header { text-align: center; font-size:x-large; color:#b01; } .addenda-header { width: 100%; border-bottom: 2px black solid; color: black; } .scp-info { display:flex; justify-content:space-between; font-size:large; } .scp-info-box { display:flex; justify-content:space-between; } .object-info { color:black; align-self: flex-end; font-size: large; } .title-style { opacity: 0.8; margin-bottom: 10px; color: #b01; font-size: large; text-decoration: underline; font-weight: bold; } .update-div-empty { text-align: right; font-size: x-small; color: lightgrey; } .update-div { text-align: right; font-size: x-small; } .computed { border: 1px black solid; width: 50%; display: inline-block; text-align: left; padding: 3px; } .computed:before { content:"Computed Code"; font-weight: bold; border-bottom: solid 1px black; width: 100%; } .rawcode { border: black solid 1px; width: 50%; display: inline-block; text-align: left; padding: 3px; } .rawcode:before{ content:"Raw Code"; text-align: center; font-weight: bold; border-bottom: solid 1px black; width: 100%; } .codebox { display: inline-block; width: 100%; text-align: center; } .yui-navset .yui-nav .selected a em, .yui-navset .yui-nav a em{ padding: 0.25em .75em; top: 0px; margin-bottom: 0px; } .yui-navset .yui-nav .selected a { background: gray; } .yui-navset .yui-nav .selected { margin: 0px; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover, .yui-navset .yui-nav .selected a { background: gray; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background: gainsboro; text-decoration: none; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: none; background-image: none; } .yui-navset .yui-nav a { background: none; } .yui-navset .yui-nav li{ margin: 0px; } #page-content .licensebox .collapsible-block { position: unset; padding: unset; margin: unset; box-shadow: unset; } .licensebox .collapsible-block-unfolded{ color: inherit; } .licensebox .collapsible-block-unfolded-link { text-align: left; } .licensebox .collapsible-block-folded { text-align: left; color: inherit; } .licensebox .collapsible-block-link { color: inherit; text-align: left; }

Điểm quản thúc
Điểm-36
Giám đốc
Ts Xavier
Trưởng nghiên cứu
Ts Stevens
Đội Đặc nhiệm
STF Rho-7 ("Greeting Party")
Điểm quản thúc
Điểm-36
Giám đốc
Ts Xavier
Trưởng nghiên cứu
Ts Stevens
Đội Đặc nhiệm
STF Rho-7 ("Greeting Party")
Quy trình Quản thúc Đặc biệt
Bản chất phi vật lý của SCP-6125 khiến việc quản thúc nó là không thể.
Do sự phổ biến của các trường hợp SCP-6125-α và sự liên quan mật thiết của chúng với nhiều đối tượng SCP khác, việc có thêm quy trình quản thúc bổ sung sẽ chỉ có mức độ ưu tiên thấp. Mọi trường hợp SCP-6125-α mới được phát hiện phải được báo cáo cho RAISA, việc điều tra sơ bộ sẽ được đảm nhận bởi STF Rho-7 ("Tiệc chào mừng").
Mô tả
SCP-6125 là cấu trúc thực tại hiện thời của chúng ta, hay còn gọi là "Hytoth". SCP-6125 bao gồm nhiều lớp thực tại riêng biệt, những lớp thực tại này có định danh là "Cõi Giới", mỗi cõi giới này đều có những đặc điểm riêng biệt và các quy tắc cơ bản khác nhau. Một vài Cõi Giới có thể chứa trong chúng các chiều không gian phụ, đó là những phần thực tại đã bị cắt đứt khỏi cõi giới của chúng và chỉ có thể được truy cập thông qua những tuyến đường đặc biệt, không giống các Cõi Giới riêng biệt khác, các chiều không gian phụ này cũng kế thừa những đặc điểm của Cõi Giới được liên kết với chúng; một ví dụ điển hình là vũ trụ bỏ túi đang chứa thành phố Three Portlands.
SCP-6125-α, như cách nó thường được gọi, là Thông Đạo. SCP-6125-α là những biến dạng không gian mang tính chất ma thuật xảy ra trong tự nhiên. Bằng cách chuyển đổi năng lượng giữa các thực tại, nó cho phép người sử dụng di chuyển qua lại giữa các cõi giới và chiều không gian phụ. Dù việc di chuyển giữa các chiều không gian và các Cõi Giới không phải là hiện tượng có thể được nhìn thấy bằng mắt thường, nhưng, người ta cũng phát hiện các trường hợp SCP-6125-α truy cập vào những Cõi Giới khác sẽ để lại dấu vết tachyon trên mọi loại vật chất đi qua nó. Danh sách chi tiết về những trường hợp SCP-6125-α đã biết sẽ được cung cấp bởi RAISA.
Dưới đây là tài liệu nghiên cứu đã được tổng hợp lại cho từng Cõi Giới. Các tài liệu được sắp xếp theo thứ tự giảm dần của mức độ Hume trung bình ở mỗi Cõi Giới.
Cõi Giới: Hyrial
Mức độ Hume Trung bình: 270ξ
Các chiều không gian phụ
◈ Alagadda ◈
◈ Khu rừng Vô danh ◈
Mô tả
Hiện vẫn chưa tìm ra cách để truy cập vào Cõi Giới λH (Hyrial). Tuy nhiên, hai chiều không gian phụ của nó đã được biết đến rộng rãi và được đính kèm bên dưới.
Do mối đe dọa tiềm tàng từ những thực thể bẻ cong thực tại đang sống trong Cõi Giới này, mọi hoạt động thám hiểm đều bị cấm, mọi trường hợp SCP-6125-α mới được phát hiện có liên kết với nó đều phải được kiểm soát ngay lập tức.
Ghi chú của Nghiên cứu viên: Do mức độ Hume cao bất thường của Cõi Giới này, chúng tôi giả định rằng Hyrial có thể đã bị biến đổi bởi một dạng sống cao cấp trong quá khứ. Hiện tại, một cuộc điều tra về SCP-2264-5 đang được tiến hành. Tuy nhiên, do sự hiện diện của cả Tiên Tộc và Vô Danh, chúng ta cũng nên xem xét đến sự can thiệp của chúng.
Cõi Giới: Dreas
Mức độ Hume Trung bình: 120ξ
Mô tả
Dreas là một Cõi Giới mà hay được gọi bằng một cái tên thông tục là "Thế giới trong mơ", Cõi Giới này được chia ra làm hai nửa với Tập thể Oneiroi và Oneiroi West mỗi bên kiểm soát một nửa, ngoài ra còn có một số thế lực cỡ nhỏ khác. Không có chiều không gian phụ nào khác tồn tại trong Cõi Giới này, MTF Omicron Rho ("Biệt đội trong mơ") vẫn đang tiến hành nghiên cứu đối tượng.
Không có trường hợp SCP-6125-α nào đã biết có liên kết với λD. Hiện tại, phương pháp duy nhất được biết để có thể truy cập λD là đi vào giấc mơ sáng suốt (lucid dream) hoặc sử dụng nguyên mẫu thiết bị ASDI1.
Ghi chú của Nghiên cứu viên: Theo những gì chúng ta đã biết, Dreas được xây dựng nên từ giấc mơ của những sinh vật khỏe mạnh. Do bản chất thay đổi liên tục của chủ thể mà tôi nói ở trên, Cõi Giới này có vẻ khá bất ổn. Tuy nhiên, nhờ có sự hiện diện của Oneiroi và vì nội dung của những giấc mơ đã được chia sẻ đến một số lượng cá nhân cố định, Dreas hiện đã cân bằng hơn nhiều so với khi được phát hiện lần đấu tiên.
Cõi Giới: Thực tại Tiêu chuẩn
Mức độ Hume Trung bình: 79ξ
Các chiều không gian phụ
◈ Free Ports ◈
◈ Thư viện của Lãng khách ◈
Mô tả
Thực tại Tiêu chuẩn là Cõi Giới được nghiên cứu nhiều nhất, cũng như ngôi nhà chung của phần lớn nhân loại.
Dân số của những dạng sống có trí khôn trong Cõi Giới này là rất cao, dẫn đến một số lượng đáng kể các chiều không gian phụ đã được tạo ra trong tự nhiên hoặc bởi những thực thể riêng biệt, phần lớn chúng đã được Tổ Chức ghi nhận.
Cõi Giới: Adlivun
Mức độ Hume Trung bình: 52ξ
Các chiều không gian phụ
◈ Corbenic ◈
Mô tả
Tương tự như Hyrial, hiện không có cách nào được biết để tiếp cận Cõi Giới Adlivun. Do bản chất của nó, việc giao tiếp với chiều không gian phụ được biết đến duy nhất của Adlivun, Corbenic, là không cần thiết. Hiện tại, có 3 nhân sự của Tổ Chức đã thiết lập được liên lạc từ bên trong Corbenic.
Dựa vào những đặc tính của Corbenic, Adlivun được cho là một Cõi Giới tồn tại kiếp sau của các sinh vật sống. Vì những khó khăn trong việc liên lạc với nhân sự của Tổ Chức sau khi họ qua đời, số lượng và chủng loại của những kiếp sau đó hiện chưa rõ.
Ghi chú của Nghiên cứu viên: Do những lo ngại về đạo đức, Ủy ban Đạo đức đã quyết định tạm dừng việc khám phá Corbenic.
Phụ lục Một
Tài liệu đính kèm sau đây yêu cầu quyền hạn cấp O5. Mọi truy cập vào tài liệu này sẽ được ghi lại.
<< SCP-6125-2.txt >>
Trích dẫn:
"SCP-6125" bởi Dr Moned, từ Wiki SCP.
Nguồn: http://www.scp-wiki.wikidot.com/scp-6125.Dịch bởi Hieutran2004, từ Wiki SCP-VN.
Nguồn bản dịch: http://scp-vn.wikidot.com/scp-6125.Xuất bản dưới giấy phép CC-BY-SA
Để biết thêm thông tin, xem Hướng Dẫn Giấy Phép.
Hiện Giấy Phép
Tệp: ArcticIce60002.png
Tên: Sea ice off western Alaska
Tác giả: NASA Goddard Photo and Video
Giấy phép: CC BY 2.0
Link nguồn: https://search.creativecommons.org/photos/7e65b711-8458-430d-9c9b-1fcda24dae87
Tệp: Realm.png
Tên: Centre de la Galaxie
Tác giả: Amanclos
Giấy phép: CC BY 2.0
Link nguồn: https://search.creativecommons.org/photos/fc3bc442-44f4-4f5b-a5c2-b9e770e72a70
Tệp: Header.png
Tác giả:Dr Moned
Giấy phép: CC BY 2.0
Để biết thêm thông tin về nội dung trên wiki, ghé thăm Danh Sách Giấy Phép.