Object C-185 - “探索者铭牌”
@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;
    }
}
评分: +21+x

物品编号:C-185
探索者铭牌是一种人造物品,没有特殊性质但因其在流浪者文化中有极高象征意义并衍生出一系列类似道德的,约定俗成的规矩,因此在此加以记录。

描述:

探索者铭牌是作为流浪者中敢于探索危险层域的探索者佩戴的,主要起装饰作用也能提供一定身份信息识别能力的饰品,以探索者所在层级或聚落中能找到的尽可能能够长期保存且可加工的物品制成1

目前在探索者交流论坛上由各个探索者们自发产生的一种相对统一的格式如下,目前只有这一格式得到大部分团体的认可。

尽管部分团体有自己独立的格式2但不按照规定格式创作的探索者铭牌可以被其他团体以格式不规范或是解读有困难的理由拒绝承认,因此这些成员也通常会在团体颁发身份证明外附带一张按照格式编写的探索者铭牌

探索者铭牌佩戴方式没有太大要求,只需要在需要进行身份表明的场合能够及时表现出来即可,目前探索者们正在慢慢试图将佩戴于脖子这一规则和探索者铭牌的大小款式格式等一起落实成规矩。

“主要是悬挂在脖子上到时候回收你尸体的时候比较方便,只需要抬起你的头而不是要把你整个人翻过来,不佩戴在手上则是考虑到有相当部分探索者在手缺失之后仍然保持生存,但是只有极少数探索者在头部以上或以下的部位缺失之后仍能生还。——郭淼学士 M.E.G.教官”

格式:

通用的款式是将探索者铭牌剪裁成3cm*5cm的长方形,3,选取任意一面作为正面并刻下持有者姓名、血型、所属组织4,背面刻下探索者居住地5和过敏性药物名称标识及慢性病史6

“除非你真的有杏仁过敏不然上面的急救信息基本只是心理安慰剂,大部分聚集地根本就没有给你输血或是进行外伤治疗的手段,绝大多数时候探索者铭牌只会发挥它纪念死者的作用。但是,这里是后室,没什么不可能的。 ——508.7 有识血肉-战士氏族肋骨老哥”

附件

除作为主体需要使用通用格式的探索者铭牌一张外可穿插更多大小相近的探索者铭牌作为配件,通常来说,第二张探索者铭牌会提前写好自己的遗言或是墓志铭,一部分探索者的习惯中会把自己去过的所有层级记录在第二张背面或者第三张。

再往后的内容则较为随意,名言警句、图腾、挂饰等等都有。一部分组织尤其是速切玩家,在比赛中也会给获奖者发放作为纪念意义配件,除此之外一部分探索者习惯将自己死去的朋友或是队员的探索者铭牌放于自己的探索者铭牌串中靠后的位置。

“看看,看看,速切玩家2027赛季通行证联盟战区限定纪念版,老子费了天大劲儿才打破上一个家伙创的记录把这东西赢到手。 ——彭同 速切玩家”

这逐渐催生出一种文化:探索者认为有厚重而多样的探索者铭牌是资历雄厚经验老道的证明,尤其是其中某些组织颁布的具有纪念意义的探索者铭牌配件,以下是其中一些的举例。

  • 有识血肉的盟友将会获得与有识血肉同款的活体生物薄片,依靠光合作用维持片体活性。
  • 进入过速切玩家“狂飙榜”前十的探索者会获得一个专属压制塑料片
  • 大齐会帮助探索者将猎杀的实体骨打造成薄片,祭司会使用一种未知但准确的手段分辨这个战利品是否为流浪者亲自猎杀。
  • “机箱”“矩阵”“防火墙”等基地有自己特色的带花纹铁片。
  • 至少进行过一次详细且真实的数据库编撰的流浪者会获赠M.E.G.纪念性铁片

“没事多参加点活动多赢点东西回来,你看看英魂墙上的前辈哪个不是厚实华丽,到时候就你孤零零的一张挂在上面多没面子。 ——诺厄·埃文斯 U.E.C. 基层军团骨干”

用途:

探索者铭牌代表着流浪者作为一名探索者的身份,尽管仍然属于各自的团体,但身为一名探索者的流浪者将不能介入自己团体与敌对团体的冲突,相应的也不会被这些冲突波及——敌对团体将不能袭击这些探索者。

由于后室中存在网络,试图违反上述行为的做法很快就会在各种论坛中被迅速传递,对于袭击探索者的聚落来说探索者们将对其进行抵制,直到袭击者受到惩罚之前大部分探索者、U.E.C.成员、部分M.E.G.基地将拒绝与之合作。

“管你是好是坏,没规矩就是一团不入流的散沙,这种约定俗成形成的东西可比那些高层执行者扯半天咸蛋扯出来个你不服我不服的鸟协议来的靠谱多了。说句难听话,U.E.C.的将领会愿意为你我这种小人物给自己带个臭名声散了手下的军心?别那么高看自己好吧,你这小身板配浪费人家遮盖信息部门的时间,把你救好放回M.E.G.基地你又能翻起几个浪? ——彭同 速切玩家”

