ruby-lol 0.9.9 → 0.9.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +33 -0
- data/lib/lol/client.rb +5 -0
- data/lib/lol/league_request.rb +1 -1
- data/lib/lol/request.rb +1 -2
- data/lib/lol/static_request.rb +66 -0
- data/lib/lol/version.rb +1 -1
- data/spec/fixtures/v1/get-champion-by-id.json +952 -0
- data/spec/fixtures/v1/get-champion.json +708 -0
- data/spec/fixtures/v1/get-item-by-id.json +5 -0
- data/spec/fixtures/v1/get-item.json +982 -0
- data/spec/fixtures/v1/get-mastery-by-id.json +9 -0
- data/spec/fixtures/v1/get-mastery.json +1359 -0
- data/spec/fixtures/v1/get-realm.json +18 -0
- data/spec/fixtures/v1/get-rune-by-id.json +22 -0
- data/spec/fixtures/v1/get-rune.json +6465 -0
- data/spec/fixtures/v1/get-summoner-spell-by-id.json +64 -0
- data/spec/fixtures/v1/get-summoner-spell.json +657 -0
- data/spec/fixtures/v1.1/get-champion.json +1512 -1
- data/spec/fixtures/v1.2/get-ranked_stats.json +1448 -1
- data/spec/fixtures/v1.2/get-stats.json +115 -1
- data/spec/fixtures/v1.3/get-game.json +1040 -1
- data/spec/fixtures/v1.3/get-summoner-by-name.json +16 -1
- data/spec/fixtures/v1.3/get-summoner-masteries.json +2316 -1
- data/spec/fixtures/v1.3/get-summoner-name.json +4 -1
- data/spec/fixtures/v1.3/get-summoner-runes.json +6374 -1
- data/spec/fixtures/v1.3/get-summoner.json +16 -1
- data/spec/lol/client_spec.rb +12 -0
- data/spec/lol/request_spec.rb +0 -9
- data/spec/lol/static_request_spec.rb +93 -0
- metadata +27 -2
@@ -0,0 +1,708 @@
|
|
1
|
+
{
|
2
|
+
"type": "champion",
|
3
|
+
"version": "4.1.13",
|
4
|
+
"data": {
|
5
|
+
"Aatrox": {
|
6
|
+
"id": "Aatrox",
|
7
|
+
"key": "266",
|
8
|
+
"name": "Aatrox",
|
9
|
+
"title": "the Darkin Blade"
|
10
|
+
},
|
11
|
+
"Ahri": {
|
12
|
+
"id": "Ahri",
|
13
|
+
"key": "103",
|
14
|
+
"name": "Ahri",
|
15
|
+
"title": "the Nine-Tailed Fox"
|
16
|
+
},
|
17
|
+
"Akali": {
|
18
|
+
"id": "Akali",
|
19
|
+
"key": "84",
|
20
|
+
"name": "Akali",
|
21
|
+
"title": "the Fist of Shadow"
|
22
|
+
},
|
23
|
+
"Alistar": {
|
24
|
+
"id": "Alistar",
|
25
|
+
"key": "12",
|
26
|
+
"name": "Alistar",
|
27
|
+
"title": "the Minotaur"
|
28
|
+
},
|
29
|
+
"Amumu": {
|
30
|
+
"id": "Amumu",
|
31
|
+
"key": "32",
|
32
|
+
"name": "Amumu",
|
33
|
+
"title": "the Sad Mummy"
|
34
|
+
},
|
35
|
+
"Anivia": {
|
36
|
+
"id": "Anivia",
|
37
|
+
"key": "34",
|
38
|
+
"name": "Anivia",
|
39
|
+
"title": "the Cryophoenix"
|
40
|
+
},
|
41
|
+
"Annie": {
|
42
|
+
"id": "Annie",
|
43
|
+
"key": "1",
|
44
|
+
"name": "Annie",
|
45
|
+
"title": "the Dark Child"
|
46
|
+
},
|
47
|
+
"Ashe": {
|
48
|
+
"id": "Ashe",
|
49
|
+
"key": "22",
|
50
|
+
"name": "Ashe",
|
51
|
+
"title": "the Frost Archer"
|
52
|
+
},
|
53
|
+
"Blitzcrank": {
|
54
|
+
"id": "Blitzcrank",
|
55
|
+
"key": "53",
|
56
|
+
"name": "Blitzcrank",
|
57
|
+
"title": "the Great Steam Golem"
|
58
|
+
},
|
59
|
+
"Brand": {
|
60
|
+
"id": "Brand",
|
61
|
+
"key": "63",
|
62
|
+
"name": "Brand",
|
63
|
+
"title": "the Burning Vengeance"
|
64
|
+
},
|
65
|
+
"Caitlyn": {
|
66
|
+
"id": "Caitlyn",
|
67
|
+
"key": "51",
|
68
|
+
"name": "Caitlyn",
|
69
|
+
"title": "the Sheriff of Piltover"
|
70
|
+
},
|
71
|
+
"Cassiopeia": {
|
72
|
+
"id": "Cassiopeia",
|
73
|
+
"key": "69",
|
74
|
+
"name": "Cassiopeia",
|
75
|
+
"title": "the Serpent's Embrace"
|
76
|
+
},
|
77
|
+
"Chogath": {
|
78
|
+
"id": "Chogath",
|
79
|
+
"key": "31",
|
80
|
+
"name": "Cho'Gath",
|
81
|
+
"title": "the Terror of the Void"
|
82
|
+
},
|
83
|
+
"Corki": {
|
84
|
+
"id": "Corki",
|
85
|
+
"key": "42",
|
86
|
+
"name": "Corki",
|
87
|
+
"title": "the Daring Bombardier"
|
88
|
+
},
|
89
|
+
"Darius": {
|
90
|
+
"id": "Darius",
|
91
|
+
"key": "122",
|
92
|
+
"name": "Darius",
|
93
|
+
"title": "the Hand of Noxus"
|
94
|
+
},
|
95
|
+
"Diana": {
|
96
|
+
"id": "Diana",
|
97
|
+
"key": "131",
|
98
|
+
"name": "Diana",
|
99
|
+
"title": "Scorn of the Moon"
|
100
|
+
},
|
101
|
+
"Draven": {
|
102
|
+
"id": "Draven",
|
103
|
+
"key": "119",
|
104
|
+
"name": "Draven",
|
105
|
+
"title": "the Glorious Executioner"
|
106
|
+
},
|
107
|
+
"DrMundo": {
|
108
|
+
"id": "DrMundo",
|
109
|
+
"key": "36",
|
110
|
+
"name": "Dr. Mundo",
|
111
|
+
"title": "the Madman of Zaun"
|
112
|
+
},
|
113
|
+
"Elise": {
|
114
|
+
"id": "Elise",
|
115
|
+
"key": "60",
|
116
|
+
"name": "Elise",
|
117
|
+
"title": "The Spider Queen"
|
118
|
+
},
|
119
|
+
"Evelynn": {
|
120
|
+
"id": "Evelynn",
|
121
|
+
"key": "28",
|
122
|
+
"name": "Evelynn",
|
123
|
+
"title": "the Widowmaker"
|
124
|
+
},
|
125
|
+
"Ezreal": {
|
126
|
+
"id": "Ezreal",
|
127
|
+
"key": "81",
|
128
|
+
"name": "Ezreal",
|
129
|
+
"title": "the Prodigal Explorer"
|
130
|
+
},
|
131
|
+
"FiddleSticks": {
|
132
|
+
"id": "FiddleSticks",
|
133
|
+
"key": "9",
|
134
|
+
"name": "Fiddlesticks",
|
135
|
+
"title": "the Harbinger of Doom"
|
136
|
+
},
|
137
|
+
"Fiora": {
|
138
|
+
"id": "Fiora",
|
139
|
+
"key": "114",
|
140
|
+
"name": "Fiora",
|
141
|
+
"title": "the Grand Duelist"
|
142
|
+
},
|
143
|
+
"Fizz": {
|
144
|
+
"id": "Fizz",
|
145
|
+
"key": "105",
|
146
|
+
"name": "Fizz",
|
147
|
+
"title": "the Tidal Trickster"
|
148
|
+
},
|
149
|
+
"Galio": {
|
150
|
+
"id": "Galio",
|
151
|
+
"key": "3",
|
152
|
+
"name": "Galio",
|
153
|
+
"title": "the Sentinel's Sorrow"
|
154
|
+
},
|
155
|
+
"Gangplank": {
|
156
|
+
"id": "Gangplank",
|
157
|
+
"key": "41",
|
158
|
+
"name": "Gangplank",
|
159
|
+
"title": "the Saltwater Scourge"
|
160
|
+
},
|
161
|
+
"Garen": {
|
162
|
+
"id": "Garen",
|
163
|
+
"key": "86",
|
164
|
+
"name": "Garen",
|
165
|
+
"title": "The Might of Demacia"
|
166
|
+
},
|
167
|
+
"Gragas": {
|
168
|
+
"id": "Gragas",
|
169
|
+
"key": "79",
|
170
|
+
"name": "Gragas",
|
171
|
+
"title": "the Rabble Rouser"
|
172
|
+
},
|
173
|
+
"Graves": {
|
174
|
+
"id": "Graves",
|
175
|
+
"key": "104",
|
176
|
+
"name": "Graves",
|
177
|
+
"title": "the Outlaw"
|
178
|
+
},
|
179
|
+
"Hecarim": {
|
180
|
+
"id": "Hecarim",
|
181
|
+
"key": "120",
|
182
|
+
"name": "Hecarim",
|
183
|
+
"title": "the Shadow of War"
|
184
|
+
},
|
185
|
+
"Heimerdinger": {
|
186
|
+
"id": "Heimerdinger",
|
187
|
+
"key": "74",
|
188
|
+
"name": "Heimerdinger",
|
189
|
+
"title": "the Revered Inventor"
|
190
|
+
},
|
191
|
+
"Irelia": {
|
192
|
+
"id": "Irelia",
|
193
|
+
"key": "39",
|
194
|
+
"name": "Irelia",
|
195
|
+
"title": "the Will of the Blades"
|
196
|
+
},
|
197
|
+
"Janna": {
|
198
|
+
"id": "Janna",
|
199
|
+
"key": "40",
|
200
|
+
"name": "Janna",
|
201
|
+
"title": "the Storm's Fury"
|
202
|
+
},
|
203
|
+
"JarvanIV": {
|
204
|
+
"id": "JarvanIV",
|
205
|
+
"key": "59",
|
206
|
+
"name": "Jarvan IV",
|
207
|
+
"title": "the Exemplar of Demacia"
|
208
|
+
},
|
209
|
+
"Jax": {
|
210
|
+
"id": "Jax",
|
211
|
+
"key": "24",
|
212
|
+
"name": "Jax",
|
213
|
+
"title": "Grandmaster at Arms"
|
214
|
+
},
|
215
|
+
"Jayce": {
|
216
|
+
"id": "Jayce",
|
217
|
+
"key": "126",
|
218
|
+
"name": "Jayce",
|
219
|
+
"title": "the Defender of Tomorrow"
|
220
|
+
},
|
221
|
+
"Jinx": {
|
222
|
+
"id": "Jinx",
|
223
|
+
"key": "222",
|
224
|
+
"name": "Jinx",
|
225
|
+
"title": "the Loose Cannon"
|
226
|
+
},
|
227
|
+
"Karma": {
|
228
|
+
"id": "Karma",
|
229
|
+
"key": "43",
|
230
|
+
"name": "Karma",
|
231
|
+
"title": "the Enlightened One"
|
232
|
+
},
|
233
|
+
"Karthus": {
|
234
|
+
"id": "Karthus",
|
235
|
+
"key": "30",
|
236
|
+
"name": "Karthus",
|
237
|
+
"title": "the Deathsinger"
|
238
|
+
},
|
239
|
+
"Kassadin": {
|
240
|
+
"id": "Kassadin",
|
241
|
+
"key": "38",
|
242
|
+
"name": "Kassadin",
|
243
|
+
"title": "the Void Walker"
|
244
|
+
},
|
245
|
+
"Katarina": {
|
246
|
+
"id": "Katarina",
|
247
|
+
"key": "55",
|
248
|
+
"name": "Katarina",
|
249
|
+
"title": "the Sinister Blade"
|
250
|
+
},
|
251
|
+
"Kayle": {
|
252
|
+
"id": "Kayle",
|
253
|
+
"key": "10",
|
254
|
+
"name": "Kayle",
|
255
|
+
"title": "The Judicator"
|
256
|
+
},
|
257
|
+
"Kennen": {
|
258
|
+
"id": "Kennen",
|
259
|
+
"key": "85",
|
260
|
+
"name": "Kennen",
|
261
|
+
"title": "the Heart of the Tempest"
|
262
|
+
},
|
263
|
+
"Khazix": {
|
264
|
+
"id": "Khazix",
|
265
|
+
"key": "121",
|
266
|
+
"name": "Kha'Zix",
|
267
|
+
"title": "the Voidreaver"
|
268
|
+
},
|
269
|
+
"KogMaw": {
|
270
|
+
"id": "KogMaw",
|
271
|
+
"key": "96",
|
272
|
+
"name": "Kog'Maw",
|
273
|
+
"title": "the Mouth of the Abyss"
|
274
|
+
},
|
275
|
+
"Leblanc": {
|
276
|
+
"id": "Leblanc",
|
277
|
+
"key": "7",
|
278
|
+
"name": "LeBlanc",
|
279
|
+
"title": "the Deceiver"
|
280
|
+
},
|
281
|
+
"LeeSin": {
|
282
|
+
"id": "LeeSin",
|
283
|
+
"key": "64",
|
284
|
+
"name": "Lee Sin",
|
285
|
+
"title": "the Blind Monk"
|
286
|
+
},
|
287
|
+
"Leona": {
|
288
|
+
"id": "Leona",
|
289
|
+
"key": "89",
|
290
|
+
"name": "Leona",
|
291
|
+
"title": "the Radiant Dawn"
|
292
|
+
},
|
293
|
+
"Lissandra": {
|
294
|
+
"id": "Lissandra",
|
295
|
+
"key": "127",
|
296
|
+
"name": "Lissandra",
|
297
|
+
"title": "the Ice Witch"
|
298
|
+
},
|
299
|
+
"Lucian": {
|
300
|
+
"id": "Lucian",
|
301
|
+
"key": "236",
|
302
|
+
"name": "Lucian",
|
303
|
+
"title": "the Purifier"
|
304
|
+
},
|
305
|
+
"Lulu": {
|
306
|
+
"id": "Lulu",
|
307
|
+
"key": "117",
|
308
|
+
"name": "Lulu",
|
309
|
+
"title": "the Fae Sorceress"
|
310
|
+
},
|
311
|
+
"Lux": {
|
312
|
+
"id": "Lux",
|
313
|
+
"key": "99",
|
314
|
+
"name": "Lux",
|
315
|
+
"title": "the Lady of Luminosity"
|
316
|
+
},
|
317
|
+
"Malphite": {
|
318
|
+
"id": "Malphite",
|
319
|
+
"key": "54",
|
320
|
+
"name": "Malphite",
|
321
|
+
"title": "Shard of the Monolith"
|
322
|
+
},
|
323
|
+
"Malzahar": {
|
324
|
+
"id": "Malzahar",
|
325
|
+
"key": "90",
|
326
|
+
"name": "Malzahar",
|
327
|
+
"title": "the Prophet of the Void"
|
328
|
+
},
|
329
|
+
"Maokai": {
|
330
|
+
"id": "Maokai",
|
331
|
+
"key": "57",
|
332
|
+
"name": "Maokai",
|
333
|
+
"title": "the Twisted Treant"
|
334
|
+
},
|
335
|
+
"MasterYi": {
|
336
|
+
"id": "MasterYi",
|
337
|
+
"key": "11",
|
338
|
+
"name": "Master Yi",
|
339
|
+
"title": "the Wuju Bladesman"
|
340
|
+
},
|
341
|
+
"MissFortune": {
|
342
|
+
"id": "MissFortune",
|
343
|
+
"key": "21",
|
344
|
+
"name": "Miss Fortune",
|
345
|
+
"title": "the Bounty Hunter"
|
346
|
+
},
|
347
|
+
"MonkeyKing": {
|
348
|
+
"id": "MonkeyKing",
|
349
|
+
"key": "62",
|
350
|
+
"name": "Wukong",
|
351
|
+
"title": "the Monkey King"
|
352
|
+
},
|
353
|
+
"Mordekaiser": {
|
354
|
+
"id": "Mordekaiser",
|
355
|
+
"key": "82",
|
356
|
+
"name": "Mordekaiser",
|
357
|
+
"title": "the Master of Metal"
|
358
|
+
},
|
359
|
+
"Morgana": {
|
360
|
+
"id": "Morgana",
|
361
|
+
"key": "25",
|
362
|
+
"name": "Morgana",
|
363
|
+
"title": "Fallen Angel"
|
364
|
+
},
|
365
|
+
"Nami": {
|
366
|
+
"id": "Nami",
|
367
|
+
"key": "267",
|
368
|
+
"name": "Nami",
|
369
|
+
"title": "the Tidecaller"
|
370
|
+
},
|
371
|
+
"Nasus": {
|
372
|
+
"id": "Nasus",
|
373
|
+
"key": "75",
|
374
|
+
"name": "Nasus",
|
375
|
+
"title": "the Curator of the Sands"
|
376
|
+
},
|
377
|
+
"Nautilus": {
|
378
|
+
"id": "Nautilus",
|
379
|
+
"key": "111",
|
380
|
+
"name": "Nautilus",
|
381
|
+
"title": "the Titan of the Depths"
|
382
|
+
},
|
383
|
+
"Nidalee": {
|
384
|
+
"id": "Nidalee",
|
385
|
+
"key": "76",
|
386
|
+
"name": "Nidalee",
|
387
|
+
"title": "the Bestial Huntress"
|
388
|
+
},
|
389
|
+
"Nocturne": {
|
390
|
+
"id": "Nocturne",
|
391
|
+
"key": "56",
|
392
|
+
"name": "Nocturne",
|
393
|
+
"title": "the Eternal Nightmare"
|
394
|
+
},
|
395
|
+
"Nunu": {
|
396
|
+
"id": "Nunu",
|
397
|
+
"key": "20",
|
398
|
+
"name": "Nunu",
|
399
|
+
"title": "the Yeti Rider"
|
400
|
+
},
|
401
|
+
"Olaf": {
|
402
|
+
"id": "Olaf",
|
403
|
+
"key": "2",
|
404
|
+
"name": "Olaf",
|
405
|
+
"title": "the Berserker"
|
406
|
+
},
|
407
|
+
"Orianna": {
|
408
|
+
"id": "Orianna",
|
409
|
+
"key": "61",
|
410
|
+
"name": "Orianna",
|
411
|
+
"title": "the Lady of Clockwork"
|
412
|
+
},
|
413
|
+
"Pantheon": {
|
414
|
+
"id": "Pantheon",
|
415
|
+
"key": "80",
|
416
|
+
"name": "Pantheon",
|
417
|
+
"title": "the Artisan of War"
|
418
|
+
},
|
419
|
+
"Poppy": {
|
420
|
+
"id": "Poppy",
|
421
|
+
"key": "78",
|
422
|
+
"name": "Poppy",
|
423
|
+
"title": "the Iron Ambassador"
|
424
|
+
},
|
425
|
+
"Quinn": {
|
426
|
+
"id": "Quinn",
|
427
|
+
"key": "133",
|
428
|
+
"name": "Quinn",
|
429
|
+
"title": "Demacia's Wings"
|
430
|
+
},
|
431
|
+
"Rammus": {
|
432
|
+
"id": "Rammus",
|
433
|
+
"key": "33",
|
434
|
+
"name": "Rammus",
|
435
|
+
"title": "the Armordillo"
|
436
|
+
},
|
437
|
+
"Renekton": {
|
438
|
+
"id": "Renekton",
|
439
|
+
"key": "58",
|
440
|
+
"name": "Renekton",
|
441
|
+
"title": "the Butcher of the Sands"
|
442
|
+
},
|
443
|
+
"Rengar": {
|
444
|
+
"id": "Rengar",
|
445
|
+
"key": "107",
|
446
|
+
"name": "Rengar",
|
447
|
+
"title": "the Pridestalker"
|
448
|
+
},
|
449
|
+
"Riven": {
|
450
|
+
"id": "Riven",
|
451
|
+
"key": "92",
|
452
|
+
"name": "Riven",
|
453
|
+
"title": "the Exile"
|
454
|
+
},
|
455
|
+
"Rumble": {
|
456
|
+
"id": "Rumble",
|
457
|
+
"key": "68",
|
458
|
+
"name": "Rumble",
|
459
|
+
"title": "the Mechanized Menace"
|
460
|
+
},
|
461
|
+
"Ryze": {
|
462
|
+
"id": "Ryze",
|
463
|
+
"key": "13",
|
464
|
+
"name": "Ryze",
|
465
|
+
"title": "the Rogue Mage"
|
466
|
+
},
|
467
|
+
"Sejuani": {
|
468
|
+
"id": "Sejuani",
|
469
|
+
"key": "113",
|
470
|
+
"name": "Sejuani",
|
471
|
+
"title": "the Winter's Wrath"
|
472
|
+
},
|
473
|
+
"Shaco": {
|
474
|
+
"id": "Shaco",
|
475
|
+
"key": "35",
|
476
|
+
"name": "Shaco",
|
477
|
+
"title": "the Demon Jester"
|
478
|
+
},
|
479
|
+
"Shen": {
|
480
|
+
"id": "Shen",
|
481
|
+
"key": "98",
|
482
|
+
"name": "Shen",
|
483
|
+
"title": "Eye of Twilight"
|
484
|
+
},
|
485
|
+
"Shyvana": {
|
486
|
+
"id": "Shyvana",
|
487
|
+
"key": "102",
|
488
|
+
"name": "Shyvana",
|
489
|
+
"title": "the Half-Dragon"
|
490
|
+
},
|
491
|
+
"Singed": {
|
492
|
+
"id": "Singed",
|
493
|
+
"key": "27",
|
494
|
+
"name": "Singed",
|
495
|
+
"title": "the Mad Chemist"
|
496
|
+
},
|
497
|
+
"Sion": {
|
498
|
+
"id": "Sion",
|
499
|
+
"key": "14",
|
500
|
+
"name": "Sion",
|
501
|
+
"title": "the Undead Champion"
|
502
|
+
},
|
503
|
+
"Sivir": {
|
504
|
+
"id": "Sivir",
|
505
|
+
"key": "15",
|
506
|
+
"name": "Sivir",
|
507
|
+
"title": "the Battle Mistress"
|
508
|
+
},
|
509
|
+
"Skarner": {
|
510
|
+
"id": "Skarner",
|
511
|
+
"key": "72",
|
512
|
+
"name": "Skarner",
|
513
|
+
"title": "the Crystal Vanguard"
|
514
|
+
},
|
515
|
+
"Sona": {
|
516
|
+
"id": "Sona",
|
517
|
+
"key": "37",
|
518
|
+
"name": "Sona",
|
519
|
+
"title": "Maven of the Strings"
|
520
|
+
},
|
521
|
+
"Soraka": {
|
522
|
+
"id": "Soraka",
|
523
|
+
"key": "16",
|
524
|
+
"name": "Soraka",
|
525
|
+
"title": "the Starchild"
|
526
|
+
},
|
527
|
+
"Swain": {
|
528
|
+
"id": "Swain",
|
529
|
+
"key": "50",
|
530
|
+
"name": "Swain",
|
531
|
+
"title": "the Master Tactician"
|
532
|
+
},
|
533
|
+
"Syndra": {
|
534
|
+
"id": "Syndra",
|
535
|
+
"key": "134",
|
536
|
+
"name": "Syndra",
|
537
|
+
"title": "the Dark Sovereign"
|
538
|
+
},
|
539
|
+
"Talon": {
|
540
|
+
"id": "Talon",
|
541
|
+
"key": "91",
|
542
|
+
"name": "Talon",
|
543
|
+
"title": "the Blade's Shadow"
|
544
|
+
},
|
545
|
+
"Taric": {
|
546
|
+
"id": "Taric",
|
547
|
+
"key": "44",
|
548
|
+
"name": "Taric",
|
549
|
+
"title": "the Gem Knight"
|
550
|
+
},
|
551
|
+
"Teemo": {
|
552
|
+
"id": "Teemo",
|
553
|
+
"key": "17",
|
554
|
+
"name": "Teemo",
|
555
|
+
"title": "the Swift Scout"
|
556
|
+
},
|
557
|
+
"Thresh": {
|
558
|
+
"id": "Thresh",
|
559
|
+
"key": "412",
|
560
|
+
"name": "Thresh",
|
561
|
+
"title": "the Chain Warden"
|
562
|
+
},
|
563
|
+
"Tristana": {
|
564
|
+
"id": "Tristana",
|
565
|
+
"key": "18",
|
566
|
+
"name": "Tristana",
|
567
|
+
"title": "the Megling Gunner"
|
568
|
+
},
|
569
|
+
"Trundle": {
|
570
|
+
"id": "Trundle",
|
571
|
+
"key": "48",
|
572
|
+
"name": "Trundle",
|
573
|
+
"title": "the Troll King"
|
574
|
+
},
|
575
|
+
"Tryndamere": {
|
576
|
+
"id": "Tryndamere",
|
577
|
+
"key": "23",
|
578
|
+
"name": "Tryndamere",
|
579
|
+
"title": "the Barbarian King"
|
580
|
+
},
|
581
|
+
"TwistedFate": {
|
582
|
+
"id": "TwistedFate",
|
583
|
+
"key": "4",
|
584
|
+
"name": "Twisted Fate",
|
585
|
+
"title": "the Card Master"
|
586
|
+
},
|
587
|
+
"Twitch": {
|
588
|
+
"id": "Twitch",
|
589
|
+
"key": "29",
|
590
|
+
"name": "Twitch",
|
591
|
+
"title": "the Plague Rat"
|
592
|
+
},
|
593
|
+
"Udyr": {
|
594
|
+
"id": "Udyr",
|
595
|
+
"key": "77",
|
596
|
+
"name": "Udyr",
|
597
|
+
"title": "the Spirit Walker"
|
598
|
+
},
|
599
|
+
"Urgot": {
|
600
|
+
"id": "Urgot",
|
601
|
+
"key": "6",
|
602
|
+
"name": "Urgot",
|
603
|
+
"title": "the Headsman's Pride"
|
604
|
+
},
|
605
|
+
"Varus": {
|
606
|
+
"id": "Varus",
|
607
|
+
"key": "110",
|
608
|
+
"name": "Varus",
|
609
|
+
"title": "the Arrow of Retribution"
|
610
|
+
},
|
611
|
+
"Vayne": {
|
612
|
+
"id": "Vayne",
|
613
|
+
"key": "67",
|
614
|
+
"name": "Vayne",
|
615
|
+
"title": "the Night Hunter"
|
616
|
+
},
|
617
|
+
"Veigar": {
|
618
|
+
"id": "Veigar",
|
619
|
+
"key": "45",
|
620
|
+
"name": "Veigar",
|
621
|
+
"title": "the Tiny Master of Evil"
|
622
|
+
},
|
623
|
+
"Vi": {
|
624
|
+
"id": "Vi",
|
625
|
+
"key": "254",
|
626
|
+
"name": "Vi",
|
627
|
+
"title": "the Piltover Enforcer"
|
628
|
+
},
|
629
|
+
"Viktor": {
|
630
|
+
"id": "Viktor",
|
631
|
+
"key": "112",
|
632
|
+
"name": "Viktor",
|
633
|
+
"title": "the Machine Herald"
|
634
|
+
},
|
635
|
+
"Vladimir": {
|
636
|
+
"id": "Vladimir",
|
637
|
+
"key": "8",
|
638
|
+
"name": "Vladimir",
|
639
|
+
"title": "the Crimson Reaper"
|
640
|
+
},
|
641
|
+
"Volibear": {
|
642
|
+
"id": "Volibear",
|
643
|
+
"key": "106",
|
644
|
+
"name": "Volibear",
|
645
|
+
"title": "the Thunder's Roar"
|
646
|
+
},
|
647
|
+
"Warwick": {
|
648
|
+
"id": "Warwick",
|
649
|
+
"key": "19",
|
650
|
+
"name": "Warwick",
|
651
|
+
"title": "the Blood Hunter"
|
652
|
+
},
|
653
|
+
"Xerath": {
|
654
|
+
"id": "Xerath",
|
655
|
+
"key": "101",
|
656
|
+
"name": "Xerath",
|
657
|
+
"title": "the Magus Ascendant"
|
658
|
+
},
|
659
|
+
"XinZhao": {
|
660
|
+
"id": "XinZhao",
|
661
|
+
"key": "5",
|
662
|
+
"name": "Xin Zhao",
|
663
|
+
"title": "the Seneschal of Demacia"
|
664
|
+
},
|
665
|
+
"Yasuo": {
|
666
|
+
"id": "Yasuo",
|
667
|
+
"key": "157",
|
668
|
+
"name": "Yasuo",
|
669
|
+
"title": "the Unforgiven"
|
670
|
+
},
|
671
|
+
"Yorick": {
|
672
|
+
"id": "Yorick",
|
673
|
+
"key": "83",
|
674
|
+
"name": "Yorick",
|
675
|
+
"title": "the Gravedigger"
|
676
|
+
},
|
677
|
+
"Zac": {
|
678
|
+
"id": "Zac",
|
679
|
+
"key": "154",
|
680
|
+
"name": "Zac",
|
681
|
+
"title": "the Secret Weapon"
|
682
|
+
},
|
683
|
+
"Zed": {
|
684
|
+
"id": "Zed",
|
685
|
+
"key": "238",
|
686
|
+
"name": "Zed",
|
687
|
+
"title": "the Master of Shadows"
|
688
|
+
},
|
689
|
+
"Ziggs": {
|
690
|
+
"id": "Ziggs",
|
691
|
+
"key": "115",
|
692
|
+
"name": "Ziggs",
|
693
|
+
"title": "the Hexplosives Expert"
|
694
|
+
},
|
695
|
+
"Zilean": {
|
696
|
+
"id": "Zilean",
|
697
|
+
"key": "26",
|
698
|
+
"name": "Zilean",
|
699
|
+
"title": "the Chronokeeper"
|
700
|
+
},
|
701
|
+
"Zyra": {
|
702
|
+
"id": "Zyra",
|
703
|
+
"key": "143",
|
704
|
+
"name": "Zyra",
|
705
|
+
"title": "Rise of the Thorns"
|
706
|
+
}
|
707
|
+
}
|
708
|
+
}
|