Entity C-479 - “阵皇花”
@import url("https://fonts.googleapis.com/css2?family=Zhi+Mang+Xing&display=swap");
:root {
    --global-white-color: 255, 252, 250;
    --global-pale-color: 250, 240, 230;
    --global-light-color: var(--global-dark-color);
    --global-dark-color: 140, 25, 0;
    --global-black-color: 60, 0, 0;
    --global-accent-1: 255, 25, 0;
    --global-accent-2: 180, 25, 0;
    --global-accent-3: var(--global-dark-color);
    --alt-color: 255, 120, 0;
 
    --light-ui-txt: var(--global-dark-color);
    --dark-ui-bg: 90, 15, 0;
    --bright-ui-bg: var(--global-dark-color);
    --bright-ui-txt: 255, 220, 140;
    --paper-bg: var(--bright-ui-txt);
    --paper-txt: var(--bright-ui-bg);
 
    --global-border-width: 0.145rem;
 
    --body-bg: 60, 25, 15;
 
    --header-bg: var(--bright-ui-bg);
    --header-txt: var(--bright-ui-txt);
    --header-hover-bg: var(--paper-bg);
    --header-hover-txt: var(--paper-txt);
 
    --topbar-hover-bg: var(--header-hover-bg);
    --topbar-hover-txt: var(--header-hover-txt);
 
    --dropdown-bg: var(--header-hover-bg);
    --dropdown-txt: var(--header-hover-txt);
    --dropdown-hover-bg: var(--header-bg);
    --dropdown-hover-txt: var(--header-txt);
 
    --openmenu-hover-txt: 0, 0, 0, 0;
 
    --sidebar-bg: var(--paper-bg);
 
    --heading-bg: var(--bright-ui-bg);
    --heading-txt: var(--bright-ui-txt);
 
    --menu-bg: 0, 0, 0, 0;
    --menu-txt: var(--paper-txt);
    --menu-hover-bg: var(--bright-ui-bg);
    --menu-hover-txt: var(--bright-ui-txt);
 
    --rate-bg: var(--global-bg);
    --rate-txt: var(--global-txt);
 
    --tabview-hover-bg: var(--dark-ui-bg);
    --tabview-selected-bg: var(--bright-ui-bg);
    --tabview-selected-txt: var(--bright-ui-txt);
 
    --toc-bg: var(--global-bg);
    --toc-txt: var(--global-txt);
    --toc-heading-bg: var(--bright-ui-bg);
    --toc-heading-txt: var(--bright-ui-txt);
    --toc-heading-hover-bg: var(--dark-ui-bg);
 
    --dark-block-bg: var(--global-black-color);
 
    --btn-txt: var(--link-primary);
    --btn-hover-bg: var(--bright-ui-bg);
    --btn-hover-txt: var(--bright-ui-txt);
 
    --bottombar-bg: var(--header-bg);
    --bottombar-txt: var(--header-txt);
 
    --banner-height: 19rem;
    --sidebar-width: 14rem;
    --content-width: 52rem;
 
    --dropdown-border-width: 0;
 
    --banner-title-size: 7rem;
    --banner-subtitle-size: .85rem;
    --page-title-size: 2.5rem;
 
    --header-title: "The Backrooms中文维基";
    --banner-title-1: "异途";
    --banner-title-2: "道门";
    --banner-subtitle-1: "一粒金丹吞入腹";
    --banner-subtitle-2: "始知我命不由天";
 
    --sidebar-ui: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_sidebar-icon.svg");
 
    --body-font: "Noto Serif SC", "Noto Serif TC", serif;
    --banner-font: "Zhi Mang Xing", "Zhuque Fangsong (technical preview)", var(--body-font);
    --header-font: var(--body-font);
    --title-font: var(--body-font);
    --ui-font: var(--body-font);
    --mono-font: "PT Mono", "Noto Sans SC", "Noto Sans TC", Consolas, monaco, monospace;
}
 
