# can\_afford\_price

## `can_afford_price`

需要玩家能够支付指定价格。

## 示例配置

```yaml
- id: can_afford_price
  args:
    value: 1000 # 价格的值（数量）
    type: coins # 价格ID
```
