> For the complete documentation index, see [llms.txt](https://hamsterbaron.gitbook.io/hamsterbaron/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hamsterbaron.gitbook.io/hamsterbaron/augment-guide/secweapon.md).

# 次级发射器 / Secondary

## 什么是次级发射器？

次级发射器（Secondary Launcher）在 Arcana 中用于实现一种特殊机制：玩家始终手持同一把武器，实际上却能**在两个不同的武器配置文件之间切换**。这意味着仅凭一个 Tacz 枪械物品，玩家就能够体验到两种可能在使用上大相径庭的发射方式。

***

## 次级发射器能够实现什么？

下挂榴弹发射器、下挂式模块化霰弹枪、下挂喷火器等一类依附于枪械本体、便于携带的特殊发射装置，都可以通过该机制在 Minecraft 世界中供玩家体验。同样，各类复合武器，如 **M30 Luftwaffe Drilling 空军三管枪**、**Springfield M6 Scout 生存枪** 等，也能够基于 Arcana 的次级发射器功能得到实现。进一步结合机制配置，还可以创造出诸如“隐性切换发射器”这类特殊玩法，为玩家带来更加丰富新颖的体验。

***

## 该功能如何使用？

目前在游戏内对于使用 Arcana 制作了独特的额外发射装置的武器，默认按 I 键切换至设定中指定使用的枪械配置文件。**当前所使用的发射器状态将作为NBT数据保存在地图文件中**，不会因为退出而重置。

{% hint style="danger" %}
**使用须知** : 由于该功能的特殊实现，其与原版配件系统并不一致，因此，请勿直接将具有次级发射器功能的配件强行安装至未适配的枪械上，这可能导致意想不到的问题。为新物品增添发射器配件请参阅下方内容。
{% endhint %}

***

> 开发者请注意：有关于为您自己的 Tacz 模组拓展资源包内物品安装次级发射器机制的详细教程，请参阅如下所示的目录子页面。遇到本wiki无法解决的问题时，请进入用户群寻求帮助。

{% content-ref url="/pages/EWo6G0c6aBxZna1LHVMA" %}
[为拓展包添加功能](/hamsterbaron/augment-guide/secweapon/wei-tuo-zhan-bao-tian-jia-gong-neng.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hamsterbaron.gitbook.io/hamsterbaron/augment-guide/secweapon.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