::-webkit-scrollbar {
  height: 0.5rem;
  border: none;
}
#top-bar > div > ul > :is(li, li:hover, li:focus, li.sfhover, li:focus-within) > ul > li > a {
  display: flex;
  align-items: center;
}
#login-status #account-options ul {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 100%;
}
#login-status #account-options ul li {
  width: var(--user-drop-column-width);
  height: var(--user-drop-row-height);
  background: rgba(var(--user-drop-bg), .8);
  color: rgba(var(--user-drop-txt));
  transition: background var(--global-duration), color var(--global-hover-duration);
}
#login-status #account-options ul li:is(:hover, :focus, :active) {
  background-color: rgba(var(--user-hover-drop-bg));
  color: rgba(var(--user-hover-drop-txt));
  transition: background var(--global-hover-duration), color var(--global-hover-duration);
}
#login-status #account-options ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}
#login-status :is(.login-status-create-account, .login-status-sign-in) {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  height: var(--user-drop-height);
  width: var(--user-drop-width);
  font-size: var(--global-font-size);
  color: rgb(var(--user-drop-txt));
  text-align: center;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--global-duration), background var(--global-duration);
}
#login-status:is(:hover, :focus,:focus-within) :is(.login-status-create-account, .login-status-sign-in) {
  pointer-events: auto;
  opacity: 1;
  transition: opacity var(--global-hover-duration), background var(--global-duration);
}
#login-status .login-status-create-account {
  right: var(--user-drop-width);
}
#login-status :is(.login-status-create-account, .login-status-sign-in):is(:hover, :focus) {
  background: rgb(var(--user-hover-drop-bg));
  color: rgb(var(--user-hover-drop-txt));
  transition: opacity var(--global-hover-duration), background var(--global-hover-duration);
}
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em;}
h6 { font-size: 1em; }
table[style^="margin:0;"],
table[style^="margin:0;"] :is(tbody, tr, td) {
  display: contents;
}
#toc {
  display: block;
  width: fit-content;
  margin: .5rem 0;
  padding: 0;
}
#toc.floatleft {
  margin: .5rem 1rem .5rem 0;
}
#toc.floatright {
  margin: .5rem 0 .5rem 1rem;
}
#toc .title, #toc #toc-list {
  margin: 0;
}
.achbox-medals, .achbox-plaques {
  --wrap-bgcl-000: rgb(var(--global-pale-color));
  --wrap-bgcl-111: var(--wrap-bgcl-000);
  --wrap-bgcl-222: var(--wrap-bgcl-000);
  --text-shadow111: rgb(var(--global-dark-color));
  --text-shadow222: rgb(var(--global-light-color));
}
.sd-container {
  --sd-border: var(--global-txt);
  --sd-symbol: var(--sd-border);
  --sd-bullets: var(--sd-border);
  --sd-text: var(--dark-ui-txt);
}
.extrabox {
  --box-border: var(--global-border);
  --box-shadow: var(--global-border);
}
.wrapper {
  --cecs-dark: var(--global-dark-color);
  --cecs-light: var(--global-pale-color);
  --swatch-text-general: var(--global-txt);
}
 
