/* BHL Style Search Top Box And User Account */ /* By Mercuresphere */ /* Based on BHL Theme */ :root, :root:lang(cn) { --merc-light-color: var(--swatch-menutxt-light-color); --merc-dark-color: var(--swatch-menubg-dark-color); --user-account-mask: url("https://fastly.jsdelivr.net/gh/Crimone/crimson-anemone@main/files/user-circle.svg"); --search-top-box-mask: url("https://fastly.jsdelivr.net/gh/Crimone/crimson-anemone@main/files/search-top-box-mask.svg"); } /* ===用户和搜索栏=== */ @media only screen and (max-width: 768px) { #login-status { right: unset; font-size: unset; } #navi-bar, #navi-bar-shadow, #search-top-box-input { display: unset; } #search-top-box-input { min-width: unset; } #search-top-box { top: unset; right: unset; height: unset; } #search-top-box:focus-within { box-shadow: unset; background: unset; padding: unset; } #search-top-box:not(:focus-within):before { -webkit-mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; -webkit-mask-image: var(--search-top-box-mask); ; z-index: 14; background-color: rgb(var(--merc-light-color)); color: rgb(var(--merc-dark-color)); text-align: center; cursor: pointer; mask-image: var(--search-top-box-mask); ; mask-position: center center; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); pointer-events: none; position: absolute; top: 0; right: 0; width: calc(0.9375rem * 1.8); height: 100%; content: " "; } #search-top-box form[id=search-top-box-form] { visibility: unset; height: unset; } #search-top-box form[id=search-top-box-form]:focus-within { visibility: unset; } #search-top-box form[id=search-top-box-form] input { -webkit-appearance: unset; -moz-appearance: unset; position: unset; top: unset; transform: unset; appearance: unset; height: unset; } #search-top-box form[id=search-top-box-form] input[type=text] { visibility: unset; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .6s cubic-bezier(.4, 0, .2, 1), padding .6s cubic-bezier(.4, 0, .2, 1), max-width .6s cubic-bezier(.4, 0, .2, 1); } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] { position: unset; right: unset; transform: unset; cursor: unset; border-width: unset; width: unset; height: unset; color: unset; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text]:hover { background-color: unset; } #search-top-box form[id=search-top-box-form] input[type=submit] { background: none; transition: unset; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=submit] { opacity: unset; margin: unset; padding: unset; width: unset; } #header h1 a { z-index: unset; } } @media only screen and (max-width: 56.25rem) { #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { background-color: rgba(0, 0, 0, 0); } } @media (min-width: 36rem) { #login-status { flex-grow: unset; left: unset; right: unset; } #login-status:not(:hover):not(:focus-within) { visibility: hidden; } #login-status::before { visibility: visible; } } #search-top-box-input { min-width: unset; display: inline-block; } #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover { color: transparent; } #search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover { border: none; text-shadow: none; } #search-top-box-form input[type=submit], #search-top-box-input:focus, #search-top-box-input:hover { border: none; } #search-top-box { display: flex; z-index: 12; position: absolute; top: 1.5em; right: calc(3% - .25em); align-items: center; justify-content: center; width: auto; height: calc(0.9375rem * 1.8); transform: translateY(-50%); font-size: calc(0.9375rem * .86667); } #search-top-box, #search-top-box * { box-sizing: border-box; margin: 0; padding: 0; border: none; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .6s cubic-bezier(.4, 0, .2, 1), padding .6s cubic-bezier(.4, 0, .2, 1), max-width .6s cubic-bezier(.4, 0, .2, 1); will-change: box-shadow, font-variation-settings, font-weight, background-color, color, right, width, padding, max-width; } #search-top-box:focus-within, #search-top-box:focus-within *, #search-top-box:focus-within :after, #search-top-box:focus-within :before { margin: 0; padding: 0; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), font-variation-settings .2s cubic-bezier(.4, 0, .2, 1), font-weight .2s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1), right .2s cubic-bezier(.4, 0, .2, 1), width .3s cubic-bezier(.4, 0, .2, 1), padding .3s cubic-bezier(.4, 0, .2, 1), max-width .3s cubic-bezier(.4, 0, .2, 1); will-change: box-shadow, font-variation-settings, font-weight, background-color, color, right, width, padding, max-width; } #search-top-box:focus-within { background: rgba(var(--merc-dark-color), .7); box-shadow: calc(calc(0.9375rem * 1.8) / 2 * -1) 0 calc(calc(0.9375rem * 1.8) / 2) rgba(var(--merc-dark-color)); } #search-top-box:after, #search-top-box:before { position: absolute; top: 0; right: 0; width: calc(0.9375rem * 1.8); height: 100%; content: " "; } #search-top-box:before { -webkit-mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; -webkit-mask-image: var(--search-top-box-mask); ; z-index: 14; background-color: rgb(var(--merc-light-color)); color: rgb(var(--merc-dark-color)); text-align: center; cursor: pointer; mask-image: var(--search-top-box-mask); ; mask-position: center center; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) / 2) calc(calc(0.9375rem * 1.8) / 2); pointer-events: none; } #search-top-box:not(:focus-within):hover:before { background-color: rgb(var(--merc-light-color)); } #search-top-box:after { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); z-index: 13; clip-path: var(--clip-path); pointer-events: none; background-color: transparent; } #search-top-box:not(:focus-within):after { --clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); background-color: rgb(var(--merc-light-color), 0); } #search-top-box form[id=search-top-box-form] { display: flex; visibility: visible; position: relative; right: 0; max-width: 100%; height: calc(0.9375rem * 1.8); } #search-top-box form[id=search-top-box-form]:not(:focus-within) { max-width: calc(0.9375rem * 15); } #search-top-box form[id=search-top-box-form] input { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; top: 0; } #search-top-box form[id=search-top-box-form] input[type=text] { z-index: 13; position: absolute; right: 0; width: calc(0.9375rem * 15); max-width: calc(0.9375rem * 15); height: 100%; padding: 0 calc(0.9375rem * 1.8) 0 1em; outline: 0 solid rgb(var(--merc-light-color)); background-color: rgb(var(--merc-dark-color), .7); box-shadow: 0 0 0 .125rem rgb(var(--merc-light-color)); color: rgba(var(--merc-light-color)); } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] { max-width: calc(0.9375rem * 1.8); padding: 0; outline-width: 0; background-color: rgba(var(--merc-dark-color), 0); box-shadow: 0 0 0 0 rgb(var(--merc-light-color)); color: rgba(0, 0, 0, 0); cursor: pointer; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text]:hover { background-color: rgba(var(--merc-dark-color), 1); } #search-top-box form[id=search-top-box-form] input[type=submit] { visibility: visible; z-index: 14; position: absolute; right: 0; width: calc(0.9375rem * 1.8); height: calc(0.9375rem * 1.8); outline: 0 solid rgb(var(--merc-light-color)); background-color: transparent; box-shadow: 0 0 0 .125rem rgb(var(--merc-light-color)); color: t; font-size: calc(0.9375rem * .86667); cursor: pointer; pointer-events: all; } #search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=submit] { box-shadow: 0 0 0 0 rgb(var(--merc-light-color)); pointer-events: none; } #login-status { --wght: var(--ui-wght); display: flex; z-index: 11; position: absolute; top: 1.5em; right: calc(3% + calc(0.9375rem * 1.8) - .25em); align-items: center; justify-content: center; height: 2em; margin: 0 0 0 .5em; transform: translateY(-50%); color: rgb(var(--merc-light-color)); font-weight: var(--wght); font-size: 1em; font-family: var(--UI-font); white-space: nowrap; transition: opacity .2s cubic-bezier(.4, 0, .2, 1); } #search-top-box:focus-within ~ #login-status { opacity: 0; } #login-status span.printuser a:first-of-type { width: 1.75em; } #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in { margin: 0 1em; background-color: rgb(var(--pale-gray-monochrome)); color: rgb(var(--merc-dark-color)); padding: 0.1em 1em; text-decoration: none; } #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:active, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:hover, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:active, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:hover, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-create-account:focus-within, #login-status:not(.page-rate-widget-box):not(#search-top-box-form) > a.login-status-sign-in:focus-within { background-color: rgba(var(--merc-light-color), 1); color: rgb(var(--merc-dark-color)); text-decoration: none; } #login-status span.printuser { --wght: var(--ui-wght); margin-right: .5em; color: rgb(var(--merc-light-color)); font-weight: var(--wght); } #login-status a#my-account, #login-status a[href*="account/messages"] { color: rgb(var(--merc-light-color)); } #login-status a#my-account { --wght: var(--ui-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) .125em; display: flex; align-items: center; padding: 0 .5em; background-color: initial; box-shadow: inset 0 0 0 0 rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) .125em; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), text-decoration .2s cubic-bezier(.4, 0, .2, 1), -webkit-text-decoration .2s cubic-bezier(.4, 0, .2, 1); } #login-status a#my-account:active, #login-status a#my-account:hover { --wght: var(--ui-hvr-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) 0; box-shadow: inset 0 -2em 0 0 rgb(var(--merc-dark-color)); color: rgb(var(--merc-light-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) 0; } #login-status a#my-account:focus-within { --wght: var(--ui-hvr-wght); -webkit-text-decoration: underline rgb(var(--merc-dark-color)) 0; box-shadow: inset 0 -2em 0 0 rgb(var(--merc-dark-color)); color: rgb(var(--merc-light-color)); font-weight: var(--wght); text-decoration: underline rgb(var(--merc-dark-color)) 0; } #login-status #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); position: relative; width: var(--account-height); height: var(--account-height); margin: 0; padding: 0; background-color: rgb(var(--merc-light-color)); color: transparent; clip-path: var(--clip-path); transition: -webkit-clip-path .1s cubic-bezier(.4, 0, .2, 1); transition: clip-path .1s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .1s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options { display: block !important; z-index: 12; position: absolute; top: 1.5rem; right: 0; width: 10em; margin: .25em 0 0; padding: 0; overflow: hidden; background-image: var(--gradient-header); background-color: rgb(var(--merc-dark-color)); opacity: 0; pointer-events: none; transition: opacity .15s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options:focus-within, #login-status #account-topbutton:active + #account-options, #login-status #account-topbutton:focus + #account-options { opacity: 1; pointer-events: all; } @media (pointer: coarse) { #login-status #account-options:hover, #login-status #account-topbutton:hover + #account-options { opacity: 1; pointer-events: all; } } #login-status #account-options * { margin: 0; padding: 0; } #login-status #account-options ul { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 2em; flex-grow: 1; align-items: center; justify-content: center; font-size: .85em; } #login-status #account-options ul li { position: relative; } #login-status #account-options ul li, #login-status #account-options ul li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; } #login-status #account-options a { --box-shadow: rgba(var(--merc-dark-color)); --wght: var(--ui-wght); position: relative; flex-grow: 1; height: 100%; max-height: 2em; padding: 0 .25em; box-shadow: inset 0 0 0 .0625rem var(--merc-dark-color); font-weight: var(--wght); transition: color .15s cubic-bezier(.4, 0, .2, 1), font-weight .15s cubic-bezier(.4, 0, .2, 1), font-variation-settings .15s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options li > a, #login-status #account-options li > a:visited { color: rgb(var(--merc-light-color)); } #login-status #account-options li > a:active, #login-status #account-options li > a:hover { --wght: var(--ui-hvr-wght); color: rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: none; } #login-status #account-options li > a:focus-within { --wght: var(--ui-hvr-wght); color: rgb(var(--merc-dark-color)); font-weight: var(--wght); text-decoration: none; } #login-status #account-options li > a[href*="/messages"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-height: 100%; font-size: 0; } #login-status #account-options li > a[href*="/messages"]:after { position: absolute; left: 50%; transform: translateX(-50%); content: "信息"; font-size: calc(0.9375rem * .765); pointer-events: none; } #login-status #account-options li > a:before { --clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); -webkit-clip-path: var(--clip-path); z-index: -1; position: absolute; top: 0; width: 100%; height: 100%; background-color: rgb(var(--merc-light-color)); content: " "; clip-path: var(--clip-path); pointer-events: none; transition: -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); transition: clip-path .2s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); } #login-status #account-options li > a:active:before, #login-status #account-options li > a:hover:before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100%); } #login-status #account-options li > a:focus-within:before { --clip-path: polygon(-15% 0, 115% 0, 100% 100%, 0 100%); } /* ===默认收起用户信息栏和搜索栏=== */ #search-top-box { top: 23px; right: calc(3%); } #login-status { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; top: 24px; right: calc(3% + calc(0.9375rem * 1.8) + .25em); color: transparent; pointer-events: none; transition: color .2s cubic-bezier(.4, 0, .2, 1); user-select: none; } @media only screen and (min-width: 980px) { #search-top-box { right: calc(3% + (-100vw + var(--header-width-on-desktop, 61.25rem)) / 2); } #login-status { right: calc(3% + calc(0.9375rem * 1.8) + .25em + (-100vw + var(--header-width-on-desktop, 61.25rem)) / 2); } } #login-status:active, #login-status:hover { -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; color: rgb(var(--merc-light-color)); pointer-events: all; user-select: auto; } #login-status:focus-within { -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; color: rgb(var(--merc-light-color)); pointer-events: all; user-select: auto; } #login-status:active #account-options, #login-status:hover #account-options { pointer-events: all; } #login-status:focus-within #account-options { pointer-events: all; } #login-status > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 0; transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), text-decoration .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), clip-path .2s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-text-decoration .2s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .2s cubic-bezier(.4, 0, .2, 1); } #login-status:active > :not(#account-topbutton):not([href*="account/messages"]), #login-status:hover > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 1; } #login-status:focus-within > :not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); opacity: 1; } #login-status #account-topbutton { margin-left: 0; background-color: initial; pointer-events: all; transition: clip-path .15s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), -webkit-clip-path .15s cubic-bezier(.4, 0, .2, 1); } #login-status:hover #account-topbutton { background-color: rgb(var(--merc-light-color)); } #login-status:before { -webkit-mask-image: var(--user-account-mask); -webkit-mask-size: calc(calc(0.9375rem * 1.8) - .5em); -webkit-mask-position: center right; -webkit-mask-repeat: no-repeat; z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--merc-light-color), 1); content: ""; cursor: pointer; mask-image: var(--user-account-mask); mask-position: center right; mask-repeat: no-repeat; mask-size: calc(calc(0.9375rem * 1.8) - .5em); pointer-events: all; transition: background-color .15s cubic-bezier(.4, 0, .2, 1); } #login-status:hover:before { background-color: rgba(var(--search-icon-hover-color), 1); } #login-status:active:after, #login-status:active:before, #login-status:hover:after, #login-status:hover:before { background-color: rgba(var(--search-icon-hover-bg-color), 0); cursor: auto; pointer-events: none; } #login-status:focus-within:after, #login-status:focus-within:before { background-color: rgba(var(--search-icon-hover-bg-color), 0); cursor: auto; pointer-events: none; } #login-status #account-topbutton { --clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); -webkit-clip-path: var(--clip-path); background-color: rgba(var(--merc-light-color), 0); clip-path: var(--clip-path); } #login-status:active #account-topbutton, #login-status:hover #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); background-color: rgb(var(--merc-light-color)); clip-path: var(--clip-path); } #login-status:focus-within #account-topbutton { --clip-path: polygon(30% 35%, 70% 35%, 50% 60%, 50% 60%); -webkit-clip-path: var(--clip-path); background-color: rgb(var(--merc-light-color)); clip-path: var(--clip-path); } #login-status #account-options { margin: 0; } #login-status a[href*="account/messages"] { color: rgb(var(--merc-light-color)); pointer-events: all; } #account-topbutton { border: none; } #account-options { border: none; }
实体生物学分类系统
Art.05 - 睡袋熊
IETS:4D
实体编号:Entity C-188
项目类型:改造
生物特征:类前厅哺乳动物 / 杂食性
Art.05 在被改造前被认为是来自后室以外的生物,就和 Level 81 那些生物一样。这一种族在大部分时间里都处于半梦半醒的状态,而后室的大部分层级都没有它们的食物来源。E.B.A. 及时发现了这个问题,并对这一被前厅人类称作“树袋熊”的生物进行了行为改造,以保护后室生物多样性。

/** * EBCS Stylesheet */ div.ebcs { background: #fff; box-shadow: var(--box-shadow, 0 0.05rem 0.15rem rgba(0,0,0,.4)); padding: 0; margin: 0.5em 1em } @media screen and (max-width: 767px) { div.ebcs { margin: 0.5em 0 } } div.ebcs br:first-child, div.ebcs br:last-child { display: none } div.ebcs p, div.ebcs h2 { margin: 0; padding: 0 } div.ebcs .ebcs-header .ebcs-title, div.ebcs .ebcs-header, div.ebcs .ebcs-body { display: flex; flex-direction: row; flex-wrap: nowrap; } /* 头部 */ div.ebcs .ebcs-header { justify-content: space-between; padding: 1em 0; width: 100% } div.ebcs .ebcs-header .ebcs-title h2 { background: rgb(var(--main-accent, 39,174,96)); color: #fff; font-size: 120%; position: relative; left: -.6em; padding: .2em .5em; box-shadow: var(--box-shadow, 0 0.05rem 0.15rem rgba(0,0,0,.4)) } div.ebcs .ebcs-header .ebcs-title h2::before { content: 'EBCS'; display: none } @media screen and (max-width: 767px) { div.ebcs .ebcs-header .ebcs-title h2::before { display: inline } div.ebcs .ebcs-header .ebcs-title h2 .normal-text, .ebcs-number span { display: none } } div.ebcs .ebcs-header .ebcs-number { font-size: 130%; padding: .1em 0; } div.ebcs .ebcs-header .ebcs-iets { background-color: rgb(var(--blockquote-bg-color, 0,10,8,0.03)); padding: 0.1em 0.5em; position: relative; right: 1em; box-shadow: inset var(--box-shadow, 0 0.05rem 0.15rem rgba(0,0,0,.4)); border-radius: 3px; display: inline-flex; align-items: center; } div.ebcs .ebcs-header .ebcs-iets strong { vertical-align: middle } /* 主体 */ .ebcs-body { padding: 1em; background-color: rgb(var(--blockquote-bg-color, 0,10,8,0.03)); justify-content: space-between; gap: 1em; align-items: flex-start } @media screen and (min-width: 768px) { .ebcs-body { padding-left: 1.5em } } .ebcs-body .ebcs-meta { width: 100% } .ebcs-body .ebcs-meta span { padding: .3em 0; display: inline-block; width: 100% } .ebcs-body span:not(.ebcs-des) { border-bottom: 1px solid #ddd; } .ebcs-body .ebcs-img { flex-shrink: 0 } .ebcs-body .ebcs-img { border-radius: 3px; box-shadow: var(--box-shadow, 0 0.05rem 0.15rem rgba(0,0,0,.4)); overflow: hidden; width: 30%; height: auto } .ebcs-body .ebcs-img img { display: block; transition: transform .3s } .ebcs-body .ebcs-img:hover { overflow: visible } .ebcs-body .ebcs-img:hover img { transform: scale(1.5) } .ebcs-body .ebcs-img[class*="{$"] { display: none } @media screen and (max-width: 767px) { div.ebcs div.ebcs-body { display: block } div.ebcs div.ebcs-body .ebcs-img { width: 80%; margin: 1em auto } }
项目概况
我们的考察人员在 Level 81 例行探索时惊喜地发现了这些可爱的生物,在和总部的人类同事确认过后,我们了解了他们是来自前厅的一类哺乳动物,以桉树叶为食。但后室的生态环境并不适合它们生存,它们中的大多数都在来到后室不久后饿死了,这也是我们到现在才发现它们的原因。

被发现的第一只树袋熊。看看他睡得多香!
尽管非后室原生的生物并不在我们的保护范围内,但我们团队一致认为它们实在是太可爱了,和狸奴一样不救不可。为了让树袋熊们在后室能够生存下去,我们决定改造它们的消化系统,并增加限制猎物行动的能力,在保证不对它们的外观和习性有太大影响的前提下,让它们能够自主觅食。
这个项目被编号为 Art.05。
改造过程
[权限不足]
项目成果
目前,被改造后的树袋熊已经可以自主觅食,我们也将它们发放到了后室的各个角落,这样所有人都能见识到它们的可爱!以下是详细的改造项目列表。
间接性梦游可控化
这是一次全新的尝试!我们发现树袋熊除了进食和交配,绝大多数时间都在睡觉(我想这就是它们如此可爱的原因!),但在后室这个危机四伏的世界里,总是在睡觉是十分危险的。我们在资料库里找到了有关梦游症的资料,并发现梦游行为与一种名为 HLADQB1*05 的基因有关。我们将这种基因嵌入了 Art.05 的遗传信息,并微调了他们的神经系统,让它们能在熟睡时控制自己的行为。
光是听着就很可爱吧?就像在睡梦中手脚乱舞的婴儿一样!
要说原理的话,大概就是周遭环境的变化会影响 Art.05 的梦境,然后它们就会对梦境做出反应,这样就能避开现实世界中的危险啦!放心,它们完全不会因此受惊,我们把它们保护得很好!
体外消化系统
后室里可没有那么多桉树叶给它们吃,而可怜的树袋熊也没有办法消化更常见的食物。既然不能自己消化,那就让食物在体外消化完毕后再让它们吃下去!天才般的点子,不是吗?
步骤一:锁定猎物
即使有了强大的消化能力,Art.05 也不是什么都能吃的。想象一下这么可爱的熊熊吃掉一只虫子的画面?不行,绝对不能接受。以下是 Art.05 不会锁定的猎物,除此之外,Art.05 会锁定并准备消化在它身边睡着的猎物。
- 节肢动物和环节动物,以及一切类似虫的东西;
- 无机物,让它们吃这些东西风险太大了1;
- 植物和真菌,因为我们发现睡着的 Art.05 根本没办法分辨植物是否有毒;
- 鱼类,以及一切水里的东西,这是为了防止它们掉水里出不来;
- 其他的 Art.05 和未被改造的树袋熊。
当然,这些傻乎乎的熊也可能搞不明白自己即将吃下的东西是什么,如果你发现了它们正在吃不该吃的东西,那就去帮帮它们吧!
步骤二:分泌消化液
我们强化了 Art.05 的唾液,加入了氨水和氢氧化钠等物质,以及…… 红茶!是的,它们也喜欢喝下午茶,至少我们是这么认为的。
唾液能分解掉猎物体内大部分有害的东西,以及 Art.05 不能消化的东西,只留下结构简单的营养物质。不过别担心!我们也给它们的口腔加上了保护,只要它们不患上溃疡,这些都是小事!
在锁定猎物之后,Art.05 会梦游至目标附近,并大量地分泌唾液,同时缓慢地用唾液包裹整个猎物。你真应该看看它们爬在其他生物上伸出舌头舔舔的样子,太可爱了!这个过程很慢,大概会花费一个小时,不过,我们做菜不也需要这么久嘛!哦我的天哪,想象一只戴着厨师帽的树袋熊!
步骤三:等待消化完毕
Art.05 唾液中的腐蚀性物质浓度比较低,所以通常会等待两个小时甚至更多。不过,这对 Art.05 来说不算什么,睡睡就过去啦!哦哦哦!你可能在担心猎物会不会在熊熊们有机会享受美餐之前就醒来,这不是问题!因为它们唾液中的某些成分能够让猎物镇静下来,甚至完全不会感到疼痛。我想,它们也是被树袋熊的可爱折服了吧!
我似乎忘记提 Art.05 为什么要叫作「睡袋熊」了,那就顺便说一说吧。首先,这是一个很可爱的名字,不是吗?甚至比「树袋熊」还要可爱。当然,最主要的原因是,被厚厚粘液包裹起来的猎物,看起来就像是安详地裹在睡袋里一样!它们已经可爱到会传染别的生物了!
步骤四:进食
猎物在体外被消化完毕后,除了表面附着的一些凝胶外,主体会成为类似果冻的营养物质。这时 Art.05 就会过来把它们美美地吃掉,最妙的是,果冻表面通常有着它们唾液留下的具有镇静作用的物质,它们在吃完过后就会很快睡着,当然也有可能倒在自己的食物里睡着。尽管有些邋遢,但不得不承认,这也很可爱!
睡意传递
尽管可控制的梦游行为已经极大提升了 Art.05 的存活概率,但对于脆弱的它们来说这远远不够!于是,我们想了个法子让其他实体以及人类不去伤害它们。
所有靠近 Art.05 的有意识生命体都会感受到一股难以抗拒的睡意,具体表现为意识渐弱、全身乏力、行动欲望丧失等。即使是没有休眠机制的生物,也会在靠近 Art.05 后昏厥或是以另一种方式暂时失去对身体的控制,除非是机器造物。这不仅给 Art.05 提供了大把的逃生时间,也强化了它们作为捕食者的主动性,让附近的猎物都睡着无疑是一项极为有用的能力。
尽管这一项能力也给我们造成了不小的威胁,甚至损失了几名协会成员,但为了保护熊熊的可爱,这些都不算什么!我们砸锅卖铁做这个项目可不就是为了这个嘛。我们会记住那些牺牲的同事的,当时我们用完了给它们准备的食物,那几位英雄就奋不顾身地上去喂饱它们,还带上了一些实验器材一起投喂给它们。尽管这给我们协会造成了莫大的损失,但看着熊熊们吃饱的样子,大家都心满意足了。
行为准则
应当
- 帮助正在消化错误食物的熊熊
- 欣赏并赞美它们的可爱
不应
- 容忍那些否认熊熊可爱的人
- 打扰他们睡觉
- 在野外探索时因疲惫和困倦而不去帮助熊熊