below_global_points

Passes when the global points of the given type are below the specified amount.

Categories: economy

Required arguments

Key(s)DescriptionType
typeThe global points type identifier.STRING
amountThe global points threshold; the value must be below this amount.EXPRESSION

Example

conditions:
  - id: below_global_points
    args:
      type: <value>
      amount: %level% * 10