#container-wrap-wrap {
    position: relative;
}
#extra-div-1, #extra-div-2, #extra-div-3, #extra-div-4 {
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 80vh;
    background: rgb(var(--dark-ui-bg));
    -webkit-mask-repeat: repeat-x;
    -webkit-mask-size: auto 100%;
    mask-repeat: repeat-x;
    mask-size: auto 100%;
}
#extra-div-1 {
    top: 0;
    left: 0;
    -webkit-mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_bg-2b.svg");
    mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_bg-2b.svg");
}
#extra-div-2 {
    top: 0;
    right: 0;
    -webkit-mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_bg-2a.svg");
    mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_bg-2a.svg");
}
#extra-div-3 {
    bottom: 0;
    left: 0;
    -webkit-mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_bg-2b.svg");
    mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_bg-2b.svg");
    rotate: 180deg;
}
#extra-div-4 {
    bottom: 0;
    right: 0;
    -webkit-mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_bg-2b.svg");
    mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_bg-2b.svg");
    rotate: 180deg;
}
#header {
    grid-template-rows: auto auto;
    top: calc(0px - var(--header-height) - var(--topbar-height));
    transition: top var(--global-duration);
}
#header:is(:hover, :focus-within) {
    top: 0;
    transition: top var(--global-hover-duration);
}
#header h1, #top-bar, #search-top-box, #login-status {
    position: relative;
    top: 0;
}
#header-extra-div-3 {
    pointer-events: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
}
#header-extra-div-1 {
    background: rgb(var(--header-bg));
    border: none;
    box-shadow: 0 0 6rem rgb(var(--global-black-color));
}
#header h2 {
    display: none;
}
#top-bar > div > ul > :is(li, li:hover, li:focus, li.sfhover, li:focus-within) > ul > li a {
    background: rgb(var(--dropdown-bg));
}
#side-bar {
    --global-border-width: 0;
    padding-top: var(--sidebar-width);
}
#side-bar::before {
    width: calc(var(--header-ui-size) * 0.7);
}
:is(#side-bar, #side-bar:hover, #side-bar:focus-within)::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--sidebar-width);
    background: rgba(var(--menu-txt));
    -webkit-mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_sidebar.svg");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 80%;
    mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_sidebar.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 80%;
}
#side-bar .side-block.media > div > a {
    overflow: hidden;
}
#side-bar .side-block.media > div > a > img {
    position: relative;
    transform: translateX(-20rem);
    filter: drop-shadow(rgb(var(--menu-txt)) 20rem 0);
}
:is(#side-bar, #interwiki) .heading,
#side-bar .collapsible-block a.collapsible-block-link {
    padding: 0 .25rem;
    font-size: 1rem;
    font-weight: 900;
}
#side-bar :is(.collapsible-block-folded, .collapsible-block-unfolded-link) .collapsible-block-link:is(:hover, :focus) {
    background: rgb(var(--dark-ui-bg));
}
#content-wrap {
    width: var(--content-width);
    max-width: 100%;
    margin: 0 auto;
    background: rgb(var(--light-ui-bg));
    padding: var(--banner-height) 1rem 1rem;
    box-sizing: border-box;
}
#main-content {
    width: 100%;
    background: rgb(var(--global-bg));
}
#extra-div-6 {
    writing-mode: vertical-rl;
    font-family: var(--banner-font);
    font-size: var(--banner-title-size);
    line-height: 1;
    letter-spacing: -.15em;
    position: absolute;
    top: calc(var(--header-height) + var(--topbar-height));
    left: 0;
    width: 100%;
    height: var(--banner-height);
}
#extra-div-6 span {
    font-size: var(--banner-subtitle-size);
    letter-spacing: -.15em;
}
#extra-div-6::before {
    content: var(--banner-title-1);
    display: block;
    position: absolute;
    left: 50%;
    top: calc(50% - 8rem);
}
#extra-div-6::after {
    content: var(--banner-title-2);
    display: block;
    position: absolute;
    right: 50%;
    bottom: calc(50% - 8rem);
}
#extra-div-6 span::before {
    content: var(--banner-subtitle-1);
    display: block;
    position: absolute;
    left: calc(50% - var(--banner-title-size));
    top: calc(50% - 6.25rem);
}
#extra-div-6 span::after {
    content: var(--banner-subtitle-2);
    display: block;
    position: absolute;
    left: calc(50% - var(--banner-title-size) - var(--banner-subtitle-size));
    top: calc(50% - 6.25rem);
}
#breadcrumbs {
    text-align: center;
}
#page-title, .meta-title {
    font-family: var(--title-font);
    font-size: var(--page-title-size);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1rem;
    padding: 0;
    border: none;
    position: relative;
    z-index: 1;
    width: fit-content;
    max-width: calc(100% - 7rem);
    margin: 1.5rem auto 2.5rem;
}
.meta-title {
    max-width: calc(100% - 5rem);
}
.meta-title p {
    display: contents;
}
#page-title::after,
.meta-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: -2.5rem;
    right: -2.5rem;
    height: 0;
    border-top: 1.8rem solid transparent;
    border-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_line.svg") 100% 25% 0 /1.8rem 3.375rem 0;
}
#page-content {
    padding: 0 1rem 4rem;
    box-sizing: border-box;
    position: relative;
}
.seal {
    position: absolute;
    background: rgb(var(--bright-ui-bg));
    -webkit-mask-image: var(--seal-mask);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-image: var(--seal-mask);
    mask-repeat: no-repeat;
    mask-size: 100%;
    pointer-events: none;
}
.seal-1 {
    --seal-mask: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_seal-1.svg");
    width: 7.5rem;
    height: 7.5rem;
    bottom: -6rem;
    right: 1rem;
    rotate: -17deg;
}
.seal-2 {
    --seal-mask: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_seal-2.svg");
    width: 2rem;
    height: 4rem;
    bottom: -3.5rem;
    left: 0;
    rotate: 24deg;
}
.seal-3 {
    --seal-mask: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_seal-3.svg");
    width: 3rem;
    height: 5.5rem;
    bottom: -1.5rem;
    right: -0.75rem;
    rotate: 0deg;
}
.seal-4 {
    --seal-mask: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_seal-4.svg");
    width: 3rem;
    height: 7.5rem;
    bottom: -6rem;
    left: 2.5rem;
    rotate: -3deg;
}
div.page-rate-widget-box .rate-points {
    font-weight: 900;
}
.creditBottomRate .page-rate-widget-box {
    border: none;
}
:is(.image-block,.scp-image-block) :is(.image-caption,.scp-image-caption) {
    background: rgb(var(--bright-ui-bg));
    color: rgb(var(--bright-ui-txt));
}
.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav {
    border: none;
}
:is(blockquote, .blockquote, div.blockquote, [class*=blockquote], .quote) {
    background: rgb(var(--global-bg));
    color: rgb(var(--global-txt));
    border: var(--global-border-width) solid rgb(var(--global-border));
}
.shadow {
    box-shadow: 0 .2rem .5rem rgba(var(--global-dark-color), .4);
}
.dropshadow {
    box-shadow: 0 .2rem 1rem rgba(var(--global-dark-color), .3);
}
.warn {
    background: rgb(var(--bright-ui-bg));
    color: rgb(var(--bright-ui-txt));
}
.pattern {
    position: relative;
    z-index: 0;
}
.pattern::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    pointer-events: none;
    background: rgba(var(--bright-ui-bg), .05);
    -webkit-mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_bg.svg");
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: 3rem;
    mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_bg.svg");
    mask-repeat: repeat;
    mask-size: 3rem;
}
.line {
    box-shadow: inset 0 0 0 0.08rem rgb(var(--global-border)), inset 0 0 0 0.16rem rgb(var(--global-bg)), inset 0 0 0 0.24rem rgb(var(--global-border));
}
.seal-hr {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
}
.seal-hr hr {
    width: 3rem;
    height: 3rem;
    margin: 0;
    border: none;
    background: rgb(var(--bright-ui-bg));
    -webkit-mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_seal-1.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_seal-1.svg");
    mask-repeat: no-repeat;
    mask-size: 100%;
}
.seal-hr::before, .seal-hr::after {
    content: "";
    display: block;
    flex: 1;
    height: 0;
    border-top: var(--global-border-width) solid rgb(var(--global-border));
}
.double-hr hr {
    margin: 0.2rem 0;
    height: 0.08rem;
    border: var(--global-border-width) solid rgb(var(--global-border));
}
.kong {
    margin-top: 3rem;
}
#main-content .page-tags,
#page-info-break,
#page-options-container,
#action-area {
    background: rgb(var(--light-ui-bg));
    margin: 0;
}
#main-content #page-content + div {
    padding-top: 4rem;
}
#main-content .page-tags span {
    border: none;
}
#page-options-container {
    padding-top: .5rem;
}
#page-info {
    width: 100%;
}
.page-watch-options {
    margin-bottom: 1rem;
}
#page-options-container .page-options-bottom,
#page-options-container .page-options-bottom a,
#page-options-container .page-options-bottom a#more-options-button {
    border: none;
    font-size: inherit;
}
#action-area {
    padding: 2rem 0;
}
a.action-area-close {
    top: 2rem;
}
#edit-page-form, #new-post-form {
    --light-ui-bg: var(--global-bg);
    --light-ui-txt: var(--global-txt);
    --btn-bg: var(--global-bg);
    --btn-txt: var(--global-txt);
    background: rgb(var(--global-bg));
    color: rgb(var(--global-txt));
    border: none;
}
.preview-message {
    top: 0;
    z-index: 9;
}
#footer {
    position: relative;
    border: none;
    box-shadow: 0 0 6rem rgb(var(--global-black-color));
}
#license-area {
    position: relative;
    --link-primary: var(--bottombar-txt);
    --link-hover: var(--bottombar-txt);
    --link-visited: var(--bottombar-txt);
}
 
