-
Notifications
You must be signed in to change notification settings - Fork 0
/
classes.json
346 lines (346 loc) · 9.11 KB
/
classes.json
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
{
"demon": {
"key": "demon",
"name": "Demon",
"description": "Attacks from Demons have a chance to burn all of an enemy's mana and deal that much true damage.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Aatrox_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 2,
"effect": "25% chance on hit to Mana Burn"
},
{
"needed": 4,
"effect": "50% chance on hit to Mana Burn"
},
{
"needed": 6,
"effect": "85% chance on hit to Mana Burn"
}
]
},
"dragon": {
"key": "dragon",
"name": "Dragon",
"description": null,
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/AurelionSol_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 2,
"effect": "Dragons are immune to Magic damage"
}
]
},
"exile": {
"key": "exile",
"name": "Exile",
"description": null,
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Yasuo_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 1,
"effect": "If an Exile has no adjacent allies at the start of combat, they gain a shield equal to a 100% max health."
}
]
},
"glacial": {
"key": "glacial",
"name": "Glacial",
"description": "On hit, Glacials have a chance to stun for 2s.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Anivia_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 2,
"effect": "20% chance"
},
{
"needed": 4,
"effect": "30% chance"
},
{
"needed": 6,
"effect": "45% chance"
}
]
},
"imperial": {
"key": "imperial",
"name": "Imperial",
"description": "Imperials deal Double Damage.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Swain_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 2,
"effect": "1 random Imperial"
},
{
"needed": 4,
"effect": "All Imperials"
}
]
},
"noble": {
"key": "noble",
"name": "Noble",
"description": "Nobles grant +100 Armor and heal for 35 on hit",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Garen_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 3,
"effect": "1 random ally"
},
{
"needed": 6,
"effect": "All allies"
}
]
},
"ninja": {
"key": "ninja",
"name": "Ninja",
"description": "Ninjas gain a percentage of Attack Damage.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Akali_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 1,
"effect": "1 Ninja only: Ninja gains +40% Attack Damage"
},
{
"needed": 4,
"effect": "4 Ninjas: All Ninjas gain +60% Attack Damage"
}
]
},
"pirate": {
"key": "pirate",
"name": "Pirate",
"description": null,
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Gangplank_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 3,
"effect": "Earn up to 4 additional gold after combat against another player (avg 1.6g per chest)."
}
]
},
"phantom": {
"key": "phantom",
"name": "Phantom",
"description": null,
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Mordekaiser_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 2,
"effect": "Curse a random enemy at the start of combat, setting their HP to 100."
}
]
},
"robot": {
"key": "robot",
"name": "Robot",
"description": null,
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Blitzcrank_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 1,
"effect": "Robots start combat at full mana"
}
]
},
"void": {
"key": "void",
"name": "Void",
"description": null,
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/RekSai_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 3,
"effect": "Your team's basic attacks ignore 50% of the enemy's Armor"
}
]
},
"wild": {
"key": "wild",
"name": "Wild",
"description": "Attacks generate stacks of Fury (up to 5). Each stack of Fury grants 10% Attack Speed.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Rengar_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 2,
"effect": "Wild allies only"
},
{
"needed": 4,
"effect": "All allies"
}
]
},
"yordle": {
"key": "yordle",
"name": "Yordle",
"description": "Attacks against ally Yordles have a chance to miss.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Poppy_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 3,
"effect": "25% chance to miss."
},
{
"needed": 6,
"effect": "60% chance to miss."
}
]
},
"assassin": {
"key": "assassin",
"name": "Assassin",
"description": "Assassins leap to the farthest enemy at the start of combat and deal additional Critical Strike Damage.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Katarina_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 3,
"effect": "+125% critical strike damage."
},
{
"needed": 6,
"effect": "+350% critical strike damage."
}
]
},
"blademaster": {
"key": "blademaster",
"name": "Blademaster",
"description": "Blademasters have a 35% chance to strike additional times each attack.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Fiora_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 3,
"effect": "One additional strike"
},
{
"needed": 6,
"effect": "Two additional strikes"
}
]
},
"brawler": {
"key": "brawler",
"name": "Brawler",
"description": "Brawlers receive bonus maximum health.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Warwick_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 2,
"effect": "+300 Bonus health."
},
{
"needed": 4,
"effect": "+700 Bonus health."
}
]
},
"elementalist": {
"key": "elementalist",
"name": "Elementalist",
"description": "Elementalists gain double mana from attacks.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Brand_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 3,
"effect": "At the start of combat, summon an Elemental. Elemental has 2200 health and 100 Attack Damage."
}
]
},
"guardian": {
"key": "guardian",
"name": "Guardian",
"description": null,
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Braum_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 2,
"effect": "At the start of combat, all Guardians and adjacent allies receive +30 armor. Stacks any number of times."
}
]
},
"gunslinger": {
"key": "gunslinger",
"name": "Gunslinger",
"description": "After attacking, Gunslingers have a 50% chance to fire additional attacks.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/MissFortune_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 2,
"effect": "Attack another random enemy."
},
{
"needed": 4,
"effect": "Attack 2 additional random enemies in range."
}
]
},
"knight": {
"key": "knight",
"name": "Knight",
"description": "Knights block damage from basic attacks.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Kayle_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 2,
"effect": "20 damage blocked."
},
{
"needed": 4,
"effect": "40 damage blocked."
},
{
"needed": 6,
"effect": "80 damage blocked."
}
]
},
"ranger": {
"key": "ranger",
"name": "Ranger",
"description": "Rangers have a chance to double their attack speed for the next 3s.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Kindred_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 2,
"effect": "25% chance."
},
{
"needed": 4,
"effect": "65% chance."
}
]
},
"shapeshifter": {
"key": "shapeshifter",
"name": "Shapeshifter",
"description": "Shapeshifters gain bonus maximum Health when they transform.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Elise_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 3,
"effect": "+60% bonus max health"
}
]
},
"sorcerer": {
"key": "sorcerer",
"name": "Sorcerer",
"description": "Sorcerers gain double mana from attacking and allies have increased spell damage.",
"accentChampionImage": "https://cdn.blitz.gg/blitz/centered/Karthus_Splash_Centered_0.jpg",
"bonuses": [
{
"needed": 3,
"effect": "+45% Spell Damage"
},
{
"needed": 6,
"effect": "+100% Spell Damage"
}
]
}
}