而如果是介入冲突的个人则会被摧毁探索者铭牌并剥夺探索者的身份,尽管这些规定并不是由某个团体或是某群个人所控制,但是确实被作为一种约定俗成的传统延续下去。

值得注意的是,探索者一般会结成小组,一旦有生还者就会第一时间将同伴的遭遇进行发布,并且很多时候小组中可能会有1~2名成员不进入聚集地,或是采用交替前进的方式,因此不建议对方人数较少的时候,认为对方来不及发送信息,因为很少能确定周围是否还存有其同伴。

“人人为我,我为人人……听着蛮帅的,不过更现实一点的原因是好的名声可以吸引更多流浪者和商队,真正在后室出生的孩子现在还没多少,主要的人口补充还得看外来者,将心比心我不会选有杀害探索者前科的基地去投奔。 —— 508.2 探索者”

获取方式:

U.E.C等较为成熟的组织会对所有确实希望加入探索者的流浪者颁发组织统一制作的铁牌,如果不属于上述势力则需要自己制作,只需要持握制作完成的探索者铭牌发布自拍照和基础信息至论坛即可。

“这帖子俗称死亡名单,你现在把铭牌揉烂丢进垃圾桶里我们也不会说什么,但如果你已经准备好死也要去见一见这片稀奇古怪的鬼地方而不是像个孬种一样窝在那几个宜居的大基地的话,那你可把手上这东西拿好,总有一天这会是你最贵重的宝贝。 ——新探索者登记贴”

处理方式:

在这里必须说明,尽管上述规矩全凭获取者自身的道德且以上所有条件可以不遵守,甚至获得对方的狗牌后直接将其丢弃毁坏等。但请注意这些行为将严重损害名誉,恶意损坏他人遗留铭牌基本等同于亵渎死者,很有可能招致周围探索者的厌恶,甚至有可能引起名牌持有者亲友的敌意。

“这些名字的主人都放弃安全去勘探,他们是真正为后代铺平道路的人,我们就是依靠勇敢而团结,连尊敬那些勇敢的人都做不到你拿什么来跟我们讲团结? ——诺厄·埃文斯”

“该个体缺少大多数人类个体所表现的基础善良和同理心,提高该个体在威胁性评估中的权重并优先进行清理工作。 ——伟大母亲”

如果原持有者的探索者铭牌遗落,请尽快拍照并上传到论坛帖子下方的“寻找楼”及时将该探索者铭牌交回,尽管遗落后仍然可以自己重新制作,但是很多探索者铭牌对原持有者有极其深重的特殊意义,极其不建议占为己有。

如果原探索者铭牌持有者处于重伤状态,在展开急救前请尽可能查看其探索者铭牌以防错过某些致命性信息,尤其警告:杏仁过敏这一信息一定在探索者铭牌上有记录,不要给处于重伤状态的杏仁过敏者服用杏仁水!

如果原持有者已死亡,在无法回收其遗体的情况下应尽可能带走其探索者铭牌并将其转交于其在登记信息中所写的团体,最好的情况是直接将探索者铭牌送至希望埋葬的层级的前哨站,通常来说如果你成功将探索者的名牌送回基地,你会得到一些小的奖励比如杏仁水等,作为你让一位横死他乡的旅人回归安葬的奖励。如果这名探索者没有组织并且希望埋葬的层级距离死去的位置太过遥远以至于很难到达,那他的探索者铭牌通常来说会被送至附近的纪念碑下由附近聚落的好心者统一打理。

如果你与死者关系较为亲密,那么将其探索者铭牌置于自己探索者铭牌下方也是可以接受的,但由于探索者铭牌也起为救助者提醒的作用,请确保他人的探索者铭牌位于第二张以后以免造成信息干扰。

“你问我为啥手下谁都没管却被叫队长?在这呢,三十张,一张不少。Level C-508的异常性质每一个字都是用血和尸体抹出来的。”

如果在聚集地附近发现镶嵌或悬挂有大量探索者铭牌的建筑物或植物,请暂停脚步,低头进行默哀以表达自己的尊敬与哀悼,这一行为无关双方所属的团体,对于其他团体中的探索者表达自己的哀思并不是一件可耻的事情,即使是敌对团体也是如此。

“不要忘了我们不只是团体成员,更是一个“人”,作为一个人向为揭示这片土地的危险而逝去的同胞们表达致敬不是什么可耻或是不可理解的事。 ——袁铭铭 M.E.G.教官”

这一行为在U.E.C.的聚集地是强制的,该团体有将牺牲成员的探索者铭牌镶嵌于主基地的一座大型建筑外层的习惯,并且每周对这些成员进行一次或数次有组织的大规模纪念活动,即使非该组织的流浪者在经过此墙壁时也必须低头默哀后才能离去。

“如果一个人拒绝为他们的幸福与安全而奋斗的前辈们表示致敬……军团养不起这种忘恩负义的孬种。——埃泰尔 U.E.C.刃岭游击队大队长”


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