/* 纹样标题-通用 */
h1, h2, h3, h4, h5, h6, :is(.bibitems, .footnotes-footer) .title {
    font-weight: 900;
}
.styled-title :is(h1, h2, h3, h4, h5, h6),
.styled-title :is(.bibitems, .footnotes-footer) .title {
    margin: 1rem 0;
    line-height: 1;
    border-left: var(--global-border-width) solid rgb(var(--bright-ui-bg));
    padding-left: 0.125em;
    box-sizing: border-box;
    width: fit-content;
}
.styled-title :is(.bibitems, .footnotes-footer) .title {
    margin-top: 1.25rem;
}
.styled-title.center :is(h1, h2, h3, h4, h5, h6),
.styled-title.center :is(.bibitems, .footnotes-footer) .title {
    border: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 5.445em);
}
.styled-title.right :is(h1, h2, h3, h4, h5, h6),
.styled-title.right :is(.bibitems, .footnotes-footer) .title {
    border-left: none;
    padding-left: 0;
    border-right: var(--global-border-width) solid rgb(var(--bright-ui-bg));
    padding-right: 0.125em;
    margin-left: auto;
}
 
/* 纹样标题-H1 */
.styled-title h1,
.styled-title :is(.bibitems, .footnotes-footer) .title {
    position: relative;
    max-width: calc(100% - 2.7225em);
}
.styled-title.center h1
.styled-title.center :is(.bibitems, .footnotes-footer) .title {
    max-width: calc(100% - 5.445em);
}
.styled-title h1::after,
.styled-title :is(.bibitems, .footnotes-footer) .title::after,
.styled-title.center h1::before,
.styled-title.center :is(.bibitems, .footnotes-footer) .title::before {
    content: "";
    display: block;
    width: 2.66em;
    height: 1.5em;
    position: absolute;
    top: -0.125em;
    left: calc(100% + 0.0625em);
    background: rgb(var(--bright-ui-bg));
    -webkit-mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_line-r.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_line-r.svg");
    mask-repeat: no-repeat;
    mask-size: auto 100%;
}
.styled-title:is(.center, .right) h1::after,
.styled-title:is(.center, .right) :is(.bibitems, .footnotes-footer) .title::after {
    left: auto;
    right: calc(100% + 0.0625em);
    -webkit-mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_line-l.svg");
    mask-image: url("https://fastly.jsdelivr.net/gh/bleuboat/br@main/images/ytdm_line-l.svg");
}
 
