minion_level_below

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

Categories: minion

Required arguments

Key(s)DescriptionType
levelThe maximum minion level.EXPRESSION

Example

conditions:
  - id: minion_level_below
    args:
      level: 1

Developer info

Overview

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