minion_level_above

Passes when the minion's level is at or above the given level.

Categories: minion

Required arguments

Key(s)DescriptionType
levelThe minimum minion level.EXPRESSION

Example

conditions:
  - id: minion_level_above
    args:
      level: 1

Developer info

Overview

FieldValue
Categoryconditions
Base classCondition
Compile dataNoCompileData
ClassConditionMinionLevelAbove
Source/eco-core/core-plugin/src/main/kotlin/com/exanthiax/ecominions/libreforge/conditions/ConditionMinionLevelAbove.kt
Registeredyes