@media only screen and (max-width: 768px) {
    :root {
        --page-title-size: 2rem;
    }
    .seal-1 {
        width: 5.5rem;
    }
    .styled-title h1,
    .styled-title :is(.bibitems, .footnotes-footer) .title {
        max-width: calc(100% - 2em);
    }
    .styled-title.center h1,
    .styled-title.center :is(.bibitems, .footnotes-footer) .title {
        max-width: calc(100% - 4em);
    }
    .styled-title h1::after,
    .styled-title :is(.bibitems, .footnotes-footer) .title::after,
    .styled-title.center h1::before,
    .styled-title.center :is(.bibitems, .footnotes-footer) .title::before {
        width: 2em;
        height: 1.125em;
        top: 0;
    }
}
IETS:2E
IETS
:2
智能:E
评分: +19+x

修行法门

《阵皇困仙秘要》
盖闻天地生煞同源,万物负阴抱阳。吾困仙一脉,另辟蹊径,得窥天外阵皇花之妙,化灾厄为金丹,转痴妄作神通。凡入吾门者,当恪守秘要,以花为媒,以惧为薪,筑不破之心阙,成阵法大道。

阵皇花者,太古之精,外显朱华,内蕴玄机。其菌丝赤若丹霞,分层如叠瓣,聚则成曼陀罗之形。此物非凡木可腐,乃噬妄念而荣,食惊惧而长,实为通幽之灵植。

凡修行者,需斋沐焚香,于阵皇花繁盛之处跌坐。敛息凝神,引阵皇花入七窍。初时百汇微胀,眉间有赤纹隐现,此乃花母认主之兆。当守灵台清明,任其遁入脑海,植根魂魄。开恐惧之窍,显天地阔狭真意,乱常世认知,得见虚空经纬,强空间之觉,掌方寸乾坤于指间。

