-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnathria.py
26 lines (23 loc) · 1.17 KB
/
nathria.py
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
nathria_canonical_order = ["Shriekwing",
"Huntsman Altimor",
"Sun King's Salvation",
"Artificer Xy'mox",
"Hungering Destroyer",
"Lady Inerva Darkvein",
"The Council of Blood",
"Sludgefist",
"Stone Legion Generals",
"Sire Denathrius"]
nathria_short_names = {}
nathria_short_names["Shriekwing"] = "Shriekwing"
nathria_short_names["Huntsman Altimor"] = "Huntsman"
nathria_short_names["Sun King's Salvation"] = "Sun King"
nathria_short_names["Artificer Xy'mox"] = "Artificer"
nathria_short_names["Hungering Destroyer"] = "Destroyer"
nathria_short_names["Lady Inerva Darkvein"] = "Darkvein"
nathria_short_names["The Council of Blood"] = "Council"
nathria_short_names["Sludgefist"] = "Sludgefist"
nathria_short_names["Stone Legion Generals"] = "Generals"
nathria_short_names["Sire Denathrius"] = "Denathrius"
# ignore these bosses for the tier list
nathria_ignore = []