> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/elitemobs-wiki/ji-zhi/guai-wu-deng-ji-he-wu-pin-deng-ji-ji-suan-gui-ze.md).

# 怪物等级和物品等级计算规则

### 精英怪物的等级是如何计算的？

* 玩家的物品等级 + 冒险家公会等级的值 + 多玩家狩猎增益（如果附近有其他玩家）\* 10。

### 玩家的物品等级是如何计算的？

* 每件物品：原版给予等级 + 普通附魔等级 + 精英附魔等级。
* 总值计算：四个盔甲的平均物品等级值 + 背包内物品等级最高的物品的等级值。

#### 原版给予等级

* 三叉戟：9
* 下界合金：8
* 钻石：7
* 铁：6
* 石/锁链：5
* 其他：3

#### 普通附魔等级

* 剑，斧子，三叉戟，锄头等：锋利
* 盔甲：保护
* 弓：力量

#### 示例

拥有锋利 5和精英锋利 2的一把钻石剑：

* 10 (物品原版等级) + 5 (普通附魔等级) + 2 (精英附魔等级) = 17


---

# 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://docs.superiormc.cn/elitemobs-wiki/ji-zhi/guai-wu-deng-ji-he-wu-pin-deng-ji-ji-suan-gui-ze.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.