受花三日,畏旷症发。当顺本心,取纸木布帛结阵。此时手眼通天,寻常材物经手即成机括,一室之地可化九曲之廊。聚同修共筑阙城。以惧意相通,神思共联,合众念而铸连环大阵。檐角挂惊铃,砖缝藏幻烟,步步皆含困龙之机。

花毒与神魂相融,魂力暴涨如潮。可感万法威能,贯通诸界穿行妙法。以妄念为砖,以恐惧为浆,凿穿层级之壁,筑横跨数界之不朽大阵。昔外敌劲旅犯我大阵,皆陷于廊庑之间,此即困仙大道之明证!

诸位谨记:
阵皇花非毒,乃心镜也;
迷阙非困,乃超脱也。
吾辈弃常世之伪安,
取永恒之惊惧为舟筏。
待得诸界贯通之日,
凡阵皇花盛开处,
皆为困仙道场!

实体编号:C-479

栖息地:多地

警告:由于阵皇花的感染者仍然保持正常的行为能力,但是受到严重的精神影响,因此这些感染者可能会对聚集点的稳定造成严重危害,请各基地做好防控工作,及时治疗轻度感染者并驱逐严重感染者。


生理学状态

尽管阵皇花的生物学特征与目前前厅中的大部分生物有明显差异,但是根据典型特征仍然可以为其进行大概归类:阵皇花属于一种霉菌,属多细胞,营养菌丝体呈现极其明显且有一定色差的红色,越靠近中心区域的颜色越深,这使得整个菌丝网络看起来像是一朵红色圆形花朵,阵皇花也因此得名。

阵皇花的菌丝有横隔,分生孢子梗亦有横隔,表面非常粗糙,因此漫反射较为明显,看起来没有光泽。基部无足细胞,顶端不形成膨大的顶囊,其分生孢子梗经过多次分枝,产生几轮对称或不对称的小梗,外形酷是小号的树木。

分生孢子主要呈现球形,外表粗糙,在生物表面的携带能力和滞留能力极强,难以通过拍打或水洗的方式彻底清除,大部分生长时呈红色或橙红色。孢子外表面产生闭囊壳,进一步加强了阵皇花幼体在极端环境下的留存能力,即使暴露在干燥环境下,也可以生存至多一周时间。


行为

正常生长

阵皇花属异养需氧型,其体内的生物酶可有效分解木质,因此通常生长在腐烂的植被周围,室内层级中的纸板和墙纸之类的可分解物质也经常可以发现阵皇花的生长痕迹,此外阵皇花也可以让大部分常见的食物腐烂,不过其并未展现出对于这些食物的生长偏好。

正常情况下,如果没有人类或是有智能实体经过,阵皇花会正常的作为一种普通霉菌生长并分解层级中的腐烂物质,通常而言,会在物质的表面形成大规模的霉菌聚落,呈现出红色花朵样斑点状,由于其鲜艳的颜色,这些腐烂物看起来会异常美丽。

实体产生分生孢子进行繁殖,产生孢子时,菌丝体顶端产生多细胞的分生孢子梗,梗的顶端分枝2—3次,每枝的末端细胞分裂成串的分生孢子,形成扫帚状。分生孢子一般呈橙红色,成熟后随风飞散,遇适宜环境,萌发成菌丝。

入侵人体

但是如果阵皇花的真菌孢子不幸被人类吸入,则会产生非常严重的后果:

阵皇花的孢子可以通过其闭囊壳外侧的特殊糖蛋白模拟人体自身细胞,以躲避先天免疫系统的识别与清除。极少部分进入血液循环的孢子将会分解自身闭囊壳并释放出其中的特殊毒素,这一毒素会有效限制宿主的免疫系统以创造出一个安全区。

剩余部分孢子将迅速在脑区生长,并特异性地定植于负责处理恐惧与决策的如杏仁核与前额叶皮层。其菌丝并不直接侵入神经元,而是持续分泌一系列代谢化合物,这些物质能够模拟并放大恐惧信号、干扰关键神经递质谷氨酸的平衡、并轻微扭曲感知处理。

其综合效应表现为爆发性且无法用理性克服的严重广场恐惧症,感染者会对开阔空间与人群产生极致的恐慌,并伴随强烈的躯体症状。

