File size: 21,201 Bytes
5c2ed06
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
{
    "syclant": {
        "level": 78,
        "sets": [
            {
                "role": "Fast Attacker",
                "movepool": ["Earth Power", "Focus Blast", "Spikes", "Triple Axel", "U-turn"],
                "abilities": ["Compound Eyes"],
                "teraTypes": ["Fighting", "Ground"]
            },
            {
                "role": "Fast Bulky Setup",
                "movepool": ["Close Combat", "Earthquake", "Leech Life", "Swords Dance", "Triple Axel"],
                "abilities": ["Compound Eyes"],
                "teraTypes": ["Fighting", "Ground"]
            },
            {
                "role": "Setup Sweeper",
                "movepool": ["Bug Buzz", "Earth Power", "Ice Beam", "Tail Glow"],
                "abilities": ["Mountaineer"],
                "teraTypes": ["Ground"]
            }
        ]
    },
    "revenankh": {
        "level": 77,
        "sets": [
            {
                "role": "Bulky Setup",
                "movepool": ["Bulk Up", "Drain Punch", "Moonlight", "Poltergeist"],
                "abilities": ["Triage"],
                "teraTypes": ["Fairy", "Fighting", "Steel", "Water"]
            },
            {
                "role": "Bulky Attacker",
                "movepool": ["Bulk Up", "Drain Punch", "Poltergeist", "Shadow Sneak"],
                "abilities": ["Triage"],
                "teraTypes": ["Fairy", "Fighting", "Steel", "Water"]
            }
        ]
    },
    "pyroak": {
        "level": 85,
        "sets": [
            {
                "role": "Bulky Attacker",
                "movepool": ["Earth Power", "Energy Ball", "Overheat", "Synthesis"],
                "abilities": ["Contrary"],
                "teraTypes": ["Fire", "Ground"]
            },
            {
                "role": "AV Pivot",
                "movepool": ["Dragon Tail", "Earth Power", "Giga Drain", "Overheat"],
                "abilities": ["Contrary"],
                "teraTypes": ["Fire", "Ground"]
            }
        ]
    },
    "fidgit": {
        "level": 86,
        "sets": [
            {
                "role": "Fast Support",
                "movepool": ["Earth Power", "Encore", "Rapid Spin", "Sludge Bomb", "Spikes", "Stealth Rock", "Tailwind", "Toxic Spikes", "U-turn"],
                "abilities": ["Frisk", "Persistent"],
                "teraTypes": ["Flying", "Steel"]
            }
        ]
    },
    "stratagem": {
        "level": 79,
        "sets": [
            {
                "role": "Wallbreaker",
                "movepool": ["Energy Ball", "Fire Blast", "Paleo Wave", "Trick"],
                "abilities": ["Levitate"],
                "teraTypes": ["Fire", "Grass", "Rock"]
            },
            {
                "role": "Setup Sweeper",
                "movepool": ["Energy Ball", "Fire Blast", "Meteor Beam", "Paleo Wave"],
                "abilities": ["Levitate"],
                "teraTypes": ["Fire", "Grass", "Rock"]
            }
        ]
    },
    "arghonaut": {
        "level": 80,
        "sets": [
            {
                "role": "Bulky Setup",
                "movepool": ["Bulk Up", "Drain Punch", "Recover", "Waterfall"],
                "abilities": ["Unaware"],
                "teraTypes": ["Steel"]
            },
            {
                "role": "Bulky Support",
                "movepool": ["Circle Throw", "Knock Off", "Recover", "Spikes"],
                "abilities": ["Unaware"],
                "teraTypes": ["Dark", "Steel"]
            }
        ]
    },
    "kitsunoh": {
        "level": 78,
        "sets": [
            {
                "role": "Fast Attacker",
                "movepool": ["Close Combat", "Defog", "Encore", "Meteor Mash", "Poltergeist", "Strength Sap", "Trick", "U-turn", "Will-O-Wisp"],
                "abilities": ["Trace"],
                "teraTypes": ["Fighting"]
            },
            {
                "role": "Bulky Attacker",
                "movepool": ["Defog", "Encore", "Meteor Mash", "Poltergeist", "Strength Sap", "U-turn", "Will-O-Wisp"],
                "abilities": ["Trace"],
                "teraTypes": ["Dark", "Water"]
            }
        ]
    },
    "cyclohm": {
        "level": 79,
        "sets": [
            {
                "role": "Bulky Attacker",
                "movepool": ["Defog", "Discharge", "Draco Meteor", "Fire Blast", "Ice Beam", "Slack Off", "Thunderbolt", "Volt Switch"],
                "abilities": ["Shield Dust", "Static"],
                "teraTypes": ["Electric", "Fairy", "Steel"]
            },
            {
                "role": "AV Pivot",
                "movepool": ["Discharge", "Draco Meteor", "Fire Blast", "Ice Beam", "Thunderbolt", "Volt Switch"],
                "abilities": ["Shield Dust", "Static"],
                "teraTypes": ["Electric", "Fairy", "Steel"]
            }
        ]
    },
    "colossoil": {
        "level": 78,
        "sets": [
            {
                "role": "Fast Attacker",
                "movepool": ["Facade", "Headlong Rush", "Knock Off", "Rapid Spin", "Sucker Punch", "U-turn"],
                "abilities": ["Guts"],
                "teraTypes": ["Normal"]
            }
        ]
    },
    "krilowatt": {
        "level": 84,
        "sets": [
            {
                "role": "Fast Attacker",
                "movepool": ["Ice Beam", "Surf", "Volt Switch", "Wild Charge"],
                "abilities": ["Magic Guard"],
                "teraTypes": ["Electric", "Flying"]
            }
        ]
    },
    "voodoom": {
        "level": 81,
        "sets": [
            {
                "role": "Fast Attacker",
                "movepool": ["Aura Sphere", "Dark Pulse", "Flash Cannon", "Focus Blast", "Nasty Plot", "Vacuum Wave", "Volt Switch"],
                "abilities": ["Lightning Rod", "Volt Absorb"],
                "teraTypes": ["Steel"]
            }
        ]
    },
    "tomohawk": {
        "level": 82,
        "sets": [
            {
                "role": "Bulky Attacker",
                "movepool": ["Aura Sphere", "Haze", "Hurricane", "Rapid Spin", "Roost"],
                "abilities": ["Intimidate", "Prankster"],
                "teraTypes": ["Steel"]
            }
        ]
    },
    "necturna": {
        "level": 80,
        "sets": [
            {
                "role": "Bulky Setup",
                "movepool": ["Horn Leech", "Shadow Claw", "Stone Edge", "Victory Dance"],
                "abilities": ["Forewarn"],
                "teraTypes": ["Fairy", "Rock", "Water"]
            },
            {
                "role": "Bulky Attacker",
                "movepool": ["Horn Leech", "Pain Split", "Rage Fist", "Toxic Spikes", "Will-O-Wisp"],
                "abilities": ["Forewarn"],
                "teraTypes": ["Fairy", "Water"]
            },
            {
                "role": "Bulky Support",
                "movepool": ["Horn Leech", "Pain Split", "Power Whip", "Shadow Claw", "Shadow Sneak", "Sticky Web", "Toxic Spikes", "Will-O-Wisp"],
                "abilities": ["Forewarn"],
                "teraTypes": ["Fairy", "Water"]
            }
        ]
    },
    "mollux": {
        "level": 84,
        "sets": [
            {
                "role": "Bulky Attacker",
                "movepool": ["Hydro Pump", "Lava Plume", "Rapid Spin", "Recover", "Sludge Bomb", "Thunder Wave"],
                "abilities": ["Dry Skin"],
                "teraTypes": ["Grass", "Water"]
            },
            {
                "role": "Fast Attacker",
                "movepool": ["Eruption", "Hydro Pump", "Sludge Wave", "Trick"],
                "abilities": ["Dry Skin"],
                "teraTypes": ["Fire"]
            }
        ]
    },
    "aurumoth": {
        "level": 78,
        "sets": [
            {
                "role": "Bulky Setup",
                "movepool": ["Bug Buzz", "Focus Blast", "Psyshock", "Tail Glow"],
                "abilities": ["No Guard", "Weak Armor"],
                "teraTypes": ["Fighting"]
            },
            {
                "role": "Wallbreaker",
                "movepool": ["Blizzard", "Bug Buzz", "Focus Blast", "Hydro Pump", "Overheat", "Psychic", "Psyshock", "Thunder"],
                "abilities": ["No Guard"],
                "teraTypes": ["Fighting", "Fire"]
            },
            {
                "role": "Setup Sweeper",
                "movepool": ["Close Combat", "Dragon Dance", "Megahorn", "Zen Headbutt"],
                "abilities": ["No Guard"],
                "teraTypes": ["Fighting"]
            }
        ]
    },
    "malaconda": {
        "level": 85,
        "sets": [
            {
                "role": "Bulky Attacker",
                "movepool": ["Glare", "Knock Off", "Parting Shot", "Rapid Spin", "Solar Blade", "Synthesis", "Temper Flare"],
                "abilities": ["Drought"],
                "teraTypes": ["Poison", "Water"]
            },
            {
                "role": "Bulky Support",
                "movepool": ["Knock Off", "Solar Blade", "Sucker Punch", "Synthesis"],
                "abilities": ["Drought"],
                "teraTypes": ["Poison", "Water"]
            },
            {
                "role": "AV Pivot",
                "movepool": ["Knock Off", "Rapid Spin", "Solar Blade", "Sucker Punch", "Temper Flare", "U-turn"],
                "abilities": ["Drought"],
                "teraTypes": ["Fire", "Poison"]
            }
        ]
    },
    "cawmodore": {
        "level": 75,
        "sets": [
            {
                "role": "Bulky Support",
                "movepool": ["Acrobatics", "Belly Drum", "Bullet Punch", "Drain Punch"],
                "abilities": ["Volt Absorb"],
                "teraTypes": ["Flying", "Water"]
            }
        ]
    },
    "volkraken": {
        "level": 82,
        "sets": [
            {
                "role": "Fast Attacker",
                "movepool": ["Flamethrower", "Hydro Pump", "Overheat", "U-turn"],
                "abilities": ["Analytic"],
                "teraTypes": ["Fire", "Water"]
            },
            {
                "role": "Wallbreaker",
                "movepool": ["Fire Blast", "Hydro Pump", "Scald", "U-turn"],
                "abilities": ["Analytic"],
                "teraTypes": ["Fire", "Water"]
            }
        ]
    },
    "plasmanta": {
        "level": 86,
        "sets": [
            {
                "role": "Bulky Attacker",
                "movepool": ["Discharge", "Encore", "Sludge Bomb", "Surf", "Taunt", "Thunderbolt"],
                "abilities": ["Storm Drain"],
                "teraTypes": ["Water"]
            }
        ]
    },
    "naviathan": {
        "level": 79,
        "sets": [
            {
                "role": "Setup Sweeper",
                "movepool": ["Dragon Dance", "Facade", "Heavy Slam", "Wave Crash"],
                "abilities": ["Guts"],
                "teraTypes": ["Grass", "Normal"]
            }
        ]
    },
    "crucibelle": {
        "level": 86,
        "sets": [
            {
                "role": "AV Pivot",
                "movepool": ["Gunk Shot", "Knock Off", "Poison Jab", "Stone Edge", "U-turn", "Wood Hammer"],
                "abilities": ["Regenerator"],
                "teraTypes": ["Dark", "Grass"]
            },
            {
                "role": "Fast Support",
                "movepool": ["Gunk Shot", "Knock Off", "Stealth Rock", "Stone Edge", "Toxic Spikes"],
                "abilities": ["Regenerator"],
                "teraTypes": ["Dark", "Grass"]
            },
            {
                "role": "Bulky Setup",
                "movepool": ["Coil", "Gunk Shot", "Stone Edge", "Wood Hammer"],
                "abilities": ["Regenerator"],
                "teraTypes": ["Grass"]
            }
        ]
    },
    "kerfluffle": {
        "level": 82,
        "sets": [
            {
                "role": "Fast Support",
                "movepool": ["Aura Sphere", "Encore", "Focus Blast", "Moonblast", "Parting Shot", "Psychic", "Vacuum Wave"],
                "abilities": ["Natural Cure"],
                "teraTypes": ["Steel"]
            }
        ]
    },
    "pajantom": {
        "level": 80,
        "sets": [
            {
                "role": "Fast Attacker",
                "movepool": ["Earthquake", "Leech Life", "Outrage", "Spirit Shackle", "Taunt", "Toxic Spikes"],
                "abilities": ["Comatose"],
                "teraTypes": ["Fairy", "Ghost"]
            }
        ]
    },
    "jumbao": {
        "level": 83,
        "sets": [
            {
                "role": "Fast Support",
                "movepool": ["Focus Blast", "Healing Wish", "Moonblast", "Solar Beam", "Synthesis"],
                "abilities": ["Drought"],
                "teraTypes": ["Poison", "Water"]
            },
            {
                "role": "Tera Blast user",
                "movepool": ["Healing Wish", "Moonblast", "Solar Beam", "Synthesis", "Tera Blast"],
                "abilities": ["Drought"],
                "teraTypes": ["Fire", "Ground"]
            }
        ]
    },
    "caribolt": {
        "level": 81,
        "sets": [
            {
                "role": "Setup Sweeper",
                "movepool": ["Horn Leech", "Hyper Drill", "Knock Off", "Quick Attack", "Swords Dance"],
                "abilities": ["Galvanize"],
                "teraTypes": ["Electric"]
            },
            {
                "role": "Bulky Setup",
                "movepool": ["Double-Edge", "Horn Leech", "Rapid Spin", "Swords Dance"],
                "abilities": ["Galvanize"],
                "teraTypes": ["Electric"]
            }
        ]
    },
    "smokomodo": {
        "level": 83,
        "sets": [
            {
                "role": "Fast Bulky Setup",
                "movepool": ["Bone Rush", "Bulk Up", "Flame Charge", "Morning Sun"],
                "abilities": ["Technician"],
                "teraTypes": ["Grass", "Ground"]
            },
            {
                "role": "Setup Sweeper",
                "movepool": ["Bone Rush", "Bulk Up", "Flame Wheel", "Scale Shot"],
                "abilities": ["Technician"],
                "teraTypes": ["Dragon"]
            },
            {
                "role": "Fast Support",
                "movepool": ["Bone Rush", "Clear Smog", "Defog", "Flame Wheel", "Morning Sun", "Stealth Rock", "Taunt", "Toxic", "Will-O-Wisp"],
                "abilities": ["Technician"],
                "teraTypes": ["Grass", "Ground", "Water"]
            }
        ]
    },
    "snaelstrom": {
        "level": 80,
        "sets": [
            {
                "role": "Bulky Support",
                "movepool": ["Liquidation", "Rapid Spin", "Stealth Rock", "Sticky Web", "Toxic", "U-turn"],
                "abilities": ["Poison Heal"],
                "teraTypes": ["Electric", "Ground"]
            },
            {
                "role": "Bulky Attacker",
                "movepool": ["Liquidation", "Recover", "Spiky Shield", "Toxic"],
                "abilities": ["Poison Heal"],
                "teraTypes": ["Electric", "Ground"]
            }
        ]
    },
    "equilibra": {
        "level": 84,
        "sets": [
            {
                "role": "Bulky Support",
                "movepool": ["Doom Desire", "Earth Power", "Flash Cannon", "Pain Split", "Rapid Spin"],
                "abilities": ["Levitate"],
                "teraTypes": ["Electric", "Steel", "Water"]
            }
        ]
    },
    "astrolotl": {
        "level": 79,
        "sets": [
            {
                "role": "Fast Support",
                "movepool": ["Defog", "Draco Meteor", "Encore", "Fire Lash", "Spikes", "Thunder Wave", "Will-O-Wisp"],
                "abilities": ["Regenerator"],
                "teraTypes": ["Fairy", "Steel"]
            }
        ]
    },
    "miasmaw": {
        "level": 79,
        "sets": [
            {
                "role": "Setup Sweeper",
                "movepool": ["Earthquake", "Megahorn", "Scale Shot", "Swords Dance"],
                "abilities": ["Compound Eyes"],
                "teraTypes": ["Dragon", "Steel"]
            },
            {
                "role": "Fast Bulky Setup",
                "movepool": ["Close Combat", "Earthquake", "Gunk Shot", "Scale Shot", "Swords Dance"],
                "abilities": ["Compound Eyes"],
                "teraTypes": ["Poison"]
            },
            {
                "role": "Fast Attacker",
                "movepool": ["Dragon Rush", "Earthquake", "First Impression", "U-turn"],
                "abilities": ["Compound Eyes"],
                "teraTypes": ["Bug", "Steel"]
            }
        ]
    },
    "chromera": {
        "level": 82,
        "sets": [
            {
                "role": "Wallbreaker",
                "movepool": ["Boomburst", "Dark Pulse", "Recover", "Switcheroo", "Thunderbolt", "Toxic Spikes"],
                "abilities": ["Color Change"],
                "teraTypes": ["Normal"]
            },
            {
                "role": "Bulky Setup",
                "movepool": ["Boomburst", "Calm Mind", "Dark Pulse", "Recover"],
                "abilities": ["Color Change"],
                "teraTypes": ["Normal"]
            }
        ]
    },
    "venomicon": {
        "level": 82,
        "sets": [
            {
                "role": "Bulky Attacker",
                "movepool": ["Air Slash", "Body Press", "Hurricane", "Roost", "Sludge Bomb"],
                "abilities": ["Stamina"],
                "teraTypes": ["Fighting", "Steel"]
            },
            {
                "role": "Bulky Support",
                "movepool": ["Air Slash", "Body Press", "Hurricane", "Knock Off", "Roost"],
                "abilities": ["Stamina"],
                "teraTypes": ["Fighting", "Steel"]
            }
        ]
    },
    "venomiconepilogue": {
        "level": 82,
        "sets": [
            {
                "role": "Bulky Attacker",
                "movepool": ["Brave Bird", "Coil", "Gunk Shot", "Roost", "Toxic Spikes"],
                "abilities": ["Tinted Lens"],
                "teraTypes": ["Flying", "Poison", "Steel"]
            }
        ]
    },
    "saharaja": {
        "level": 80,
        "sets": [
            {
                "role": "AV Pivot",
                "movepool": ["Body Press", "Diamond Storm", "Earthquake", "Rapid Spin"],
                "abilities": ["Serene Grace", "Water Absorb"],
                "teraTypes": ["Fighting"]
            },
            {
                "role": "Bulky Attacker",
                "movepool": ["Body Press", "Diamond Storm", "Earthquake", "Pain Split"],
                "abilities": ["Serene Grace", "Water Absorb"],
                "teraTypes": ["Fighting"]
            },
            {
                "role": "Bulky Setup",
                "movepool": ["Diamond Storm", "Earthquake", "Pain Split", "Rapid Spin", "Swords Dance"],
                "abilities": ["Serene Grace", "Water Absorb"],
                "teraTypes": ["Rock", "Steel"]
            }
        ]
    },
    "hemogoblin": {
        "level": 78,
        "sets": [
            {
                "role": "Bulky Setup",
                "movepool": ["Bulk Up", "Extreme Speed", "Flare Blitz", "Moonlight"],
                "abilities": ["Pixilate"],
                "teraTypes": ["Fairy", "Water"]
            },
            {
                "role": "Wallbreaker",
                "movepool": ["Explosion", "Extreme Speed", "Overheat", "Spikes", "Will-O-Wisp"],
                "abilities": ["Pixilate"],
                "teraTypes": ["Fairy", "Water"]
            }
        ]
    },
    "cresceidon": {
        "level": 81,
        "sets": [
            {
                "role": "Bulky Attacker",
                "movepool": ["Encore", "Moonblast", "Recover", "Scald", "Thunder Wave"],
                "abilities": ["Multiscale", "Rough Skin"],
                "teraTypes": ["Poison", "Steel"]
            }
        ]
    },
    "chuggalong": {
        "level": 78,
        "sets": [
            {
                "role": "Setup Sweeper",
                "movepool": ["Clanging Scales", "Clangorous Soul",  "Sludge Wave", "Surf"],
                "abilities": ["Armor Tail"],
                "teraTypes": ["Water"]
            }
        ]
    },
    "shox": {
        "level": 80,
        "sets": [
            {
                "role": "Bulky Support",
                "movepool": ["Glare", "Ice Beam", "Milk Drink", "Thunderbolt"],
                "abilities": ["Electromorphosis"],
                "teraTypes": ["Fairy", "Ghost", "Grass"]
            },
            {
                "role": "Fast Support",
                "movepool": ["Glare", "Ice Beam", "Milk Drink", "Volt Switch"],
                "abilities": ["Electromorphosis"],
                "teraTypes": ["Flying", "Ghost"]
            },
            {
                "role": "Bulky Attacker",
                "movepool": ["Discharge", "Ice Beam", "Knock Off", "Milk Drink", "Thunderbolt"],
                "abilities": ["Electromorphosis"],
                "teraTypes": ["Fairy", "Ghost", "Grass"]
            }
        ]
    }
}