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,1359 @@
|
|
1
|
+
{
|
2
|
+
"type": "mastery",
|
3
|
+
"version": "4.1.2",
|
4
|
+
"data": {
|
5
|
+
"4111": {
|
6
|
+
"id": 4111,
|
7
|
+
"name": "Double-Edged Sword",
|
8
|
+
"description": [
|
9
|
+
"Melee - Deal an additional 2% damage and receive an additional 1% damage<br>Ranged - Deal an additional 1.5% damage and receive an additional 1.5% damage"
|
10
|
+
],
|
11
|
+
"ranks": 1,
|
12
|
+
"prereq": "0",
|
13
|
+
"image": {
|
14
|
+
"full": "4111.png",
|
15
|
+
"sprite": "mastery0.png",
|
16
|
+
"group": "gray_mastery",
|
17
|
+
"x": 288,
|
18
|
+
"y": 240,
|
19
|
+
"w": 48,
|
20
|
+
"h": 48
|
21
|
+
}
|
22
|
+
},
|
23
|
+
"4112": {
|
24
|
+
"id": 4112,
|
25
|
+
"name": "Fury",
|
26
|
+
"description": [
|
27
|
+
"+1.25% Attack Speed",
|
28
|
+
"+2.5% Attack Speed",
|
29
|
+
"+3.75% Attack Speed",
|
30
|
+
"+5% Attack Speed"
|
31
|
+
],
|
32
|
+
"ranks": 4,
|
33
|
+
"prereq": "0",
|
34
|
+
"image": {
|
35
|
+
"full": "4112.png",
|
36
|
+
"sprite": "mastery0.png",
|
37
|
+
"group": "gray_mastery",
|
38
|
+
"x": 336,
|
39
|
+
"y": 240,
|
40
|
+
"w": 48,
|
41
|
+
"h": 48
|
42
|
+
}
|
43
|
+
},
|
44
|
+
"4113": {
|
45
|
+
"id": 4113,
|
46
|
+
"name": "Sorcery",
|
47
|
+
"description": [
|
48
|
+
"+1.25% Cooldown Reduction",
|
49
|
+
"+2.5% Cooldown Reduction",
|
50
|
+
"+3.75% Cooldown Reduction",
|
51
|
+
"+5% Cooldown Reduction"
|
52
|
+
],
|
53
|
+
"ranks": 4,
|
54
|
+
"prereq": "0",
|
55
|
+
"image": {
|
56
|
+
"full": "4113.png",
|
57
|
+
"sprite": "mastery0.png",
|
58
|
+
"group": "gray_mastery",
|
59
|
+
"x": 384,
|
60
|
+
"y": 240,
|
61
|
+
"w": 48,
|
62
|
+
"h": 48
|
63
|
+
}
|
64
|
+
},
|
65
|
+
"4114": {
|
66
|
+
"id": 4114,
|
67
|
+
"name": "Butcher",
|
68
|
+
"description": [
|
69
|
+
"Basic attacks and single target spells deal an additional 2 damage to minions and monsters<br><br>This does not trigger off of area of effect damage or damage over time effects"
|
70
|
+
],
|
71
|
+
"ranks": 1,
|
72
|
+
"prereq": "0",
|
73
|
+
"image": {
|
74
|
+
"full": "4114.png",
|
75
|
+
"sprite": "mastery0.png",
|
76
|
+
"group": "gray_mastery",
|
77
|
+
"x": 432,
|
78
|
+
"y": 240,
|
79
|
+
"w": 48,
|
80
|
+
"h": 48
|
81
|
+
}
|
82
|
+
},
|
83
|
+
"4121": {
|
84
|
+
"id": 4121,
|
85
|
+
"name": "Expose Weakness",
|
86
|
+
"description": [
|
87
|
+
"Damaging an enemy with a spell increases allied champions' damage to that enemy by 1% for the next 3 seconds"
|
88
|
+
],
|
89
|
+
"ranks": 1,
|
90
|
+
"prereq": "0",
|
91
|
+
"image": {
|
92
|
+
"full": "4121.png",
|
93
|
+
"sprite": "mastery0.png",
|
94
|
+
"group": "gray_mastery",
|
95
|
+
"x": 0,
|
96
|
+
"y": 288,
|
97
|
+
"w": 48,
|
98
|
+
"h": 48
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"4122": {
|
102
|
+
"id": 4122,
|
103
|
+
"name": "Brute Force",
|
104
|
+
"description": [
|
105
|
+
"+4 Attack Damage at level 18 (+0.22 Attack Damage per level)",
|
106
|
+
"+7 Attack Damage at level 18 (0.39 Attack Damage per level)",
|
107
|
+
"+10 Attack Damage at level 18 (0.55 Attack Damage per level)"
|
108
|
+
],
|
109
|
+
"ranks": 3,
|
110
|
+
"prereq": "0",
|
111
|
+
"image": {
|
112
|
+
"full": "4122.png",
|
113
|
+
"sprite": "mastery0.png",
|
114
|
+
"group": "gray_mastery",
|
115
|
+
"x": 48,
|
116
|
+
"y": 288,
|
117
|
+
"w": 48,
|
118
|
+
"h": 48
|
119
|
+
}
|
120
|
+
},
|
121
|
+
"4123": {
|
122
|
+
"id": 4123,
|
123
|
+
"name": "Mental Force",
|
124
|
+
"description": [
|
125
|
+
"+6 Ability Power at level 18 (+0.33 Ability Power per level)",
|
126
|
+
"+11 Ability Power at level 18 (0.61 Ability Power per level)",
|
127
|
+
"+16 Ability Power at level 18 (0.89 Ability Power per level)"
|
128
|
+
],
|
129
|
+
"ranks": 3,
|
130
|
+
"prereq": "0",
|
131
|
+
"image": {
|
132
|
+
"full": "4123.png",
|
133
|
+
"sprite": "mastery0.png",
|
134
|
+
"group": "gray_mastery",
|
135
|
+
"x": 96,
|
136
|
+
"y": 288,
|
137
|
+
"w": 48,
|
138
|
+
"h": 48
|
139
|
+
}
|
140
|
+
},
|
141
|
+
"4124": {
|
142
|
+
"id": 4124,
|
143
|
+
"name": "Feast",
|
144
|
+
"description": [
|
145
|
+
"Killing a unit restores 2 Health and 1 Mana"
|
146
|
+
],
|
147
|
+
"ranks": 1,
|
148
|
+
"prereq": "4114",
|
149
|
+
"image": {
|
150
|
+
"full": "4124.png",
|
151
|
+
"sprite": "mastery0.png",
|
152
|
+
"group": "gray_mastery",
|
153
|
+
"x": 144,
|
154
|
+
"y": 528,
|
155
|
+
"w": 48,
|
156
|
+
"h": 48
|
157
|
+
}
|
158
|
+
},
|
159
|
+
"4131": {
|
160
|
+
"id": 4131,
|
161
|
+
"name": "Spell Weaving",
|
162
|
+
"description": [
|
163
|
+
"Damaging an enemy champion with a Basic Attack increases Spell Damage by 1%, stacking up to 3 times (max 3% damage increase)"
|
164
|
+
],
|
165
|
+
"ranks": 1,
|
166
|
+
"prereq": "0",
|
167
|
+
"image": {
|
168
|
+
"full": "4131.png",
|
169
|
+
"sprite": "mastery0.png",
|
170
|
+
"group": "gray_mastery",
|
171
|
+
"x": 144,
|
172
|
+
"y": 288,
|
173
|
+
"w": 48,
|
174
|
+
"h": 48
|
175
|
+
}
|
176
|
+
},
|
177
|
+
"4132": {
|
178
|
+
"id": 4132,
|
179
|
+
"name": "Martial Mastery",
|
180
|
+
"description": [
|
181
|
+
"+4 Attack Damage"
|
182
|
+
],
|
183
|
+
"ranks": 1,
|
184
|
+
"prereq": "4122",
|
185
|
+
"image": {
|
186
|
+
"full": "4132.png",
|
187
|
+
"sprite": "mastery0.png",
|
188
|
+
"group": "gray_mastery",
|
189
|
+
"x": 192,
|
190
|
+
"y": 288,
|
191
|
+
"w": 48,
|
192
|
+
"h": 48
|
193
|
+
}
|
194
|
+
},
|
195
|
+
"4133": {
|
196
|
+
"id": 4133,
|
197
|
+
"name": "Arcane Mastery",
|
198
|
+
"description": [
|
199
|
+
"+6 Ability Power"
|
200
|
+
],
|
201
|
+
"ranks": 1,
|
202
|
+
"prereq": "4123",
|
203
|
+
"image": {
|
204
|
+
"full": "4133.png",
|
205
|
+
"sprite": "mastery0.png",
|
206
|
+
"group": "gray_mastery",
|
207
|
+
"x": 240,
|
208
|
+
"y": 288,
|
209
|
+
"w": 48,
|
210
|
+
"h": 48
|
211
|
+
}
|
212
|
+
},
|
213
|
+
"4134": {
|
214
|
+
"id": 4134,
|
215
|
+
"name": "Executioner",
|
216
|
+
"description": [
|
217
|
+
"Increases damage dealt to champions below 20% Health by 5%",
|
218
|
+
"Increases damage dealt to champions below 35% Health by 5%",
|
219
|
+
"Increases damage dealt to champions below 50% Health by 5%"
|
220
|
+
],
|
221
|
+
"ranks": 3,
|
222
|
+
"prereq": "0",
|
223
|
+
"image": {
|
224
|
+
"full": "4134.png",
|
225
|
+
"sprite": "mastery0.png",
|
226
|
+
"group": "gray_mastery",
|
227
|
+
"x": 288,
|
228
|
+
"y": 288,
|
229
|
+
"w": 48,
|
230
|
+
"h": 48
|
231
|
+
}
|
232
|
+
},
|
233
|
+
"4141": {
|
234
|
+
"id": 4141,
|
235
|
+
"name": "Blade Weaving",
|
236
|
+
"description": [
|
237
|
+
"Damaging an enemy champion with a spell increases Basic Attack Damage by 1%, stacking up to 3 times (max 3% damage increase)"
|
238
|
+
],
|
239
|
+
"ranks": 1,
|
240
|
+
"prereq": "4131",
|
241
|
+
"image": {
|
242
|
+
"full": "4141.png",
|
243
|
+
"sprite": "mastery0.png",
|
244
|
+
"group": "gray_mastery",
|
245
|
+
"x": 336,
|
246
|
+
"y": 288,
|
247
|
+
"w": 48,
|
248
|
+
"h": 48
|
249
|
+
}
|
250
|
+
},
|
251
|
+
"4142": {
|
252
|
+
"id": 4142,
|
253
|
+
"name": "Warlord",
|
254
|
+
"description": [
|
255
|
+
"Increases bonus Attack Damage by 2%",
|
256
|
+
"Increases Bonus Attack Damage by 3.5%",
|
257
|
+
"Increases Bonus Attack Damage by 5%"
|
258
|
+
],
|
259
|
+
"ranks": 3,
|
260
|
+
"prereq": "0",
|
261
|
+
"image": {
|
262
|
+
"full": "4142.png",
|
263
|
+
"sprite": "mastery0.png",
|
264
|
+
"group": "gray_mastery",
|
265
|
+
"x": 384,
|
266
|
+
"y": 288,
|
267
|
+
"w": 48,
|
268
|
+
"h": 48
|
269
|
+
}
|
270
|
+
},
|
271
|
+
"4143": {
|
272
|
+
"id": 4143,
|
273
|
+
"name": "Archmage",
|
274
|
+
"description": [
|
275
|
+
"Increases Ability Power by 2%",
|
276
|
+
"Increases Ability Power by 3.5%",
|
277
|
+
"Increases Ability Power by 5%"
|
278
|
+
],
|
279
|
+
"ranks": 3,
|
280
|
+
"prereq": "0",
|
281
|
+
"image": {
|
282
|
+
"full": "4143.png",
|
283
|
+
"sprite": "mastery0.png",
|
284
|
+
"group": "gray_mastery",
|
285
|
+
"x": 432,
|
286
|
+
"y": 288,
|
287
|
+
"w": 48,
|
288
|
+
"h": 48
|
289
|
+
}
|
290
|
+
},
|
291
|
+
"4144": {
|
292
|
+
"id": 4144,
|
293
|
+
"name": "Dangerous Game",
|
294
|
+
"description": [
|
295
|
+
"Killing a champion restores 5% missing Health and Mana"
|
296
|
+
],
|
297
|
+
"ranks": 1,
|
298
|
+
"prereq": "4134",
|
299
|
+
"image": {
|
300
|
+
"full": "4144.png",
|
301
|
+
"sprite": "mastery0.png",
|
302
|
+
"group": "gray_mastery",
|
303
|
+
"x": 0,
|
304
|
+
"y": 336,
|
305
|
+
"w": 48,
|
306
|
+
"h": 48
|
307
|
+
}
|
308
|
+
},
|
309
|
+
"4151": {
|
310
|
+
"id": 4151,
|
311
|
+
"name": "Frenzy",
|
312
|
+
"description": [
|
313
|
+
"Critical hits grant +5% Attack Speed for 3 seconds (stacks up to 3 times)"
|
314
|
+
],
|
315
|
+
"ranks": 1,
|
316
|
+
"prereq": "0",
|
317
|
+
"image": {
|
318
|
+
"full": "4151.png",
|
319
|
+
"sprite": "mastery0.png",
|
320
|
+
"group": "gray_mastery",
|
321
|
+
"x": 48,
|
322
|
+
"y": 336,
|
323
|
+
"w": 48,
|
324
|
+
"h": 48
|
325
|
+
}
|
326
|
+
},
|
327
|
+
"4152": {
|
328
|
+
"id": 4152,
|
329
|
+
"name": "Devastating Strikes",
|
330
|
+
"description": [
|
331
|
+
"+2% Armor and Magic Penetration",
|
332
|
+
"+4% Armor and Magic Penetration",
|
333
|
+
"+6% Armor and Magic Penetration"
|
334
|
+
],
|
335
|
+
"ranks": 3,
|
336
|
+
"prereq": "0",
|
337
|
+
"image": {
|
338
|
+
"full": "4152.png",
|
339
|
+
"sprite": "mastery0.png",
|
340
|
+
"group": "gray_mastery",
|
341
|
+
"x": 96,
|
342
|
+
"y": 336,
|
343
|
+
"w": 48,
|
344
|
+
"h": 48
|
345
|
+
}
|
346
|
+
},
|
347
|
+
"4154": {
|
348
|
+
"id": 4154,
|
349
|
+
"name": "Arcane Blade",
|
350
|
+
"description": [
|
351
|
+
"Basic Attacks also deal bonus magic damage equal to 5% of Ability Power"
|
352
|
+
],
|
353
|
+
"ranks": 1,
|
354
|
+
"prereq": "0",
|
355
|
+
"image": {
|
356
|
+
"full": "4154.png",
|
357
|
+
"sprite": "mastery0.png",
|
358
|
+
"group": "gray_mastery",
|
359
|
+
"x": 144,
|
360
|
+
"y": 336,
|
361
|
+
"w": 48,
|
362
|
+
"h": 48
|
363
|
+
}
|
364
|
+
},
|
365
|
+
"4162": {
|
366
|
+
"id": 4162,
|
367
|
+
"name": "Havoc",
|
368
|
+
"description": [
|
369
|
+
"+3% increased damage"
|
370
|
+
],
|
371
|
+
"ranks": 1,
|
372
|
+
"prereq": "0",
|
373
|
+
"image": {
|
374
|
+
"full": "4162.png",
|
375
|
+
"sprite": "mastery0.png",
|
376
|
+
"group": "gray_mastery",
|
377
|
+
"x": 192,
|
378
|
+
"y": 336,
|
379
|
+
"w": 48,
|
380
|
+
"h": 48
|
381
|
+
}
|
382
|
+
},
|
383
|
+
"4211": {
|
384
|
+
"id": 4211,
|
385
|
+
"name": "Block",
|
386
|
+
"description": [
|
387
|
+
"Reduces incoming damage from champion basic attacks by 1",
|
388
|
+
"Reduces incoming damage from champion basic attacks by 2"
|
389
|
+
],
|
390
|
+
"ranks": 2,
|
391
|
+
"prereq": "0",
|
392
|
+
"image": {
|
393
|
+
"full": "4211.png",
|
394
|
+
"sprite": "mastery0.png",
|
395
|
+
"group": "gray_mastery",
|
396
|
+
"x": 240,
|
397
|
+
"y": 336,
|
398
|
+
"w": 48,
|
399
|
+
"h": 48
|
400
|
+
}
|
401
|
+
},
|
402
|
+
"4212": {
|
403
|
+
"id": 4212,
|
404
|
+
"name": "Recovery",
|
405
|
+
"description": [
|
406
|
+
"+1 Health per 5 seconds",
|
407
|
+
"+2 Health per 5 seconds"
|
408
|
+
],
|
409
|
+
"ranks": 2,
|
410
|
+
"prereq": "0",
|
411
|
+
"image": {
|
412
|
+
"full": "4212.png",
|
413
|
+
"sprite": "mastery0.png",
|
414
|
+
"group": "gray_mastery",
|
415
|
+
"x": 288,
|
416
|
+
"y": 336,
|
417
|
+
"w": 48,
|
418
|
+
"h": 48
|
419
|
+
}
|
420
|
+
},
|
421
|
+
"4213": {
|
422
|
+
"id": 4213,
|
423
|
+
"name": "Enchanted Armor",
|
424
|
+
"description": [
|
425
|
+
"Increases bonus Armor and Magic Resistance by 2.5%",
|
426
|
+
"Increases bonus Armor and Magic Resistance by 5%"
|
427
|
+
],
|
428
|
+
"ranks": 2,
|
429
|
+
"prereq": "0",
|
430
|
+
"image": {
|
431
|
+
"full": "4213.png",
|
432
|
+
"sprite": "mastery0.png",
|
433
|
+
"group": "gray_mastery",
|
434
|
+
"x": 336,
|
435
|
+
"y": 336,
|
436
|
+
"w": 48,
|
437
|
+
"h": 48
|
438
|
+
}
|
439
|
+
},
|
440
|
+
"4214": {
|
441
|
+
"id": 4214,
|
442
|
+
"name": "Tough Skin",
|
443
|
+
"description": [
|
444
|
+
"Reduces damage taken from neutral monsters by 1<br><br>This does not affect lane minions",
|
445
|
+
"Reduces damage taken from neutral monsters by 2<br><br>This does not affect lane minions"
|
446
|
+
],
|
447
|
+
"ranks": 2,
|
448
|
+
"prereq": "0",
|
449
|
+
"image": {
|
450
|
+
"full": "4214.png",
|
451
|
+
"sprite": "mastery0.png",
|
452
|
+
"group": "gray_mastery",
|
453
|
+
"x": 384,
|
454
|
+
"y": 336,
|
455
|
+
"w": 48,
|
456
|
+
"h": 48
|
457
|
+
}
|
458
|
+
},
|
459
|
+
"4221": {
|
460
|
+
"id": 4221,
|
461
|
+
"name": "Unyielding",
|
462
|
+
"description": [
|
463
|
+
"Melee - Reduces all incoming damage from champions by 2<br>Ranged - Reduces all incoming damage from champions by 1"
|
464
|
+
],
|
465
|
+
"ranks": 1,
|
466
|
+
"prereq": "4211",
|
467
|
+
"image": {
|
468
|
+
"full": "4221.png",
|
469
|
+
"sprite": "mastery0.png",
|
470
|
+
"group": "gray_mastery",
|
471
|
+
"x": 432,
|
472
|
+
"y": 336,
|
473
|
+
"w": 48,
|
474
|
+
"h": 48
|
475
|
+
}
|
476
|
+
},
|
477
|
+
"4222": {
|
478
|
+
"id": 4222,
|
479
|
+
"name": "Veteran's Scars",
|
480
|
+
"description": [
|
481
|
+
"+12 Health",
|
482
|
+
"+24 Health",
|
483
|
+
"+36 Health"
|
484
|
+
],
|
485
|
+
"ranks": 3,
|
486
|
+
"prereq": "0",
|
487
|
+
"image": {
|
488
|
+
"full": "4222.png",
|
489
|
+
"sprite": "mastery0.png",
|
490
|
+
"group": "gray_mastery",
|
491
|
+
"x": 0,
|
492
|
+
"y": 384,
|
493
|
+
"w": 48,
|
494
|
+
"h": 48
|
495
|
+
}
|
496
|
+
},
|
497
|
+
"4224": {
|
498
|
+
"id": 4224,
|
499
|
+
"name": "Bladed Armor",
|
500
|
+
"description": [
|
501
|
+
"Taking Basic Attack Damage from neutral monsters cause them to bleed, dealing damage equal to 1% of their current Health each second<br>This does not work against lane minions"
|
502
|
+
],
|
503
|
+
"ranks": 1,
|
504
|
+
"prereq": "4214",
|
505
|
+
"image": {
|
506
|
+
"full": "4224.png",
|
507
|
+
"sprite": "mastery0.png",
|
508
|
+
"group": "gray_mastery",
|
509
|
+
"x": 48,
|
510
|
+
"y": 384,
|
511
|
+
"w": 48,
|
512
|
+
"h": 48
|
513
|
+
}
|
514
|
+
},
|
515
|
+
"4231": {
|
516
|
+
"id": 4231,
|
517
|
+
"name": "Oppression",
|
518
|
+
"description": [
|
519
|
+
"Reduces damage taken by 3% from enemies that have impaired movement (slows, snares, taunts, stuns, etc.)"
|
520
|
+
],
|
521
|
+
"ranks": 1,
|
522
|
+
"prereq": "0",
|
523
|
+
"image": {
|
524
|
+
"full": "4231.png",
|
525
|
+
"sprite": "mastery0.png",
|
526
|
+
"group": "gray_mastery",
|
527
|
+
"x": 96,
|
528
|
+
"y": 384,
|
529
|
+
"w": 48,
|
530
|
+
"h": 48
|
531
|
+
}
|
532
|
+
},
|
533
|
+
"4232": {
|
534
|
+
"id": 4232,
|
535
|
+
"name": "Juggernaut",
|
536
|
+
"description": [
|
537
|
+
"+3% Maximum Health"
|
538
|
+
],
|
539
|
+
"ranks": 1,
|
540
|
+
"prereq": "4222",
|
541
|
+
"image": {
|
542
|
+
"full": "4232.png",
|
543
|
+
"sprite": "mastery0.png",
|
544
|
+
"group": "gray_mastery",
|
545
|
+
"x": 144,
|
546
|
+
"y": 384,
|
547
|
+
"w": 48,
|
548
|
+
"h": 48
|
549
|
+
}
|
550
|
+
},
|
551
|
+
"4233": {
|
552
|
+
"id": 4233,
|
553
|
+
"name": "Hardiness",
|
554
|
+
"description": [
|
555
|
+
"+2 Armor",
|
556
|
+
"+3.5 Armor",
|
557
|
+
"+5 Armor"
|
558
|
+
],
|
559
|
+
"ranks": 3,
|
560
|
+
"prereq": "0",
|
561
|
+
"image": {
|
562
|
+
"full": "4233.png",
|
563
|
+
"sprite": "mastery0.png",
|
564
|
+
"group": "gray_mastery",
|
565
|
+
"x": 192,
|
566
|
+
"y": 384,
|
567
|
+
"w": 48,
|
568
|
+
"h": 48
|
569
|
+
}
|
570
|
+
},
|
571
|
+
"4234": {
|
572
|
+
"id": 4234,
|
573
|
+
"name": "Resistance",
|
574
|
+
"description": [
|
575
|
+
"+2 Magic Resist",
|
576
|
+
"+3.5 Magic Resistance",
|
577
|
+
"+5 Magic Resistance"
|
578
|
+
],
|
579
|
+
"ranks": 3,
|
580
|
+
"prereq": "0",
|
581
|
+
"image": {
|
582
|
+
"full": "4234.png",
|
583
|
+
"sprite": "mastery0.png",
|
584
|
+
"group": "gray_mastery",
|
585
|
+
"x": 240,
|
586
|
+
"y": 384,
|
587
|
+
"w": 48,
|
588
|
+
"h": 48
|
589
|
+
}
|
590
|
+
},
|
591
|
+
"4241": {
|
592
|
+
"id": 4241,
|
593
|
+
"name": "Perseverance ",
|
594
|
+
"description": [
|
595
|
+
"Regenerates .7% missing Health every 5 seconds",
|
596
|
+
"Regenerates +1.35% of missing Health every 5 seconds",
|
597
|
+
"Regenerates +2% of missing Health every 5 seconds"
|
598
|
+
],
|
599
|
+
"ranks": 3,
|
600
|
+
"prereq": "0",
|
601
|
+
"image": {
|
602
|
+
"full": "4241.png",
|
603
|
+
"sprite": "mastery0.png",
|
604
|
+
"group": "gray_mastery",
|
605
|
+
"x": 288,
|
606
|
+
"y": 384,
|
607
|
+
"w": 48,
|
608
|
+
"h": 48
|
609
|
+
}
|
610
|
+
},
|
611
|
+
"4242": {
|
612
|
+
"id": 4242,
|
613
|
+
"name": "Swiftness",
|
614
|
+
"description": [
|
615
|
+
"Reduces the effectiveness of slows by 10%"
|
616
|
+
],
|
617
|
+
"ranks": 1,
|
618
|
+
"prereq": "0",
|
619
|
+
"image": {
|
620
|
+
"full": "4242.png",
|
621
|
+
"sprite": "mastery0.png",
|
622
|
+
"group": "gray_mastery",
|
623
|
+
"x": 336,
|
624
|
+
"y": 384,
|
625
|
+
"w": 48,
|
626
|
+
"h": 48
|
627
|
+
}
|
628
|
+
},
|
629
|
+
"4243": {
|
630
|
+
"id": 4243,
|
631
|
+
"name": "Reinforced Armor",
|
632
|
+
"description": [
|
633
|
+
"Reduces damage taken by critical strikes by 10%"
|
634
|
+
],
|
635
|
+
"ranks": 1,
|
636
|
+
"prereq": "4233",
|
637
|
+
"image": {
|
638
|
+
"full": "4243.png",
|
639
|
+
"sprite": "mastery0.png",
|
640
|
+
"group": "gray_mastery",
|
641
|
+
"x": 384,
|
642
|
+
"y": 384,
|
643
|
+
"w": 48,
|
644
|
+
"h": 48
|
645
|
+
}
|
646
|
+
},
|
647
|
+
"4244": {
|
648
|
+
"id": 4244,
|
649
|
+
"name": "Evasive",
|
650
|
+
"description": [
|
651
|
+
"Reduces damage taken by 4% from Area of Effect magic damage"
|
652
|
+
],
|
653
|
+
"ranks": 1,
|
654
|
+
"prereq": "4234",
|
655
|
+
"image": {
|
656
|
+
"full": "4244.png",
|
657
|
+
"sprite": "mastery0.png",
|
658
|
+
"group": "gray_mastery",
|
659
|
+
"x": 432,
|
660
|
+
"y": 384,
|
661
|
+
"w": 48,
|
662
|
+
"h": 48
|
663
|
+
}
|
664
|
+
},
|
665
|
+
"4251": {
|
666
|
+
"id": 4251,
|
667
|
+
"name": "Second Wind",
|
668
|
+
"description": [
|
669
|
+
"Increases self-healing, Health Regen, Lifesteal, and Spellvamp by 10% when below 25% Health"
|
670
|
+
],
|
671
|
+
"ranks": 1,
|
672
|
+
"prereq": "4241",
|
673
|
+
"image": {
|
674
|
+
"full": "4251.png",
|
675
|
+
"sprite": "mastery0.png",
|
676
|
+
"group": "gray_mastery",
|
677
|
+
"x": 0,
|
678
|
+
"y": 432,
|
679
|
+
"w": 48,
|
680
|
+
"h": 48
|
681
|
+
}
|
682
|
+
},
|
683
|
+
"4252": {
|
684
|
+
"id": 4252,
|
685
|
+
"name": "Legendary Guardian",
|
686
|
+
"description": [
|
687
|
+
"+1 Armor and 0.5 Magic Resist for each nearby enemy champion",
|
688
|
+
"+2 Armor and 1 Magic Resistance for each nearby enemy champion",
|
689
|
+
"+3 Armor and 1.5 Magic Resistance for each nearby enemy champion",
|
690
|
+
"+4 Armor and 2 Magic Resist for each nearby enemy champion"
|
691
|
+
],
|
692
|
+
"ranks": 4,
|
693
|
+
"prereq": "0",
|
694
|
+
"image": {
|
695
|
+
"full": "4252.png",
|
696
|
+
"sprite": "mastery0.png",
|
697
|
+
"group": "gray_mastery",
|
698
|
+
"x": 48,
|
699
|
+
"y": 432,
|
700
|
+
"w": 48,
|
701
|
+
"h": 48
|
702
|
+
}
|
703
|
+
},
|
704
|
+
"4253": {
|
705
|
+
"id": 4253,
|
706
|
+
"name": "Runic Blessing",
|
707
|
+
"description": [
|
708
|
+
"Start the game with a 50 Health shield. This shield regenerates each time after respawning"
|
709
|
+
],
|
710
|
+
"ranks": 1,
|
711
|
+
"prereq": "0",
|
712
|
+
"image": {
|
713
|
+
"full": "4253.png",
|
714
|
+
"sprite": "mastery0.png",
|
715
|
+
"group": "gray_mastery",
|
716
|
+
"x": 96,
|
717
|
+
"y": 432,
|
718
|
+
"w": 48,
|
719
|
+
"h": 48
|
720
|
+
}
|
721
|
+
},
|
722
|
+
"4262": {
|
723
|
+
"id": 4262,
|
724
|
+
"name": "Tenacious",
|
725
|
+
"description": [
|
726
|
+
"Reduces the duration of crowd control effects by 15%"
|
727
|
+
],
|
728
|
+
"ranks": 1,
|
729
|
+
"prereq": "0",
|
730
|
+
"image": {
|
731
|
+
"full": "4262.png",
|
732
|
+
"sprite": "mastery0.png",
|
733
|
+
"group": "gray_mastery",
|
734
|
+
"x": 144,
|
735
|
+
"y": 432,
|
736
|
+
"w": 48,
|
737
|
+
"h": 48
|
738
|
+
}
|
739
|
+
},
|
740
|
+
"4311": {
|
741
|
+
"id": 4311,
|
742
|
+
"name": "Phasewalker",
|
743
|
+
"description": [
|
744
|
+
"Reduces the casting time of Recall by 1 second<br><br>Dominion - Reduces the casting time of Enhanced Recall by 0.5 seconds"
|
745
|
+
],
|
746
|
+
"ranks": 1,
|
747
|
+
"prereq": "0",
|
748
|
+
"image": {
|
749
|
+
"full": "4311.png",
|
750
|
+
"sprite": "mastery0.png",
|
751
|
+
"group": "gray_mastery",
|
752
|
+
"x": 192,
|
753
|
+
"y": 432,
|
754
|
+
"w": 48,
|
755
|
+
"h": 48
|
756
|
+
}
|
757
|
+
},
|
758
|
+
"4312": {
|
759
|
+
"id": 4312,
|
760
|
+
"name": "Fleet of Foot",
|
761
|
+
"description": [
|
762
|
+
"+0.5% Movement Speed",
|
763
|
+
"+1% Movement Speed",
|
764
|
+
"+1.5% Movement Speed"
|
765
|
+
],
|
766
|
+
"ranks": 3,
|
767
|
+
"prereq": "0",
|
768
|
+
"image": {
|
769
|
+
"full": "4312.png",
|
770
|
+
"sprite": "mastery0.png",
|
771
|
+
"group": "gray_mastery",
|
772
|
+
"x": 240,
|
773
|
+
"y": 432,
|
774
|
+
"w": 48,
|
775
|
+
"h": 48
|
776
|
+
}
|
777
|
+
},
|
778
|
+
"4313": {
|
779
|
+
"id": 4313,
|
780
|
+
"name": "Meditation",
|
781
|
+
"description": [
|
782
|
+
"+1 Mana Regen per 5 seconds",
|
783
|
+
"+2 Mana Regen per 5 seconds",
|
784
|
+
"+3 Mana Regen per 5 seconds"
|
785
|
+
],
|
786
|
+
"ranks": 3,
|
787
|
+
"prereq": "0",
|
788
|
+
"image": {
|
789
|
+
"full": "4313.png",
|
790
|
+
"sprite": "mastery0.png",
|
791
|
+
"group": "gray_mastery",
|
792
|
+
"x": 288,
|
793
|
+
"y": 432,
|
794
|
+
"w": 48,
|
795
|
+
"h": 48
|
796
|
+
}
|
797
|
+
},
|
798
|
+
"4314": {
|
799
|
+
"id": 4314,
|
800
|
+
"name": "Scout",
|
801
|
+
"description": [
|
802
|
+
"Increases the cast range of trinket items by 15%"
|
803
|
+
],
|
804
|
+
"ranks": 1,
|
805
|
+
"prereq": "0",
|
806
|
+
"image": {
|
807
|
+
"full": "4314.png",
|
808
|
+
"sprite": "mastery0.png",
|
809
|
+
"group": "gray_mastery",
|
810
|
+
"x": 336,
|
811
|
+
"y": 432,
|
812
|
+
"w": 48,
|
813
|
+
"h": 48
|
814
|
+
}
|
815
|
+
},
|
816
|
+
"4322": {
|
817
|
+
"id": 4322,
|
818
|
+
"name": "Summoner's Insight",
|
819
|
+
"description": [
|
820
|
+
"Reduces the cooldown of Summoner Spells by 4%",
|
821
|
+
"Reduces the cooldown of Summoner Spells by 7%",
|
822
|
+
"Reduces the cooldown of Summoner Spells by 10%"
|
823
|
+
],
|
824
|
+
"ranks": 3,
|
825
|
+
"prereq": "0",
|
826
|
+
"image": {
|
827
|
+
"full": "4322.png",
|
828
|
+
"sprite": "mastery0.png",
|
829
|
+
"group": "gray_mastery",
|
830
|
+
"x": 432,
|
831
|
+
"y": 432,
|
832
|
+
"w": 48,
|
833
|
+
"h": 48
|
834
|
+
}
|
835
|
+
},
|
836
|
+
"4323": {
|
837
|
+
"id": 4323,
|
838
|
+
"name": "Strength of Spirit",
|
839
|
+
"description": [
|
840
|
+
"+1 Health Regen per 5 seconds for every 300 maximum Mana"
|
841
|
+
],
|
842
|
+
"ranks": 1,
|
843
|
+
"prereq": "4313",
|
844
|
+
"image": {
|
845
|
+
"full": "4323.png",
|
846
|
+
"sprite": "mastery0.png",
|
847
|
+
"group": "gray_mastery",
|
848
|
+
"x": 0,
|
849
|
+
"y": 480,
|
850
|
+
"w": 48,
|
851
|
+
"h": 48
|
852
|
+
}
|
853
|
+
},
|
854
|
+
"4324": {
|
855
|
+
"id": 4324,
|
856
|
+
"name": "Alchemist",
|
857
|
+
"description": [
|
858
|
+
"Increases the duration of potions and elixirs by 10%"
|
859
|
+
],
|
860
|
+
"ranks": 1,
|
861
|
+
"prereq": "0",
|
862
|
+
"image": {
|
863
|
+
"full": "4324.png",
|
864
|
+
"sprite": "mastery0.png",
|
865
|
+
"group": "gray_mastery",
|
866
|
+
"x": 48,
|
867
|
+
"y": 480,
|
868
|
+
"w": 48,
|
869
|
+
"h": 48
|
870
|
+
}
|
871
|
+
},
|
872
|
+
"4331": {
|
873
|
+
"id": 4331,
|
874
|
+
"name": "Greed",
|
875
|
+
"description": [
|
876
|
+
"+0.5 Gold every 10 seconds",
|
877
|
+
"+1 Gold every 10 seconds",
|
878
|
+
"+1.5 Gold every 10 seconds"
|
879
|
+
],
|
880
|
+
"ranks": 3,
|
881
|
+
"prereq": "0",
|
882
|
+
"image": {
|
883
|
+
"full": "4331.png",
|
884
|
+
"sprite": "mastery0.png",
|
885
|
+
"group": "gray_mastery",
|
886
|
+
"x": 96,
|
887
|
+
"y": 480,
|
888
|
+
"w": 48,
|
889
|
+
"h": 48
|
890
|
+
}
|
891
|
+
},
|
892
|
+
"4332": {
|
893
|
+
"id": 4332,
|
894
|
+
"name": "Runic Affinity",
|
895
|
+
"description": [
|
896
|
+
"Increases the duration of shrine, relic, quest, and neutral monster buffs by 20%"
|
897
|
+
],
|
898
|
+
"ranks": 1,
|
899
|
+
"prereq": "0",
|
900
|
+
"image": {
|
901
|
+
"full": "4332.png",
|
902
|
+
"sprite": "mastery0.png",
|
903
|
+
"group": "gray_mastery",
|
904
|
+
"x": 144,
|
905
|
+
"y": 480,
|
906
|
+
"w": 48,
|
907
|
+
"h": 48
|
908
|
+
}
|
909
|
+
},
|
910
|
+
"4333": {
|
911
|
+
"id": 4333,
|
912
|
+
"name": "Vampirism",
|
913
|
+
"description": [
|
914
|
+
"+1% Lifesteal and Spellvamp",
|
915
|
+
"+2% Lifesteal and Spellvamp",
|
916
|
+
"+3% Lifesteal and Spellvamp"
|
917
|
+
],
|
918
|
+
"ranks": 3,
|
919
|
+
"prereq": "0",
|
920
|
+
"image": {
|
921
|
+
"full": "4333.png",
|
922
|
+
"sprite": "mastery0.png",
|
923
|
+
"group": "gray_mastery",
|
924
|
+
"x": 192,
|
925
|
+
"y": 480,
|
926
|
+
"w": 48,
|
927
|
+
"h": 48
|
928
|
+
}
|
929
|
+
},
|
930
|
+
"4334": {
|
931
|
+
"id": 4334,
|
932
|
+
"name": "Culinary Master",
|
933
|
+
"description": [
|
934
|
+
"Health potions are upgraded into Biscuits that restore an additional 20 Health and 10 Mana instantly upon consumption"
|
935
|
+
],
|
936
|
+
"ranks": 1,
|
937
|
+
"prereq": "4324",
|
938
|
+
"image": {
|
939
|
+
"full": "4334.png",
|
940
|
+
"sprite": "mastery0.png",
|
941
|
+
"group": "gray_mastery",
|
942
|
+
"x": 240,
|
943
|
+
"y": 480,
|
944
|
+
"w": 48,
|
945
|
+
"h": 48
|
946
|
+
}
|
947
|
+
},
|
948
|
+
"4341": {
|
949
|
+
"id": 4341,
|
950
|
+
"name": "Scavenger",
|
951
|
+
"description": [
|
952
|
+
"+1 Gold each time an ally kills a nearby lane minion"
|
953
|
+
],
|
954
|
+
"ranks": 1,
|
955
|
+
"prereq": "4331",
|
956
|
+
"image": {
|
957
|
+
"full": "4341.png",
|
958
|
+
"sprite": "mastery0.png",
|
959
|
+
"group": "gray_mastery",
|
960
|
+
"x": 288,
|
961
|
+
"y": 480,
|
962
|
+
"w": 48,
|
963
|
+
"h": 48
|
964
|
+
}
|
965
|
+
},
|
966
|
+
"4342": {
|
967
|
+
"id": 4342,
|
968
|
+
"name": "Wealth",
|
969
|
+
"description": [
|
970
|
+
"+40 Starting Gold"
|
971
|
+
],
|
972
|
+
"ranks": 1,
|
973
|
+
"prereq": "0",
|
974
|
+
"image": {
|
975
|
+
"full": "4342.png",
|
976
|
+
"sprite": "mastery0.png",
|
977
|
+
"group": "gray_mastery",
|
978
|
+
"x": 336,
|
979
|
+
"y": 480,
|
980
|
+
"w": 48,
|
981
|
+
"h": 48
|
982
|
+
}
|
983
|
+
},
|
984
|
+
"4343": {
|
985
|
+
"id": 4343,
|
986
|
+
"name": "Expanded Mind",
|
987
|
+
"description": [
|
988
|
+
"+2% increased maximum Mana",
|
989
|
+
"+3.5% increased maximum Mana",
|
990
|
+
"+5% increased maximum Mana"
|
991
|
+
],
|
992
|
+
"ranks": 3,
|
993
|
+
"prereq": "0",
|
994
|
+
"image": {
|
995
|
+
"full": "4343.png",
|
996
|
+
"sprite": "mastery0.png",
|
997
|
+
"group": "gray_mastery",
|
998
|
+
"x": 384,
|
999
|
+
"y": 480,
|
1000
|
+
"w": 48,
|
1001
|
+
"h": 48
|
1002
|
+
}
|
1003
|
+
},
|
1004
|
+
"4344": {
|
1005
|
+
"id": 4344,
|
1006
|
+
"name": "Inspiration",
|
1007
|
+
"description": [
|
1008
|
+
"+5 Experience every 10 seconds while near a higher level allied champion",
|
1009
|
+
"+10 Experience every 10 seconds while near a higher level allied champion"
|
1010
|
+
],
|
1011
|
+
"ranks": 2,
|
1012
|
+
"prereq": "0",
|
1013
|
+
"image": {
|
1014
|
+
"full": "4344.png",
|
1015
|
+
"sprite": "mastery0.png",
|
1016
|
+
"group": "gray_mastery",
|
1017
|
+
"x": 432,
|
1018
|
+
"y": 480,
|
1019
|
+
"w": 48,
|
1020
|
+
"h": 48
|
1021
|
+
}
|
1022
|
+
},
|
1023
|
+
"4352": {
|
1024
|
+
"id": 4352,
|
1025
|
+
"name": "Bandit",
|
1026
|
+
"description": [
|
1027
|
+
"Melee - Grants +15 Gold on champion kill or assist<br>Ranged - Grants +3 Gold each time an enemy champion is attacked. This cannot trigger on the same champion more than once every 5 seconds"
|
1028
|
+
],
|
1029
|
+
"ranks": 1,
|
1030
|
+
"prereq": "4342",
|
1031
|
+
"image": {
|
1032
|
+
"full": "4352.png",
|
1033
|
+
"sprite": "mastery0.png",
|
1034
|
+
"group": "gray_mastery",
|
1035
|
+
"x": 0,
|
1036
|
+
"y": 528,
|
1037
|
+
"w": 48,
|
1038
|
+
"h": 48
|
1039
|
+
}
|
1040
|
+
},
|
1041
|
+
"4353": {
|
1042
|
+
"id": 4353,
|
1043
|
+
"name": "Intelligence",
|
1044
|
+
"description": [
|
1045
|
+
"+2% Cooldown Reduction and reduces the cooldown of Activated Items by 4%",
|
1046
|
+
"+3.5% Cooldown Reduction and reduces the cooldown of Activated Items by 7%",
|
1047
|
+
"+5% Cooldown Reduction and reduces the cooldown of Activated Items by 10%"
|
1048
|
+
],
|
1049
|
+
"ranks": 3,
|
1050
|
+
"prereq": "0",
|
1051
|
+
"image": {
|
1052
|
+
"full": "4353.png",
|
1053
|
+
"sprite": "mastery0.png",
|
1054
|
+
"group": "gray_mastery",
|
1055
|
+
"x": 48,
|
1056
|
+
"y": 528,
|
1057
|
+
"w": 48,
|
1058
|
+
"h": 48
|
1059
|
+
}
|
1060
|
+
},
|
1061
|
+
"4362": {
|
1062
|
+
"id": 4362,
|
1063
|
+
"name": "Wanderer",
|
1064
|
+
"description": [
|
1065
|
+
"+5% Movement Speed out of combat"
|
1066
|
+
],
|
1067
|
+
"ranks": 1,
|
1068
|
+
"prereq": "0",
|
1069
|
+
"image": {
|
1070
|
+
"full": "4362.png",
|
1071
|
+
"sprite": "mastery0.png",
|
1072
|
+
"group": "gray_mastery",
|
1073
|
+
"x": 96,
|
1074
|
+
"y": 528,
|
1075
|
+
"w": 48,
|
1076
|
+
"h": 48
|
1077
|
+
}
|
1078
|
+
}
|
1079
|
+
},
|
1080
|
+
"tree": {
|
1081
|
+
"Defense": [
|
1082
|
+
[
|
1083
|
+
{
|
1084
|
+
"prereq": "0",
|
1085
|
+
"masteryId": "4211"
|
1086
|
+
},
|
1087
|
+
{
|
1088
|
+
"prereq": "0",
|
1089
|
+
"masteryId": "4212"
|
1090
|
+
},
|
1091
|
+
{
|
1092
|
+
"prereq": "0",
|
1093
|
+
"masteryId": "4213"
|
1094
|
+
},
|
1095
|
+
{
|
1096
|
+
"prereq": "0",
|
1097
|
+
"masteryId": "4214"
|
1098
|
+
}
|
1099
|
+
],
|
1100
|
+
[
|
1101
|
+
{
|
1102
|
+
"prereq": "4211",
|
1103
|
+
"masteryId": "4221"
|
1104
|
+
},
|
1105
|
+
{
|
1106
|
+
"prereq": "0",
|
1107
|
+
"masteryId": "4222"
|
1108
|
+
},
|
1109
|
+
null,
|
1110
|
+
{
|
1111
|
+
"prereq": "4214",
|
1112
|
+
"masteryId": "4224"
|
1113
|
+
}
|
1114
|
+
],
|
1115
|
+
[
|
1116
|
+
{
|
1117
|
+
"prereq": "0",
|
1118
|
+
"masteryId": "4231"
|
1119
|
+
},
|
1120
|
+
{
|
1121
|
+
"prereq": "4222",
|
1122
|
+
"masteryId": "4232"
|
1123
|
+
},
|
1124
|
+
{
|
1125
|
+
"prereq": "0",
|
1126
|
+
"masteryId": "4233"
|
1127
|
+
},
|
1128
|
+
{
|
1129
|
+
"prereq": "0",
|
1130
|
+
"masteryId": "4234"
|
1131
|
+
}
|
1132
|
+
],
|
1133
|
+
[
|
1134
|
+
{
|
1135
|
+
"prereq": "0",
|
1136
|
+
"masteryId": "4241"
|
1137
|
+
},
|
1138
|
+
{
|
1139
|
+
"prereq": "0",
|
1140
|
+
"masteryId": "4242"
|
1141
|
+
},
|
1142
|
+
{
|
1143
|
+
"prereq": "4233",
|
1144
|
+
"masteryId": "4243"
|
1145
|
+
},
|
1146
|
+
{
|
1147
|
+
"prereq": "4234",
|
1148
|
+
"masteryId": "4244"
|
1149
|
+
}
|
1150
|
+
],
|
1151
|
+
[
|
1152
|
+
{
|
1153
|
+
"prereq": "4241",
|
1154
|
+
"masteryId": "4251"
|
1155
|
+
},
|
1156
|
+
{
|
1157
|
+
"prereq": "0",
|
1158
|
+
"masteryId": "4252"
|
1159
|
+
},
|
1160
|
+
{
|
1161
|
+
"prereq": "0",
|
1162
|
+
"masteryId": "4253"
|
1163
|
+
}
|
1164
|
+
],
|
1165
|
+
[
|
1166
|
+
null,
|
1167
|
+
{
|
1168
|
+
"prereq": "0",
|
1169
|
+
"masteryId": "4262"
|
1170
|
+
}
|
1171
|
+
]
|
1172
|
+
],
|
1173
|
+
"Offense": [
|
1174
|
+
[
|
1175
|
+
{
|
1176
|
+
"prereq": "0",
|
1177
|
+
"masteryId": "4111"
|
1178
|
+
},
|
1179
|
+
{
|
1180
|
+
"prereq": "0",
|
1181
|
+
"masteryId": "4112"
|
1182
|
+
},
|
1183
|
+
{
|
1184
|
+
"prereq": "0",
|
1185
|
+
"masteryId": "4113"
|
1186
|
+
},
|
1187
|
+
{
|
1188
|
+
"prereq": "0",
|
1189
|
+
"masteryId": "4114"
|
1190
|
+
}
|
1191
|
+
],
|
1192
|
+
[
|
1193
|
+
{
|
1194
|
+
"prereq": "0",
|
1195
|
+
"masteryId": "4121"
|
1196
|
+
},
|
1197
|
+
{
|
1198
|
+
"prereq": "0",
|
1199
|
+
"masteryId": "4122"
|
1200
|
+
},
|
1201
|
+
{
|
1202
|
+
"prereq": "0",
|
1203
|
+
"masteryId": "4123"
|
1204
|
+
},
|
1205
|
+
{
|
1206
|
+
"prereq": "4114",
|
1207
|
+
"masteryId": "4124"
|
1208
|
+
}
|
1209
|
+
],
|
1210
|
+
[
|
1211
|
+
{
|
1212
|
+
"prereq": "0",
|
1213
|
+
"masteryId": "4131"
|
1214
|
+
},
|
1215
|
+
{
|
1216
|
+
"prereq": "4122",
|
1217
|
+
"masteryId": "4132"
|
1218
|
+
},
|
1219
|
+
{
|
1220
|
+
"prereq": "4123",
|
1221
|
+
"masteryId": "4133"
|
1222
|
+
},
|
1223
|
+
{
|
1224
|
+
"prereq": "0",
|
1225
|
+
"masteryId": "4134"
|
1226
|
+
}
|
1227
|
+
],
|
1228
|
+
[
|
1229
|
+
{
|
1230
|
+
"prereq": "4131",
|
1231
|
+
"masteryId": "4141"
|
1232
|
+
},
|
1233
|
+
{
|
1234
|
+
"prereq": "0",
|
1235
|
+
"masteryId": "4142"
|
1236
|
+
},
|
1237
|
+
{
|
1238
|
+
"prereq": "0",
|
1239
|
+
"masteryId": "4143"
|
1240
|
+
},
|
1241
|
+
{
|
1242
|
+
"prereq": "4134",
|
1243
|
+
"masteryId": "4144"
|
1244
|
+
}
|
1245
|
+
],
|
1246
|
+
[
|
1247
|
+
{
|
1248
|
+
"prereq": "0",
|
1249
|
+
"masteryId": "4151"
|
1250
|
+
},
|
1251
|
+
{
|
1252
|
+
"prereq": "0",
|
1253
|
+
"masteryId": "4152"
|
1254
|
+
},
|
1255
|
+
null,
|
1256
|
+
{
|
1257
|
+
"prereq": "0",
|
1258
|
+
"masteryId": "4154"
|
1259
|
+
}
|
1260
|
+
],
|
1261
|
+
[
|
1262
|
+
null,
|
1263
|
+
{
|
1264
|
+
"prereq": "0",
|
1265
|
+
"masteryId": "4162"
|
1266
|
+
}
|
1267
|
+
]
|
1268
|
+
],
|
1269
|
+
"Utility": [
|
1270
|
+
[
|
1271
|
+
{
|
1272
|
+
"prereq": "0",
|
1273
|
+
"masteryId": "4311"
|
1274
|
+
},
|
1275
|
+
{
|
1276
|
+
"prereq": "0",
|
1277
|
+
"masteryId": "4312"
|
1278
|
+
},
|
1279
|
+
{
|
1280
|
+
"prereq": "0",
|
1281
|
+
"masteryId": "4313"
|
1282
|
+
},
|
1283
|
+
{
|
1284
|
+
"prereq": "0",
|
1285
|
+
"masteryId": "4314"
|
1286
|
+
}
|
1287
|
+
],
|
1288
|
+
[
|
1289
|
+
null,
|
1290
|
+
{
|
1291
|
+
"prereq": "0",
|
1292
|
+
"masteryId": "4322"
|
1293
|
+
},
|
1294
|
+
{
|
1295
|
+
"prereq": "4313",
|
1296
|
+
"masteryId": "4323"
|
1297
|
+
},
|
1298
|
+
{
|
1299
|
+
"prereq": "0",
|
1300
|
+
"masteryId": "4324"
|
1301
|
+
}
|
1302
|
+
],
|
1303
|
+
[
|
1304
|
+
{
|
1305
|
+
"prereq": "0",
|
1306
|
+
"masteryId": "4331"
|
1307
|
+
},
|
1308
|
+
{
|
1309
|
+
"prereq": "0",
|
1310
|
+
"masteryId": "4332"
|
1311
|
+
},
|
1312
|
+
{
|
1313
|
+
"prereq": "0",
|
1314
|
+
"masteryId": "4333"
|
1315
|
+
},
|
1316
|
+
{
|
1317
|
+
"prereq": "4324",
|
1318
|
+
"masteryId": "4334"
|
1319
|
+
}
|
1320
|
+
],
|
1321
|
+
[
|
1322
|
+
{
|
1323
|
+
"prereq": "4331",
|
1324
|
+
"masteryId": "4341"
|
1325
|
+
},
|
1326
|
+
{
|
1327
|
+
"prereq": "0",
|
1328
|
+
"masteryId": "4342"
|
1329
|
+
},
|
1330
|
+
{
|
1331
|
+
"prereq": "0",
|
1332
|
+
"masteryId": "4343"
|
1333
|
+
},
|
1334
|
+
{
|
1335
|
+
"prereq": "0",
|
1336
|
+
"masteryId": "4344"
|
1337
|
+
}
|
1338
|
+
],
|
1339
|
+
[
|
1340
|
+
null,
|
1341
|
+
{
|
1342
|
+
"prereq": "4342",
|
1343
|
+
"masteryId": "4352"
|
1344
|
+
},
|
1345
|
+
{
|
1346
|
+
"prereq": "0",
|
1347
|
+
"masteryId": "4353"
|
1348
|
+
}
|
1349
|
+
],
|
1350
|
+
[
|
1351
|
+
null,
|
1352
|
+
{
|
1353
|
+
"prereq": "0",
|
1354
|
+
"masteryId": "4362"
|
1355
|
+
}
|
1356
|
+
]
|
1357
|
+
]
|
1358
|
+
}
|
1359
|
+
}
|