# 🪓 武器和消耗品

### 武器 <a href="#weapons" id="weapons"></a>

游戏中有六种武器，每种武器的攻击速度、基本攻击伤害和能力都不同。玩家可以在相应的制造台——武器锻造站制造武器。

武器的效力随等级、品级和稀有度而变化。如果对手的等级高于所用武器，则武器效力会降低。

武器类型：

* 棍棒
* 剑盾
* 爪子
* 巨锤
* 大剑
* 双斧

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

**盔甲**

玩家可以穿戴护甲来提高防御能力并减少受到的伤害。与武器类似，护甲的效果会根据等级、层级和稀有度而变化。

### 耗材 <a href="#consumables" id="consumables"></a>

#### 投掷物 <a href="#throwables" id="throwables"></a>

玩家可以使用手榴弹或罐子等可投掷消耗品来伤害敌人并对其施加附加效果。

* 火焰——接触时爆炸，对某一区域造成即时伤害。
* 冰 – 接触区域内的冰冻目标时爆炸。
* 蛛网 – 用粘性网覆盖地面，减慢敌人的速度并造成周期性伤害。
* 毒药——地面覆盖一层有毒的水坑，定期对敌人造成伤害。

#### 治疗消耗品 <a href="#healing-consumables" id="healing-consumables"></a>

玩家可以使用各种类型的治疗消耗品（食物或药水）来恢复生命值和法力值。消耗品的等级和层级越高，其恢复属性就越强。

此外，消耗食物会暂时增加最大生命值，从而提高玩家的生存能力。


---

# Agent Instructions: 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:

```
GET https://boom-3.gitbook.io/worldshardswiki/you-xi/you-xi-gai-shu/wu-qi-he-xiao-hao-pin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
