> For the complete documentation index, see [llms.txt](https://wp.warped.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.warped.games/chinese-warped-universe-whitepaper/you-xi-wan-fa/xuan-ze-zhuang-bei.md).

# 选择装备

在 Warped Universe 中，装备是塑造游戏体验的核心元素。它为玩家提供灵活性和个性化设置，满足不同的游戏风格和目标，同时让玩家在宇宙中脱颖而出。

装备通过游戏内获取的 Artifractal Cores 解锁，奖励玩家的成长并确保公平平衡的生态系统。有关装备获取和定制的更多信息，请参阅“任务奖励与玩家成长”章节。

### 类别和分类

设备被组织成广泛的类别，每个类别都包含定义其角色和功能的特定分类。例如：

武器：

* 重型步枪
* 轻型步枪
* 狙击步枪
* 霰弹枪
* 榴弹发射器

护甲:&#x20;

* 重甲
* 轻甲

&#x20;飞船：

* 翼组件
* 推进组件

注：以上物品仅为示例，不代表最终游戏设定。

### 基础装备和定制

每个分类的装备均从一个基础等级开始，随着玩家的进阶逐步升级和优化。这种设计允许玩家对装备进行广泛的定制和个性化，使其能够适应不同的游戏风格、提升性能，并展现个人特色。


---

# 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://wp.warped.games/chinese-warped-universe-whitepaper/you-xi-wan-fa/xuan-ze-zhuang-bei.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.
