# 属性标签

```
范围值读取格式： 
    物理攻击：<最小值> - <最大值>
    可以是：    物理攻击：9 - 15   #9空格 - 空格 15
    也可以是：  物理攻击 + 9

百分比读取格式： 
    可以是：   闪避：100%   #后面加个百分号%
    也可以是： 闪避 + 100%
固定值读取格式：
    可以是：   物理攻击 + 9
    也可以是： 物理攻击： 9
    
攻击类：
    物理攻击  <范围值> 或 <固定值>
    魔法攻击  <范围值> 或 <固定值>
    PVP攻击  <范围值> 或 <固定值>
    PVE攻击  <范围值> 或 <固定值>
    攻击力加成  <百分比>
    暴击几率  <百分比>
    暴击伤害  <百分比>
    吸血几率  <百分比>
    吸血倍率  <百分比>
    抓取  <百分比>
    
防御类：
    物理防御  <范围值> 或 <固定值>
    魔法防御  <范围值> 或 <固定值>
    PVP防御  <范围值> 或 <固定值>
    PVE防御  <范围值> 或 <固定值>
    防御力加成  <百分比>
    闪避  <百分比>
    吸血抗性  <固定值>
    格挡几率  <百分比>
    格挡倍率  <百分比>
    格挡伤害  <固定值>


其他类：
    生命上限  <固定值>
    生命提升  <百分比>
    经验加成  <百分比>
    移速加成  <百分比>
```


---

# 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://mc-origin.gitbook.io/originattribute/attribute/attribute-overview/shu-xing-biao-qian.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.
