festival - blish-hud/Pathing GitHub Wiki


id: festival title: Festival hide_table_of_contents: true

Applies To Blish HUD TacO
Markers, Trails

Description

Hides the marker or trail if one of the specified festivals is not active.

Attribute Data Type Example Description
festival Custom String Array festival="superadventurefestival,wintersday" The festival(s) the marker or trail should be shown during.

Supported values

  • halloween
  • wintersday
  • superadventurefestival
  • lunarnewyear
  • festivalofthefourwinds
  • dragonbash

This attribute supports providing an array of festivals (values separated by comma) meaning one or more values can be provided. If any of the provided festivals are active, then the marker or trail is shown.

How it works

  1. A request is made to the GW2 web API to get a list of all active dailies (group ID: 18DB115A-8637-4290-A636-821362A3C4A8).
  2. Known festival daily IDs are checked for. Any matches indicate that the holiday is active.

Explicit implementation details on how we determine the active festival can be found here in the Blish HUD FestivalContext.

This state is detected when Blish HUD is launched.

⚠️ **GitHub.com Fallback** ⚠️