forked from RPGLogs/mplus.subcreation.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sepulcher.py
27 lines (25 loc) · 1.31 KB
/
sepulcher.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
27
sepulcher_canonical_order = ["Vigilant Guardian",
"Dausegne, the Fallen Oracle",
"Artificer Xy'mox",
"Prototype Pantheon",
"Skolex, the Insatiable Ravener",
"Halondrus the Reclaimer",
"Lihuvim, Principal Architect",
"Anduin Wrynn",
"Lords of Dread",
"Rygelon",
"The Jailer"]
sepulcher_short_names = {}
sepulcher_short_names["Vigilant Guardian"] = "Guardian"
sepulcher_short_names["Skolex, the Insatiable Ravener"] = "Skolex"
sepulcher_short_names["Artificer Xy'mox"] = "Artificer"
sepulcher_short_names["Dausegne, the Fallen Oracle"] = "Dausegne"
sepulcher_short_names["Prototype Pantheon"] = "Pantheon"
sepulcher_short_names["Lihuvim, Principal Architect"] = "Lihuvim"
sepulcher_short_names["Halondrus the Reclaimer"] = "Halondrus"
sepulcher_short_names["Anduin Wrynn"] = "Anduin"
sepulcher_short_names["Lords of Dread"] = "Lords of Dread"
sepulcher_short_names["Rygelon"] = "Rygelon"
sepulcher_short_names["The Jailer"] = "Jailer"
# ignore these bosses for the tier list
sepulcher_ignore = []