> 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/overview/synopsis.md).

# 套件概述 - "Synopsis."

{% hint style="info" %}
**阅读前提示** : 此页面是为仍不了解 Arcana 用途的人所写的。如果您已经是一名开发者并希望直接学习如何使用该套件，您可跳过总览页面直接阅读后续章节。希望本文档能满足您的开发需求并再次感谢您选择使用 Arcana !
{% endhint %}

## 视频概览

快速浏览：只需两分钟，了解 Arcana 组件的能力边界。

***

## 为什么需要 Arcana ？

Arcana 是基于 Minecraft 著名模组 Timeless and Classic:Zero （以下简称 TacZ）设计的一个增强功能开发套件。该模组的定位即是为 TacZ 提供一套结构化的事件开发机制，填补现有功能空缺。它可被视为一个“拓展功能开发套件”，在保持模块化与兼容性的前提下，为 TacZ 引入如同 Flan 模组那样的多功能框架能力。

有了 Arcana，开发者可以更方便地添加复杂武器机制、以更低的门槛上手复杂的感知交互系统与细致的视觉效果，为玩家提供更拟真、更全面的战术模拟体验或制作奇幻的RPG武器。

***

## Arcana 能够做什么？

正如文档目录所示，Arcana 有着两大核心部分：[<mark style="color:blue;">机制模块 (Mechanic)</mark>](/hamsterbaron/overview/mechanic.md) 与 [<mark style="color:blue;">附加特性 (Augment)</mark>](/hamsterbaron/overview/augment.md)。

具体而言，机制模块为 TacZ 模组添加了基于 YAML 的技能制作器，降低了使用 TacZ 自带的状态机/逻辑机脚本制作复杂机制所需要的 Lua 编程语言门槛，让制作枪械特殊技能就像著名的 RPGitem 插件一样简单易懂，您仅需要将所需要的各个功能单元像搭乐高积木一般拼装成一个机制；

而顾名思义，附加特性则为 TacZ 模组增添了许多新的游戏机制和特性。它们是100%可单独控制的，因此在不改变本体游戏内容的前提下让您能够将您Minecraft中的 TacZ 模组变成类似 Vic's Point Blank 甚至 Flan's Mod Ultimate Modified 一般的硬核枪械模组。


---

# 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/overview/synopsis.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.
