-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlookup.py
116 lines (115 loc) · 2.72 KB
/
lookup.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
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# BUFFS - Ony, ZG, WCB, DMN Spell Crit, DMN Attack Power, DMN Stamina, SF, DMF
buff_ids = ['22888', '24425', '16609', '22820', '22817', '22818', '15366', '23768']
thisdict = {
"-3": "All",
"-2": "Bosses",
"0": "Trash",
"475": "Decurse",
"676": "Disarm",
"704": "CoR R1",
"709": "Skeram",
"710": "Bug Trio",
"711": "Sartura",
"712": "Fankriss",
"713": "Viscidus",
"714": "Huhuran",
"715": "Twin Emps",
"716": "Ouro",
"717": "C'thun",
"988": "Dispel",
"1000": "MC",
"1001": "Ony",
"1002": "BWL",
"1003": "ZG",
"1004": "AQ20",
"1005": "AQ40",
"1006": "Naxx",
"1107": "Anub",
"1108": "Gluth",
"1109": "Gothik",
"1110": "Faerlina",
"1111": "Grobbulus",
"1112": "Heigan",
"1113": "Razu",
"1114": "KT",
"1115": "Loatheb",
"1116": "Maexxna",
"1117": "Noth",
"1118": "Patchwerk",
"1119": "Sappiron",
"1120": "Thaddius",
"1121": "4H",
"1769": "Kick",
"1953": "Blink",
"2782": "Decurse",
"2893": "Abolish",
"4987": "Cleanse",
"5579": "PvP",
"6346": "Fear Ward",
"9512": "Thistle tea",
"9907": "Faerie Fire",
"10052": "Mana stone",
"10057": "Mana stone",
"10058": "Mana stone",
"10060": "PI",
"10177": "Frost Ward",
"10278": "BOP",
"10308": "HOJ",
"10310": "LOH",
"11597": "Sunders",
"11661": "Shadow bolt",
"11672": "Corruption",
"11708": "CoW",
"11713": "CoA",
"11717": "CoR",
"11719": "CoT",
"11722": "CoE",
"12051": "Evocation",
"12328": "Death Wish",
"13241": "Sapper",
"13750": "Adren Rush",
"13877": "Blade Flurry",
"14751": "Inner Focus",
"15366": "SF",
"16609": "WCB",
"16666": "Dark-Dem Rune",
"17291": "Holy Water",
"17392": "Faerie Fire",
"17531": "Mana pot",
"17626": "Titians",
"17627": "Wisdom",
"17628": "Power",
"17937": "CoS",
"22817": "DM-Attack",
"22818": "DM-Stam",
"22820": "DM-Spell",
"22888": "Ony",
"23063": "Dynamite",
"23271": "ToEP",
"23273": "PvP",
"23723": "MQG",
"23725": "Lifegiving",
"23768": "DMF-Damage",
"24425": "ZG",
"24427": "Diamond Flask",
"24532": "Renetakis",
"24544": "HCoM",
"24610": "Nat Pagle",
"24659": "ZHC",
"25307": "Shadow bolt",
"25891": "Earthstrike",
"26400": "Fetish",
"26480": "Badge",
"27869": "Dark-Dem Rune",
"28520": "Relentless Assault",
"28521": "Blinding Light",
"28540": "Pure Death",
"28609": "Frost Ward",
"28777": "Slayers",
"28779": "EoS",
"28866": "Kiss",
"29166": "Innervate",
"41606": "Shatt-Relentless Assault",
"46838": "Shatt-Pure Death",
"46840": "Shatt-Blinding Light",
}