-
Notifications
You must be signed in to change notification settings - Fork 3
/
data_dictionary.py
427 lines (426 loc) · 8.92 KB
/
data_dictionary.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
hero_dic = {
#0: '?',
1: 'Anti-Mage',
2: 'Axe',
3: 'Bane',
4: 'Bloodseeker',
5: 'Crystal Maiden',
6: 'Drow Ranger',
7: 'Earthshaker',
8: 'Juggernaut',
9: 'Mirana',
10: 'Morphling',
11: 'Shadow Fiend',
12: 'Phantom Lancer',
13: 'Puck',
14: 'Pudge',
15: 'Razor',
16: 'Sand King',
17: 'Storm Spirit',
18: 'Sven',
19: 'Tiny',
20: 'Vengeful Spirit',
21: 'Windranger',
22: 'Zeus',
23: 'Kunkka',
25: 'Lina',
26: 'Lion',
27: 'Shadow Shaman',
28: 'Slardar',
29: 'Tidehunter',
30: 'Witch Doctor',
31: 'Lich',
32: 'Riki',
33: 'Enigma',
34: 'Tinker',
35: 'Sniper',
36: 'Necrophos',
37: 'Warlock',
38: 'Beastmaster',
39: 'Queen of Pain',
40: 'Venomancer',
41: 'Faceless Void',
42: 'Wraith King',
43: 'Death Prophet',
44: 'Phantom Assassin',
45: 'Pugna',
46: 'Templar Assassin',
47: 'Viper',
48: 'Luna',
49: 'Dragon Knight',
50: 'Dazzle',
51: 'Clockwerk',
52: 'Leshrac',
53: 'Nature\'s Prophet',
54: 'Lifestealer',
55: 'Dark Seer',
56: 'Clinkz',
57: 'Omniknight',
58: 'Enchantress',
59: 'Huskar',
60: 'Night Stalker',
61: 'Broodmother',
62: 'Bounty Hunter',
63: 'Weaver',
64: 'Jakiro',
65: 'Batrider',
66: 'Chen',
67: 'Spectre',
68: 'Ancient Apparition',
69: 'Doom',
70: 'Ursa',
71: 'Spirit Breaker',
72: 'Gyrocopter',
73: 'Alchemist',
74: 'Invoker',
75: 'Silencer',
76: 'Outworld Devourer',
77: 'Lycan',
78: 'Brewmaster',
79: 'Shadow Demon',
80: 'Lone Druid',
81: 'Chaos Knight',
82: 'Meepo',
83: 'Treant Protector',
84: 'Ogre Magi',
85: 'Undying',
86: 'Rubick',
87: 'Disruptor',
88: 'Nyx Assassin',
89: 'Naga Siren',
90: 'Keeper of the Light',
91: 'Io',
92: 'Visage',
93: 'Slark',
94: 'Medusa',
95: 'Troll Warlord',
96: 'Centaur Warrunner',
97: 'Magnus',
98: 'Timbersaw',
99: 'Bristleback',
100: 'Tusk',
101: 'Skywrath Mage',
102: 'Abaddon',
103: 'Elder Titan',
104: 'Legion Commander',
105: 'Techies',
106: 'Ember Spirit',
107: 'Earth Spirit',
108: 'Underlord',
109: 'Terrorblade',
110: 'Phoenix',
111: 'Oracle',
112: 'Winter Wyvern',
113: 'Arc Warden',
114: 'Monkey King',
119: 'Dark Willow',
120: 'Pangolier'
}
item_dic = {
0: None,
1: 'Blink',
2: 'Blades of Attack',
3: 'Broadsword',
4: 'Chainmail',
5: 'Claymore',
6: 'Helm of Iron Will',
7: 'Javelin',
8: 'Mithril Hammer',
9: 'Platemail',
10: 'Quarterstaff',
11: 'Quelling Blade',
12: 'RoP',
13: 'Gauntlets',
14: 'Slippers of Agility',
15: 'Mantle',
16: 'Iron Branch',
17: 'Belt of Strength',
18: 'Band of Elvenskin',
19: 'Robe of the Magi',
20: 'Circlet',
21: 'Ogre Club',
22: 'Blade of Alacrity',
23: 'Staff of Wizardry',
24: 'Ultimate Orb',
25: 'Gloves of Haste',
26: 'Morbid Mask',
27: 'Ring of Regen',
28: 'Sage\'s Mask',
29: 'Boots',
30: 'Gem',
31: 'Cloak',
32: 'Talisman of Evasion',
33: 'Cheese',
34: 'Stick',
35: 'Recipe',
36: 'Wand',
37: 'Ghost Scepter',
38: 'Clarity',
39: 'Salve',
40: 'Dust',
41: 'Bottle',
42: 'Observer Ward',
43: 'Sentry Ward',
44: 'Tango',
45: 'Animal Courier',
46: 'TP',
47: 'Recipe',
48: 'Bots',
49: 'Recipe',
50: 'Phase',
51: 'Demon Edge',
52: 'Eaglesong',
53: 'Reaver',
54: 'Relic',
55: 'Hyperstone',
56: 'Ring of Health',
57: 'Void Stone',
58: 'Mystic Staff',
59: 'Energy Booster',
60: 'Point Booster',
61: 'Vitality Booster',
62: 'Recipe',
63: 'Treads',
64: 'Recipe',
65: 'Midas',
66: 'Recipe',
67: 'Oblivion Staff',
68: 'Recipe',
69: 'Perseverance',
70: 'Recipe',
71: 'Poor Man\'s Shield',
72: 'Recipe',
73: 'Bracer',
74: 'Recipe',
75: 'Wraith Band',
76: 'Recipe',
77: 'Null Talisman',
78: 'Recipe',
79: 'Mekansm',
80: "Recipe",
81: 'Vlad\'s',
84: 'Flying Courier',
85: 'Recipe',
86: 'Buckler',
87: 'Recipe',
88: 'Basilius',
89: 'Recipe',
90: 'Pipe',
91: 'Recipe',
92: 'Urn',
93: 'Recipe',
94: 'Headdress',
95: 'Recipe',
96: 'Scythe',
97: 'Recipe',
98: 'Orchid',
99: 'Recipe',
100: 'Eul\'s',
101: 'Recipe',
102: 'Force Staff',
103: 'Recipe',
104: 'Dagon',
105: 'Recipe',
106: 'Necro 1',
107: "Recipe",
108: "Agh's",
109: 'Recipe',
110: 'Refresher',
111: 'Recipe',
112: 'AC',
113: 'Recipe',
114: 'Heart',
115: 'Recipe',
116: 'BKB',
117: 'Aegis',
118: 'Recipe',
119: 'Shiva\'s',
120: 'Recipe',
121: 'Bloodstone',
122: 'Recipe',
123: 'Linken\'s',
124: 'Recipe',
125: 'Vanguard',
126: 'Recipe',
127: 'Blade Mail',
128: 'Recipe',
129: 'Soul Booster',
130: 'Recipe',
131: 'Hood',
132: 'Recipe',
133: 'Rapier',
134: 'Recipe',
135: 'MKB',
136: 'Recipe',
137: 'Radiance',
138: 'Recipe',
139: 'Butterfly',
140: 'Recipe',
141: 'Daedalus',
142: 'Recipe',
143: 'Basher',
144: 'Recipe',
145: 'Battle Fury',
146: 'Recipe',
147: 'Manta',
148: 'Recipe',
149: 'Crystalys',
150: 'Recipe',
151: 'Armlet',
152: 'Shadow Blade',
153: 'Recipe',
154: 'SnY',
155: 'Recipe',
156: 'Satanic',
157: 'Recipe',
158: 'Mjollnir',
159: 'Recipe',
160: 'Skadi',
161: 'Recipe',
162: 'Sange',
163: 'Recipe',
164: 'HoD',
165: 'Recipe',
166: 'Maelstrom',
167: 'Recipe',
168: 'Deso',
169: 'Recipe',
170: 'Yasha',
171: 'Recipe',
172: 'MoM',
173: 'Recipe',
174: 'Diffusal',
175: 'Recipe',
176: 'Ethereal',
177: 'Recipe',
178: 'Soul Ring',
179: 'Recipe',
180: 'Arcane Boots',
181: 'OoV',
182: 'Stout Shield',
183: 'Recipe',
184: 'Recipe',
185: 'Drums',
186: 'Recipe',
187: 'Medallion',
188: 'Smoke',
189: 'Recipe',
190: 'Veil',
191: 'Recipe',
192: 'Recipe',
193: 'Necro 2',
194: 'Necro 3',
195: 'Recipe',
196: 'Diffusal',
197: 'Recipe',
198: 'Recipe',
199: 'Recipe',
200: 'Recipe',
201: 'Dagon 2',
202: 'Dagon 3',
203: 'Dagon 4',
204: 'Dagon 5',
205: 'Recipe',
206: 'Rod of Atos',
207: 'Recipe',
208: 'Abyssal',
209: "Recipe",
210: 'Halberd',
211: 'Recipe',
212: 'Aquila',
213: 'Recipe',
214: 'Tranquils',
215: 'Shadow Amulet',
216: 'Mango',
217: 'Recipe',
218: 'Wards',
219: 'Recipe',
220: 'Bots 2',
221: 'Recipe',
223: 'Meteor Hammer',
225: 'Nullifier',
226: 'Lotus Orb',
227: 'Recipe',
228: 'Recipe',
229: 'Solar Crest',
230: 'Recipe',
231: 'Greaves',
232: 'Aether Lens',
233: 'Recipe',
234: 'Recipe',
235: 'Octarine',
236: 'Dragon Lance',
237: 'Faerie Fire',
238: 'Recipe',
239: 'Iron Talon',
240: 'Blight Stone',
241: 'Tango (Shared)',
242: 'Crimson Guard',
243: 'Recipe',
244: 'Wind Lace',
245: 'Recipe',
246: 'Recipe',
247: 'Moon Shard',
248: 'Recipe',
249: 'Silver Edge',
250: 'Bloodthorn',
251: 'Recipe',
252: 'Echo Sabre',
253: 'Recipe',
254: 'Glimmer Cape',
256: 'Aeon Disk',
257: 'Tome',
259: 'Kaya',
260: 'Refresher Shard',
262: 'Recipe',
263: 'Hurricane Pike',
264: 'Banana',
265: 'Raindrop',
267: 'Spirit Vessel',
1025: 'River Vial: Electrified',
1027: 'River Vial: Blood',
1026: 'River Vial: Potion',
1000: 'Greevil Taffy',
1001: 'DOTA_Tooltip_Ability_item_mystery_hook',
1002: 'DOTA_Tooltip_Ability_item_mystery_arrow',
1003: 'DOTA_Tooltip_Ability_item_mystery_missile',
1004: 'DOTA_Tooltip_Ability_item_mystery_toss',
1005: 'DOTA_Tooltip_Ability_item_mystery_vacuum',
1006: 'DOTA_Tooltip_Ability_item_halloween_rapier',
1007: 'Greevil Whistle',
1008: 'Greevil Whistle',
1009: 'A Gift!',
1010: 'Xmas Stocking',
1011: 'Speed Skates',
1012: 'Fruit-bit Cake',
1013: 'Wizard Cookie',
1014: 'Cocoa with Marshmallows',
1015: 'Clove Studded Ham',
1016: 'Kringle',
1017: 'Snow Mushroom',
1018: 'Greevil Treat',
1019: 'Greevil Chow',
1020: 'Greevil Blink Bone',
1021: 'River Vial: Chrome',
1022: 'River Vial: Dry',
1023: 'River Vial: Slime'
}
game_mode_dic = {
0: 'None',
1: 'All Pick',
2: 'Captain’s Mode',
3: 'Random Draft',
4: 'Single Draft',
5: 'All Random',
6: 'Intro',
7: 'Diretide',
8: 'Reverse Captain’s Mode',
9: 'The Greeviling',
10: 'Tutorial',
11: 'Mid Only',
12: 'Least Played',
13: 'New Player Pool',
14: 'Compendium Matchmaking',
16: 'Captain’s Draft',
22: 'Ranked All Pick'
}