festival - blish-hud/Pathing GitHub Wiki
| Applies To | Blish HUD | TacO | |
|---|---|---|---|
| Markers, Trails | ✔ | ✔ |
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. |
- 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.
- A request is made to the GW2 web API to get a list of all active dailies (group ID: 18DB115A-8637-4290-A636-821362A3C4A8).
- 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.