has_job_level

Passes when the player's level in the specified job is at or above the given level.

Categories: player

Required arguments

Key(s)DescriptionType
jobThe id of the job to check the player's level in.STRING
levelThe minimum level required in the job.EXPRESSION

Example

conditions:
  - id: has_job_level
    args:
      job: <value>
      level: 1