: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; }
@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; 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; width: var(--body-width-on-desktop, 45.75rem); 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; } } } }
阿尔法工业
创造异常,应对异常
基金会绝不可以破碎的后盾
你好,军事部人员!此文件对您相当重要,请认真阅读。
各类枪械
本部分由阿尔法工业E集团军312师特种部队编写。
枪这东西,是整个军团都在用的基础武器。在正常的Minecraft基准世界中,这种武器是不存在的。我们使用了addon类型的技术使得各类武器得以存在。
首先:一定要记得擦枪!
这是使用枪械的第一准则。首先,使用工具通枪膛清除火药残渣,然后擦枪栓,如果必要的话需要把枪拆开然后给内部结构上润滑油。如果枪卡壳,看看能不能把枪的机匣盖拆开把子弹取出来(手指不要放在扳机上)。如果不行,那就去找教官。
枪这种东西在MC中使用很简单,但是你作为一个新兵得学习一下。当然你的教官会教你,但是你可以先搞清楚。
- 握住步枪的姿势是一手握住握把,拇指扣住另一边,然后食指放在扳机旁边。
- 枪一定要握紧,不要摔枪,这样会对枪械造成很大的影响。
- 在沙漠或水中时,尽量将枪械抬起,枪管向下。(沙漠中只需要枪管向下指)这样可以防止枪管进东西。
- 看好你的枪,牢记枪号。在战场上丢枪危险系数不亚于中枪。
- 三点一线:眼睛、瞄准器准星或窥孔(假设你用的是机瞄)、以及目标,假设你做到了那十环就差不多了
- 记住你的弹夹容量、你目前发射了多少发子弹(连射的话就尽力而为吧)、你身上带的弹夹数量。
- 射击远程目标时手不要抖动,尽量找到一个依托位置顶住下护木。如果需要的话屏住呼吸。
- 使用无托步枪时不要脸贴到提把下面,那样会砸眼眶。
- 只装你需要的配件,不要整把枪都装上配件,那样显得很Tacticool,也显得很幼稚。
- 如果站着控制不住后坐力的话,可以选择蹲射或跪射。
- 不要把手伸到枪管上,其实装上握把就可以解决这个问题。如果在使用机枪,注意不要碰到枪管。
- 使用手枪时,如没有特殊要求请双手握枪。
- 不要暴力操作或拆卸,要对武器温柔一些。
剩下的放心,你的教官会教你的。如果有问题,去问教官或者老兵。不建议尝试自己解决,除非你对机械很了解。
对了,时刻记住。
除非异常瞄准你,不要对异常开枪。
我们的目标是收容异常而不是毁灭异常。如果一个异常要干掉你,那你可以对着不太重要的部位开枪。除此之外,我们真的不建议瞄准一个现实扭曲者的颈部射空一个弹匣的行为。如果你有几瓶缓慢药水或者一把击退棒之类的就更好了。弩箭的使用方法和枪其实差不多,而正常的步兵不会使用弓箭。
投掷武器
投掷武器包括:
- 手榴弹
- 烟雾弹与震爆弹
- 喷溅药水
- 滞留药水
- 雪球和鸡蛋
- 末影珍珠
请记住,投掷武器(尤其在Minecraft里)最大的特点就是······
容易误伤自己。
对,你没有看错,投掷武器在紧急情况下使用非常容易误伤自己或是左右的人,所以再扔出之前请瞄准。正确的投掷方式会在下方讲到。作者在当外勤特工时曾经在撤退时被另一位特工的衰变药水砸了一脸,钻石盔甲覆盖之外的地方全部起了黑色水泡,衣服都被浸透。吸入气体后器官快速衰竭,身上凭空多了许多黑色像素。作者因此直接上了急救,被地狱交通急救专线直接带到公司的医院。之后,被迫灌下一桶牛奶,然后躺了三天,期间喝了大概挨的衰变药水体积的几十倍的治疗药水(用闪烁的西瓜酿造),出来之后作者就再也吃不下西瓜了。
所以说,如果你还想吃西瓜,请学习一下投掷武器的标准姿势:
- 身体站稳,用你的惯用手从背包里掏出武器
- 举起武器,潜行站稳
- 站起来然后稍微起跳,胳膊指着自己的后方,手与胳膊的延伸线与目标呈钝角
- 扔出投掷物,如果是手雷的话同时拉开拉环
- 不要呆在那里,找掩体或者掏出武器
- 建议回头看一下打击效果,“真男人从不回头看爆炸”容易造成打击不彻底。
重机枪/架设单兵武器
本部分由军事科技部编写。
在使用重机枪时,也可以把它当正常的枪械使用。但是,重装部队与反步兵/反器材重机枪本身就极为罕见。毕竟阿尔法工业武装部队的主要目的是协助收容,而不是用1.2*3像素阿尔法工业特制内置过载稳定器下界合金芯燃烧穿甲反异常二级助推弹打击异常生物。假设你是一名除机枪手以外的所有兵种,这个部分的唯一目的就是当你在参加一场真正的战斗时(例如对黑暗教会),当你编制中的重机枪排全部阵亡或受伤(而重机枪却没有损坏时),你可以尝试接替他们进行火力压制。
对了,上面那种弹种真的存在。
操作重机枪需要至少两个人,一个副射手和一个射手。射手负责扣动扳机,而副射手负责观察和装弹、保护机枪阵地、以及在机枪手失去战斗能力时接替他。
以下是注意事项:
- 不要摁住扳机不放。忘记战争电影,那样会烧坏枪管,也会气死后勤。除非敌人在你面前不到10格,如果那种情况发生:一、你是一个不称职的机枪手。二、把所有能发射的东西全部发射出去。
- 切记自己装了多少弹,防止火力缺口
- 在适当情况下停止开火防止暴露位置,例如:你知道对面有狙击手,而对方也对你的机枪阵地在哪
- 尽量进行交叉火力,多个机枪阵地不要同时打一个目标,被一发子弹打中和被一组子弹打中基本没有区别