at_least_of

at_least_of

需要玩家至少满足其中指定数量的子条件。

示例配置

- id: at_least_of
  args:
    conditions: # 条件列表
      - id: is_sprinting
      - id: is_gliding
    amount: 1 # 最小数量

Last updated