Skip to main content
The Quest Active Fact checks if a specific week of a Battle Pass is currently available and unlocked for the player. It returns 1 if active, 0 otherwise.

Properties

PropertyTypeDefaultDescription
idStringThe unique identifier for this entry.
nameStringThe internal name of the entry.
battlePassRef<BattlePassDefinitionEntry>The Battle Pass to check.
weekInt0The week number to check.

Example

battle_pass_quest_active_fact:
  id: "is_week_1_active"
  battlePass: "season_1_pass"
  week: 1