-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault-config.toml
60 lines (56 loc) · 1.33 KB
/
default-config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Interval between refreshes in seconds. Default: 300
refresh_rate = 300
# In seconds how long before the fissure expires to send a notification. Default: 300
time_before_expiry_notification = 300
# Default: ["Lith", "Meso", "Neo", "Axi"]
tier_filter = [
"Lith",
"Meso",
"Neo",
"Axi",
# "Requiem",
]
# Mission types to filter. Default: ["Disruption"]
mission_filter = [
#"Capture",
#"Defense",
#"Excavation",
#"Extermination",
#"Interception",
#"Mobile Defense",
#"Rescue",
#"Sabotage",
#"Survival",
#"Spy",
#"Hijack",
#"Assault",
#"Defection",
#"Infested Salvage",
"Disruption",
#"Sanctuary Onslaught",
#"Free Roam",
#"Arena",
#"Skirmish",
#"Orphix",
#"Volatile",
#"Hive",
#"Assassination",
#"Rush",
#"Pursuit",
#"Deception",
#"Crossfire",
]
# Factions to filter. Default: ["Corpus", "Grineer", "Infested", "Orokin"]
faction_filter = [
"Orokin",
"Grineer",
"Corpus",
"Infested",
#"Crossfire",
]
# filter for railjack fissures "void storms". Default: "Exclude"
# Possible values: you can only use one of these at a time
# "Exclude" # Exclude those with the given value
# "Include" # Include those with and without the given value
# "Exclusive" # Exclude all but these values
void_storm_filter = "Exclude"