is_season

Passes when the current world season matches one of the specified seasons.

Categories: world

Required arguments

Key(s)DescriptionType
season \| seasonsThe season name(s) to check against (e.g. SPRING, SUMMER, AUTUMN, WINTER).STRING_LIST

Example

conditions:
  - id: is_season
    args:
      season: <value>