> 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/qian-yan-foreword.md).

# 前言 / Foreword

***

<figure><img src="/files/AHCu8PrBOvvMGHpHkKYH" alt=""><figcaption></figcaption></figure>

***

很荣幸您决定尝试 Arcana 套件！在开启您的史诗武器锻造之旅前，您需要知道本组件的以下功能：

> Arcana 组件系统本身并不能直接改善您的游戏体验，但它提供了许多新的独特内容以及一个简易的枪械机制开发引擎，通过 Arcana 可使您的 Minecraft TacZ 模组变成一个足够硬核的拟真枪械模组亦或是您的RPG玩法整合包中的灵魂构成。
>
> — Previous Video Link [Dev Video](https://www.bilibili.com/video/BV1o292YiESx/?vd_source=67b3e45cfbbad4d0b0ca258886cd6181)

> Arcana 标准用户版 不具备新增自定义技能的方式，仅能加载社区拓展资源包或整合包中已经包含的封装技能文件；目前 Arcana 开发版仍处于付费内测/邀请内测阶段，如需尝试开发并通过本文档制作自己的枪械独特机制，请通过下方链接赞助获得 Arcana 开发版 体验资格或等待开发版正式发布！
>
> — Direct to Afdian Donate Link [Mailchimp Marketing API docs](https://mailchimp.com/developer/marketing/docs/fundamentals/)

{% hint style="warning" %} <mark style="color:orange;">**使用须知**</mark> : Arcana 目前仍在测试阶段，可能具有许多未被发现的设计漏洞，在应用到生产环境之前请仔细考虑相关风险能否接受并自行决定功能使用。项目组不对将测试版本应用至生产环境中出现的问题所负责。
{% endhint %}


---

# 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/qian-yan-foreword.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.
