# B

## below\_balance

玩家在金币低于一定值才能满足条件。

```
- id: below_balance
  args:
    balance: 150000.50
```

其中：

* args.balance：最多金币。

## below\_health\_percent

玩家血量低于一定比例才能满足条件。

```
- id: below_health_percent
  args:
    percent: 50
```

其中：

* args.percent：最多的比例值。

## below\_hunger\_percent

玩家饱食度低于一定比例才能满足条件。

```
- id: below_hunger_percent
  args:
    percent: 50
```

其中：

* args.percent：最多的比例值。

## below\_points

玩家的某个积分低于一定值才能满足条件。

```
- id: below_points
  args:
    type: g_souls
    amount: 10
```

其中：

* args.type：积分的id。
* args.amount：最多积分数量。

## below\_xp\_level

玩家的原版等级低于一定值才能满足条件。

```
- id: below_xp_level
  args:
    levels: 100
```

其中：

* args.levels：最多等级数。


---

# 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://docs.superiormc.cn/ecox-doc/ji-neng-xi-tong/tiao-jian-lie-biao/b.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.