无法忍受的恐惧感会驱动感染者不顾一切地寻求并创造狭窄、封闭、可掌控的环境。他们会在偏执和焦虑的驱使下,本能地搜集纸板、木材、布料等材料,在角落或房间中搭建混乱而简陋的防御工事或巢穴以求获得安全感。

由于相关神经区域长时间受到剧烈刺激,这些神经区域会显著地产生二次发育,甚至会通过退化其他脑区的方式进行补偿性生长,极大程度的提高感染者的空间感和动手能力,一名严重感染者可以在极短时间内构建出一个巨大复杂且高度危险的迷宫巢穴,其中大量充斥着简单却有效的陷阱,并且几乎不会影响到感染者本身的行动。

这一行为在生态学上极具意义:这些工事为霉菌的生长提供了理想的遮荫、保湿环境,而所使用的材料本身又是可被分解利用的纤维素基质。同时,密闭空间内极高的孢子浓度使得该区域成为新的感染源温床。

这使得阵皇花和感染者形成了一种特殊的共生关系,阵皇花与其他同类近亲一样,具有分泌霉素以压制其他微生物的能力,这使得虽然感染者的免疫系统有所受创,但是如果其维持在高浓度的霉菌污染区时,其实身体几乎不会受到其他致病微生物的影响。

感染聚落

而更危险的是,这些感染体虽然出现了严重的精神疾病,但它本身仍然具有作为人类的行为能力和认知能力,以及最重要的社会性——这使得多个感染者可以通力合作,以创造大型的迷宫社区,同时他们通过相互交流来进一步强化认知,最终形成一个大型的危险聚落,这些复杂的聚集地充斥着偏执的感染者和致病实体,以及在这二者共同作用下修建的庞大迷宫陷阱。

进入这一阶段的感染者社群会对所有非感染者,尤其是试图清除其创造迷宫的人抱有剧烈的敌意,并不惜一切代价的猎杀这些闯入迷宫的敌人,他们的迷宫往往装备有多个逃生隧道和应急系统,因此想要通过简单的焚毁或是类似处理方式来解决被确认是不可能的。

极端案例

阵皇花感染最极端的案例便是异途道门门派之一“困仙宗”的宗门核心,由于该团体本来就有被人排斥的特点,并且其成员往往较为偏执,在感染后更是进一步恶化,如今该宗门的聚集地在其成员持续不断的建造下已经变成了一个通过稳定层级通道横跨数层级的庞然迷宫。

这座巨大结构尽管确实存在许多基于迷信要素而构建的冗余设计,但不可否认的是,其仍然是一处极其惊人的坚固堡垒,配合感染者近乎超人的空间感知能力和熟悉程度,外人踏入迷宫后将毫无还手之力。

更糟糕的是由于感染者的脑区受到持续刺激并且长期处于高度恐慌状态,因此虽然精神状态很不稳定,但精神力却明显较强,甚至可以抵抗大部分实体的心理影响,较强的精神活性也赐予了其对于异途道门的其他超自然力量如血阳神和诸界穿行妙法的亲和力,这无疑又更进一步加强了感染者的危险性,以至于在M.E.G.的军团日志中,即使是导火索军团的主力部队也在尝试清除感染区时铩羽而归。


利用

尽管一部分聚集地有尝试利用感染者来作为免费的工程劳动力,并且在前期看似能取得不错的效果,但是最终许多血淋淋的教训证明了这样的行为是在为所有人的生命埋下隐患,尤其是当感染者的精神状态急剧恶化并且感染大面积传播之后,聚集地几乎都只会变成一片迷宫般的疯人院。


发现记录

尽管这种类似广场恐惧症的心理疾病在很早以前就被观测到,但是当时的探索者们没有将这种精神疾病的病原往地面上不起眼的菌落的方向去想,而受限于当时的技术手段,也很难对感染者进行有效的解剖研究,直到与困仙门的接触记录中,探索者们发现其成员会主动通过向其他人播撒阵皇花的孢子的形式来进行传教,才正式摸清了这种实体的奇特性质。


行为准则:

应当:

  • 及时处理感染者。
  • 远离感染区。
  • 警惕地面上的菌落。

不应:

  • 贸然进入感染区。
  • 放任感染者。
  • 遗留腐殖质。

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License