Skip to content

Commit

Permalink
feat: Update leaguestart filter
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Feb 4, 2022
1 parent 70bde3b commit e8cfdef
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions filters/leaguestart/leaguestart.yaml.j2
Expand Up @@ -55,6 +55,10 @@
"Uul-Netol's Breachstone",
"Esh's Enriched Breachstone",
"Crescent Splinter",
"Al-Hezmin's Crest",
"Baran's Crest",
"Drox's Crest",
"Veritania's Crest",
) -%}

{%- set t2_fragments = (
Expand Down Expand Up @@ -174,6 +178,7 @@ styles:
SetTextColor: white
tags:
- quest_items
- voidstones
currencies:
actions:
MinimapIcon:
Expand Down Expand Up @@ -314,6 +319,14 @@ rules:
- currencies
- catalysts

- conditions:
Class: Atlas Upgrade Item
actions:
CustomAlertSound: '{{ tts("Voidstone") }}'
{{ macros.set_colors_from_colormap(options.colormaps.currencies, 15, vmax=20) }}
tags:
- voidstones

# T1 Fragments
{%- for tier, fragments in all_fragments.items(): %}
{%- for fragment_name in fragments: %}
Expand Down Expand Up @@ -550,15 +563,6 @@ rules:
- maps
{%- endfor %}

# Watchstones
- conditions:
BaseType: Watchstone
actions:
{{ macros.set_colors_from_colormap(options.colormaps.watchstones, 20, vmax=20) }}
CustomAlertSound: {{ tts("Watchstone") }}
tags:
- watchstones

# Metamorph
- conditions:
Class: Metamorph
Expand Down

0 comments on commit e8cfdef

Please sign in to comment.