@pkmn/sim 0.7.12 → 0.7.14

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.
Files changed (127) hide show
  1. package/build/cjs/config/formats.js +113 -97
  2. package/build/cjs/config/formats.js.map +1 -1
  3. package/build/cjs/data/abilities.js +3 -2
  4. package/build/cjs/data/abilities.js.map +1 -1
  5. package/build/cjs/data/aliases.js +6 -5
  6. package/build/cjs/data/aliases.js.map +1 -1
  7. package/build/cjs/data/conditions.js +1 -1
  8. package/build/cjs/data/conditions.js.map +1 -1
  9. package/build/cjs/data/formats-data.js +921 -921
  10. package/build/cjs/data/formats-data.js.map +1 -1
  11. package/build/cjs/data/items.js +99 -28
  12. package/build/cjs/data/items.js.map +1 -1
  13. package/build/cjs/data/learnsets.js +9 -9
  14. package/build/cjs/data/mods/gen1/conditions.js +30 -31
  15. package/build/cjs/data/mods/gen1/conditions.js.map +1 -1
  16. package/build/cjs/data/mods/gen1/moves.js +50 -40
  17. package/build/cjs/data/mods/gen1/moves.js.map +1 -1
  18. package/build/cjs/data/mods/gen1/scripts.js +16 -6
  19. package/build/cjs/data/mods/gen1/scripts.js.map +1 -1
  20. package/build/cjs/data/mods/gen2/formats-data.js +8 -8
  21. package/build/cjs/data/mods/gen2/formats-data.js.map +1 -1
  22. package/build/cjs/data/mods/gen3/formats-data.js +52 -52
  23. package/build/cjs/data/mods/gen3/formats-data.js.map +1 -1
  24. package/build/cjs/data/mods/gen4/rulesets.js +1 -1
  25. package/build/cjs/data/mods/gen4/rulesets.js.map +1 -1
  26. package/build/cjs/data/mods/gen5/formats-data.js +1 -1
  27. package/build/cjs/data/mods/gen5/formats-data.js.map +1 -1
  28. package/build/cjs/data/mods/gen5/rulesets.js +1 -1
  29. package/build/cjs/data/mods/gen5/rulesets.js.map +1 -1
  30. package/build/cjs/data/mods/gen6/formats-data.js +3 -3
  31. package/build/cjs/data/mods/gen6/formats-data.js.map +1 -1
  32. package/build/cjs/data/mods/gen7/formats-data.js +6 -6
  33. package/build/cjs/data/mods/gen7/formats-data.js.map +1 -1
  34. package/build/cjs/data/mods/gen7/items.js +8 -0
  35. package/build/cjs/data/mods/gen7/items.js.map +1 -1
  36. package/build/cjs/data/mods/gen7/rulesets.js +1 -1
  37. package/build/cjs/data/mods/gen7/rulesets.js.map +1 -1
  38. package/build/cjs/data/mods/gen8/formats-data.js +1 -1
  39. package/build/cjs/data/mods/gen8/formats-data.js.map +1 -1
  40. package/build/cjs/data/mods/gen8/items.js +76 -0
  41. package/build/cjs/data/mods/gen8/items.js.map +1 -1
  42. package/build/cjs/data/mods/gen8/moves.js +9 -0
  43. package/build/cjs/data/mods/gen8/moves.js.map +1 -1
  44. package/build/cjs/data/mods/gen8/pokedex.js +4 -0
  45. package/build/cjs/data/mods/gen8/pokedex.js.map +1 -1
  46. package/build/cjs/data/moves.js +64 -38
  47. package/build/cjs/data/moves.js.map +1 -1
  48. package/build/cjs/data/pokedex.js +5 -1
  49. package/build/cjs/data/pokedex.js.map +1 -1
  50. package/build/cjs/data/tags.js +4 -0
  51. package/build/cjs/data/tags.js.map +1 -1
  52. package/build/cjs/data/text/abilities.js +26 -8
  53. package/build/cjs/data/text/abilities.js.map +1 -1
  54. package/build/cjs/data/text/items.js +12 -7
  55. package/build/cjs/data/text/items.js.map +1 -1
  56. package/build/cjs/data/text/moves.js +5 -2
  57. package/build/cjs/data/text/moves.js.map +1 -1
  58. package/build/cjs/sim/battle-actions.js +7 -2
  59. package/build/cjs/sim/battle-actions.js.map +1 -1
  60. package/build/cjs/sim/pokemon.js +2 -0
  61. package/build/cjs/sim/pokemon.js.map +1 -1
  62. package/build/cjs/sim/team-validator.js +0 -4
  63. package/build/cjs/sim/team-validator.js.map +1 -1
  64. package/build/esm/config/formats.mjs +113 -97
  65. package/build/esm/config/formats.mjs.map +1 -1
  66. package/build/esm/data/abilities.mjs +3 -2
  67. package/build/esm/data/abilities.mjs.map +1 -1
  68. package/build/esm/data/aliases.mjs +6 -5
  69. package/build/esm/data/aliases.mjs.map +1 -1
  70. package/build/esm/data/conditions.mjs +1 -1
  71. package/build/esm/data/conditions.mjs.map +1 -1
  72. package/build/esm/data/formats-data.mjs +921 -921
  73. package/build/esm/data/formats-data.mjs.map +1 -1
  74. package/build/esm/data/items.mjs +99 -28
  75. package/build/esm/data/items.mjs.map +1 -1
  76. package/build/esm/data/learnsets.mjs +9 -9
  77. package/build/esm/data/mods/gen1/conditions.mjs +30 -31
  78. package/build/esm/data/mods/gen1/conditions.mjs.map +1 -1
  79. package/build/esm/data/mods/gen1/moves.mjs +50 -40
  80. package/build/esm/data/mods/gen1/moves.mjs.map +1 -1
  81. package/build/esm/data/mods/gen1/scripts.mjs +16 -6
  82. package/build/esm/data/mods/gen1/scripts.mjs.map +1 -1
  83. package/build/esm/data/mods/gen2/formats-data.mjs +8 -8
  84. package/build/esm/data/mods/gen2/formats-data.mjs.map +1 -1
  85. package/build/esm/data/mods/gen3/formats-data.mjs +52 -52
  86. package/build/esm/data/mods/gen3/formats-data.mjs.map +1 -1
  87. package/build/esm/data/mods/gen4/rulesets.mjs +1 -1
  88. package/build/esm/data/mods/gen4/rulesets.mjs.map +1 -1
  89. package/build/esm/data/mods/gen5/formats-data.mjs +1 -1
  90. package/build/esm/data/mods/gen5/formats-data.mjs.map +1 -1
  91. package/build/esm/data/mods/gen5/rulesets.mjs +1 -1
  92. package/build/esm/data/mods/gen5/rulesets.mjs.map +1 -1
  93. package/build/esm/data/mods/gen6/formats-data.mjs +3 -3
  94. package/build/esm/data/mods/gen6/formats-data.mjs.map +1 -1
  95. package/build/esm/data/mods/gen7/formats-data.mjs +6 -6
  96. package/build/esm/data/mods/gen7/formats-data.mjs.map +1 -1
  97. package/build/esm/data/mods/gen7/items.mjs +8 -0
  98. package/build/esm/data/mods/gen7/items.mjs.map +1 -1
  99. package/build/esm/data/mods/gen7/rulesets.mjs +1 -1
  100. package/build/esm/data/mods/gen7/rulesets.mjs.map +1 -1
  101. package/build/esm/data/mods/gen8/formats-data.mjs +1 -1
  102. package/build/esm/data/mods/gen8/formats-data.mjs.map +1 -1
  103. package/build/esm/data/mods/gen8/items.mjs +76 -0
  104. package/build/esm/data/mods/gen8/items.mjs.map +1 -1
  105. package/build/esm/data/mods/gen8/moves.mjs +9 -0
  106. package/build/esm/data/mods/gen8/moves.mjs.map +1 -1
  107. package/build/esm/data/mods/gen8/pokedex.mjs +4 -0
  108. package/build/esm/data/mods/gen8/pokedex.mjs.map +1 -1
  109. package/build/esm/data/moves.mjs +64 -38
  110. package/build/esm/data/moves.mjs.map +1 -1
  111. package/build/esm/data/pokedex.mjs +5 -1
  112. package/build/esm/data/pokedex.mjs.map +1 -1
  113. package/build/esm/data/tags.mjs +4 -0
  114. package/build/esm/data/tags.mjs.map +1 -1
  115. package/build/esm/data/text/abilities.mjs +26 -8
  116. package/build/esm/data/text/abilities.mjs.map +1 -1
  117. package/build/esm/data/text/items.mjs +12 -7
  118. package/build/esm/data/text/items.mjs.map +1 -1
  119. package/build/esm/data/text/moves.mjs +5 -2
  120. package/build/esm/data/text/moves.mjs.map +1 -1
  121. package/build/esm/sim/battle-actions.mjs +7 -2
  122. package/build/esm/sim/battle-actions.mjs.map +1 -1
  123. package/build/esm/sim/pokemon.mjs +2 -0
  124. package/build/esm/sim/pokemon.mjs.map +1 -1
  125. package/build/esm/sim/team-validator.mjs +0 -4
  126. package/build/esm/sim/team-validator.mjs.map +1 -1
  127. package/package.json +3 -3
@@ -15,12 +15,12 @@ exports.FormatsData = {
15
15
  venusaur: {
16
16
  isNonstandard: "Past",
17
17
  tier: "Illegal",
18
- natDexTier: "UU",
18
+ natDexTier: "OU",
19
19
  },
20
20
  venusaurmega: {
21
21
  isNonstandard: "Past",
22
22
  tier: "Illegal",
23
- natDexTier: "UU",
23
+ natDexTier: "(OU)",
24
24
  },
25
25
  venusaurgmax: {
26
26
  isNonstandard: "Past",
@@ -33,19 +33,19 @@ exports.FormatsData = {
33
33
  tier: "NFE",
34
34
  },
35
35
  charizard: {
36
- tier: "OU",
37
- doublesTier: "DOU",
38
- natDexTier: "UU",
36
+ tier: "UU",
37
+ doublesTier: "DUU",
38
+ natDexTier: "RU",
39
39
  },
40
40
  charizardmegax: {
41
41
  isNonstandard: "Past",
42
42
  tier: "Illegal",
43
- natDexTier: "UU",
43
+ natDexTier: "UUBL",
44
44
  },
45
45
  charizardmegay: {
46
46
  isNonstandard: "Past",
47
47
  tier: "Illegal",
48
- natDexTier: "UU",
48
+ natDexTier: "OU",
49
49
  },
50
50
  charizardgmax: {
51
51
  isNonstandard: "Past",
@@ -64,7 +64,7 @@ exports.FormatsData = {
64
64
  blastoise: {
65
65
  isNonstandard: "Past",
66
66
  tier: "Illegal",
67
- natDexTier: "UU",
67
+ natDexTier: "RU",
68
68
  },
69
69
  blastoisemega: {
70
70
  isNonstandard: "Past",
@@ -88,7 +88,7 @@ exports.FormatsData = {
88
88
  butterfree: {
89
89
  isNonstandard: "Past",
90
90
  tier: "Illegal",
91
- natDexTier: "UU",
91
+ natDexTier: "RU",
92
92
  },
93
93
  butterfreegmax: {
94
94
  isNonstandard: "Past",
@@ -107,12 +107,12 @@ exports.FormatsData = {
107
107
  beedrill: {
108
108
  isNonstandard: "Past",
109
109
  tier: "Illegal",
110
- natDexTier: "UU",
110
+ natDexTier: "RU",
111
111
  },
112
112
  beedrillmega: {
113
113
  isNonstandard: "Past",
114
114
  tier: "Illegal",
115
- natDexTier: "UU",
115
+ natDexTier: "RU",
116
116
  },
117
117
  pidgey: {
118
118
  isNonstandard: "Past",
@@ -127,12 +127,12 @@ exports.FormatsData = {
127
127
  pidgeot: {
128
128
  isNonstandard: "Past",
129
129
  tier: "Illegal",
130
- natDexTier: "UU",
130
+ natDexTier: "RU",
131
131
  },
132
132
  pidgeotmega: {
133
133
  isNonstandard: "Past",
134
134
  tier: "Illegal",
135
- natDexTier: "UU",
135
+ natDexTier: "RU",
136
136
  },
137
137
  rattata: {
138
138
  isNonstandard: "Past",
@@ -147,17 +147,17 @@ exports.FormatsData = {
147
147
  raticate: {
148
148
  isNonstandard: "Past",
149
149
  tier: "Illegal",
150
- natDexTier: "UU",
150
+ natDexTier: "RU",
151
151
  },
152
152
  raticatealola: {
153
153
  isNonstandard: "Past",
154
154
  tier: "Illegal",
155
- natDexTier: "UU",
155
+ natDexTier: "RU",
156
156
  },
157
157
  raticatealolatotem: {
158
158
  isNonstandard: "Past",
159
159
  tier: "Illegal",
160
- natDexTier: "UU",
160
+ natDexTier: "RU",
161
161
  },
162
162
  spearow: {
163
163
  isNonstandard: "Past",
@@ -167,7 +167,7 @@ exports.FormatsData = {
167
167
  fearow: {
168
168
  isNonstandard: "Past",
169
169
  tier: "Illegal",
170
- natDexTier: "UU",
170
+ natDexTier: "RU",
171
171
  },
172
172
  ekans: {
173
173
  isNonstandard: "Past",
@@ -177,7 +177,7 @@ exports.FormatsData = {
177
177
  arbok: {
178
178
  isNonstandard: "Past",
179
179
  tier: "Illegal",
180
- natDexTier: "UU",
180
+ natDexTier: "RU",
181
181
  },
182
182
  pichu: {
183
183
  tier: "LC",
@@ -254,14 +254,14 @@ exports.FormatsData = {
254
254
  tier: "Illegal",
255
255
  },
256
256
  raichu: {
257
- tier: "UU",
258
- doublesTier: "DUU",
259
- natDexTier: "UU",
257
+ tier: "RU",
258
+ doublesTier: "(DUU)",
259
+ natDexTier: "RU",
260
260
  },
261
261
  raichualola: {
262
262
  isNonstandard: "Unobtainable",
263
263
  tier: "Unreleased",
264
- natDexTier: "UU",
264
+ natDexTier: "RU",
265
265
  },
266
266
  sandshrew: {
267
267
  isNonstandard: "Past",
@@ -276,12 +276,12 @@ exports.FormatsData = {
276
276
  sandslash: {
277
277
  isNonstandard: "Past",
278
278
  tier: "Illegal",
279
- natDexTier: "UU",
279
+ natDexTier: "RU",
280
280
  },
281
281
  sandslashalola: {
282
282
  isNonstandard: "Past",
283
283
  tier: "Illegal",
284
- natDexTier: "UU",
284
+ natDexTier: "RU",
285
285
  },
286
286
  nidoranf: {
287
287
  isNonstandard: "Past",
@@ -296,7 +296,7 @@ exports.FormatsData = {
296
296
  nidoqueen: {
297
297
  isNonstandard: "Past",
298
298
  tier: "Illegal",
299
- natDexTier: "UU",
299
+ natDexTier: "RU",
300
300
  },
301
301
  nidoranm: {
302
302
  isNonstandard: "Past",
@@ -311,7 +311,7 @@ exports.FormatsData = {
311
311
  nidoking: {
312
312
  isNonstandard: "Past",
313
313
  tier: "Illegal",
314
- natDexTier: "UU",
314
+ natDexTier: "RU",
315
315
  },
316
316
  cleffa: {
317
317
  isNonstandard: "Past",
@@ -341,12 +341,12 @@ exports.FormatsData = {
341
341
  ninetales: {
342
342
  isNonstandard: "Past",
343
343
  tier: "Illegal",
344
- natDexTier: "UU",
344
+ natDexTier: "RU",
345
345
  },
346
346
  ninetalesalola: {
347
347
  isNonstandard: "Past",
348
348
  tier: "Illegal",
349
- natDexTier: "UU",
349
+ natDexTier: "RU",
350
350
  },
351
351
  igglybuff: {
352
352
  tier: "LC",
@@ -355,9 +355,9 @@ exports.FormatsData = {
355
355
  tier: "NFE",
356
356
  },
357
357
  wigglytuff: {
358
- tier: "UU",
359
- doublesTier: "DUU",
360
- natDexTier: "UU",
358
+ tier: "RU",
359
+ doublesTier: "(DUU)",
360
+ natDexTier: "RU",
361
361
  },
362
362
  zubat: {
363
363
  isNonstandard: "Past",
@@ -372,7 +372,7 @@ exports.FormatsData = {
372
372
  crobat: {
373
373
  isNonstandard: "Past",
374
374
  tier: "Illegal",
375
- natDexTier: "UU",
375
+ natDexTier: "RU",
376
376
  },
377
377
  oddish: {
378
378
  isNonstandard: "Past",
@@ -387,12 +387,12 @@ exports.FormatsData = {
387
387
  vileplume: {
388
388
  isNonstandard: "Past",
389
389
  tier: "Illegal",
390
- natDexTier: "UU",
390
+ natDexTier: "RU",
391
391
  },
392
392
  bellossom: {
393
393
  isNonstandard: "Past",
394
394
  tier: "Illegal",
395
- natDexTier: "UU",
395
+ natDexTier: "RU",
396
396
  },
397
397
  paras: {
398
398
  isNonstandard: "Past",
@@ -402,15 +402,15 @@ exports.FormatsData = {
402
402
  parasect: {
403
403
  isNonstandard: "Past",
404
404
  tier: "Illegal",
405
- natDexTier: "UU",
405
+ natDexTier: "RU",
406
406
  },
407
407
  venonat: {
408
408
  tier: "LC",
409
409
  },
410
410
  venomoth: {
411
- tier: "UU",
412
- doublesTier: "DUU",
413
- natDexTier: "UU",
411
+ tier: "RU",
412
+ doublesTier: "(DUU)",
413
+ natDexTier: "RU",
414
414
  },
415
415
  diglett: {
416
416
  tier: "LC",
@@ -421,14 +421,14 @@ exports.FormatsData = {
421
421
  natDexTier: "LC",
422
422
  },
423
423
  dugtrio: {
424
- tier: "UU",
425
- doublesTier: "DUU",
426
- natDexTier: "UU",
424
+ tier: "RU",
425
+ doublesTier: "(DUU)",
426
+ natDexTier: "RU",
427
427
  },
428
428
  dugtrioalola: {
429
429
  isNonstandard: "Unobtainable",
430
430
  tier: "Unreleased",
431
- natDexTier: "UU",
431
+ natDexTier: "RU",
432
432
  },
433
433
  meowth: {
434
434
  tier: "LC",
@@ -446,27 +446,27 @@ exports.FormatsData = {
446
446
  tier: "Illegal",
447
447
  },
448
448
  persian: {
449
- tier: "UU",
450
- doublesTier: "DUU",
451
- natDexTier: "UU",
449
+ tier: "RU",
450
+ doublesTier: "(DUU)",
451
+ natDexTier: "RU",
452
452
  },
453
453
  persianalola: {
454
454
  isNonstandard: "Unobtainable",
455
455
  tier: "Unreleased",
456
- natDexTier: "UU",
456
+ natDexTier: "RU",
457
457
  },
458
458
  perrserker: {
459
- tier: "UU",
460
- doublesTier: "DUU",
461
- natDexTier: "UU",
459
+ tier: "RU",
460
+ doublesTier: "(DUU)",
461
+ natDexTier: "RU",
462
462
  },
463
463
  psyduck: {
464
464
  tier: "LC",
465
465
  },
466
466
  golduck: {
467
- tier: "UU",
468
- doublesTier: "DUU",
469
- natDexTier: "UU",
467
+ tier: "RU",
468
+ doublesTier: "(DUU)",
469
+ natDexTier: "RU",
470
470
  },
471
471
  mankey: {
472
472
  tier: "LC",
@@ -482,9 +482,9 @@ exports.FormatsData = {
482
482
  tier: "Unreleased",
483
483
  },
484
484
  arcanine: {
485
- tier: "UU",
485
+ tier: "RU",
486
486
  doublesTier: "DOU",
487
- natDexTier: "UU",
487
+ natDexTier: "RU",
488
488
  },
489
489
  arcaninehisui: {
490
490
  isNonstandard: "Unobtainable",
@@ -503,12 +503,12 @@ exports.FormatsData = {
503
503
  poliwrath: {
504
504
  isNonstandard: "Past",
505
505
  tier: "Illegal",
506
- natDexTier: "UU",
506
+ natDexTier: "RU",
507
507
  },
508
508
  politoed: {
509
509
  isNonstandard: "Past",
510
510
  tier: "Illegal",
511
- natDexTier: "UU",
511
+ natDexTier: "RU",
512
512
  },
513
513
  abra: {
514
514
  isNonstandard: "Past",
@@ -523,7 +523,7 @@ exports.FormatsData = {
523
523
  alakazam: {
524
524
  isNonstandard: "Past",
525
525
  tier: "Illegal",
526
- natDexTier: "UU",
526
+ natDexTier: "RU",
527
527
  },
528
528
  alakazammega: {
529
529
  isNonstandard: "Past",
@@ -543,7 +543,7 @@ exports.FormatsData = {
543
543
  machamp: {
544
544
  isNonstandard: "Past",
545
545
  tier: "Illegal",
546
- natDexTier: "UU",
546
+ natDexTier: "RU",
547
547
  },
548
548
  machampgmax: {
549
549
  isNonstandard: "Past",
@@ -562,7 +562,7 @@ exports.FormatsData = {
562
562
  victreebel: {
563
563
  isNonstandard: "Past",
564
564
  tier: "Illegal",
565
- natDexTier: "UU",
565
+ natDexTier: "RU",
566
566
  },
567
567
  tentacool: {
568
568
  isNonstandard: "Past",
@@ -572,7 +572,7 @@ exports.FormatsData = {
572
572
  tentacruel: {
573
573
  isNonstandard: "Past",
574
574
  tier: "Illegal",
575
- natDexTier: "UU",
575
+ natDexTier: "RU",
576
576
  },
577
577
  geodude: {
578
578
  isNonstandard: "Past",
@@ -597,12 +597,12 @@ exports.FormatsData = {
597
597
  golem: {
598
598
  isNonstandard: "Past",
599
599
  tier: "Illegal",
600
- natDexTier: "UU",
600
+ natDexTier: "RU",
601
601
  },
602
602
  golemalola: {
603
603
  isNonstandard: "Past",
604
604
  tier: "Illegal",
605
- natDexTier: "UU",
605
+ natDexTier: "RU",
606
606
  },
607
607
  ponyta: {
608
608
  isNonstandard: "Past",
@@ -617,12 +617,12 @@ exports.FormatsData = {
617
617
  rapidash: {
618
618
  isNonstandard: "Past",
619
619
  tier: "Illegal",
620
- natDexTier: "UU",
620
+ natDexTier: "RU",
621
621
  },
622
622
  rapidashgalar: {
623
623
  isNonstandard: "Past",
624
624
  tier: "Illegal",
625
- natDexTier: "UU",
625
+ natDexTier: "RU",
626
626
  },
627
627
  slowpoke: {
628
628
  tier: "LC",
@@ -633,24 +633,24 @@ exports.FormatsData = {
633
633
  natDexTier: "LC",
634
634
  },
635
635
  slowbro: {
636
- tier: "UU",
637
- doublesTier: "DUU",
638
- natDexTier: "UU",
636
+ tier: "RU",
637
+ doublesTier: "(DUU)",
638
+ natDexTier: "RU",
639
639
  },
640
640
  slowbromega: {
641
641
  isNonstandard: "Past",
642
642
  tier: "Illegal",
643
- natDexTier: "UU",
643
+ natDexTier: "RU",
644
644
  },
645
645
  slowbrogalar: {
646
646
  isNonstandard: "Unobtainable",
647
647
  tier: "Unreleased",
648
- natDexTier: "UU",
648
+ natDexTier: "RU",
649
649
  },
650
650
  slowking: {
651
651
  tier: "UU",
652
- doublesTier: "DUU",
653
- natDexTier: "UU",
652
+ doublesTier: "(DUU)",
653
+ natDexTier: "RU",
654
654
  },
655
655
  slowkinggalar: {
656
656
  isNonstandard: "Unobtainable",
@@ -664,14 +664,14 @@ exports.FormatsData = {
664
664
  tier: "NFE",
665
665
  },
666
666
  magnezone: {
667
- tier: "UU",
668
- doublesTier: "DUU",
667
+ tier: "RU",
668
+ doublesTier: "(DUU)",
669
669
  natDexTier: "UU",
670
670
  },
671
671
  farfetchd: {
672
672
  isNonstandard: "Past",
673
673
  tier: "Illegal",
674
- natDexTier: "UU",
674
+ natDexTier: "RU",
675
675
  },
676
676
  farfetchdgalar: {
677
677
  isNonstandard: "Past",
@@ -681,7 +681,7 @@ exports.FormatsData = {
681
681
  sirfetchd: {
682
682
  isNonstandard: "Past",
683
683
  tier: "Illegal",
684
- natDexTier: "UU",
684
+ natDexTier: "RU",
685
685
  },
686
686
  doduo: {
687
687
  isNonstandard: "Past",
@@ -691,7 +691,7 @@ exports.FormatsData = {
691
691
  dodrio: {
692
692
  isNonstandard: "Past",
693
693
  tier: "Illegal",
694
- natDexTier: "UU",
694
+ natDexTier: "RU",
695
695
  },
696
696
  seel: {
697
697
  isNonstandard: "Past",
@@ -701,7 +701,7 @@ exports.FormatsData = {
701
701
  dewgong: {
702
702
  isNonstandard: "Past",
703
703
  tier: "Illegal",
704
- natDexTier: "UU",
704
+ natDexTier: "RU",
705
705
  },
706
706
  grimer: {
707
707
  tier: "LC",
@@ -712,22 +712,22 @@ exports.FormatsData = {
712
712
  natDexTier: "LC",
713
713
  },
714
714
  muk: {
715
- tier: "UU",
716
- doublesTier: "DUU",
717
- natDexTier: "UU",
715
+ tier: "RU",
716
+ doublesTier: "(DUU)",
717
+ natDexTier: "RU",
718
718
  },
719
719
  mukalola: {
720
720
  isNonstandard: "Unobtainable",
721
721
  tier: "Unreleased",
722
- natDexTier: "UU",
722
+ natDexTier: "RU",
723
723
  },
724
724
  shellder: {
725
725
  tier: "LC",
726
726
  },
727
727
  cloyster: {
728
- tier: "UU",
729
- doublesTier: "DUU",
730
- natDexTier: "UU",
728
+ tier: "RU",
729
+ doublesTier: "(DUU)",
730
+ natDexTier: "RU",
731
731
  },
732
732
  gastly: {
733
733
  tier: "LC",
@@ -737,13 +737,13 @@ exports.FormatsData = {
737
737
  },
738
738
  gengar: {
739
739
  tier: "UU",
740
- doublesTier: "DUU",
741
- natDexTier: "UU",
740
+ doublesTier: "(DUU)",
741
+ natDexTier: "RU",
742
742
  },
743
743
  gengarmega: {
744
744
  isNonstandard: "Past",
745
745
  tier: "Illegal",
746
- natDexTier: "Uber",
746
+ natDexTier: "AG",
747
747
  },
748
748
  gengargmax: {
749
749
  isNonstandard: "Past",
@@ -757,20 +757,20 @@ exports.FormatsData = {
757
757
  steelix: {
758
758
  isNonstandard: "Past",
759
759
  tier: "Illegal",
760
- natDexTier: "UU",
760
+ natDexTier: "RU",
761
761
  },
762
762
  steelixmega: {
763
763
  isNonstandard: "Past",
764
764
  tier: "Illegal",
765
- natDexTier: "UU",
765
+ natDexTier: "RU",
766
766
  },
767
767
  drowzee: {
768
768
  tier: "LC",
769
769
  },
770
770
  hypno: {
771
- tier: "UU",
772
- doublesTier: "DUU",
773
- natDexTier: "UU",
771
+ tier: "RU",
772
+ doublesTier: "(DUU)",
773
+ natDexTier: "RU",
774
774
  },
775
775
  krabby: {
776
776
  isNonstandard: "Past",
@@ -780,7 +780,7 @@ exports.FormatsData = {
780
780
  kingler: {
781
781
  isNonstandard: "Past",
782
782
  tier: "Illegal",
783
- natDexTier: "UU",
783
+ natDexTier: "RU",
784
784
  },
785
785
  kinglergmax: {
786
786
  isNonstandard: "Past",
@@ -794,9 +794,9 @@ exports.FormatsData = {
794
794
  tier: "Unreleased",
795
795
  },
796
796
  electrode: {
797
- tier: "UU",
798
- doublesTier: "DUU",
799
- natDexTier: "UU",
797
+ tier: "RU",
798
+ doublesTier: "(DUU)",
799
+ natDexTier: "RU",
800
800
  },
801
801
  electrodehisui: {
802
802
  isNonstandard: "Unobtainable",
@@ -810,12 +810,12 @@ exports.FormatsData = {
810
810
  exeggutor: {
811
811
  isNonstandard: "Past",
812
812
  tier: "Illegal",
813
- natDexTier: "UU",
813
+ natDexTier: "RU",
814
814
  },
815
815
  exeggutoralola: {
816
816
  isNonstandard: "Past",
817
817
  tier: "Illegal",
818
- natDexTier: "UU",
818
+ natDexTier: "RU",
819
819
  },
820
820
  cubone: {
821
821
  isNonstandard: "Past",
@@ -825,7 +825,7 @@ exports.FormatsData = {
825
825
  marowak: {
826
826
  isNonstandard: "Past",
827
827
  tier: "Illegal",
828
- natDexTier: "UU",
828
+ natDexTier: "RU",
829
829
  },
830
830
  marowakalola: {
831
831
  isNonstandard: "Past",
@@ -845,17 +845,17 @@ exports.FormatsData = {
845
845
  hitmonlee: {
846
846
  isNonstandard: "Past",
847
847
  tier: "Illegal",
848
- natDexTier: "UU",
848
+ natDexTier: "RU",
849
849
  },
850
850
  hitmonchan: {
851
851
  isNonstandard: "Past",
852
852
  tier: "Illegal",
853
- natDexTier: "UU",
853
+ natDexTier: "RU",
854
854
  },
855
855
  hitmontop: {
856
856
  isNonstandard: "Past",
857
857
  tier: "Illegal",
858
- natDexTier: "UU",
858
+ natDexTier: "RU",
859
859
  },
860
860
  lickitung: {
861
861
  isNonstandard: "Past",
@@ -865,7 +865,7 @@ exports.FormatsData = {
865
865
  lickilicky: {
866
866
  isNonstandard: "Past",
867
867
  tier: "Illegal",
868
- natDexTier: "UU",
868
+ natDexTier: "RU",
869
869
  },
870
870
  koffing: {
871
871
  isNonstandard: "Past",
@@ -875,12 +875,12 @@ exports.FormatsData = {
875
875
  weezing: {
876
876
  isNonstandard: "Past",
877
877
  tier: "Illegal",
878
- natDexTier: "UU",
878
+ natDexTier: "RU",
879
879
  },
880
880
  weezinggalar: {
881
881
  isNonstandard: "Past",
882
882
  tier: "Illegal",
883
- natDexTier: "UU",
883
+ natDexTier: "RU",
884
884
  },
885
885
  rhyhorn: {
886
886
  isNonstandard: "Past",
@@ -895,7 +895,7 @@ exports.FormatsData = {
895
895
  rhyperior: {
896
896
  isNonstandard: "Past",
897
897
  tier: "Illegal",
898
- natDexTier: "UU",
898
+ natDexTier: "RU",
899
899
  },
900
900
  happiny: {
901
901
  tier: "LC",
@@ -905,8 +905,8 @@ exports.FormatsData = {
905
905
  natDexTier: "OU",
906
906
  },
907
907
  blissey: {
908
- tier: "UU",
909
- doublesTier: "DUU",
908
+ tier: "RU",
909
+ doublesTier: "(DUU)",
910
910
  natDexTier: "OU",
911
911
  },
912
912
  tangela: {
@@ -922,7 +922,7 @@ exports.FormatsData = {
922
922
  kangaskhan: {
923
923
  isNonstandard: "Past",
924
924
  tier: "Illegal",
925
- natDexTier: "UU",
925
+ natDexTier: "RU",
926
926
  },
927
927
  kangaskhanmega: {
928
928
  isNonstandard: "Past",
@@ -942,7 +942,7 @@ exports.FormatsData = {
942
942
  kingdra: {
943
943
  isNonstandard: "Past",
944
944
  tier: "Illegal",
945
- natDexTier: "UU",
945
+ natDexTier: "RU",
946
946
  },
947
947
  goldeen: {
948
948
  isNonstandard: "Past",
@@ -952,7 +952,7 @@ exports.FormatsData = {
952
952
  seaking: {
953
953
  isNonstandard: "Past",
954
954
  tier: "Illegal",
955
- natDexTier: "UU",
955
+ natDexTier: "RU",
956
956
  },
957
957
  staryu: {
958
958
  isNonstandard: "Past",
@@ -962,7 +962,7 @@ exports.FormatsData = {
962
962
  starmie: {
963
963
  isNonstandard: "Past",
964
964
  tier: "Illegal",
965
- natDexTier: "UU",
965
+ natDexTier: "RU",
966
966
  },
967
967
  mimejr: {
968
968
  isNonstandard: "Past",
@@ -972,7 +972,7 @@ exports.FormatsData = {
972
972
  mrmime: {
973
973
  isNonstandard: "Past",
974
974
  tier: "Illegal",
975
- natDexTier: "UU",
975
+ natDexTier: "RU",
976
976
  },
977
977
  mrmimegalar: {
978
978
  isNonstandard: "Past",
@@ -982,7 +982,7 @@ exports.FormatsData = {
982
982
  mrrime: {
983
983
  isNonstandard: "Past",
984
984
  tier: "Illegal",
985
- natDexTier: "UU",
985
+ natDexTier: "RU",
986
986
  },
987
987
  scyther: {
988
988
  tier: "NFE",
@@ -990,7 +990,7 @@ exports.FormatsData = {
990
990
  scizor: {
991
991
  tier: "OU",
992
992
  doublesTier: "DUU",
993
- natDexTier: "UU",
993
+ natDexTier: "RU",
994
994
  },
995
995
  scizormega: {
996
996
  isNonstandard: "Past",
@@ -1009,7 +1009,7 @@ exports.FormatsData = {
1009
1009
  jynx: {
1010
1010
  isNonstandard: "Past",
1011
1011
  tier: "Illegal",
1012
- natDexTier: "UU",
1012
+ natDexTier: "RU",
1013
1013
  },
1014
1014
  elekid: {
1015
1015
  isNonstandard: "Past",
@@ -1024,7 +1024,7 @@ exports.FormatsData = {
1024
1024
  electivire: {
1025
1025
  isNonstandard: "Past",
1026
1026
  tier: "Illegal",
1027
- natDexTier: "UU",
1027
+ natDexTier: "RU",
1028
1028
  },
1029
1029
  magby: {
1030
1030
  isNonstandard: "Past",
@@ -1039,12 +1039,12 @@ exports.FormatsData = {
1039
1039
  magmortar: {
1040
1040
  isNonstandard: "Past",
1041
1041
  tier: "Illegal",
1042
- natDexTier: "UU",
1042
+ natDexTier: "RU",
1043
1043
  },
1044
1044
  pinsir: {
1045
1045
  isNonstandard: "Past",
1046
1046
  tier: "Illegal",
1047
- natDexTier: "UU",
1047
+ natDexTier: "RU",
1048
1048
  },
1049
1049
  pinsirmega: {
1050
1050
  isNonstandard: "Past",
@@ -1054,29 +1054,29 @@ exports.FormatsData = {
1054
1054
  tauros: {
1055
1055
  isNonstandard: "Unobtainable",
1056
1056
  tier: "Unreleased",
1057
- natDexTier: "UU",
1057
+ natDexTier: "RU",
1058
1058
  },
1059
1059
  taurospaldea: {
1060
- tier: "UU",
1061
- doublesTier: "DUU",
1062
- natDexTier: "UU",
1060
+ tier: "RU",
1061
+ doublesTier: "(DUU)",
1062
+ natDexTier: "RU",
1063
1063
  },
1064
1064
  taurospaldeafire: {
1065
- tier: "UU",
1066
- doublesTier: "DUU",
1067
- natDexTier: "UU",
1065
+ tier: "RU",
1066
+ doublesTier: "(DUU)",
1067
+ natDexTier: "RU",
1068
1068
  },
1069
1069
  taurospaldeawater: {
1070
1070
  tier: "UU",
1071
- doublesTier: "DUU",
1072
- natDexTier: "UU",
1071
+ doublesTier: "(DUU)",
1072
+ natDexTier: "RU",
1073
1073
  },
1074
1074
  magikarp: {
1075
1075
  tier: "LC",
1076
1076
  },
1077
1077
  gyarados: {
1078
1078
  tier: "UU",
1079
- doublesTier: "DOU",
1079
+ doublesTier: "DUU",
1080
1080
  natDexTier: "UU",
1081
1081
  },
1082
1082
  gyaradosmega: {
@@ -1087,16 +1087,16 @@ exports.FormatsData = {
1087
1087
  lapras: {
1088
1088
  isNonstandard: "Past",
1089
1089
  tier: "Illegal",
1090
- natDexTier: "UU",
1090
+ natDexTier: "RU",
1091
1091
  },
1092
1092
  laprasgmax: {
1093
1093
  isNonstandard: "Past",
1094
1094
  tier: "Illegal",
1095
1095
  },
1096
1096
  ditto: {
1097
- tier: "OU",
1098
- doublesTier: "DUU",
1099
- natDexTier: "OU",
1097
+ tier: "UU",
1098
+ doublesTier: "DOU",
1099
+ natDexTier: "UU",
1100
1100
  },
1101
1101
  eevee: {
1102
1102
  tier: "LC",
@@ -1110,44 +1110,44 @@ exports.FormatsData = {
1110
1110
  tier: "Illegal",
1111
1111
  },
1112
1112
  vaporeon: {
1113
- tier: "UU",
1113
+ tier: "RU",
1114
1114
  doublesTier: "DUU",
1115
- natDexTier: "UU",
1115
+ natDexTier: "RU",
1116
1116
  },
1117
1117
  jolteon: {
1118
- tier: "UU",
1119
- doublesTier: "DUU",
1120
- natDexTier: "UU",
1118
+ tier: "RU",
1119
+ doublesTier: "(DUU)",
1120
+ natDexTier: "RU",
1121
1121
  },
1122
1122
  flareon: {
1123
- tier: "UU",
1124
- doublesTier: "DUU",
1125
- natDexTier: "UU",
1123
+ tier: "RU",
1124
+ doublesTier: "(DUU)",
1125
+ natDexTier: "RU",
1126
1126
  },
1127
1127
  espeon: {
1128
- tier: "UU",
1129
- doublesTier: "DUU",
1130
- natDexTier: "UU",
1128
+ tier: "RU",
1129
+ doublesTier: "(DUU)",
1130
+ natDexTier: "RU",
1131
1131
  },
1132
1132
  umbreon: {
1133
- tier: "UU",
1134
- doublesTier: "DUU",
1135
- natDexTier: "UU",
1133
+ tier: "RU",
1134
+ doublesTier: "(DUU)",
1135
+ natDexTier: "RU",
1136
1136
  },
1137
1137
  leafeon: {
1138
- tier: "UU",
1139
- doublesTier: "DUU",
1140
- natDexTier: "UU",
1138
+ tier: "RU",
1139
+ doublesTier: "(DUU)",
1140
+ natDexTier: "RU",
1141
1141
  },
1142
1142
  glaceon: {
1143
- tier: "UU",
1144
- doublesTier: "DUU",
1145
- natDexTier: "UU",
1143
+ tier: "RU",
1144
+ doublesTier: "(DUU)",
1145
+ natDexTier: "RU",
1146
1146
  },
1147
1147
  sylveon: {
1148
- tier: "UU",
1149
- doublesTier: "DUU",
1150
- natDexTier: "UU",
1148
+ tier: "RU",
1149
+ doublesTier: "DOU",
1150
+ natDexTier: "RU",
1151
1151
  },
1152
1152
  porygon: {
1153
1153
  isNonstandard: "Past",
@@ -1157,12 +1157,12 @@ exports.FormatsData = {
1157
1157
  porygon2: {
1158
1158
  isNonstandard: "Past",
1159
1159
  tier: "Illegal",
1160
- natDexTier: "NFE",
1160
+ natDexTier: "UU",
1161
1161
  },
1162
1162
  porygonz: {
1163
1163
  isNonstandard: "Past",
1164
1164
  tier: "Illegal",
1165
- natDexTier: "UU",
1165
+ natDexTier: "RU",
1166
1166
  },
1167
1167
  omanyte: {
1168
1168
  isNonstandard: "Past",
@@ -1172,7 +1172,7 @@ exports.FormatsData = {
1172
1172
  omastar: {
1173
1173
  isNonstandard: "Past",
1174
1174
  tier: "Illegal",
1175
- natDexTier: "UU",
1175
+ natDexTier: "RU",
1176
1176
  },
1177
1177
  kabuto: {
1178
1178
  isNonstandard: "Past",
@@ -1182,17 +1182,17 @@ exports.FormatsData = {
1182
1182
  kabutops: {
1183
1183
  isNonstandard: "Past",
1184
1184
  tier: "Illegal",
1185
- natDexTier: "UU",
1185
+ natDexTier: "RU",
1186
1186
  },
1187
1187
  aerodactyl: {
1188
1188
  isNonstandard: "Past",
1189
1189
  tier: "Illegal",
1190
- natDexTier: "UU",
1190
+ natDexTier: "RU",
1191
1191
  },
1192
1192
  aerodactylmega: {
1193
1193
  isNonstandard: "Past",
1194
1194
  tier: "Illegal",
1195
- natDexTier: "UU",
1195
+ natDexTier: "RU",
1196
1196
  },
1197
1197
  munchlax: {
1198
1198
  isNonstandard: "Past",
@@ -1202,7 +1202,7 @@ exports.FormatsData = {
1202
1202
  snorlax: {
1203
1203
  isNonstandard: "Past",
1204
1204
  tier: "Illegal",
1205
- natDexTier: "UU",
1205
+ natDexTier: "RU",
1206
1206
  },
1207
1207
  snorlaxgmax: {
1208
1208
  isNonstandard: "Past",
@@ -1211,12 +1211,12 @@ exports.FormatsData = {
1211
1211
  articuno: {
1212
1212
  isNonstandard: "Unobtainable",
1213
1213
  tier: "Unreleased",
1214
- natDexTier: "UU",
1214
+ natDexTier: "RU",
1215
1215
  },
1216
1216
  articunogalar: {
1217
1217
  isNonstandard: "Unobtainable",
1218
1218
  tier: "Unreleased",
1219
- natDexTier: "UU",
1219
+ natDexTier: "RU",
1220
1220
  },
1221
1221
  zapdos: {
1222
1222
  isNonstandard: "Unobtainable",
@@ -1226,17 +1226,17 @@ exports.FormatsData = {
1226
1226
  zapdosgalar: {
1227
1227
  isNonstandard: "Unobtainable",
1228
1228
  tier: "Unreleased",
1229
- natDexTier: "UU",
1229
+ natDexTier: "RU",
1230
1230
  },
1231
1231
  moltres: {
1232
1232
  isNonstandard: "Unobtainable",
1233
1233
  tier: "Unreleased",
1234
- natDexTier: "UU",
1234
+ natDexTier: "RU",
1235
1235
  },
1236
1236
  moltresgalar: {
1237
1237
  isNonstandard: "Unobtainable",
1238
1238
  tier: "Unreleased",
1239
- natDexTier: "UU",
1239
+ natDexTier: "RU",
1240
1240
  },
1241
1241
  dratini: {
1242
1242
  tier: "LC",
@@ -1246,8 +1246,8 @@ exports.FormatsData = {
1246
1246
  },
1247
1247
  dragonite: {
1248
1248
  tier: "OU",
1249
- doublesTier: "DUU",
1250
- natDexTier: "UU",
1249
+ doublesTier: "DOU",
1250
+ natDexTier: "OU",
1251
1251
  },
1252
1252
  mewtwo: {
1253
1253
  isNonstandard: "Unobtainable",
@@ -1267,7 +1267,7 @@ exports.FormatsData = {
1267
1267
  mew: {
1268
1268
  isNonstandard: "Unobtainable",
1269
1269
  tier: "Unreleased",
1270
- natDexTier: "UU",
1270
+ natDexTier: "RU",
1271
1271
  },
1272
1272
  chikorita: {
1273
1273
  isNonstandard: "Past",
@@ -1282,7 +1282,7 @@ exports.FormatsData = {
1282
1282
  meganium: {
1283
1283
  isNonstandard: "Past",
1284
1284
  tier: "Illegal",
1285
- natDexTier: "UU",
1285
+ natDexTier: "RU",
1286
1286
  },
1287
1287
  cyndaquil: {
1288
1288
  isNonstandard: "Unobtainable",
@@ -1297,7 +1297,7 @@ exports.FormatsData = {
1297
1297
  typhlosion: {
1298
1298
  isNonstandard: "Unobtainable",
1299
1299
  tier: "Unreleased",
1300
- natDexTier: "UU",
1300
+ natDexTier: "RU",
1301
1301
  },
1302
1302
  typhlosionhisui: {
1303
1303
  isNonstandard: "Unobtainable",
@@ -1316,7 +1316,7 @@ exports.FormatsData = {
1316
1316
  feraligatr: {
1317
1317
  isNonstandard: "Past",
1318
1318
  tier: "Illegal",
1319
- natDexTier: "UU",
1319
+ natDexTier: "RU",
1320
1320
  },
1321
1321
  sentret: {
1322
1322
  isNonstandard: "Past",
@@ -1326,7 +1326,7 @@ exports.FormatsData = {
1326
1326
  furret: {
1327
1327
  isNonstandard: "Past",
1328
1328
  tier: "Illegal",
1329
- natDexTier: "UU",
1329
+ natDexTier: "RU",
1330
1330
  },
1331
1331
  hoothoot: {
1332
1332
  isNonstandard: "Past",
@@ -1336,7 +1336,7 @@ exports.FormatsData = {
1336
1336
  noctowl: {
1337
1337
  isNonstandard: "Past",
1338
1338
  tier: "Illegal",
1339
- natDexTier: "UU",
1339
+ natDexTier: "RU",
1340
1340
  },
1341
1341
  ledyba: {
1342
1342
  isNonstandard: "Past",
@@ -1346,7 +1346,7 @@ exports.FormatsData = {
1346
1346
  ledian: {
1347
1347
  isNonstandard: "Past",
1348
1348
  tier: "Illegal",
1349
- natDexTier: "UU",
1349
+ natDexTier: "RU",
1350
1350
  },
1351
1351
  spinarak: {
1352
1352
  isNonstandard: "Past",
@@ -1356,7 +1356,7 @@ exports.FormatsData = {
1356
1356
  ariados: {
1357
1357
  isNonstandard: "Past",
1358
1358
  tier: "Illegal",
1359
- natDexTier: "UU",
1359
+ natDexTier: "RU",
1360
1360
  },
1361
1361
  chinchou: {
1362
1362
  isNonstandard: "Past",
@@ -1366,7 +1366,7 @@ exports.FormatsData = {
1366
1366
  lanturn: {
1367
1367
  isNonstandard: "Past",
1368
1368
  tier: "Illegal",
1369
- natDexTier: "UU",
1369
+ natDexTier: "RU",
1370
1370
  },
1371
1371
  togepi: {
1372
1372
  isNonstandard: "Past",
@@ -1381,7 +1381,7 @@ exports.FormatsData = {
1381
1381
  togekiss: {
1382
1382
  isNonstandard: "Past",
1383
1383
  tier: "Illegal",
1384
- natDexTier: "UU",
1384
+ natDexTier: "RU",
1385
1385
  },
1386
1386
  natu: {
1387
1387
  isNonstandard: "Past",
@@ -1391,7 +1391,7 @@ exports.FormatsData = {
1391
1391
  xatu: {
1392
1392
  isNonstandard: "Past",
1393
1393
  tier: "Illegal",
1394
- natDexTier: "UU",
1394
+ natDexTier: "RU",
1395
1395
  },
1396
1396
  mareep: {
1397
1397
  tier: "LC",
@@ -1400,14 +1400,14 @@ exports.FormatsData = {
1400
1400
  tier: "NFE",
1401
1401
  },
1402
1402
  ampharos: {
1403
- tier: "UU",
1403
+ tier: "RU",
1404
1404
  doublesTier: "DUU",
1405
- natDexTier: "UU",
1405
+ natDexTier: "RU",
1406
1406
  },
1407
1407
  ampharosmega: {
1408
1408
  isNonstandard: "Past",
1409
1409
  tier: "Illegal",
1410
- natDexTier: "UU",
1410
+ natDexTier: "RU",
1411
1411
  },
1412
1412
  azurill: {
1413
1413
  tier: "LC",
@@ -1416,17 +1416,17 @@ exports.FormatsData = {
1416
1416
  tier: "NFE",
1417
1417
  },
1418
1418
  azumarill: {
1419
- tier: "UU",
1419
+ tier: "OU",
1420
1420
  doublesTier: "DUU",
1421
- natDexTier: "UU",
1421
+ natDexTier: "RU",
1422
1422
  },
1423
1423
  bonsly: {
1424
1424
  tier: "LC",
1425
1425
  },
1426
1426
  sudowoodo: {
1427
- tier: "UU",
1428
- doublesTier: "DUU",
1429
- natDexTier: "UU",
1427
+ tier: "RU",
1428
+ doublesTier: "(DUU)",
1429
+ natDexTier: "RU",
1430
1430
  },
1431
1431
  hoppip: {
1432
1432
  tier: "LC",
@@ -1435,9 +1435,9 @@ exports.FormatsData = {
1435
1435
  tier: "NFE",
1436
1436
  },
1437
1437
  jumpluff: {
1438
- tier: "UU",
1439
- doublesTier: "DUU",
1440
- natDexTier: "UU",
1438
+ tier: "RU",
1439
+ doublesTier: "(DUU)",
1440
+ natDexTier: "RU",
1441
1441
  },
1442
1442
  aipom: {
1443
1443
  isNonstandard: "Past",
@@ -1447,15 +1447,15 @@ exports.FormatsData = {
1447
1447
  ambipom: {
1448
1448
  isNonstandard: "Past",
1449
1449
  tier: "Illegal",
1450
- natDexTier: "UU",
1450
+ natDexTier: "RU",
1451
1451
  },
1452
1452
  sunkern: {
1453
1453
  tier: "LC",
1454
1454
  },
1455
1455
  sunflora: {
1456
- tier: "UU",
1457
- doublesTier: "DUU",
1458
- natDexTier: "UU",
1456
+ tier: "RU",
1457
+ doublesTier: "(DUU)",
1458
+ natDexTier: "RU",
1459
1459
  },
1460
1460
  yanma: {
1461
1461
  isNonstandard: "Past",
@@ -1465,7 +1465,7 @@ exports.FormatsData = {
1465
1465
  yanmega: {
1466
1466
  isNonstandard: "Past",
1467
1467
  tier: "Illegal",
1468
- natDexTier: "UU",
1468
+ natDexTier: "RU",
1469
1469
  },
1470
1470
  wooper: {
1471
1471
  tier: "LC",
@@ -1475,30 +1475,30 @@ exports.FormatsData = {
1475
1475
  },
1476
1476
  quagsire: {
1477
1477
  tier: "UU",
1478
- doublesTier: "DUU",
1479
- natDexTier: "UU",
1478
+ doublesTier: "(DUU)",
1479
+ natDexTier: "RU",
1480
1480
  },
1481
1481
  murkrow: {
1482
1482
  tier: "NFE",
1483
1483
  doublesTier: "DOU",
1484
1484
  },
1485
1485
  honchkrow: {
1486
- tier: "UU",
1487
- doublesTier: "DUU",
1488
- natDexTier: "UU",
1486
+ tier: "RU",
1487
+ doublesTier: "(DUU)",
1488
+ natDexTier: "RU",
1489
1489
  },
1490
1490
  misdreavus: {
1491
1491
  tier: "NFE",
1492
1492
  },
1493
1493
  mismagius: {
1494
- tier: "UU",
1495
- doublesTier: "DUU",
1496
- natDexTier: "UU",
1494
+ tier: "RU",
1495
+ doublesTier: "(DUU)",
1496
+ natDexTier: "RU",
1497
1497
  },
1498
1498
  unown: {
1499
1499
  isNonstandard: "Past",
1500
1500
  tier: "Illegal",
1501
- natDexTier: "UU",
1501
+ natDexTier: "RU",
1502
1502
  },
1503
1503
  wynaut: {
1504
1504
  isNonstandard: "Past",
@@ -1508,31 +1508,31 @@ exports.FormatsData = {
1508
1508
  wobbuffet: {
1509
1509
  isNonstandard: "Past",
1510
1510
  tier: "Illegal",
1511
- natDexTier: "UU",
1511
+ natDexTier: "RU",
1512
1512
  },
1513
1513
  girafarig: {
1514
1514
  tier: "LC",
1515
1515
  },
1516
1516
  farigiraf: {
1517
- tier: "UU",
1517
+ tier: "RU",
1518
1518
  doublesTier: "DOU",
1519
- natDexTier: "UU",
1519
+ natDexTier: "RU",
1520
1520
  },
1521
1521
  pineco: {
1522
1522
  tier: "LC",
1523
1523
  },
1524
1524
  forretress: {
1525
1525
  tier: "UU",
1526
- doublesTier: "DUU",
1527
- natDexTier: "UU",
1526
+ doublesTier: "(DUU)",
1527
+ natDexTier: "RU",
1528
1528
  },
1529
1529
  dunsparce: {
1530
1530
  tier: "NFE",
1531
1531
  },
1532
1532
  dudunsparce: {
1533
- tier: "UU",
1533
+ tier: "RU",
1534
1534
  doublesTier: "DUU",
1535
- natDexTier: "UU",
1535
+ natDexTier: "RU",
1536
1536
  },
1537
1537
  gligar: {
1538
1538
  isNonstandard: "Past",
@@ -1542,7 +1542,7 @@ exports.FormatsData = {
1542
1542
  gliscor: {
1543
1543
  isNonstandard: "Past",
1544
1544
  tier: "Illegal",
1545
- natDexTier: "OU",
1545
+ natDexTier: "UU",
1546
1546
  },
1547
1547
  snubbull: {
1548
1548
  isNonstandard: "Past",
@@ -1552,12 +1552,12 @@ exports.FormatsData = {
1552
1552
  granbull: {
1553
1553
  isNonstandard: "Past",
1554
1554
  tier: "Illegal",
1555
- natDexTier: "UU",
1555
+ natDexTier: "RU",
1556
1556
  },
1557
1557
  qwilfish: {
1558
- tier: "UU",
1559
- doublesTier: "DUU",
1560
- natDexTier: "UU",
1558
+ tier: "RU",
1559
+ doublesTier: "(DUU)",
1560
+ natDexTier: "RU",
1561
1561
  },
1562
1562
  qwilfishhisui: {
1563
1563
  isNonstandard: "Unobtainable",
@@ -1570,17 +1570,17 @@ exports.FormatsData = {
1570
1570
  shuckle: {
1571
1571
  isNonstandard: "Past",
1572
1572
  tier: "Illegal",
1573
- natDexTier: "UU",
1573
+ natDexTier: "RU",
1574
1574
  },
1575
1575
  heracross: {
1576
- tier: "UU",
1577
- doublesTier: "DUU",
1578
- natDexTier: "UU",
1576
+ tier: "RU",
1577
+ doublesTier: "(DUU)",
1578
+ natDexTier: "RU",
1579
1579
  },
1580
1580
  heracrossmega: {
1581
1581
  isNonstandard: "Past",
1582
1582
  tier: "Illegal",
1583
- natDexTier: "UU",
1583
+ natDexTier: "RU",
1584
1584
  },
1585
1585
  sneasel: {
1586
1586
  tier: "NFE",
@@ -1590,9 +1590,9 @@ exports.FormatsData = {
1590
1590
  tier: "Unreleased",
1591
1591
  },
1592
1592
  weavile: {
1593
- tier: "UU",
1594
- doublesTier: "DUU",
1595
- natDexTier: "UU",
1593
+ tier: "RU",
1594
+ doublesTier: "(DUU)",
1595
+ natDexTier: "RU",
1596
1596
  },
1597
1597
  sneasler: {
1598
1598
  isNonstandard: "Unobtainable",
@@ -1602,9 +1602,9 @@ exports.FormatsData = {
1602
1602
  tier: "LC",
1603
1603
  },
1604
1604
  ursaring: {
1605
- tier: "UU",
1606
- doublesTier: "DUU",
1607
- natDexTier: "UU",
1605
+ tier: "RU",
1606
+ doublesTier: "(DUU)",
1607
+ natDexTier: "RU",
1608
1608
  },
1609
1609
  ursaluna: {
1610
1610
  isNonstandard: "Unobtainable",
@@ -1618,7 +1618,7 @@ exports.FormatsData = {
1618
1618
  magcargo: {
1619
1619
  isNonstandard: "Past",
1620
1620
  tier: "Illegal",
1621
- natDexTier: "UU",
1621
+ natDexTier: "RU",
1622
1622
  },
1623
1623
  swinub: {
1624
1624
  isNonstandard: "Past",
@@ -1633,12 +1633,12 @@ exports.FormatsData = {
1633
1633
  mamoswine: {
1634
1634
  isNonstandard: "Past",
1635
1635
  tier: "Illegal",
1636
- natDexTier: "UU",
1636
+ natDexTier: "RU",
1637
1637
  },
1638
1638
  corsola: {
1639
1639
  isNonstandard: "Past",
1640
1640
  tier: "Illegal",
1641
- natDexTier: "UU",
1641
+ natDexTier: "RU",
1642
1642
  },
1643
1643
  corsolagalar: {
1644
1644
  isNonstandard: "Past",
@@ -1648,7 +1648,7 @@ exports.FormatsData = {
1648
1648
  cursola: {
1649
1649
  isNonstandard: "Past",
1650
1650
  tier: "Illegal",
1651
- natDexTier: "UU",
1651
+ natDexTier: "RU",
1652
1652
  },
1653
1653
  remoraid: {
1654
1654
  isNonstandard: "Past",
@@ -1658,12 +1658,12 @@ exports.FormatsData = {
1658
1658
  octillery: {
1659
1659
  isNonstandard: "Past",
1660
1660
  tier: "Illegal",
1661
- natDexTier: "UU",
1661
+ natDexTier: "RU",
1662
1662
  },
1663
1663
  delibird: {
1664
- tier: "UU",
1665
- doublesTier: "DUU",
1666
- natDexTier: "UU",
1664
+ tier: "RU",
1665
+ doublesTier: "(DUU)",
1666
+ natDexTier: "RU",
1667
1667
  },
1668
1668
  mantyke: {
1669
1669
  isNonstandard: "Past",
@@ -1673,7 +1673,7 @@ exports.FormatsData = {
1673
1673
  mantine: {
1674
1674
  isNonstandard: "Past",
1675
1675
  tier: "Illegal",
1676
- natDexTier: "UU",
1676
+ natDexTier: "RU",
1677
1677
  },
1678
1678
  skarmory: {
1679
1679
  isNonstandard: "Past",
@@ -1684,27 +1684,27 @@ exports.FormatsData = {
1684
1684
  tier: "LC",
1685
1685
  },
1686
1686
  houndoom: {
1687
- tier: "UU",
1688
- doublesTier: "DUU",
1689
- natDexTier: "UU",
1687
+ tier: "RU",
1688
+ doublesTier: "(DUU)",
1689
+ natDexTier: "RU",
1690
1690
  },
1691
1691
  houndoommega: {
1692
1692
  isNonstandard: "Past",
1693
1693
  tier: "Illegal",
1694
- natDexTier: "UU",
1694
+ natDexTier: "RU",
1695
1695
  },
1696
1696
  phanpy: {
1697
1697
  tier: "LC",
1698
1698
  },
1699
1699
  donphan: {
1700
1700
  tier: "UU",
1701
- doublesTier: "DUU",
1702
- natDexTier: "UU",
1701
+ doublesTier: "(DUU)",
1702
+ natDexTier: "RU",
1703
1703
  },
1704
1704
  stantler: {
1705
- tier: "UU",
1706
- doublesTier: "DUU",
1707
- natDexTier: "UU",
1705
+ tier: "RU",
1706
+ doublesTier: "(DUU)",
1707
+ natDexTier: "RU",
1708
1708
  },
1709
1709
  wyrdeer: {
1710
1710
  isNonstandard: "Unobtainable",
@@ -1713,27 +1713,27 @@ exports.FormatsData = {
1713
1713
  smeargle: {
1714
1714
  isNonstandard: "Past",
1715
1715
  tier: "Illegal",
1716
- natDexTier: "UU",
1716
+ natDexTier: "RU",
1717
1717
  },
1718
1718
  miltank: {
1719
1719
  isNonstandard: "Past",
1720
1720
  tier: "Illegal",
1721
- natDexTier: "UU",
1721
+ natDexTier: "RU",
1722
1722
  },
1723
1723
  raikou: {
1724
1724
  isNonstandard: "Past",
1725
1725
  tier: "Illegal",
1726
- natDexTier: "UU",
1726
+ natDexTier: "RU",
1727
1727
  },
1728
1728
  entei: {
1729
1729
  isNonstandard: "Past",
1730
1730
  tier: "Illegal",
1731
- natDexTier: "UU",
1731
+ natDexTier: "RU",
1732
1732
  },
1733
1733
  suicune: {
1734
1734
  isNonstandard: "Past",
1735
1735
  tier: "Illegal",
1736
- natDexTier: "UU",
1736
+ natDexTier: "RU",
1737
1737
  },
1738
1738
  larvitar: {
1739
1739
  tier: "LC",
@@ -1742,14 +1742,14 @@ exports.FormatsData = {
1742
1742
  tier: "NFE",
1743
1743
  },
1744
1744
  tyranitar: {
1745
- tier: "OU",
1745
+ tier: "UU",
1746
1746
  doublesTier: "DOU",
1747
- natDexTier: "OU",
1747
+ natDexTier: "UU",
1748
1748
  },
1749
1749
  tyranitarmega: {
1750
1750
  isNonstandard: "Past",
1751
1751
  tier: "Illegal",
1752
- natDexTier: "(OU)",
1752
+ natDexTier: "UU",
1753
1753
  },
1754
1754
  lugia: {
1755
1755
  isNonstandard: "Past",
@@ -1764,7 +1764,7 @@ exports.FormatsData = {
1764
1764
  celebi: {
1765
1765
  isNonstandard: "Past",
1766
1766
  tier: "Illegal",
1767
- natDexTier: "UU",
1767
+ natDexTier: "RU",
1768
1768
  },
1769
1769
  treecko: {
1770
1770
  isNonstandard: "Past",
@@ -1779,12 +1779,12 @@ exports.FormatsData = {
1779
1779
  sceptile: {
1780
1780
  isNonstandard: "Past",
1781
1781
  tier: "Illegal",
1782
- natDexTier: "UU",
1782
+ natDexTier: "RU",
1783
1783
  },
1784
1784
  sceptilemega: {
1785
1785
  isNonstandard: "Past",
1786
1786
  tier: "Illegal",
1787
- natDexTier: "UU",
1787
+ natDexTier: "RU",
1788
1788
  },
1789
1789
  torchic: {
1790
1790
  isNonstandard: "Past",
@@ -1799,7 +1799,7 @@ exports.FormatsData = {
1799
1799
  blaziken: {
1800
1800
  isNonstandard: "Past",
1801
1801
  tier: "Illegal",
1802
- natDexTier: "UU",
1802
+ natDexTier: "RU",
1803
1803
  },
1804
1804
  blazikenmega: {
1805
1805
  isNonstandard: "Past",
@@ -1819,12 +1819,12 @@ exports.FormatsData = {
1819
1819
  swampert: {
1820
1820
  isNonstandard: "Past",
1821
1821
  tier: "Illegal",
1822
- natDexTier: "UU",
1822
+ natDexTier: "RU",
1823
1823
  },
1824
1824
  swampertmega: {
1825
1825
  isNonstandard: "Past",
1826
1826
  tier: "Illegal",
1827
- natDexTier: "UU",
1827
+ natDexTier: "OU",
1828
1828
  },
1829
1829
  poochyena: {
1830
1830
  isNonstandard: "Past",
@@ -1834,7 +1834,7 @@ exports.FormatsData = {
1834
1834
  mightyena: {
1835
1835
  isNonstandard: "Past",
1836
1836
  tier: "Illegal",
1837
- natDexTier: "UU",
1837
+ natDexTier: "RU",
1838
1838
  },
1839
1839
  zigzagoon: {
1840
1840
  isNonstandard: "Past",
@@ -1849,7 +1849,7 @@ exports.FormatsData = {
1849
1849
  linoone: {
1850
1850
  isNonstandard: "Past",
1851
1851
  tier: "Illegal",
1852
- natDexTier: "UU",
1852
+ natDexTier: "RU",
1853
1853
  },
1854
1854
  linoonegalar: {
1855
1855
  isNonstandard: "Past",
@@ -1859,7 +1859,7 @@ exports.FormatsData = {
1859
1859
  obstagoon: {
1860
1860
  isNonstandard: "Past",
1861
1861
  tier: "Illegal",
1862
- natDexTier: "UU",
1862
+ natDexTier: "RU",
1863
1863
  },
1864
1864
  wurmple: {
1865
1865
  isNonstandard: "Past",
@@ -1874,7 +1874,7 @@ exports.FormatsData = {
1874
1874
  beautifly: {
1875
1875
  isNonstandard: "Past",
1876
1876
  tier: "Illegal",
1877
- natDexTier: "UU",
1877
+ natDexTier: "RU",
1878
1878
  },
1879
1879
  cascoon: {
1880
1880
  isNonstandard: "Past",
@@ -1884,7 +1884,7 @@ exports.FormatsData = {
1884
1884
  dustox: {
1885
1885
  isNonstandard: "Past",
1886
1886
  tier: "Illegal",
1887
- natDexTier: "UU",
1887
+ natDexTier: "RU",
1888
1888
  },
1889
1889
  lotad: {
1890
1890
  isNonstandard: "Past",
@@ -1899,7 +1899,7 @@ exports.FormatsData = {
1899
1899
  ludicolo: {
1900
1900
  isNonstandard: "Past",
1901
1901
  tier: "Illegal",
1902
- natDexTier: "UU",
1902
+ natDexTier: "RU",
1903
1903
  },
1904
1904
  seedot: {
1905
1905
  isNonstandard: "Past",
@@ -1914,7 +1914,7 @@ exports.FormatsData = {
1914
1914
  shiftry: {
1915
1915
  isNonstandard: "Past",
1916
1916
  tier: "Illegal",
1917
- natDexTier: "UU",
1917
+ natDexTier: "RU",
1918
1918
  },
1919
1919
  taillow: {
1920
1920
  isNonstandard: "Past",
@@ -1931,8 +1931,8 @@ exports.FormatsData = {
1931
1931
  },
1932
1932
  pelipper: {
1933
1933
  tier: "UU",
1934
- doublesTier: "DUU",
1935
- natDexTier: "UU",
1934
+ doublesTier: "DOU",
1935
+ natDexTier: "OU",
1936
1936
  },
1937
1937
  ralts: {
1938
1938
  tier: "LC",
@@ -1941,40 +1941,40 @@ exports.FormatsData = {
1941
1941
  tier: "NFE",
1942
1942
  },
1943
1943
  gardevoir: {
1944
- tier: "UU",
1944
+ tier: "RU",
1945
1945
  doublesTier: "DUU",
1946
- natDexTier: "UU",
1946
+ natDexTier: "RU",
1947
1947
  },
1948
1948
  gardevoirmega: {
1949
1949
  isNonstandard: "Past",
1950
1950
  tier: "Illegal",
1951
- natDexTier: "UU",
1951
+ natDexTier: "RU",
1952
1952
  },
1953
1953
  gallade: {
1954
1954
  tier: "UU",
1955
1955
  doublesTier: "DUU",
1956
- natDexTier: "UU",
1956
+ natDexTier: "RU",
1957
1957
  },
1958
1958
  gallademega: {
1959
1959
  isNonstandard: "Past",
1960
1960
  tier: "Illegal",
1961
- natDexTier: "UU",
1961
+ natDexTier: "RU",
1962
1962
  },
1963
1963
  surskit: {
1964
1964
  tier: "LC",
1965
1965
  },
1966
1966
  masquerain: {
1967
- tier: "UU",
1968
- doublesTier: "DUU",
1969
- natDexTier: "UU",
1967
+ tier: "RU",
1968
+ doublesTier: "(DUU)",
1969
+ natDexTier: "RU",
1970
1970
  },
1971
1971
  shroomish: {
1972
1972
  tier: "LC",
1973
1973
  },
1974
1974
  breloom: {
1975
1975
  tier: "OU",
1976
- doublesTier: "DUU",
1977
- natDexTier: "UU",
1976
+ doublesTier: "(DUU)",
1977
+ natDexTier: "RU",
1978
1978
  },
1979
1979
  slakoth: {
1980
1980
  tier: "LC",
@@ -1983,9 +1983,9 @@ exports.FormatsData = {
1983
1983
  tier: "NFE",
1984
1984
  },
1985
1985
  slaking: {
1986
- tier: "UU",
1986
+ tier: "RU",
1987
1987
  doublesTier: "DUU",
1988
- natDexTier: "UU",
1988
+ natDexTier: "RU",
1989
1989
  },
1990
1990
  nincada: {
1991
1991
  isNonstandard: "Past",
@@ -1995,12 +1995,12 @@ exports.FormatsData = {
1995
1995
  ninjask: {
1996
1996
  isNonstandard: "Past",
1997
1997
  tier: "Illegal",
1998
- natDexTier: "UU",
1998
+ natDexTier: "RU",
1999
1999
  },
2000
2000
  shedinja: {
2001
2001
  isNonstandard: "Past",
2002
2002
  tier: "Illegal",
2003
- natDexTier: "Uber",
2003
+ natDexTier: "AG",
2004
2004
  },
2005
2005
  whismur: {
2006
2006
  isNonstandard: "Past",
@@ -2015,15 +2015,15 @@ exports.FormatsData = {
2015
2015
  exploud: {
2016
2016
  isNonstandard: "Past",
2017
2017
  tier: "Illegal",
2018
- natDexTier: "UU",
2018
+ natDexTier: "RU",
2019
2019
  },
2020
2020
  makuhita: {
2021
2021
  tier: "LC",
2022
2022
  },
2023
2023
  hariyama: {
2024
- tier: "UU",
2024
+ tier: "RU",
2025
2025
  doublesTier: "DUU",
2026
- natDexTier: "UU",
2026
+ natDexTier: "RU",
2027
2027
  },
2028
2028
  nosepass: {
2029
2029
  isNonstandard: "Past",
@@ -2033,7 +2033,7 @@ exports.FormatsData = {
2033
2033
  probopass: {
2034
2034
  isNonstandard: "Past",
2035
2035
  tier: "Illegal",
2036
- natDexTier: "UU",
2036
+ natDexTier: "RU",
2037
2037
  },
2038
2038
  skitty: {
2039
2039
  isNonstandard: "Past",
@@ -2043,27 +2043,27 @@ exports.FormatsData = {
2043
2043
  delcatty: {
2044
2044
  isNonstandard: "Past",
2045
2045
  tier: "Illegal",
2046
- natDexTier: "UU",
2046
+ natDexTier: "RU",
2047
2047
  },
2048
2048
  sableye: {
2049
- tier: "UU",
2050
- doublesTier: "DUU",
2051
- natDexTier: "UU",
2049
+ tier: "RU",
2050
+ doublesTier: "DOU",
2051
+ natDexTier: "RU",
2052
2052
  },
2053
2053
  sableyemega: {
2054
2054
  isNonstandard: "Past",
2055
2055
  tier: "Illegal",
2056
- natDexTier: "UU",
2056
+ natDexTier: "RU",
2057
2057
  },
2058
2058
  mawile: {
2059
2059
  isNonstandard: "Past",
2060
2060
  tier: "Illegal",
2061
- natDexTier: "UU",
2061
+ natDexTier: "RU",
2062
2062
  },
2063
2063
  mawilemega: {
2064
2064
  isNonstandard: "Past",
2065
2065
  tier: "Illegal",
2066
- natDexTier: "UU",
2066
+ natDexTier: "UUBL",
2067
2067
  },
2068
2068
  aron: {
2069
2069
  isNonstandard: "Past",
@@ -2078,25 +2078,25 @@ exports.FormatsData = {
2078
2078
  aggron: {
2079
2079
  isNonstandard: "Past",
2080
2080
  tier: "Illegal",
2081
- natDexTier: "UU",
2081
+ natDexTier: "RU",
2082
2082
  },
2083
2083
  aggronmega: {
2084
2084
  isNonstandard: "Past",
2085
2085
  tier: "Illegal",
2086
- natDexTier: "UU",
2086
+ natDexTier: "RU",
2087
2087
  },
2088
2088
  meditite: {
2089
2089
  tier: "NFE",
2090
2090
  },
2091
2091
  medicham: {
2092
- tier: "UU",
2093
- doublesTier: "DUU",
2094
- natDexTier: "UU",
2092
+ tier: "RU",
2093
+ doublesTier: "(DUU)",
2094
+ natDexTier: "RU",
2095
2095
  },
2096
2096
  medichammega: {
2097
2097
  isNonstandard: "Past",
2098
2098
  tier: "Illegal",
2099
- natDexTier: "UU",
2099
+ natDexTier: "UUBL",
2100
2100
  },
2101
2101
  electrike: {
2102
2102
  isNonstandard: "Past",
@@ -2106,7 +2106,7 @@ exports.FormatsData = {
2106
2106
  manectric: {
2107
2107
  isNonstandard: "Past",
2108
2108
  tier: "Illegal",
2109
- natDexTier: "UU",
2109
+ natDexTier: "RU",
2110
2110
  },
2111
2111
  manectricmega: {
2112
2112
  isNonstandard: "Past",
@@ -2116,22 +2116,22 @@ exports.FormatsData = {
2116
2116
  plusle: {
2117
2117
  isNonstandard: "Past",
2118
2118
  tier: "Illegal",
2119
- natDexTier: "UU",
2119
+ natDexTier: "RU",
2120
2120
  },
2121
2121
  minun: {
2122
2122
  isNonstandard: "Past",
2123
2123
  tier: "Illegal",
2124
- natDexTier: "UU",
2124
+ natDexTier: "RU",
2125
2125
  },
2126
2126
  volbeat: {
2127
2127
  isNonstandard: "Past",
2128
2128
  tier: "Illegal",
2129
- natDexTier: "UU",
2129
+ natDexTier: "RU",
2130
2130
  },
2131
2131
  illumise: {
2132
2132
  isNonstandard: "Past",
2133
2133
  tier: "Illegal",
2134
- natDexTier: "UU",
2134
+ natDexTier: "RU",
2135
2135
  },
2136
2136
  budew: {
2137
2137
  isNonstandard: "Past",
@@ -2146,15 +2146,15 @@ exports.FormatsData = {
2146
2146
  roserade: {
2147
2147
  isNonstandard: "Past",
2148
2148
  tier: "Illegal",
2149
- natDexTier: "UU",
2149
+ natDexTier: "RU",
2150
2150
  },
2151
2151
  gulpin: {
2152
2152
  tier: "LC",
2153
2153
  },
2154
2154
  swalot: {
2155
- tier: "UU",
2156
- doublesTier: "DUU",
2157
- natDexTier: "UU",
2155
+ tier: "RU",
2156
+ doublesTier: "(DUU)",
2157
+ natDexTier: "RU",
2158
2158
  },
2159
2159
  carvanha: {
2160
2160
  isNonstandard: "Past",
@@ -2164,12 +2164,12 @@ exports.FormatsData = {
2164
2164
  sharpedo: {
2165
2165
  isNonstandard: "Past",
2166
2166
  tier: "Illegal",
2167
- natDexTier: "UU",
2167
+ natDexTier: "RU",
2168
2168
  },
2169
2169
  sharpedomega: {
2170
2170
  isNonstandard: "Past",
2171
2171
  tier: "Illegal",
2172
- natDexTier: "UU",
2172
+ natDexTier: "RU",
2173
2173
  },
2174
2174
  wailmer: {
2175
2175
  isNonstandard: "Past",
@@ -2179,38 +2179,38 @@ exports.FormatsData = {
2179
2179
  wailord: {
2180
2180
  isNonstandard: "Past",
2181
2181
  tier: "Illegal",
2182
- natDexTier: "UU",
2182
+ natDexTier: "RU",
2183
2183
  },
2184
2184
  numel: {
2185
2185
  tier: "LC",
2186
2186
  },
2187
2187
  camerupt: {
2188
- tier: "UU",
2189
- doublesTier: "DUU",
2190
- natDexTier: "UU",
2188
+ tier: "RU",
2189
+ doublesTier: "(DUU)",
2190
+ natDexTier: "RU",
2191
2191
  },
2192
2192
  cameruptmega: {
2193
2193
  isNonstandard: "Past",
2194
2194
  tier: "Illegal",
2195
- natDexTier: "UU",
2195
+ natDexTier: "RU",
2196
2196
  },
2197
2197
  torkoal: {
2198
2198
  tier: "OU",
2199
2199
  doublesTier: "DOU",
2200
- natDexTier: "UU",
2200
+ natDexTier: "OU",
2201
2201
  },
2202
2202
  spoink: {
2203
2203
  tier: "LC",
2204
2204
  },
2205
2205
  grumpig: {
2206
- tier: "UU",
2207
- doublesTier: "DUU",
2208
- natDexTier: "UU",
2206
+ tier: "RU",
2207
+ doublesTier: "(DUU)",
2208
+ natDexTier: "RU",
2209
2209
  },
2210
2210
  spinda: {
2211
2211
  isNonstandard: "Past",
2212
2212
  tier: "Illegal",
2213
- natDexTier: "UU",
2213
+ natDexTier: "RU",
2214
2214
  },
2215
2215
  trapinch: {
2216
2216
  isNonstandard: "Past",
@@ -2225,56 +2225,56 @@ exports.FormatsData = {
2225
2225
  flygon: {
2226
2226
  isNonstandard: "Past",
2227
2227
  tier: "Illegal",
2228
- natDexTier: "UU",
2228
+ natDexTier: "RU",
2229
2229
  },
2230
2230
  cacnea: {
2231
2231
  tier: "LC",
2232
2232
  },
2233
2233
  cacturne: {
2234
- tier: "UU",
2235
- doublesTier: "DUU",
2236
- natDexTier: "UU",
2234
+ tier: "RU",
2235
+ doublesTier: "(DUU)",
2236
+ natDexTier: "RU",
2237
2237
  },
2238
2238
  swablu: {
2239
2239
  tier: "LC",
2240
2240
  },
2241
2241
  altaria: {
2242
- tier: "UU",
2243
- doublesTier: "DUU",
2244
- natDexTier: "UU",
2242
+ tier: "RU",
2243
+ doublesTier: "(DUU)",
2244
+ natDexTier: "RU",
2245
2245
  },
2246
2246
  altariamega: {
2247
2247
  isNonstandard: "Past",
2248
2248
  tier: "Illegal",
2249
- natDexTier: "UU",
2249
+ natDexTier: "RU",
2250
2250
  },
2251
2251
  zangoose: {
2252
- tier: "UU",
2253
- doublesTier: "DUU",
2254
- natDexTier: "UU",
2252
+ tier: "RU",
2253
+ doublesTier: "(DUU)",
2254
+ natDexTier: "RU",
2255
2255
  },
2256
2256
  seviper: {
2257
- tier: "UU",
2258
- doublesTier: "DUU",
2259
- natDexTier: "UU",
2257
+ tier: "RU",
2258
+ doublesTier: "(DUU)",
2259
+ natDexTier: "RU",
2260
2260
  },
2261
2261
  lunatone: {
2262
2262
  isNonstandard: "Past",
2263
2263
  tier: "Illegal",
2264
- natDexTier: "UU",
2264
+ natDexTier: "RU",
2265
2265
  },
2266
2266
  solrock: {
2267
2267
  isNonstandard: "Past",
2268
2268
  tier: "Illegal",
2269
- natDexTier: "UU",
2269
+ natDexTier: "RU",
2270
2270
  },
2271
2271
  barboach: {
2272
2272
  tier: "LC",
2273
2273
  },
2274
2274
  whiscash: {
2275
- tier: "UU",
2276
- doublesTier: "DUU",
2277
- natDexTier: "UU",
2275
+ tier: "RU",
2276
+ doublesTier: "(DUU)",
2277
+ natDexTier: "RU",
2278
2278
  },
2279
2279
  corphish: {
2280
2280
  isNonstandard: "Past",
@@ -2294,7 +2294,7 @@ exports.FormatsData = {
2294
2294
  claydol: {
2295
2295
  isNonstandard: "Past",
2296
2296
  tier: "Illegal",
2297
- natDexTier: "UU",
2297
+ natDexTier: "RU",
2298
2298
  },
2299
2299
  lileep: {
2300
2300
  isNonstandard: "Past",
@@ -2304,7 +2304,7 @@ exports.FormatsData = {
2304
2304
  cradily: {
2305
2305
  isNonstandard: "Past",
2306
2306
  tier: "Illegal",
2307
- natDexTier: "UU",
2307
+ natDexTier: "RU",
2308
2308
  },
2309
2309
  anorith: {
2310
2310
  isNonstandard: "Past",
@@ -2314,7 +2314,7 @@ exports.FormatsData = {
2314
2314
  armaldo: {
2315
2315
  isNonstandard: "Past",
2316
2316
  tier: "Illegal",
2317
- natDexTier: "UU",
2317
+ natDexTier: "RU",
2318
2318
  },
2319
2319
  feebas: {
2320
2320
  isNonstandard: "Past",
@@ -2324,12 +2324,12 @@ exports.FormatsData = {
2324
2324
  milotic: {
2325
2325
  isNonstandard: "Past",
2326
2326
  tier: "Illegal",
2327
- natDexTier: "UU",
2327
+ natDexTier: "RU",
2328
2328
  },
2329
2329
  castform: {
2330
2330
  isNonstandard: "Past",
2331
2331
  tier: "Illegal",
2332
- natDexTier: "UU",
2332
+ natDexTier: "RU",
2333
2333
  },
2334
2334
  castformsunny: {
2335
2335
  isNonstandard: "Past",
@@ -2343,20 +2343,20 @@ exports.FormatsData = {
2343
2343
  kecleon: {
2344
2344
  isNonstandard: "Past",
2345
2345
  tier: "Illegal",
2346
- natDexTier: "UU",
2346
+ natDexTier: "RU",
2347
2347
  },
2348
2348
  shuppet: {
2349
2349
  tier: "LC",
2350
2350
  },
2351
2351
  banette: {
2352
- tier: "UU",
2353
- doublesTier: "DUU",
2354
- natDexTier: "UU",
2352
+ tier: "RU",
2353
+ doublesTier: "(DUU)",
2354
+ natDexTier: "RU",
2355
2355
  },
2356
2356
  banettemega: {
2357
2357
  isNonstandard: "Past",
2358
2358
  tier: "Illegal",
2359
- natDexTier: "UU",
2359
+ natDexTier: "RU",
2360
2360
  },
2361
2361
  duskull: {
2362
2362
  isNonstandard: "Past",
@@ -2371,12 +2371,12 @@ exports.FormatsData = {
2371
2371
  dusknoir: {
2372
2372
  isNonstandard: "Past",
2373
2373
  tier: "Illegal",
2374
- natDexTier: "UU",
2374
+ natDexTier: "RU",
2375
2375
  },
2376
2376
  tropius: {
2377
- tier: "UU",
2378
- doublesTier: "DUU",
2379
- natDexTier: "UU",
2377
+ tier: "RU",
2378
+ doublesTier: "(DUU)",
2379
+ natDexTier: "RU",
2380
2380
  },
2381
2381
  chingling: {
2382
2382
  isNonstandard: "Past",
@@ -2386,35 +2386,35 @@ exports.FormatsData = {
2386
2386
  chimecho: {
2387
2387
  isNonstandard: "Past",
2388
2388
  tier: "Illegal",
2389
- natDexTier: "UU",
2389
+ natDexTier: "RU",
2390
2390
  },
2391
2391
  absol: {
2392
2392
  isNonstandard: "Past",
2393
2393
  tier: "Illegal",
2394
- natDexTier: "UU",
2394
+ natDexTier: "RU",
2395
2395
  },
2396
2396
  absolmega: {
2397
2397
  isNonstandard: "Past",
2398
2398
  tier: "Illegal",
2399
- natDexTier: "UU",
2399
+ natDexTier: "RU",
2400
2400
  },
2401
2401
  snorunt: {
2402
2402
  tier: "LC",
2403
2403
  },
2404
2404
  glalie: {
2405
- tier: "UU",
2406
- doublesTier: "DUU",
2407
- natDexTier: "UU",
2405
+ tier: "RU",
2406
+ doublesTier: "(DUU)",
2407
+ natDexTier: "RU",
2408
2408
  },
2409
2409
  glaliemega: {
2410
2410
  isNonstandard: "Past",
2411
2411
  tier: "Illegal",
2412
- natDexTier: "UU",
2412
+ natDexTier: "RU",
2413
2413
  },
2414
2414
  froslass: {
2415
- tier: "UU",
2416
- doublesTier: "DUU",
2417
- natDexTier: "UU",
2415
+ tier: "RU",
2416
+ doublesTier: "(DUU)",
2417
+ natDexTier: "RU",
2418
2418
  },
2419
2419
  spheal: {
2420
2420
  isNonstandard: "Past",
@@ -2429,7 +2429,7 @@ exports.FormatsData = {
2429
2429
  walrein: {
2430
2430
  isNonstandard: "Past",
2431
2431
  tier: "Illegal",
2432
- natDexTier: "UU",
2432
+ natDexTier: "RU",
2433
2433
  },
2434
2434
  clamperl: {
2435
2435
  isNonstandard: "Past",
@@ -2439,22 +2439,22 @@ exports.FormatsData = {
2439
2439
  huntail: {
2440
2440
  isNonstandard: "Past",
2441
2441
  tier: "Illegal",
2442
- natDexTier: "UU",
2442
+ natDexTier: "RU",
2443
2443
  },
2444
2444
  gorebyss: {
2445
2445
  isNonstandard: "Past",
2446
2446
  tier: "Illegal",
2447
- natDexTier: "UU",
2447
+ natDexTier: "RU",
2448
2448
  },
2449
2449
  relicanth: {
2450
2450
  isNonstandard: "Past",
2451
2451
  tier: "Illegal",
2452
- natDexTier: "UU",
2452
+ natDexTier: "RU",
2453
2453
  },
2454
2454
  luvdisc: {
2455
- tier: "UU",
2456
- doublesTier: "DUU",
2457
- natDexTier: "UU",
2455
+ tier: "RU",
2456
+ doublesTier: "(DUU)",
2457
+ natDexTier: "RU",
2458
2458
  },
2459
2459
  bagon: {
2460
2460
  tier: "LC",
@@ -2465,7 +2465,7 @@ exports.FormatsData = {
2465
2465
  salamence: {
2466
2466
  tier: "UU",
2467
2467
  doublesTier: "DUU",
2468
- natDexTier: "UU",
2468
+ natDexTier: "RU",
2469
2469
  },
2470
2470
  salamencemega: {
2471
2471
  isNonstandard: "Past",
@@ -2485,7 +2485,7 @@ exports.FormatsData = {
2485
2485
  metagross: {
2486
2486
  isNonstandard: "Past",
2487
2487
  tier: "Illegal",
2488
- natDexTier: "UU",
2488
+ natDexTier: "RU",
2489
2489
  },
2490
2490
  metagrossmega: {
2491
2491
  isNonstandard: "Past",
@@ -2495,37 +2495,37 @@ exports.FormatsData = {
2495
2495
  regirock: {
2496
2496
  isNonstandard: "Past",
2497
2497
  tier: "Illegal",
2498
- natDexTier: "UU",
2498
+ natDexTier: "RU",
2499
2499
  },
2500
2500
  regice: {
2501
2501
  isNonstandard: "Past",
2502
2502
  tier: "Illegal",
2503
- natDexTier: "UU",
2503
+ natDexTier: "RU",
2504
2504
  },
2505
2505
  registeel: {
2506
2506
  isNonstandard: "Past",
2507
2507
  tier: "Illegal",
2508
- natDexTier: "UU",
2508
+ natDexTier: "RU",
2509
2509
  },
2510
2510
  latias: {
2511
2511
  isNonstandard: "Past",
2512
2512
  tier: "Illegal",
2513
- natDexTier: "UU",
2513
+ natDexTier: "RU",
2514
2514
  },
2515
2515
  latiasmega: {
2516
2516
  isNonstandard: "Past",
2517
2517
  tier: "Illegal",
2518
- natDexTier: "UU",
2518
+ natDexTier: "RU",
2519
2519
  },
2520
2520
  latios: {
2521
2521
  isNonstandard: "Past",
2522
2522
  tier: "Illegal",
2523
- natDexTier: "UU",
2523
+ natDexTier: "RU",
2524
2524
  },
2525
2525
  latiosmega: {
2526
2526
  isNonstandard: "Past",
2527
2527
  tier: "Illegal",
2528
- natDexTier: "UU",
2528
+ natDexTier: "RU",
2529
2529
  },
2530
2530
  kyogre: {
2531
2531
  isNonstandard: "Unobtainable",
@@ -2555,12 +2555,12 @@ exports.FormatsData = {
2555
2555
  rayquazamega: {
2556
2556
  isNonstandard: "Past",
2557
2557
  tier: "Illegal",
2558
- natDexTier: "Uber",
2558
+ natDexTier: "AG",
2559
2559
  },
2560
2560
  jirachi: {
2561
2561
  isNonstandard: "Past",
2562
2562
  tier: "Illegal",
2563
- natDexTier: "UU",
2563
+ natDexTier: "RU",
2564
2564
  },
2565
2565
  deoxys: {
2566
2566
  isNonstandard: "Past",
@@ -2575,7 +2575,7 @@ exports.FormatsData = {
2575
2575
  deoxysdefense: {
2576
2576
  isNonstandard: "Past",
2577
2577
  tier: "Illegal",
2578
- natDexTier: "UU",
2578
+ natDexTier: "RU",
2579
2579
  },
2580
2580
  deoxysspeed: {
2581
2581
  isNonstandard: "Past",
@@ -2595,7 +2595,7 @@ exports.FormatsData = {
2595
2595
  torterra: {
2596
2596
  isNonstandard: "Past",
2597
2597
  tier: "Illegal",
2598
- natDexTier: "UU",
2598
+ natDexTier: "RU",
2599
2599
  },
2600
2600
  chimchar: {
2601
2601
  isNonstandard: "Past",
@@ -2610,7 +2610,7 @@ exports.FormatsData = {
2610
2610
  infernape: {
2611
2611
  isNonstandard: "Past",
2612
2612
  tier: "Illegal",
2613
- natDexTier: "UU",
2613
+ natDexTier: "RU",
2614
2614
  },
2615
2615
  piplup: {
2616
2616
  isNonstandard: "Past",
@@ -2625,7 +2625,7 @@ exports.FormatsData = {
2625
2625
  empoleon: {
2626
2626
  isNonstandard: "Past",
2627
2627
  tier: "Illegal",
2628
- natDexTier: "UU",
2628
+ natDexTier: "RU",
2629
2629
  },
2630
2630
  starly: {
2631
2631
  tier: "LC",
@@ -2635,8 +2635,8 @@ exports.FormatsData = {
2635
2635
  },
2636
2636
  staraptor: {
2637
2637
  tier: "UU",
2638
- doublesTier: "DUU",
2639
- natDexTier: "UU",
2638
+ doublesTier: "(DUU)",
2639
+ natDexTier: "RU",
2640
2640
  },
2641
2641
  bidoof: {
2642
2642
  isNonstandard: "Past",
@@ -2646,15 +2646,15 @@ exports.FormatsData = {
2646
2646
  bibarel: {
2647
2647
  isNonstandard: "Past",
2648
2648
  tier: "Illegal",
2649
- natDexTier: "UU",
2649
+ natDexTier: "RU",
2650
2650
  },
2651
2651
  kricketot: {
2652
2652
  tier: "LC",
2653
2653
  },
2654
2654
  kricketune: {
2655
- tier: "UU",
2656
- doublesTier: "DUU",
2657
- natDexTier: "UU",
2655
+ tier: "RU",
2656
+ doublesTier: "(DUU)",
2657
+ natDexTier: "RU",
2658
2658
  },
2659
2659
  shinx: {
2660
2660
  tier: "LC",
@@ -2663,9 +2663,9 @@ exports.FormatsData = {
2663
2663
  tier: "NFE",
2664
2664
  },
2665
2665
  luxray: {
2666
- tier: "UU",
2667
- doublesTier: "DUU",
2668
- natDexTier: "UU",
2666
+ tier: "RU",
2667
+ doublesTier: "(DUU)",
2668
+ natDexTier: "RU",
2669
2669
  },
2670
2670
  cranidos: {
2671
2671
  isNonstandard: "Past",
@@ -2675,7 +2675,7 @@ exports.FormatsData = {
2675
2675
  rampardos: {
2676
2676
  isNonstandard: "Past",
2677
2677
  tier: "Illegal",
2678
- natDexTier: "UU",
2678
+ natDexTier: "RU",
2679
2679
  },
2680
2680
  shieldon: {
2681
2681
  isNonstandard: "Past",
@@ -2685,7 +2685,7 @@ exports.FormatsData = {
2685
2685
  bastiodon: {
2686
2686
  isNonstandard: "Past",
2687
2687
  tier: "Illegal",
2688
- natDexTier: "UU",
2688
+ natDexTier: "RU",
2689
2689
  },
2690
2690
  burmy: {
2691
2691
  isNonstandard: "Past",
@@ -2695,43 +2695,43 @@ exports.FormatsData = {
2695
2695
  wormadam: {
2696
2696
  isNonstandard: "Past",
2697
2697
  tier: "Illegal",
2698
- natDexTier: "UU",
2698
+ natDexTier: "RU",
2699
2699
  },
2700
2700
  wormadamsandy: {
2701
2701
  isNonstandard: "Past",
2702
2702
  tier: "Illegal",
2703
- natDexTier: "UU",
2703
+ natDexTier: "RU",
2704
2704
  },
2705
2705
  wormadamtrash: {
2706
2706
  isNonstandard: "Past",
2707
2707
  tier: "Illegal",
2708
- natDexTier: "UU",
2708
+ natDexTier: "RU",
2709
2709
  },
2710
2710
  mothim: {
2711
2711
  isNonstandard: "Past",
2712
2712
  tier: "Illegal",
2713
- natDexTier: "UU",
2713
+ natDexTier: "RU",
2714
2714
  },
2715
2715
  combee: {
2716
2716
  tier: "LC",
2717
2717
  },
2718
2718
  vespiquen: {
2719
- tier: "UU",
2720
- doublesTier: "DUU",
2721
- natDexTier: "UU",
2719
+ tier: "RU",
2720
+ doublesTier: "(DUU)",
2721
+ natDexTier: "RU",
2722
2722
  },
2723
2723
  pachirisu: {
2724
- tier: "UU",
2724
+ tier: "RU",
2725
2725
  doublesTier: "DUU",
2726
- natDexTier: "UU",
2726
+ natDexTier: "RU",
2727
2727
  },
2728
2728
  buizel: {
2729
2729
  tier: "LC",
2730
2730
  },
2731
2731
  floatzel: {
2732
2732
  tier: "UU",
2733
- doublesTier: "DUU",
2734
- natDexTier: "UU",
2733
+ doublesTier: "(DUU)",
2734
+ natDexTier: "RU",
2735
2735
  },
2736
2736
  cherubi: {
2737
2737
  isNonstandard: "Past",
@@ -2741,7 +2741,7 @@ exports.FormatsData = {
2741
2741
  cherrim: {
2742
2742
  isNonstandard: "Past",
2743
2743
  tier: "Illegal",
2744
- natDexTier: "UU",
2744
+ natDexTier: "RU",
2745
2745
  },
2746
2746
  cherrimsunshine: {
2747
2747
  isNonstandard: "Past",
@@ -2751,16 +2751,16 @@ exports.FormatsData = {
2751
2751
  },
2752
2752
  gastrodon: {
2753
2753
  tier: "UU",
2754
- doublesTier: "DUU",
2754
+ doublesTier: "(DUU)",
2755
2755
  natDexTier: "UU",
2756
2756
  },
2757
2757
  drifloon: {
2758
2758
  tier: "LC",
2759
2759
  },
2760
2760
  drifblim: {
2761
- tier: "UU",
2762
- doublesTier: "DUU",
2763
- natDexTier: "UU",
2761
+ tier: "RU",
2762
+ doublesTier: "(DUU)",
2763
+ natDexTier: "RU",
2764
2764
  },
2765
2765
  buneary: {
2766
2766
  isNonstandard: "Past",
@@ -2770,7 +2770,7 @@ exports.FormatsData = {
2770
2770
  lopunny: {
2771
2771
  isNonstandard: "Past",
2772
2772
  tier: "Illegal",
2773
- natDexTier: "UU",
2773
+ natDexTier: "RU",
2774
2774
  },
2775
2775
  lopunnymega: {
2776
2776
  isNonstandard: "Past",
@@ -2785,33 +2785,33 @@ exports.FormatsData = {
2785
2785
  purugly: {
2786
2786
  isNonstandard: "Past",
2787
2787
  tier: "Illegal",
2788
- natDexTier: "UU",
2788
+ natDexTier: "RU",
2789
2789
  },
2790
2790
  stunky: {
2791
2791
  tier: "LC",
2792
2792
  },
2793
2793
  skuntank: {
2794
- tier: "UU",
2795
- doublesTier: "DUU",
2796
- natDexTier: "UU",
2794
+ tier: "RU",
2795
+ doublesTier: "(DUU)",
2796
+ natDexTier: "RU",
2797
2797
  },
2798
2798
  bronzor: {
2799
2799
  tier: "LC",
2800
2800
  },
2801
2801
  bronzong: {
2802
- tier: "UU",
2803
- doublesTier: "DOU",
2804
- natDexTier: "UU",
2802
+ tier: "RU",
2803
+ doublesTier: "DUU",
2804
+ natDexTier: "RU",
2805
2805
  },
2806
2806
  chatot: {
2807
2807
  isNonstandard: "Past",
2808
2808
  tier: "Illegal",
2809
- natDexTier: "UU",
2809
+ natDexTier: "RU",
2810
2810
  },
2811
2811
  spiritomb: {
2812
- tier: "UU",
2813
- doublesTier: "DUU",
2814
- natDexTier: "UU",
2812
+ tier: "RU",
2813
+ doublesTier: "(DUU)",
2814
+ natDexTier: "RU",
2815
2815
  },
2816
2816
  gible: {
2817
2817
  tier: "LC",
@@ -2834,8 +2834,8 @@ exports.FormatsData = {
2834
2834
  },
2835
2835
  lucario: {
2836
2836
  tier: "UU",
2837
- doublesTier: "DUU",
2838
- natDexTier: "UU",
2837
+ doublesTier: "(DUU)",
2838
+ natDexTier: "RU",
2839
2839
  },
2840
2840
  lucariomega: {
2841
2841
  isNonstandard: "Past",
@@ -2848,7 +2848,7 @@ exports.FormatsData = {
2848
2848
  hippowdon: {
2849
2849
  tier: "UU",
2850
2850
  doublesTier: "DUU",
2851
- natDexTier: "UU",
2851
+ natDexTier: "RU",
2852
2852
  },
2853
2853
  skorupi: {
2854
2854
  isNonstandard: "Past",
@@ -2858,86 +2858,86 @@ exports.FormatsData = {
2858
2858
  drapion: {
2859
2859
  isNonstandard: "Past",
2860
2860
  tier: "Illegal",
2861
- natDexTier: "UU",
2861
+ natDexTier: "RU",
2862
2862
  },
2863
2863
  croagunk: {
2864
2864
  tier: "LC",
2865
2865
  },
2866
2866
  toxicroak: {
2867
- tier: "UU",
2867
+ tier: "RU",
2868
2868
  doublesTier: "DUU",
2869
- natDexTier: "UU",
2869
+ natDexTier: "RU",
2870
2870
  },
2871
2871
  carnivine: {
2872
2872
  isNonstandard: "Past",
2873
2873
  tier: "Illegal",
2874
- natDexTier: "UU",
2874
+ natDexTier: "RU",
2875
2875
  },
2876
2876
  finneon: {
2877
2877
  tier: "LC",
2878
2878
  },
2879
2879
  lumineon: {
2880
- tier: "UU",
2881
- doublesTier: "DUU",
2882
- natDexTier: "UU",
2880
+ tier: "RU",
2881
+ doublesTier: "(DUU)",
2882
+ natDexTier: "RU",
2883
2883
  },
2884
2884
  snover: {
2885
2885
  tier: "LC",
2886
2886
  },
2887
2887
  abomasnow: {
2888
- tier: "UU",
2888
+ tier: "RU",
2889
2889
  doublesTier: "DOU",
2890
- natDexTier: "UU",
2890
+ natDexTier: "RU",
2891
2891
  },
2892
2892
  abomasnowmega: {
2893
2893
  isNonstandard: "Past",
2894
2894
  tier: "Illegal",
2895
- natDexTier: "UU",
2895
+ natDexTier: "RU",
2896
2896
  },
2897
2897
  rotom: {
2898
- tier: "UU",
2899
- doublesTier: "DUU",
2900
- natDexTier: "UU",
2898
+ tier: "RU",
2899
+ doublesTier: "(DUU)",
2900
+ natDexTier: "RU",
2901
2901
  },
2902
2902
  rotomheat: {
2903
- tier: "UU",
2904
- doublesTier: "DUU",
2905
- natDexTier: "UU",
2903
+ tier: "RU",
2904
+ doublesTier: "(DUU)",
2905
+ natDexTier: "RU",
2906
2906
  },
2907
2907
  rotomwash: {
2908
- tier: "UU",
2908
+ tier: "OU",
2909
2909
  doublesTier: "DOU",
2910
- natDexTier: "UU",
2910
+ natDexTier: "OU",
2911
2911
  },
2912
2912
  rotomfrost: {
2913
- tier: "UU",
2914
- doublesTier: "DUU",
2915
- natDexTier: "UU",
2913
+ tier: "RU",
2914
+ doublesTier: "(DUU)",
2915
+ natDexTier: "RU",
2916
2916
  },
2917
2917
  rotomfan: {
2918
- tier: "UU",
2919
- doublesTier: "DUU",
2920
- natDexTier: "UU",
2918
+ tier: "RU",
2919
+ doublesTier: "(DUU)",
2920
+ natDexTier: "RU",
2921
2921
  },
2922
2922
  rotommow: {
2923
- tier: "UU",
2924
- doublesTier: "DUU",
2925
- natDexTier: "UU",
2923
+ tier: "RU",
2924
+ doublesTier: "(DUU)",
2925
+ natDexTier: "RU",
2926
2926
  },
2927
2927
  uxie: {
2928
2928
  isNonstandard: "Unobtainable",
2929
2929
  tier: "Unreleased",
2930
- natDexTier: "UU",
2930
+ natDexTier: "RU",
2931
2931
  },
2932
2932
  mesprit: {
2933
2933
  isNonstandard: "Unobtainable",
2934
2934
  tier: "Unreleased",
2935
- natDexTier: "UU",
2935
+ natDexTier: "RU",
2936
2936
  },
2937
2937
  azelf: {
2938
2938
  isNonstandard: "Unobtainable",
2939
2939
  tier: "Unreleased",
2940
- natDexTier: "UU",
2940
+ natDexTier: "RU",
2941
2941
  },
2942
2942
  dialga: {
2943
2943
  isNonstandard: "Unobtainable",
@@ -2947,6 +2947,7 @@ exports.FormatsData = {
2947
2947
  dialgaorigin: {
2948
2948
  isNonstandard: "Unobtainable",
2949
2949
  tier: "Unreleased",
2950
+ natDexTier: "Uber",
2950
2951
  },
2951
2952
  palkia: {
2952
2953
  isNonstandard: "Unobtainable",
@@ -2956,6 +2957,7 @@ exports.FormatsData = {
2956
2957
  palkiaorigin: {
2957
2958
  isNonstandard: "Unobtainable",
2958
2959
  tier: "Unreleased",
2960
+ natDexTier: "Uber",
2959
2961
  },
2960
2962
  heatran: {
2961
2963
  isNonstandard: "Unobtainable",
@@ -2965,7 +2967,7 @@ exports.FormatsData = {
2965
2967
  regigigas: {
2966
2968
  isNonstandard: "Past",
2967
2969
  tier: "Illegal",
2968
- natDexTier: "UU",
2970
+ natDexTier: "RU",
2969
2971
  },
2970
2972
  giratina: {
2971
2973
  isNonstandard: "Unobtainable",
@@ -2980,12 +2982,12 @@ exports.FormatsData = {
2980
2982
  cresselia: {
2981
2983
  isNonstandard: "Unobtainable",
2982
2984
  tier: "Unreleased",
2983
- natDexTier: "UU",
2985
+ natDexTier: "OU",
2984
2986
  },
2985
2987
  phione: {
2986
2988
  isNonstandard: "Past",
2987
2989
  tier: "Illegal",
2988
- natDexTier: "UU",
2990
+ natDexTier: "RU",
2989
2991
  },
2990
2992
  manaphy: {
2991
2993
  isNonstandard: "Past",
@@ -3000,7 +3002,7 @@ exports.FormatsData = {
3000
3002
  shaymin: {
3001
3003
  isNonstandard: "Past",
3002
3004
  tier: "Illegal",
3003
- natDexTier: "UU",
3005
+ natDexTier: "RU",
3004
3006
  },
3005
3007
  shayminsky: {
3006
3008
  isNonstandard: "Past",
@@ -3066,7 +3068,7 @@ exports.FormatsData = {
3066
3068
  victini: {
3067
3069
  isNonstandard: "Past",
3068
3070
  tier: "Illegal",
3069
- natDexTier: "UU",
3071
+ natDexTier: "RU",
3070
3072
  },
3071
3073
  snivy: {
3072
3074
  isNonstandard: "Past",
@@ -3081,7 +3083,7 @@ exports.FormatsData = {
3081
3083
  serperior: {
3082
3084
  isNonstandard: "Past",
3083
3085
  tier: "Illegal",
3084
- natDexTier: "UU",
3086
+ natDexTier: "RU",
3085
3087
  },
3086
3088
  tepig: {
3087
3089
  isNonstandard: "Past",
@@ -3096,7 +3098,7 @@ exports.FormatsData = {
3096
3098
  emboar: {
3097
3099
  isNonstandard: "Past",
3098
3100
  tier: "Illegal",
3099
- natDexTier: "UU",
3101
+ natDexTier: "RU",
3100
3102
  },
3101
3103
  oshawott: {
3102
3104
  isNonstandard: "Unobtainable",
@@ -3111,7 +3113,7 @@ exports.FormatsData = {
3111
3113
  samurott: {
3112
3114
  isNonstandard: "Unobtainable",
3113
3115
  tier: "Unreleased",
3114
- natDexTier: "UU",
3116
+ natDexTier: "RU",
3115
3117
  },
3116
3118
  samurotthisui: {
3117
3119
  isNonstandard: "Unobtainable",
@@ -3125,7 +3127,7 @@ exports.FormatsData = {
3125
3127
  watchog: {
3126
3128
  isNonstandard: "Past",
3127
3129
  tier: "Illegal",
3128
- natDexTier: "UU",
3130
+ natDexTier: "RU",
3129
3131
  },
3130
3132
  lillipup: {
3131
3133
  isNonstandard: "Past",
@@ -3140,7 +3142,7 @@ exports.FormatsData = {
3140
3142
  stoutland: {
3141
3143
  isNonstandard: "Past",
3142
3144
  tier: "Illegal",
3143
- natDexTier: "UU",
3145
+ natDexTier: "RU",
3144
3146
  },
3145
3147
  purrloin: {
3146
3148
  isNonstandard: "Past",
@@ -3150,7 +3152,7 @@ exports.FormatsData = {
3150
3152
  liepard: {
3151
3153
  isNonstandard: "Past",
3152
3154
  tier: "Illegal",
3153
- natDexTier: "UU",
3155
+ natDexTier: "RU",
3154
3156
  },
3155
3157
  pansage: {
3156
3158
  isNonstandard: "Past",
@@ -3160,7 +3162,7 @@ exports.FormatsData = {
3160
3162
  simisage: {
3161
3163
  isNonstandard: "Past",
3162
3164
  tier: "Illegal",
3163
- natDexTier: "UU",
3165
+ natDexTier: "RU",
3164
3166
  },
3165
3167
  pansear: {
3166
3168
  isNonstandard: "Past",
@@ -3170,7 +3172,7 @@ exports.FormatsData = {
3170
3172
  simisear: {
3171
3173
  isNonstandard: "Past",
3172
3174
  tier: "Illegal",
3173
- natDexTier: "UU",
3175
+ natDexTier: "RU",
3174
3176
  },
3175
3177
  panpour: {
3176
3178
  isNonstandard: "Past",
@@ -3180,7 +3182,7 @@ exports.FormatsData = {
3180
3182
  simipour: {
3181
3183
  isNonstandard: "Past",
3182
3184
  tier: "Illegal",
3183
- natDexTier: "UU",
3185
+ natDexTier: "RU",
3184
3186
  },
3185
3187
  munna: {
3186
3188
  isNonstandard: "Past",
@@ -3190,7 +3192,7 @@ exports.FormatsData = {
3190
3192
  musharna: {
3191
3193
  isNonstandard: "Past",
3192
3194
  tier: "Illegal",
3193
- natDexTier: "UU",
3195
+ natDexTier: "RU",
3194
3196
  },
3195
3197
  pidove: {
3196
3198
  isNonstandard: "Past",
@@ -3205,7 +3207,7 @@ exports.FormatsData = {
3205
3207
  unfezant: {
3206
3208
  isNonstandard: "Past",
3207
3209
  tier: "Illegal",
3208
- natDexTier: "UU",
3210
+ natDexTier: "RU",
3209
3211
  },
3210
3212
  blitzle: {
3211
3213
  isNonstandard: "Past",
@@ -3215,7 +3217,7 @@ exports.FormatsData = {
3215
3217
  zebstrika: {
3216
3218
  isNonstandard: "Past",
3217
3219
  tier: "Illegal",
3218
- natDexTier: "UU",
3220
+ natDexTier: "RU",
3219
3221
  },
3220
3222
  roggenrola: {
3221
3223
  isNonstandard: "Past",
@@ -3230,7 +3232,7 @@ exports.FormatsData = {
3230
3232
  gigalith: {
3231
3233
  isNonstandard: "Past",
3232
3234
  tier: "Illegal",
3233
- natDexTier: "UU",
3235
+ natDexTier: "RU",
3234
3236
  },
3235
3237
  woobat: {
3236
3238
  isNonstandard: "Past",
@@ -3240,7 +3242,7 @@ exports.FormatsData = {
3240
3242
  swoobat: {
3241
3243
  isNonstandard: "Past",
3242
3244
  tier: "Illegal",
3243
- natDexTier: "UU",
3245
+ natDexTier: "RU",
3244
3246
  },
3245
3247
  drilbur: {
3246
3248
  isNonstandard: "Past",
@@ -3250,17 +3252,17 @@ exports.FormatsData = {
3250
3252
  excadrill: {
3251
3253
  isNonstandard: "Past",
3252
3254
  tier: "Illegal",
3253
- natDexTier: "OU",
3255
+ natDexTier: "UU",
3254
3256
  },
3255
3257
  audino: {
3256
3258
  isNonstandard: "Past",
3257
3259
  tier: "Illegal",
3258
- natDexTier: "UU",
3260
+ natDexTier: "RU",
3259
3261
  },
3260
3262
  audinomega: {
3261
3263
  isNonstandard: "Past",
3262
3264
  tier: "Illegal",
3263
- natDexTier: "UU",
3265
+ natDexTier: "RU",
3264
3266
  },
3265
3267
  timburr: {
3266
3268
  isNonstandard: "Past",
@@ -3275,7 +3277,7 @@ exports.FormatsData = {
3275
3277
  conkeldurr: {
3276
3278
  isNonstandard: "Past",
3277
3279
  tier: "Illegal",
3278
- natDexTier: "UU",
3280
+ natDexTier: "RU",
3279
3281
  },
3280
3282
  tympole: {
3281
3283
  isNonstandard: "Past",
@@ -3290,17 +3292,17 @@ exports.FormatsData = {
3290
3292
  seismitoad: {
3291
3293
  isNonstandard: "Past",
3292
3294
  tier: "Illegal",
3293
- natDexTier: "UU",
3295
+ natDexTier: "RU",
3294
3296
  },
3295
3297
  throh: {
3296
3298
  isNonstandard: "Past",
3297
3299
  tier: "Illegal",
3298
- natDexTier: "UU",
3300
+ natDexTier: "RU",
3299
3301
  },
3300
3302
  sawk: {
3301
3303
  isNonstandard: "Past",
3302
3304
  tier: "Illegal",
3303
- natDexTier: "UU",
3305
+ natDexTier: "RU",
3304
3306
  },
3305
3307
  sewaddle: {
3306
3308
  isNonstandard: "Past",
@@ -3315,7 +3317,7 @@ exports.FormatsData = {
3315
3317
  leavanny: {
3316
3318
  isNonstandard: "Past",
3317
3319
  tier: "Illegal",
3318
- natDexTier: "UU",
3320
+ natDexTier: "RU",
3319
3321
  },
3320
3322
  venipede: {
3321
3323
  isNonstandard: "Past",
@@ -3330,7 +3332,7 @@ exports.FormatsData = {
3330
3332
  scolipede: {
3331
3333
  isNonstandard: "Past",
3332
3334
  tier: "Illegal",
3333
- natDexTier: "UU",
3335
+ natDexTier: "RU",
3334
3336
  },
3335
3337
  cottonee: {
3336
3338
  isNonstandard: "Past",
@@ -3340,29 +3342,29 @@ exports.FormatsData = {
3340
3342
  whimsicott: {
3341
3343
  isNonstandard: "Past",
3342
3344
  tier: "Illegal",
3343
- natDexTier: "UU",
3345
+ natDexTier: "RU",
3344
3346
  },
3345
3347
  petilil: {
3346
3348
  tier: "LC",
3347
3349
  },
3348
3350
  lilligant: {
3349
- tier: "UU",
3350
- doublesTier: "DOU",
3351
- natDexTier: "UU",
3351
+ tier: "RU",
3352
+ doublesTier: "DUU",
3353
+ natDexTier: "RU",
3352
3354
  },
3353
3355
  lilliganthisui: {
3354
3356
  isNonstandard: "Unobtainable",
3355
3357
  tier: "Unreleased",
3356
3358
  },
3357
3359
  basculin: {
3358
- tier: "UU",
3359
- doublesTier: "DUU",
3360
- natDexTier: "UU",
3360
+ tier: "RU",
3361
+ doublesTier: "(DUU)",
3362
+ natDexTier: "RU",
3361
3363
  },
3362
3364
  basculinbluestriped: {
3363
- tier: "UU",
3364
- doublesTier: "DUU",
3365
- natDexTier: "UU",
3365
+ tier: "RU",
3366
+ doublesTier: "(DUU)",
3367
+ natDexTier: "RU",
3366
3368
  },
3367
3369
  basculinwhitestriped: {
3368
3370
  isNonstandard: "Unobtainable",
@@ -3383,9 +3385,9 @@ exports.FormatsData = {
3383
3385
  tier: "NFE",
3384
3386
  },
3385
3387
  krookodile: {
3386
- tier: "UU",
3388
+ tier: "RU",
3387
3389
  doublesTier: "DUU",
3388
- natDexTier: "UU",
3390
+ natDexTier: "RU",
3389
3391
  },
3390
3392
  darumaka: {
3391
3393
  isNonstandard: "Past",
@@ -3400,7 +3402,7 @@ exports.FormatsData = {
3400
3402
  darmanitan: {
3401
3403
  isNonstandard: "Past",
3402
3404
  tier: "Illegal",
3403
- natDexTier: "UU",
3405
+ natDexTier: "RU",
3404
3406
  },
3405
3407
  darmanitanzen: {
3406
3408
  isNonstandard: "Past",
@@ -3416,7 +3418,7 @@ exports.FormatsData = {
3416
3418
  maractus: {
3417
3419
  isNonstandard: "Past",
3418
3420
  tier: "Illegal",
3419
- natDexTier: "UU",
3421
+ natDexTier: "RU",
3420
3422
  },
3421
3423
  dwebble: {
3422
3424
  isNonstandard: "Past",
@@ -3426,7 +3428,7 @@ exports.FormatsData = {
3426
3428
  crustle: {
3427
3429
  isNonstandard: "Past",
3428
3430
  tier: "Illegal",
3429
- natDexTier: "UU",
3431
+ natDexTier: "RU",
3430
3432
  },
3431
3433
  scraggy: {
3432
3434
  isNonstandard: "Past",
@@ -3436,12 +3438,12 @@ exports.FormatsData = {
3436
3438
  scrafty: {
3437
3439
  isNonstandard: "Past",
3438
3440
  tier: "Illegal",
3439
- natDexTier: "UU",
3441
+ natDexTier: "RU",
3440
3442
  },
3441
3443
  sigilyph: {
3442
3444
  isNonstandard: "Past",
3443
3445
  tier: "Illegal",
3444
- natDexTier: "UU",
3446
+ natDexTier: "RU",
3445
3447
  },
3446
3448
  yamask: {
3447
3449
  isNonstandard: "Past",
@@ -3456,12 +3458,12 @@ exports.FormatsData = {
3456
3458
  cofagrigus: {
3457
3459
  isNonstandard: "Past",
3458
3460
  tier: "Illegal",
3459
- natDexTier: "UU",
3461
+ natDexTier: "RU",
3460
3462
  },
3461
3463
  runerigus: {
3462
3464
  isNonstandard: "Past",
3463
3465
  tier: "Illegal",
3464
- natDexTier: "UU",
3466
+ natDexTier: "RU",
3465
3467
  },
3466
3468
  tirtouga: {
3467
3469
  isNonstandard: "Past",
@@ -3471,7 +3473,7 @@ exports.FormatsData = {
3471
3473
  carracosta: {
3472
3474
  isNonstandard: "Past",
3473
3475
  tier: "Illegal",
3474
- natDexTier: "UU",
3476
+ natDexTier: "RU",
3475
3477
  },
3476
3478
  archen: {
3477
3479
  isNonstandard: "Past",
@@ -3481,7 +3483,7 @@ exports.FormatsData = {
3481
3483
  archeops: {
3482
3484
  isNonstandard: "Past",
3483
3485
  tier: "Illegal",
3484
- natDexTier: "UU",
3486
+ natDexTier: "RU",
3485
3487
  },
3486
3488
  trubbish: {
3487
3489
  isNonstandard: "Past",
@@ -3491,7 +3493,7 @@ exports.FormatsData = {
3491
3493
  garbodor: {
3492
3494
  isNonstandard: "Past",
3493
3495
  tier: "Illegal",
3494
- natDexTier: "UU",
3496
+ natDexTier: "RU",
3495
3497
  },
3496
3498
  garbodorgmax: {
3497
3499
  isNonstandard: "Past",
@@ -3505,9 +3507,9 @@ exports.FormatsData = {
3505
3507
  tier: "Unreleased",
3506
3508
  },
3507
3509
  zoroark: {
3508
- tier: "UU",
3509
- doublesTier: "DUU",
3510
- natDexTier: "UU",
3510
+ tier: "RU",
3511
+ doublesTier: "(DUU)",
3512
+ natDexTier: "RU",
3511
3513
  },
3512
3514
  zoroarkhisui: {
3513
3515
  isNonstandard: "Unobtainable",
@@ -3521,7 +3523,7 @@ exports.FormatsData = {
3521
3523
  cinccino: {
3522
3524
  isNonstandard: "Past",
3523
3525
  tier: "Illegal",
3524
- natDexTier: "UU",
3526
+ natDexTier: "RU",
3525
3527
  },
3526
3528
  gothita: {
3527
3529
  tier: "LC",
@@ -3530,9 +3532,9 @@ exports.FormatsData = {
3530
3532
  tier: "NFE",
3531
3533
  },
3532
3534
  gothitelle: {
3533
- tier: "UU",
3534
- doublesTier: "DUU",
3535
- natDexTier: "UU",
3535
+ tier: "RU",
3536
+ doublesTier: "(DUU)",
3537
+ natDexTier: "RU",
3536
3538
  },
3537
3539
  solosis: {
3538
3540
  isNonstandard: "Past",
@@ -3547,7 +3549,7 @@ exports.FormatsData = {
3547
3549
  reuniclus: {
3548
3550
  isNonstandard: "Past",
3549
3551
  tier: "Illegal",
3550
- natDexTier: "UU",
3552
+ natDexTier: "RU",
3551
3553
  },
3552
3554
  ducklett: {
3553
3555
  isNonstandard: "Past",
@@ -3557,7 +3559,7 @@ exports.FormatsData = {
3557
3559
  swanna: {
3558
3560
  isNonstandard: "Past",
3559
3561
  tier: "Illegal",
3560
- natDexTier: "UU",
3562
+ natDexTier: "RU",
3561
3563
  },
3562
3564
  vanillite: {
3563
3565
  isNonstandard: "Past",
@@ -3572,20 +3574,20 @@ exports.FormatsData = {
3572
3574
  vanilluxe: {
3573
3575
  isNonstandard: "Past",
3574
3576
  tier: "Illegal",
3575
- natDexTier: "UU",
3577
+ natDexTier: "RU",
3576
3578
  },
3577
3579
  deerling: {
3578
3580
  tier: "LC",
3579
3581
  },
3580
3582
  sawsbuck: {
3581
- tier: "UU",
3582
- doublesTier: "DUU",
3583
- natDexTier: "UU",
3583
+ tier: "RU",
3584
+ doublesTier: "(DUU)",
3585
+ natDexTier: "RU",
3584
3586
  },
3585
3587
  emolga: {
3586
3588
  isNonstandard: "Past",
3587
3589
  tier: "Illegal",
3588
- natDexTier: "UU",
3590
+ natDexTier: "RU",
3589
3591
  },
3590
3592
  karrablast: {
3591
3593
  isNonstandard: "Past",
@@ -3595,7 +3597,7 @@ exports.FormatsData = {
3595
3597
  escavalier: {
3596
3598
  isNonstandard: "Past",
3597
3599
  tier: "Illegal",
3598
- natDexTier: "UU",
3600
+ natDexTier: "RU",
3599
3601
  },
3600
3602
  foongus: {
3601
3603
  tier: "LC",
@@ -3603,7 +3605,7 @@ exports.FormatsData = {
3603
3605
  amoonguss: {
3604
3606
  tier: "OU",
3605
3607
  doublesTier: "DOU",
3606
- natDexTier: "UU",
3608
+ natDexTier: "RU",
3607
3609
  },
3608
3610
  frillish: {
3609
3611
  isNonstandard: "Past",
@@ -3613,12 +3615,12 @@ exports.FormatsData = {
3613
3615
  jellicent: {
3614
3616
  isNonstandard: "Past",
3615
3617
  tier: "Illegal",
3616
- natDexTier: "UU",
3618
+ natDexTier: "RU",
3617
3619
  },
3618
3620
  alomomola: {
3619
3621
  tier: "UU",
3620
- doublesTier: "DUU",
3621
- natDexTier: "UU",
3622
+ doublesTier: "(DUU)",
3623
+ natDexTier: "RU",
3622
3624
  },
3623
3625
  joltik: {
3624
3626
  isNonstandard: "Past",
@@ -3628,7 +3630,7 @@ exports.FormatsData = {
3628
3630
  galvantula: {
3629
3631
  isNonstandard: "Past",
3630
3632
  tier: "Illegal",
3631
- natDexTier: "UU",
3633
+ natDexTier: "RU",
3632
3634
  },
3633
3635
  ferroseed: {
3634
3636
  isNonstandard: "Past",
@@ -3653,7 +3655,7 @@ exports.FormatsData = {
3653
3655
  klinklang: {
3654
3656
  isNonstandard: "Past",
3655
3657
  tier: "Illegal",
3656
- natDexTier: "UU",
3658
+ natDexTier: "RU",
3657
3659
  },
3658
3660
  tynamo: {
3659
3661
  tier: "LC",
@@ -3662,9 +3664,9 @@ exports.FormatsData = {
3662
3664
  tier: "NFE",
3663
3665
  },
3664
3666
  eelektross: {
3665
- tier: "UU",
3666
- doublesTier: "DUU",
3667
- natDexTier: "UU",
3667
+ tier: "RU",
3668
+ doublesTier: "(DUU)",
3669
+ natDexTier: "RU",
3668
3670
  },
3669
3671
  elgyem: {
3670
3672
  isNonstandard: "Past",
@@ -3674,7 +3676,7 @@ exports.FormatsData = {
3674
3676
  beheeyem: {
3675
3677
  isNonstandard: "Past",
3676
3678
  tier: "Illegal",
3677
- natDexTier: "UU",
3679
+ natDexTier: "RU",
3678
3680
  },
3679
3681
  litwick: {
3680
3682
  isNonstandard: "Past",
@@ -3689,7 +3691,7 @@ exports.FormatsData = {
3689
3691
  chandelure: {
3690
3692
  isNonstandard: "Past",
3691
3693
  tier: "Illegal",
3692
- natDexTier: "UU",
3694
+ natDexTier: "RU",
3693
3695
  },
3694
3696
  axew: {
3695
3697
  tier: "LC",
@@ -3698,22 +3700,22 @@ exports.FormatsData = {
3698
3700
  tier: "NFE",
3699
3701
  },
3700
3702
  haxorus: {
3701
- tier: "UU",
3702
- doublesTier: "DUU",
3703
- natDexTier: "UU",
3703
+ tier: "RU",
3704
+ doublesTier: "(DUU)",
3705
+ natDexTier: "RU",
3704
3706
  },
3705
3707
  cubchoo: {
3706
3708
  tier: "LC",
3707
3709
  },
3708
3710
  beartic: {
3709
- tier: "UU",
3710
- doublesTier: "DUU",
3711
- natDexTier: "UU",
3711
+ tier: "RU",
3712
+ doublesTier: "(DUU)",
3713
+ natDexTier: "RU",
3712
3714
  },
3713
3715
  cryogonal: {
3714
- tier: "UU",
3715
- doublesTier: "DUU",
3716
- natDexTier: "UU",
3716
+ tier: "RU",
3717
+ doublesTier: "(DUU)",
3718
+ natDexTier: "RU",
3717
3719
  },
3718
3720
  shelmet: {
3719
3721
  isNonstandard: "Past",
@@ -3723,17 +3725,17 @@ exports.FormatsData = {
3723
3725
  accelgor: {
3724
3726
  isNonstandard: "Past",
3725
3727
  tier: "Illegal",
3726
- natDexTier: "UU",
3728
+ natDexTier: "RU",
3727
3729
  },
3728
3730
  stunfisk: {
3729
3731
  isNonstandard: "Past",
3730
3732
  tier: "Illegal",
3731
- natDexTier: "UU",
3733
+ natDexTier: "RU",
3732
3734
  },
3733
3735
  stunfiskgalar: {
3734
3736
  isNonstandard: "Past",
3735
3737
  tier: "Illegal",
3736
- natDexTier: "UU",
3738
+ natDexTier: "RU",
3737
3739
  },
3738
3740
  mienfoo: {
3739
3741
  isNonstandard: "Past",
@@ -3743,12 +3745,12 @@ exports.FormatsData = {
3743
3745
  mienshao: {
3744
3746
  isNonstandard: "Past",
3745
3747
  tier: "Illegal",
3746
- natDexTier: "UU",
3748
+ natDexTier: "RU",
3747
3749
  },
3748
3750
  druddigon: {
3749
3751
  isNonstandard: "Past",
3750
3752
  tier: "Illegal",
3751
- natDexTier: "UU",
3753
+ natDexTier: "RU",
3752
3754
  },
3753
3755
  golett: {
3754
3756
  isNonstandard: "Past",
@@ -3758,26 +3760,28 @@ exports.FormatsData = {
3758
3760
  golurk: {
3759
3761
  isNonstandard: "Past",
3760
3762
  tier: "Illegal",
3761
- natDexTier: "UU",
3763
+ natDexTier: "RU",
3762
3764
  },
3763
3765
  pawniard: {
3764
3766
  tier: "LC",
3765
3767
  },
3766
3768
  bisharp: {
3767
- tier: "NFE",
3769
+ tier: "UU",
3770
+ doublesTier: "NFE",
3771
+ natDexTier: "NFE",
3768
3772
  },
3769
3773
  bouffalant: {
3770
3774
  isNonstandard: "Past",
3771
3775
  tier: "Illegal",
3772
- natDexTier: "UU",
3776
+ natDexTier: "RU",
3773
3777
  },
3774
3778
  rufflet: {
3775
3779
  tier: "NFE",
3776
3780
  },
3777
3781
  braviary: {
3778
- tier: "UU",
3779
- doublesTier: "DUU",
3780
- natDexTier: "UU",
3782
+ tier: "RU",
3783
+ doublesTier: "(DUU)",
3784
+ natDexTier: "RU",
3781
3785
  },
3782
3786
  braviaryhisui: {
3783
3787
  isNonstandard: "Unobtainable",
@@ -3791,17 +3795,17 @@ exports.FormatsData = {
3791
3795
  mandibuzz: {
3792
3796
  isNonstandard: "Past",
3793
3797
  tier: "Illegal",
3794
- natDexTier: "UU",
3798
+ natDexTier: "RU",
3795
3799
  },
3796
3800
  heatmor: {
3797
3801
  isNonstandard: "Past",
3798
3802
  tier: "Illegal",
3799
- natDexTier: "UU",
3803
+ natDexTier: "RU",
3800
3804
  },
3801
3805
  durant: {
3802
3806
  isNonstandard: "Past",
3803
3807
  tier: "Illegal",
3804
- natDexTier: "UU",
3808
+ natDexTier: "RU",
3805
3809
  },
3806
3810
  deino: {
3807
3811
  tier: "LC",
@@ -3811,51 +3815,51 @@ exports.FormatsData = {
3811
3815
  },
3812
3816
  hydreigon: {
3813
3817
  tier: "UU",
3814
- doublesTier: "DUU",
3815
- natDexTier: "UU",
3818
+ doublesTier: "DOU",
3819
+ natDexTier: "RU",
3816
3820
  },
3817
3821
  larvesta: {
3818
3822
  tier: "LC",
3819
3823
  },
3820
3824
  volcarona: {
3821
3825
  tier: "OU",
3822
- doublesTier: "DUU",
3823
- natDexTier: "UU",
3826
+ doublesTier: "DOU",
3827
+ natDexTier: "OU",
3824
3828
  },
3825
3829
  cobalion: {
3826
3830
  isNonstandard: "Past",
3827
3831
  tier: "Illegal",
3828
- natDexTier: "UU",
3832
+ natDexTier: "RU",
3829
3833
  },
3830
3834
  terrakion: {
3831
3835
  isNonstandard: "Past",
3832
3836
  tier: "Illegal",
3833
- natDexTier: "UU",
3837
+ natDexTier: "RU",
3834
3838
  },
3835
3839
  virizion: {
3836
3840
  isNonstandard: "Past",
3837
3841
  tier: "Illegal",
3838
- natDexTier: "UU",
3842
+ natDexTier: "RU",
3839
3843
  },
3840
3844
  tornadus: {
3841
3845
  isNonstandard: "Unobtainable",
3842
3846
  tier: "Unreleased",
3843
- natDexTier: "UU",
3847
+ natDexTier: "RU",
3844
3848
  },
3845
3849
  tornadustherian: {
3846
3850
  isNonstandard: "Unobtainable",
3847
3851
  tier: "Unreleased",
3848
- natDexTier: "UU",
3852
+ natDexTier: "OU",
3849
3853
  },
3850
3854
  thundurus: {
3851
3855
  isNonstandard: "Unobtainable",
3852
3856
  tier: "Unreleased",
3853
- natDexTier: "UU",
3857
+ natDexTier: "RU",
3854
3858
  },
3855
3859
  thundurustherian: {
3856
3860
  isNonstandard: "Unobtainable",
3857
3861
  tier: "Unreleased",
3858
- natDexTier: "UU",
3862
+ natDexTier: "RU",
3859
3863
  },
3860
3864
  reshiram: {
3861
3865
  isNonstandard: "Past",
@@ -3880,7 +3884,7 @@ exports.FormatsData = {
3880
3884
  kyurem: {
3881
3885
  isNonstandard: "Past",
3882
3886
  tier: "Illegal",
3883
- natDexTier: "UU",
3887
+ natDexTier: "RU",
3884
3888
  },
3885
3889
  kyuremblack: {
3886
3890
  isNonstandard: "Past",
@@ -3895,7 +3899,7 @@ exports.FormatsData = {
3895
3899
  keldeo: {
3896
3900
  isNonstandard: "Past",
3897
3901
  tier: "Illegal",
3898
- natDexTier: "UU",
3902
+ natDexTier: "RU",
3899
3903
  },
3900
3904
  keldeoresolute: {
3901
3905
  isNonstandard: "Past",
@@ -3903,7 +3907,7 @@ exports.FormatsData = {
3903
3907
  meloetta: {
3904
3908
  isNonstandard: "Unobtainable",
3905
3909
  tier: "Unreleased",
3906
- natDexTier: "UU",
3910
+ natDexTier: "RU",
3907
3911
  },
3908
3912
  meloettapirouette: {
3909
3913
  isNonstandard: "Unobtainable",
@@ -3946,7 +3950,7 @@ exports.FormatsData = {
3946
3950
  chesnaught: {
3947
3951
  isNonstandard: "Unobtainable",
3948
3952
  tier: "Unreleased",
3949
- natDexTier: "UU",
3953
+ natDexTier: "RU",
3950
3954
  },
3951
3955
  fennekin: {
3952
3956
  isNonstandard: "Unobtainable",
@@ -3961,7 +3965,7 @@ exports.FormatsData = {
3961
3965
  delphox: {
3962
3966
  isNonstandard: "Unobtainable",
3963
3967
  tier: "Unreleased",
3964
- natDexTier: "UU",
3968
+ natDexTier: "RU",
3965
3969
  },
3966
3970
  froakie: {
3967
3971
  isNonstandard: "Unobtainable",
@@ -3976,7 +3980,7 @@ exports.FormatsData = {
3976
3980
  greninja: {
3977
3981
  isNonstandard: "Unobtainable",
3978
3982
  tier: "Unreleased",
3979
- natDexTier: "UU",
3983
+ natDexTier: "OU",
3980
3984
  },
3981
3985
  greninjaash: {
3982
3986
  isNonstandard: "Past",
@@ -3990,7 +3994,7 @@ exports.FormatsData = {
3990
3994
  diggersby: {
3991
3995
  isNonstandard: "Past",
3992
3996
  tier: "Illegal",
3993
- natDexTier: "UU",
3997
+ natDexTier: "RU",
3994
3998
  },
3995
3999
  fletchling: {
3996
4000
  tier: "LC",
@@ -4000,8 +4004,8 @@ exports.FormatsData = {
4000
4004
  },
4001
4005
  talonflame: {
4002
4006
  tier: "UU",
4003
- doublesTier: "DOU",
4004
- natDexTier: "UU",
4007
+ doublesTier: "DUU",
4008
+ natDexTier: "RU",
4005
4009
  },
4006
4010
  scatterbug: {
4007
4011
  tier: "LC",
@@ -4012,25 +4016,25 @@ exports.FormatsData = {
4012
4016
  vivillon: {
4013
4017
  isNonstandard: "Unobtainable",
4014
4018
  tier: "Unreleased",
4015
- natDexTier: "UU",
4019
+ natDexTier: "RU",
4016
4020
  },
4017
4021
  vivillonfancy: {
4018
- tier: "UU",
4019
- doublesTier: "DUU",
4020
- natDexTier: "UU",
4022
+ tier: "RU",
4023
+ doublesTier: "(DUU)",
4024
+ natDexTier: "RU",
4021
4025
  },
4022
4026
  vivillonpokeball: {
4023
4027
  isNonstandard: "Unobtainable",
4024
4028
  tier: "Unreleased",
4025
- natDexTier: "UU",
4029
+ natDexTier: "RU",
4026
4030
  },
4027
4031
  litleo: {
4028
4032
  tier: "LC",
4029
4033
  },
4030
4034
  pyroar: {
4031
- tier: "UU",
4032
- doublesTier: "DUU",
4033
- natDexTier: "UU",
4035
+ tier: "RU",
4036
+ doublesTier: "(DUU)",
4037
+ natDexTier: "RU",
4034
4038
  },
4035
4039
  flabebe: {
4036
4040
  tier: "LC",
@@ -4043,17 +4047,17 @@ exports.FormatsData = {
4043
4047
  tier: "Illegal",
4044
4048
  },
4045
4049
  florges: {
4046
- tier: "UU",
4047
- doublesTier: "DUU",
4048
- natDexTier: "UU",
4050
+ tier: "RU",
4051
+ doublesTier: "(DUU)",
4052
+ natDexTier: "RU",
4049
4053
  },
4050
4054
  skiddo: {
4051
4055
  tier: "LC",
4052
4056
  },
4053
4057
  gogoat: {
4054
- tier: "UU",
4055
- doublesTier: "DUU",
4056
- natDexTier: "UU",
4058
+ tier: "RU",
4059
+ doublesTier: "(DUU)",
4060
+ natDexTier: "RU",
4057
4061
  },
4058
4062
  pancham: {
4059
4063
  isNonstandard: "Past",
@@ -4063,12 +4067,12 @@ exports.FormatsData = {
4063
4067
  pangoro: {
4064
4068
  isNonstandard: "Past",
4065
4069
  tier: "Illegal",
4066
- natDexTier: "UU",
4070
+ natDexTier: "RU",
4067
4071
  },
4068
4072
  furfrou: {
4069
4073
  isNonstandard: "Past",
4070
4074
  tier: "Illegal",
4071
- natDexTier: "UU",
4075
+ natDexTier: "RU",
4072
4076
  },
4073
4077
  espurr: {
4074
4078
  isNonstandard: "Past",
@@ -4078,12 +4082,12 @@ exports.FormatsData = {
4078
4082
  meowstic: {
4079
4083
  isNonstandard: "Past",
4080
4084
  tier: "Illegal",
4081
- natDexTier: "UU",
4085
+ natDexTier: "RU",
4082
4086
  },
4083
4087
  meowsticf: {
4084
4088
  isNonstandard: "Past",
4085
4089
  tier: "Illegal",
4086
- natDexTier: "UU",
4090
+ natDexTier: "RU",
4087
4091
  },
4088
4092
  honedge: {
4089
4093
  isNonstandard: "Past",
@@ -4111,7 +4115,7 @@ exports.FormatsData = {
4111
4115
  aromatisse: {
4112
4116
  isNonstandard: "Past",
4113
4117
  tier: "Illegal",
4114
- natDexTier: "UU",
4118
+ natDexTier: "RU",
4115
4119
  },
4116
4120
  swirlix: {
4117
4121
  isNonstandard: "Past",
@@ -4121,7 +4125,7 @@ exports.FormatsData = {
4121
4125
  slurpuff: {
4122
4126
  isNonstandard: "Past",
4123
4127
  tier: "Illegal",
4124
- natDexTier: "UU",
4128
+ natDexTier: "RU",
4125
4129
  },
4126
4130
  inkay: {
4127
4131
  isNonstandard: "Past",
@@ -4131,7 +4135,7 @@ exports.FormatsData = {
4131
4135
  malamar: {
4132
4136
  isNonstandard: "Past",
4133
4137
  tier: "Illegal",
4134
- natDexTier: "UU",
4138
+ natDexTier: "RU",
4135
4139
  },
4136
4140
  binacle: {
4137
4141
  isNonstandard: "Past",
@@ -4141,23 +4145,23 @@ exports.FormatsData = {
4141
4145
  barbaracle: {
4142
4146
  isNonstandard: "Past",
4143
4147
  tier: "Illegal",
4144
- natDexTier: "UU",
4148
+ natDexTier: "RU",
4145
4149
  },
4146
4150
  skrelp: {
4147
4151
  tier: "LC",
4148
4152
  },
4149
4153
  dragalge: {
4150
- tier: "UU",
4151
- doublesTier: "DUU",
4152
- natDexTier: "UU",
4154
+ tier: "RU",
4155
+ doublesTier: "(DUU)",
4156
+ natDexTier: "RU",
4153
4157
  },
4154
4158
  clauncher: {
4155
4159
  tier: "LC",
4156
4160
  },
4157
4161
  clawitzer: {
4158
- tier: "UU",
4162
+ tier: "RU",
4159
4163
  doublesTier: "DUU",
4160
- natDexTier: "UU",
4164
+ natDexTier: "RU",
4161
4165
  },
4162
4166
  helioptile: {
4163
4167
  isNonstandard: "Past",
@@ -4167,7 +4171,7 @@ exports.FormatsData = {
4167
4171
  heliolisk: {
4168
4172
  isNonstandard: "Past",
4169
4173
  tier: "Illegal",
4170
- natDexTier: "UU",
4174
+ natDexTier: "RU",
4171
4175
  },
4172
4176
  tyrunt: {
4173
4177
  isNonstandard: "Past",
@@ -4177,7 +4181,7 @@ exports.FormatsData = {
4177
4181
  tyrantrum: {
4178
4182
  isNonstandard: "Past",
4179
4183
  tier: "Illegal",
4180
- natDexTier: "UU",
4184
+ natDexTier: "RU",
4181
4185
  },
4182
4186
  amaura: {
4183
4187
  isNonstandard: "Past",
@@ -4187,22 +4191,22 @@ exports.FormatsData = {
4187
4191
  aurorus: {
4188
4192
  isNonstandard: "Past",
4189
4193
  tier: "Illegal",
4190
- natDexTier: "UU",
4194
+ natDexTier: "RU",
4191
4195
  },
4192
4196
  hawlucha: {
4193
4197
  tier: "UU",
4194
4198
  doublesTier: "DUU",
4195
- natDexTier: "UU",
4199
+ natDexTier: "RU",
4196
4200
  },
4197
4201
  dedenne: {
4198
- tier: "UU",
4199
- doublesTier: "DUU",
4200
- natDexTier: "UU",
4202
+ tier: "RU",
4203
+ doublesTier: "(DUU)",
4204
+ natDexTier: "RU",
4201
4205
  },
4202
4206
  carbink: {
4203
4207
  isNonstandard: "Unobtainable",
4204
4208
  tier: "Unreleased",
4205
- natDexTier: "UU",
4209
+ natDexTier: "RU",
4206
4210
  },
4207
4211
  goomy: {
4208
4212
  tier: "LC",
@@ -4215,9 +4219,9 @@ exports.FormatsData = {
4215
4219
  tier: "Unreleased",
4216
4220
  },
4217
4221
  goodra: {
4218
- tier: "UU",
4219
- doublesTier: "DUU",
4220
- natDexTier: "UU",
4222
+ tier: "RU",
4223
+ doublesTier: "(DUU)",
4224
+ natDexTier: "RU",
4221
4225
  },
4222
4226
  goodrahisui: {
4223
4227
  isNonstandard: "Unobtainable",
@@ -4225,8 +4229,8 @@ exports.FormatsData = {
4225
4229
  },
4226
4230
  klefki: {
4227
4231
  tier: "UU",
4228
- doublesTier: "DUU",
4229
- natDexTier: "UU",
4232
+ doublesTier: "(DUU)",
4233
+ natDexTier: "RU",
4230
4234
  },
4231
4235
  phantump: {
4232
4236
  isNonstandard: "Past",
@@ -4236,7 +4240,7 @@ exports.FormatsData = {
4236
4240
  trevenant: {
4237
4241
  isNonstandard: "Past",
4238
4242
  tier: "Illegal",
4239
- natDexTier: "UU",
4243
+ natDexTier: "RU",
4240
4244
  },
4241
4245
  pumpkaboo: {
4242
4246
  isNonstandard: "Past",
@@ -4255,7 +4259,7 @@ exports.FormatsData = {
4255
4259
  gourgeist: {
4256
4260
  isNonstandard: "Past",
4257
4261
  tier: "Illegal",
4258
- natDexTier: "UU",
4262
+ natDexTier: "RU",
4259
4263
  },
4260
4264
  gourgeistsmall: {
4261
4265
  isNonstandard: "Past",
@@ -4270,9 +4274,9 @@ exports.FormatsData = {
4270
4274
  tier: "LC",
4271
4275
  },
4272
4276
  avalugg: {
4273
- tier: "UU",
4274
- doublesTier: "DUU",
4275
- natDexTier: "UU",
4277
+ tier: "RU",
4278
+ doublesTier: "(DUU)",
4279
+ natDexTier: "RU",
4276
4280
  },
4277
4281
  avalugghisui: {
4278
4282
  isNonstandard: "Unobtainable",
@@ -4283,8 +4287,8 @@ exports.FormatsData = {
4283
4287
  },
4284
4288
  noivern: {
4285
4289
  tier: "UU",
4286
- doublesTier: "DUU",
4287
- natDexTier: "UU",
4290
+ doublesTier: "(DUU)",
4291
+ natDexTier: "RU",
4288
4292
  },
4289
4293
  xerneas: {
4290
4294
  isNonstandard: "Past",
@@ -4308,7 +4312,7 @@ exports.FormatsData = {
4308
4312
  zygarde10: {
4309
4313
  isNonstandard: "Past",
4310
4314
  tier: "Illegal",
4311
- natDexTier: "UU",
4315
+ natDexTier: "RU",
4312
4316
  },
4313
4317
  zygardecomplete: {
4314
4318
  isNonstandard: "Past",
@@ -4318,7 +4322,7 @@ exports.FormatsData = {
4318
4322
  diancie: {
4319
4323
  isNonstandard: "Unobtainable",
4320
4324
  tier: "Unreleased",
4321
- natDexTier: "UU",
4325
+ natDexTier: "RU",
4322
4326
  },
4323
4327
  dianciemega: {
4324
4328
  isNonstandard: "Past",
@@ -4328,17 +4332,17 @@ exports.FormatsData = {
4328
4332
  hoopa: {
4329
4333
  isNonstandard: "Unobtainable",
4330
4334
  tier: "Unreleased",
4331
- natDexTier: "UU",
4335
+ natDexTier: "RU",
4332
4336
  },
4333
4337
  hoopaunbound: {
4334
4338
  isNonstandard: "Unobtainable",
4335
4339
  tier: "Unreleased",
4336
- natDexTier: "UU",
4340
+ natDexTier: "RU",
4337
4341
  },
4338
4342
  volcanion: {
4339
4343
  isNonstandard: "Unobtainable",
4340
4344
  tier: "Unreleased",
4341
- natDexTier: "UU",
4345
+ natDexTier: "RU",
4342
4346
  },
4343
4347
  rowlet: {
4344
4348
  isNonstandard: "Unobtainable",
@@ -4353,7 +4357,7 @@ exports.FormatsData = {
4353
4357
  decidueye: {
4354
4358
  isNonstandard: "Unobtainable",
4355
4359
  tier: "Unreleased",
4356
- natDexTier: "UU",
4360
+ natDexTier: "RU",
4357
4361
  },
4358
4362
  decidueyehisui: {
4359
4363
  isNonstandard: "Unobtainable",
@@ -4372,7 +4376,7 @@ exports.FormatsData = {
4372
4376
  incineroar: {
4373
4377
  isNonstandard: "Past",
4374
4378
  tier: "Illegal",
4375
- natDexTier: "UU",
4379
+ natDexTier: "RU",
4376
4380
  },
4377
4381
  popplio: {
4378
4382
  isNonstandard: "Past",
@@ -4387,7 +4391,7 @@ exports.FormatsData = {
4387
4391
  primarina: {
4388
4392
  isNonstandard: "Past",
4389
4393
  tier: "Illegal",
4390
- natDexTier: "UU",
4394
+ natDexTier: "RU",
4391
4395
  },
4392
4396
  pikipek: {
4393
4397
  isNonstandard: "Past",
@@ -4402,20 +4406,20 @@ exports.FormatsData = {
4402
4406
  toucannon: {
4403
4407
  isNonstandard: "Past",
4404
4408
  tier: "Illegal",
4405
- natDexTier: "UU",
4409
+ natDexTier: "RU",
4406
4410
  },
4407
4411
  yungoos: {
4408
4412
  tier: "LC",
4409
4413
  },
4410
4414
  gumshoos: {
4411
- tier: "UU",
4412
- doublesTier: "DUU",
4413
- natDexTier: "UU",
4415
+ tier: "RU",
4416
+ doublesTier: "(DUU)",
4417
+ natDexTier: "RU",
4414
4418
  },
4415
4419
  gumshoostotem: {
4416
4420
  isNonstandard: "Past",
4417
4421
  tier: "Illegal",
4418
- natDexTier: "UU",
4422
+ natDexTier: "RU",
4419
4423
  },
4420
4424
  grubbin: {
4421
4425
  isNonstandard: "Past",
@@ -4430,7 +4434,7 @@ exports.FormatsData = {
4430
4434
  vikavolt: {
4431
4435
  isNonstandard: "Past",
4432
4436
  tier: "Illegal",
4433
- natDexTier: "UU",
4437
+ natDexTier: "RU",
4434
4438
  },
4435
4439
  vikavolttotem: {
4436
4440
  isNonstandard: "Past",
@@ -4439,29 +4443,29 @@ exports.FormatsData = {
4439
4443
  tier: "LC",
4440
4444
  },
4441
4445
  crabominable: {
4442
- tier: "UU",
4443
- doublesTier: "DUU",
4444
- natDexTier: "UU",
4446
+ tier: "RU",
4447
+ doublesTier: "(DUU)",
4448
+ natDexTier: "RU",
4445
4449
  },
4446
4450
  oricorio: {
4447
- tier: "UU",
4448
- doublesTier: "DUU",
4449
- natDexTier: "UU",
4451
+ tier: "RU",
4452
+ doublesTier: "(DUU)",
4453
+ natDexTier: "RU",
4450
4454
  },
4451
4455
  oricoriopompom: {
4452
- tier: "UU",
4456
+ tier: "RU",
4453
4457
  doublesTier: "DUU",
4454
- natDexTier: "UU",
4458
+ natDexTier: "RU",
4455
4459
  },
4456
4460
  oricoriopau: {
4457
- tier: "UU",
4458
- doublesTier: "DUU",
4459
- natDexTier: "UU",
4461
+ tier: "RU",
4462
+ doublesTier: "(DUU)",
4463
+ natDexTier: "RU",
4460
4464
  },
4461
4465
  oricoriosensu: {
4462
- tier: "UU",
4463
- doublesTier: "DUU",
4464
- natDexTier: "UU",
4466
+ tier: "RU",
4467
+ doublesTier: "(DUU)",
4468
+ natDexTier: "RU",
4465
4469
  },
4466
4470
  cutiefly: {
4467
4471
  isNonstandard: "Past",
@@ -4471,7 +4475,7 @@ exports.FormatsData = {
4471
4475
  ribombee: {
4472
4476
  isNonstandard: "Past",
4473
4477
  tier: "Illegal",
4474
- natDexTier: "UU",
4478
+ natDexTier: "RU",
4475
4479
  },
4476
4480
  ribombeetotem: {
4477
4481
  isNonstandard: "Past",
@@ -4483,24 +4487,24 @@ exports.FormatsData = {
4483
4487
  tier: "LC",
4484
4488
  },
4485
4489
  lycanroc: {
4486
- tier: "UU",
4487
- doublesTier: "DUU",
4488
- natDexTier: "UU",
4490
+ tier: "RU",
4491
+ doublesTier: "(DUU)",
4492
+ natDexTier: "RU",
4489
4493
  },
4490
4494
  lycanrocmidnight: {
4491
- tier: "UU",
4492
- doublesTier: "DUU",
4493
- natDexTier: "UU",
4495
+ tier: "RU",
4496
+ doublesTier: "(DUU)",
4497
+ natDexTier: "RU",
4494
4498
  },
4495
4499
  lycanrocdusk: {
4496
- tier: "UU",
4497
- doublesTier: "DUU",
4498
- natDexTier: "UU",
4500
+ tier: "RU",
4501
+ doublesTier: "(DUU)",
4502
+ natDexTier: "RU",
4499
4503
  },
4500
4504
  wishiwashi: {
4501
4505
  isNonstandard: "Past",
4502
4506
  tier: "Illegal",
4503
- natDexTier: "UU",
4507
+ natDexTier: "RU",
4504
4508
  },
4505
4509
  wishiwashischool: {
4506
4510
  isNonstandard: "Past",
@@ -4510,16 +4514,16 @@ exports.FormatsData = {
4510
4514
  },
4511
4515
  toxapex: {
4512
4516
  tier: "OU",
4513
- doublesTier: "DUU",
4517
+ doublesTier: "(DUU)",
4514
4518
  natDexTier: "OU",
4515
4519
  },
4516
4520
  mudbray: {
4517
4521
  tier: "LC",
4518
4522
  },
4519
4523
  mudsdale: {
4520
- tier: "UU",
4521
- doublesTier: "DUU",
4522
- natDexTier: "UU",
4524
+ tier: "RU",
4525
+ doublesTier: "(DUU)",
4526
+ natDexTier: "RU",
4523
4527
  },
4524
4528
  dewpider: {
4525
4529
  isNonstandard: "Past",
@@ -4529,7 +4533,7 @@ exports.FormatsData = {
4529
4533
  araquanid: {
4530
4534
  isNonstandard: "Past",
4531
4535
  tier: "Illegal",
4532
- natDexTier: "UU",
4536
+ natDexTier: "RU",
4533
4537
  },
4534
4538
  araquanidtotem: {
4535
4539
  isNonstandard: "Past",
@@ -4538,14 +4542,14 @@ exports.FormatsData = {
4538
4542
  tier: "LC",
4539
4543
  },
4540
4544
  lurantis: {
4541
- tier: "UU",
4542
- doublesTier: "DUU",
4543
- natDexTier: "UU",
4545
+ tier: "RU",
4546
+ doublesTier: "(DUU)",
4547
+ natDexTier: "RU",
4544
4548
  },
4545
4549
  lurantistotem: {
4546
4550
  isNonstandard: "Past",
4547
4551
  tier: "Illegal",
4548
- natDexTier: "UU",
4552
+ natDexTier: "RU",
4549
4553
  },
4550
4554
  morelull: {
4551
4555
  isNonstandard: "Past",
@@ -4555,20 +4559,20 @@ exports.FormatsData = {
4555
4559
  shiinotic: {
4556
4560
  isNonstandard: "Past",
4557
4561
  tier: "Illegal",
4558
- natDexTier: "UU",
4562
+ natDexTier: "RU",
4559
4563
  },
4560
4564
  salandit: {
4561
4565
  tier: "LC",
4562
4566
  },
4563
4567
  salazzle: {
4564
- tier: "UU",
4565
- doublesTier: "DUU",
4566
- natDexTier: "UU",
4568
+ tier: "RU",
4569
+ doublesTier: "(DUU)",
4570
+ natDexTier: "RU",
4567
4571
  },
4568
4572
  salazzletotem: {
4569
4573
  isNonstandard: "Past",
4570
4574
  tier: "Illegal",
4571
- natDexTier: "UU",
4575
+ natDexTier: "RU",
4572
4576
  },
4573
4577
  stufful: {
4574
4578
  isNonstandard: "Past",
@@ -4578,7 +4582,7 @@ exports.FormatsData = {
4578
4582
  bewear: {
4579
4583
  isNonstandard: "Past",
4580
4584
  tier: "Illegal",
4581
- natDexTier: "UU",
4585
+ natDexTier: "RU",
4582
4586
  },
4583
4587
  bounsweet: {
4584
4588
  tier: "LC",
@@ -4588,23 +4592,23 @@ exports.FormatsData = {
4588
4592
  },
4589
4593
  tsareena: {
4590
4594
  tier: "UU",
4591
- doublesTier: "DUU",
4592
- natDexTier: "UU",
4595
+ doublesTier: "(DUU)",
4596
+ natDexTier: "RU",
4593
4597
  },
4594
4598
  comfey: {
4595
4599
  isNonstandard: "Past",
4596
4600
  tier: "Illegal",
4597
- natDexTier: "UU",
4601
+ natDexTier: "RU",
4598
4602
  },
4599
4603
  oranguru: {
4600
- tier: "UU",
4604
+ tier: "RU",
4601
4605
  doublesTier: "DUU",
4602
- natDexTier: "UU",
4606
+ natDexTier: "RU",
4603
4607
  },
4604
4608
  passimian: {
4605
- tier: "UU",
4606
- doublesTier: "DUU",
4607
- natDexTier: "UU",
4609
+ tier: "RU",
4610
+ doublesTier: "(DUU)",
4611
+ natDexTier: "RU",
4608
4612
  },
4609
4613
  wimpod: {
4610
4614
  isNonstandard: "Past",
@@ -4614,20 +4618,20 @@ exports.FormatsData = {
4614
4618
  golisopod: {
4615
4619
  isNonstandard: "Past",
4616
4620
  tier: "Illegal",
4617
- natDexTier: "UU",
4621
+ natDexTier: "RU",
4618
4622
  },
4619
4623
  sandygast: {
4620
4624
  tier: "LC",
4621
4625
  },
4622
4626
  palossand: {
4623
- tier: "UU",
4624
- doublesTier: "DUU",
4625
- natDexTier: "UU",
4627
+ tier: "RU",
4628
+ doublesTier: "(DUU)",
4629
+ natDexTier: "RU",
4626
4630
  },
4627
4631
  pyukumuku: {
4628
4632
  isNonstandard: "Past",
4629
4633
  tier: "Illegal",
4630
- natDexTier: "UU",
4634
+ natDexTier: "RU",
4631
4635
  },
4632
4636
  typenull: {
4633
4637
  isNonstandard: "Past",
@@ -4637,115 +4641,115 @@ exports.FormatsData = {
4637
4641
  silvally: {
4638
4642
  isNonstandard: "Past",
4639
4643
  tier: "Illegal",
4640
- natDexTier: "UU",
4644
+ natDexTier: "RU",
4641
4645
  },
4642
4646
  silvallybug: {
4643
4647
  isNonstandard: "Past",
4644
4648
  tier: "Illegal",
4645
- natDexTier: "UU",
4649
+ natDexTier: "RU",
4646
4650
  },
4647
4651
  silvallydark: {
4648
4652
  isNonstandard: "Past",
4649
4653
  tier: "Illegal",
4650
- natDexTier: "UU",
4654
+ natDexTier: "RU",
4651
4655
  },
4652
4656
  silvallydragon: {
4653
4657
  isNonstandard: "Past",
4654
4658
  tier: "Illegal",
4655
- natDexTier: "UU",
4659
+ natDexTier: "RU",
4656
4660
  },
4657
4661
  silvallyelectric: {
4658
4662
  isNonstandard: "Past",
4659
4663
  tier: "Illegal",
4660
- natDexTier: "UU",
4664
+ natDexTier: "RU",
4661
4665
  },
4662
4666
  silvallyfairy: {
4663
4667
  isNonstandard: "Past",
4664
4668
  tier: "Illegal",
4665
- natDexTier: "UU",
4669
+ natDexTier: "RU",
4666
4670
  },
4667
4671
  silvallyfighting: {
4668
4672
  isNonstandard: "Past",
4669
4673
  tier: "Illegal",
4670
- natDexTier: "UU",
4674
+ natDexTier: "RU",
4671
4675
  },
4672
4676
  silvallyfire: {
4673
4677
  isNonstandard: "Past",
4674
4678
  tier: "Illegal",
4675
- natDexTier: "UU",
4679
+ natDexTier: "RU",
4676
4680
  },
4677
4681
  silvallyflying: {
4678
4682
  isNonstandard: "Past",
4679
4683
  tier: "Illegal",
4680
- natDexTier: "UU",
4684
+ natDexTier: "RU",
4681
4685
  },
4682
4686
  silvallyghost: {
4683
4687
  isNonstandard: "Past",
4684
4688
  tier: "Illegal",
4685
- natDexTier: "UU",
4689
+ natDexTier: "RU",
4686
4690
  },
4687
4691
  silvallygrass: {
4688
4692
  isNonstandard: "Past",
4689
4693
  tier: "Illegal",
4690
- natDexTier: "UU",
4694
+ natDexTier: "RU",
4691
4695
  },
4692
4696
  silvallyground: {
4693
4697
  isNonstandard: "Past",
4694
4698
  tier: "Illegal",
4695
- natDexTier: "UU",
4699
+ natDexTier: "RU",
4696
4700
  },
4697
4701
  silvallyice: {
4698
4702
  isNonstandard: "Past",
4699
4703
  tier: "Illegal",
4700
- natDexTier: "UU",
4704
+ natDexTier: "RU",
4701
4705
  },
4702
4706
  silvallypoison: {
4703
4707
  isNonstandard: "Past",
4704
4708
  tier: "Illegal",
4705
- natDexTier: "UU",
4709
+ natDexTier: "RU",
4706
4710
  },
4707
4711
  silvallypsychic: {
4708
4712
  isNonstandard: "Past",
4709
4713
  tier: "Illegal",
4710
- natDexTier: "UU",
4714
+ natDexTier: "RU",
4711
4715
  },
4712
4716
  silvallyrock: {
4713
4717
  isNonstandard: "Past",
4714
4718
  tier: "Illegal",
4715
- natDexTier: "UU",
4719
+ natDexTier: "RU",
4716
4720
  },
4717
4721
  silvallysteel: {
4718
4722
  isNonstandard: "Past",
4719
4723
  tier: "Illegal",
4720
- natDexTier: "UU",
4724
+ natDexTier: "RU",
4721
4725
  },
4722
4726
  silvallywater: {
4723
4727
  isNonstandard: "Past",
4724
4728
  tier: "Illegal",
4725
- natDexTier: "UU",
4729
+ natDexTier: "RU",
4726
4730
  },
4727
4731
  minior: {
4728
4732
  isNonstandard: "Past",
4729
4733
  tier: "Illegal",
4730
- natDexTier: "UU",
4734
+ natDexTier: "RU",
4731
4735
  },
4732
4736
  miniormeteor: {
4733
4737
  isNonstandard: "Past",
4734
4738
  },
4735
4739
  komala: {
4736
- tier: "UU",
4737
- doublesTier: "DUU",
4738
- natDexTier: "UU",
4740
+ tier: "RU",
4741
+ doublesTier: "(DUU)",
4742
+ natDexTier: "RU",
4739
4743
  },
4740
4744
  turtonator: {
4741
4745
  isNonstandard: "Past",
4742
4746
  tier: "Illegal",
4743
- natDexTier: "UU",
4747
+ natDexTier: "RU",
4744
4748
  },
4745
4749
  togedemaru: {
4746
4750
  isNonstandard: "Past",
4747
4751
  tier: "Illegal",
4748
- natDexTier: "UU",
4752
+ natDexTier: "RU",
4749
4753
  },
4750
4754
  togedemarutotem: {
4751
4755
  isNonstandard: "Past",
@@ -4753,32 +4757,32 @@ exports.FormatsData = {
4753
4757
  mimikyu: {
4754
4758
  tier: "UU",
4755
4759
  doublesTier: "DUU",
4756
- natDexTier: "UU",
4760
+ natDexTier: "RU",
4757
4761
  },
4758
4762
  mimikyutotem: {
4759
4763
  isNonstandard: "Past",
4760
4764
  tier: "Illegal",
4761
- natDexTier: "UU",
4765
+ natDexTier: "RU",
4762
4766
  },
4763
4767
  mimikyubustedtotem: {
4764
4768
  isNonstandard: "Past",
4765
4769
  tier: "Illegal",
4766
- natDexTier: "UU",
4770
+ natDexTier: "RU",
4767
4771
  },
4768
4772
  bruxish: {
4769
- tier: "UU",
4770
- doublesTier: "DUU",
4771
- natDexTier: "UU",
4773
+ tier: "RU",
4774
+ doublesTier: "(DUU)",
4775
+ natDexTier: "RU",
4772
4776
  },
4773
4777
  drampa: {
4774
4778
  isNonstandard: "Past",
4775
4779
  tier: "Illegal",
4776
- natDexTier: "UU",
4780
+ natDexTier: "RU",
4777
4781
  },
4778
4782
  dhelmise: {
4779
4783
  isNonstandard: "Past",
4780
4784
  tier: "Illegal",
4781
- natDexTier: "UU",
4785
+ natDexTier: "RU",
4782
4786
  },
4783
4787
  jangmoo: {
4784
4788
  isNonstandard: "Past",
@@ -4793,7 +4797,7 @@ exports.FormatsData = {
4793
4797
  kommoo: {
4794
4798
  isNonstandard: "Past",
4795
4799
  tier: "Illegal",
4796
- natDexTier: "UU",
4800
+ natDexTier: "RU",
4797
4801
  },
4798
4802
  kommoototem: {
4799
4803
  isNonstandard: "Past",
@@ -4811,7 +4815,7 @@ exports.FormatsData = {
4811
4815
  tapubulu: {
4812
4816
  isNonstandard: "Past",
4813
4817
  tier: "Illegal",
4814
- natDexTier: "UU",
4818
+ natDexTier: "RU",
4815
4819
  },
4816
4820
  tapufini: {
4817
4821
  isNonstandard: "Past",
@@ -4841,7 +4845,7 @@ exports.FormatsData = {
4841
4845
  nihilego: {
4842
4846
  isNonstandard: "Past",
4843
4847
  tier: "Illegal",
4844
- natDexTier: "UU",
4848
+ natDexTier: "RU",
4845
4849
  },
4846
4850
  buzzwole: {
4847
4851
  isNonstandard: "Past",
@@ -4871,12 +4875,12 @@ exports.FormatsData = {
4871
4875
  guzzlord: {
4872
4876
  isNonstandard: "Past",
4873
4877
  tier: "Illegal",
4874
- natDexTier: "UU",
4878
+ natDexTier: "RU",
4875
4879
  },
4876
4880
  necrozma: {
4877
4881
  isNonstandard: "Past",
4878
4882
  tier: "Illegal",
4879
- natDexTier: "UU",
4883
+ natDexTier: "RU",
4880
4884
  },
4881
4885
  necrozmaduskmane: {
4882
4886
  isNonstandard: "Past",
@@ -4919,27 +4923,27 @@ exports.FormatsData = {
4919
4923
  stakataka: {
4920
4924
  isNonstandard: "Past",
4921
4925
  tier: "Illegal",
4922
- natDexTier: "UU",
4926
+ natDexTier: "RU",
4923
4927
  },
4924
4928
  blacephalon: {
4925
4929
  isNonstandard: "Past",
4926
4930
  tier: "Illegal",
4927
- natDexTier: "UU",
4931
+ natDexTier: "RU",
4928
4932
  },
4929
4933
  zeraora: {
4930
4934
  isNonstandard: "Past",
4931
4935
  tier: "Illegal",
4932
- natDexTier: "UU",
4936
+ natDexTier: "RU",
4933
4937
  },
4934
4938
  meltan: {
4935
4939
  isNonstandard: "Past",
4936
4940
  tier: "Illegal",
4937
- natDexTier: "UU",
4941
+ natDexTier: "RU",
4938
4942
  },
4939
4943
  melmetal: {
4940
4944
  isNonstandard: "Past",
4941
4945
  tier: "Illegal",
4942
- natDexTier: "UU",
4946
+ natDexTier: "OU",
4943
4947
  },
4944
4948
  melmetalgmax: {
4945
4949
  isNonstandard: "Past",
@@ -4958,25 +4962,21 @@ exports.FormatsData = {
4958
4962
  rillaboom: {
4959
4963
  isNonstandard: "Unobtainable",
4960
4964
  tier: "Unreleased",
4961
- natDexTier: "UU",
4965
+ natDexTier: "RU",
4962
4966
  },
4963
4967
  rillaboomgmax: {
4964
4968
  isNonstandard: "Past",
4965
4969
  tier: "Illegal",
4966
4970
  },
4967
4971
  scorbunny: {
4968
- isNonstandard: "Unobtainable",
4969
- tier: "Unreleased",
4970
- natDexTier: "LC",
4972
+ tier: "LC",
4971
4973
  },
4972
4974
  raboot: {
4973
- isNonstandard: "Unobtainable",
4974
- tier: "Unreleased",
4975
- natDexTier: "NFE",
4975
+ tier: "NFE",
4976
4976
  },
4977
4977
  cinderace: {
4978
- isNonstandard: "Unobtainable",
4979
- tier: "Unreleased",
4978
+ tier: "OU",
4979
+ doublesTier: "DOU",
4980
4980
  natDexTier: "UU",
4981
4981
  },
4982
4982
  cinderacegmax: {
@@ -4996,7 +4996,7 @@ exports.FormatsData = {
4996
4996
  inteleon: {
4997
4997
  isNonstandard: "Unobtainable",
4998
4998
  tier: "Unreleased",
4999
- natDexTier: "UU",
4999
+ natDexTier: "RU",
5000
5000
  },
5001
5001
  inteleongmax: {
5002
5002
  isNonstandard: "Past",
@@ -5006,9 +5006,9 @@ exports.FormatsData = {
5006
5006
  tier: "LC",
5007
5007
  },
5008
5008
  greedent: {
5009
- tier: "UU",
5010
- doublesTier: "DUU",
5011
- natDexTier: "UU",
5009
+ tier: "RU",
5010
+ doublesTier: "(DUU)",
5011
+ natDexTier: "RU",
5012
5012
  },
5013
5013
  rookidee: {
5014
5014
  tier: "LC",
@@ -5038,7 +5038,7 @@ exports.FormatsData = {
5038
5038
  orbeetle: {
5039
5039
  isNonstandard: "Past",
5040
5040
  tier: "Illegal",
5041
- natDexTier: "UU",
5041
+ natDexTier: "RU",
5042
5042
  },
5043
5043
  orbeetlegmax: {
5044
5044
  isNonstandard: "Past",
@@ -5052,7 +5052,7 @@ exports.FormatsData = {
5052
5052
  thievul: {
5053
5053
  isNonstandard: "Past",
5054
5054
  tier: "Illegal",
5055
- natDexTier: "UU",
5055
+ natDexTier: "RU",
5056
5056
  },
5057
5057
  gossifleur: {
5058
5058
  isNonstandard: "Past",
@@ -5062,7 +5062,7 @@ exports.FormatsData = {
5062
5062
  eldegoss: {
5063
5063
  isNonstandard: "Past",
5064
5064
  tier: "Illegal",
5065
- natDexTier: "UU",
5065
+ natDexTier: "RU",
5066
5066
  },
5067
5067
  wooloo: {
5068
5068
  isNonstandard: "Past",
@@ -5072,15 +5072,15 @@ exports.FormatsData = {
5072
5072
  dubwool: {
5073
5073
  isNonstandard: "Past",
5074
5074
  tier: "Illegal",
5075
- natDexTier: "UU",
5075
+ natDexTier: "RU",
5076
5076
  },
5077
5077
  chewtle: {
5078
5078
  tier: "LC",
5079
5079
  },
5080
5080
  drednaw: {
5081
- tier: "UU",
5082
- doublesTier: "DUU",
5083
- natDexTier: "UU",
5081
+ tier: "RU",
5082
+ doublesTier: "(DUU)",
5083
+ natDexTier: "RU",
5084
5084
  },
5085
5085
  drednawgmax: {
5086
5086
  isNonstandard: "Past",
@@ -5094,7 +5094,7 @@ exports.FormatsData = {
5094
5094
  boltund: {
5095
5095
  isNonstandard: "Past",
5096
5096
  tier: "Illegal",
5097
- natDexTier: "UU",
5097
+ natDexTier: "RU",
5098
5098
  },
5099
5099
  rolycoly: {
5100
5100
  tier: "LC",
@@ -5103,9 +5103,9 @@ exports.FormatsData = {
5103
5103
  tier: "NFE",
5104
5104
  },
5105
5105
  coalossal: {
5106
- tier: "UU",
5106
+ tier: "RU",
5107
5107
  doublesTier: "DUU",
5108
- natDexTier: "UU",
5108
+ natDexTier: "RU",
5109
5109
  },
5110
5110
  coalossalgmax: {
5111
5111
  isNonstandard: "Past",
@@ -5115,18 +5115,18 @@ exports.FormatsData = {
5115
5115
  tier: "LC",
5116
5116
  },
5117
5117
  flapple: {
5118
- tier: "UU",
5119
- doublesTier: "DUU",
5120
- natDexTier: "UU",
5118
+ tier: "RU",
5119
+ doublesTier: "(DUU)",
5120
+ natDexTier: "RU",
5121
5121
  },
5122
5122
  flapplegmax: {
5123
5123
  isNonstandard: "Past",
5124
5124
  tier: "Illegal",
5125
5125
  },
5126
5126
  appletun: {
5127
- tier: "UU",
5128
- doublesTier: "DUU",
5129
- natDexTier: "UU",
5127
+ tier: "RU",
5128
+ doublesTier: "(DUU)",
5129
+ natDexTier: "RU",
5130
5130
  },
5131
5131
  appletungmax: {
5132
5132
  isNonstandard: "Past",
@@ -5136,9 +5136,9 @@ exports.FormatsData = {
5136
5136
  tier: "LC",
5137
5137
  },
5138
5138
  sandaconda: {
5139
- tier: "UU",
5140
- doublesTier: "DUU",
5141
- natDexTier: "UU",
5139
+ tier: "RU",
5140
+ doublesTier: "(DUU)",
5141
+ natDexTier: "RU",
5142
5142
  },
5143
5143
  sandacondagmax: {
5144
5144
  isNonstandard: "Past",
@@ -5147,7 +5147,7 @@ exports.FormatsData = {
5147
5147
  cramorant: {
5148
5148
  isNonstandard: "Past",
5149
5149
  tier: "Illegal",
5150
- natDexTier: "UU",
5150
+ natDexTier: "RU",
5151
5151
  },
5152
5152
  cramorantgulping: {
5153
5153
  isNonstandard: "Past",
@@ -5160,21 +5160,21 @@ exports.FormatsData = {
5160
5160
  },
5161
5161
  barraskewda: {
5162
5162
  tier: "UU",
5163
- doublesTier: "DUU",
5164
- natDexTier: "UU",
5163
+ doublesTier: "(DUU)",
5164
+ natDexTier: "RU",
5165
5165
  },
5166
5166
  toxel: {
5167
5167
  tier: "LC",
5168
5168
  },
5169
5169
  toxtricity: {
5170
- tier: "UU",
5171
- doublesTier: "DUU",
5172
- natDexTier: "UU",
5170
+ tier: "RU",
5171
+ doublesTier: "(DUU)",
5172
+ natDexTier: "RU",
5173
5173
  },
5174
5174
  toxtricitylowkey: {
5175
- tier: "UU",
5176
- doublesTier: "DUU",
5177
- natDexTier: "UU",
5175
+ tier: "RU",
5176
+ doublesTier: "(DUU)",
5177
+ natDexTier: "RU",
5178
5178
  },
5179
5179
  toxtricitygmax: {
5180
5180
  isNonstandard: "Past",
@@ -5192,7 +5192,7 @@ exports.FormatsData = {
5192
5192
  centiskorch: {
5193
5193
  isNonstandard: "Past",
5194
5194
  tier: "Illegal",
5195
- natDexTier: "UU",
5195
+ natDexTier: "RU",
5196
5196
  },
5197
5197
  centiskorchgmax: {
5198
5198
  isNonstandard: "Past",
@@ -5206,15 +5206,15 @@ exports.FormatsData = {
5206
5206
  grapploct: {
5207
5207
  isNonstandard: "Past",
5208
5208
  tier: "Illegal",
5209
- natDexTier: "UU",
5209
+ natDexTier: "RU",
5210
5210
  },
5211
5211
  sinistea: {
5212
5212
  tier: "LC",
5213
5213
  },
5214
5214
  polteageist: {
5215
5215
  tier: "UU",
5216
- doublesTier: "DUU",
5217
- natDexTier: "UU",
5216
+ doublesTier: "(DUU)",
5217
+ natDexTier: "RU",
5218
5218
  },
5219
5219
  hatenna: {
5220
5220
  tier: "LC",
@@ -5223,9 +5223,9 @@ exports.FormatsData = {
5223
5223
  tier: "NFE",
5224
5224
  },
5225
5225
  hatterene: {
5226
- tier: "UU",
5226
+ tier: "OU",
5227
5227
  doublesTier: "DOU",
5228
- natDexTier: "UU",
5228
+ natDexTier: "OU",
5229
5229
  },
5230
5230
  hatterenegmax: {
5231
5231
  isNonstandard: "Past",
@@ -5254,54 +5254,54 @@ exports.FormatsData = {
5254
5254
  alcremie: {
5255
5255
  isNonstandard: "Past",
5256
5256
  tier: "Illegal",
5257
- natDexTier: "UU",
5257
+ natDexTier: "RU",
5258
5258
  },
5259
5259
  alcremiegmax: {
5260
5260
  isNonstandard: "Past",
5261
5261
  tier: "Illegal",
5262
5262
  },
5263
5263
  falinks: {
5264
- tier: "UU",
5265
- doublesTier: "DUU",
5266
- natDexTier: "UU",
5264
+ tier: "RU",
5265
+ doublesTier: "(DUU)",
5266
+ natDexTier: "RU",
5267
5267
  },
5268
5268
  pincurchin: {
5269
- tier: "UU",
5269
+ tier: "RU",
5270
5270
  doublesTier: "DUU",
5271
- natDexTier: "UU",
5271
+ natDexTier: "RU",
5272
5272
  },
5273
5273
  snom: {
5274
5274
  tier: "LC",
5275
5275
  },
5276
5276
  frosmoth: {
5277
- tier: "UU",
5278
- doublesTier: "DUU",
5279
- natDexTier: "UU",
5277
+ tier: "RU",
5278
+ doublesTier: "(DUU)",
5279
+ natDexTier: "RU",
5280
5280
  },
5281
5281
  stonjourner: {
5282
- tier: "UU",
5283
- doublesTier: "DUU",
5284
- natDexTier: "UU",
5282
+ tier: "RU",
5283
+ doublesTier: "(DUU)",
5284
+ natDexTier: "RU",
5285
5285
  },
5286
5286
  eiscue: {
5287
- tier: "UU",
5288
- doublesTier: "DUU",
5289
- natDexTier: "UU",
5287
+ tier: "RU",
5288
+ doublesTier: "(DUU)",
5289
+ natDexTier: "RU",
5290
5290
  },
5291
5291
  indeedee: {
5292
5292
  tier: "UU",
5293
- doublesTier: "DUU",
5294
- natDexTier: "UU",
5293
+ doublesTier: "(DUU)",
5294
+ natDexTier: "RU",
5295
5295
  },
5296
5296
  indeedeef: {
5297
- tier: "UU",
5297
+ tier: "RU",
5298
5298
  doublesTier: "DOU",
5299
- natDexTier: "UU",
5299
+ natDexTier: "RU",
5300
5300
  },
5301
5301
  morpeko: {
5302
5302
  isNonstandard: "Past",
5303
5303
  tier: "Illegal",
5304
- natDexTier: "UU",
5304
+ natDexTier: "RU",
5305
5305
  },
5306
5306
  morpekohangry: {
5307
5307
  isNonstandard: "Past",
@@ -5310,9 +5310,9 @@ exports.FormatsData = {
5310
5310
  tier: "LC",
5311
5311
  },
5312
5312
  copperajah: {
5313
- tier: "UU",
5314
- doublesTier: "DUU",
5315
- natDexTier: "UU",
5313
+ tier: "RU",
5314
+ doublesTier: "(DUU)",
5315
+ natDexTier: "RU",
5316
5316
  },
5317
5317
  copperajahgmax: {
5318
5318
  isNonstandard: "Past",
@@ -5321,12 +5321,12 @@ exports.FormatsData = {
5321
5321
  dracozolt: {
5322
5322
  isNonstandard: "Past",
5323
5323
  tier: "Illegal",
5324
- natDexTier: "UU",
5324
+ natDexTier: "RU",
5325
5325
  },
5326
5326
  arctozolt: {
5327
5327
  isNonstandard: "Past",
5328
5328
  tier: "Illegal",
5329
- natDexTier: "UU",
5329
+ natDexTier: "RU",
5330
5330
  },
5331
5331
  dracovish: {
5332
5332
  isNonstandard: "Past",
@@ -5336,12 +5336,12 @@ exports.FormatsData = {
5336
5336
  arctovish: {
5337
5337
  isNonstandard: "Past",
5338
5338
  tier: "Illegal",
5339
- natDexTier: "UU",
5339
+ natDexTier: "RU",
5340
5340
  },
5341
5341
  duraludon: {
5342
5342
  isNonstandard: "Past",
5343
5343
  tier: "Illegal",
5344
- natDexTier: "UU",
5344
+ natDexTier: "RU",
5345
5345
  },
5346
5346
  duraludongmax: {
5347
5347
  isNonstandard: "Past",
@@ -5371,7 +5371,7 @@ exports.FormatsData = {
5371
5371
  zamazenta: {
5372
5372
  isNonstandard: "Unobtainable",
5373
5373
  tier: "Unreleased",
5374
- natDexTier: "UU",
5374
+ natDexTier: "UUBL",
5375
5375
  },
5376
5376
  zamazentacrowned: {
5377
5377
  isNonstandard: "Unobtainable",
@@ -5400,7 +5400,7 @@ exports.FormatsData = {
5400
5400
  urshifurapidstrike: {
5401
5401
  isNonstandard: "Unobtainable",
5402
5402
  tier: "Unreleased",
5403
- natDexTier: "UU",
5403
+ natDexTier: "OU",
5404
5404
  },
5405
5405
  urshifugmax: {
5406
5406
  isNonstandard: "Past",
@@ -5413,7 +5413,7 @@ exports.FormatsData = {
5413
5413
  zarude: {
5414
5414
  isNonstandard: "Unobtainable",
5415
5415
  tier: "Unreleased",
5416
- natDexTier: "UU",
5416
+ natDexTier: "RU",
5417
5417
  },
5418
5418
  zarudedada: {
5419
5419
  isNonstandard: "Unobtainable",
@@ -5426,12 +5426,12 @@ exports.FormatsData = {
5426
5426
  regidrago: {
5427
5427
  isNonstandard: "Unobtainable",
5428
5428
  tier: "Unreleased",
5429
- natDexTier: "UU",
5429
+ natDexTier: "RU",
5430
5430
  },
5431
5431
  glastrier: {
5432
5432
  isNonstandard: "Unobtainable",
5433
5433
  tier: "Unreleased",
5434
- natDexTier: "UU",
5434
+ natDexTier: "RU",
5435
5435
  },
5436
5436
  spectrier: {
5437
5437
  isNonstandard: "Unobtainable",
@@ -5441,7 +5441,7 @@ exports.FormatsData = {
5441
5441
  calyrex: {
5442
5442
  isNonstandard: "Unobtainable",
5443
5443
  tier: "Unreleased",
5444
- natDexTier: "UU",
5444
+ natDexTier: "RU",
5445
5445
  },
5446
5446
  calyrexice: {
5447
5447
  isNonstandard: "Unobtainable",
@@ -5451,7 +5451,7 @@ exports.FormatsData = {
5451
5451
  calyrexshadow: {
5452
5452
  isNonstandard: "Unobtainable",
5453
5453
  tier: "Unreleased",
5454
- natDexTier: "Uber",
5454
+ natDexTier: "AG",
5455
5455
  },
5456
5456
  enamorus: {
5457
5457
  isNonstandard: "Unobtainable",
@@ -5469,8 +5469,8 @@ exports.FormatsData = {
5469
5469
  },
5470
5470
  meowscarada: {
5471
5471
  tier: "OU",
5472
- doublesTier: "DUU",
5473
- natDexTier: "UU",
5472
+ doublesTier: "DOU",
5473
+ natDexTier: "RU",
5474
5474
  },
5475
5475
  fuecoco: {
5476
5476
  tier: "LC",
@@ -5492,44 +5492,44 @@ exports.FormatsData = {
5492
5492
  quaquaval: {
5493
5493
  tier: "OU",
5494
5494
  doublesTier: "DUU",
5495
- natDexTier: "UU",
5495
+ natDexTier: "RU",
5496
5496
  },
5497
5497
  lechonk: {
5498
5498
  tier: "LC",
5499
5499
  },
5500
5500
  oinkologne: {
5501
- tier: "UU",
5502
- doublesTier: "DUU",
5503
- natDexTier: "UU",
5501
+ tier: "RU",
5502
+ doublesTier: "(DUU)",
5503
+ natDexTier: "RU",
5504
5504
  },
5505
5505
  oinkolognef: {
5506
- tier: "UU",
5507
- doublesTier: "DUU",
5508
- natDexTier: "UU",
5506
+ tier: "RU",
5507
+ doublesTier: "(DUU)",
5508
+ natDexTier: "RU",
5509
5509
  },
5510
5510
  tarountula: {
5511
5511
  tier: "LC",
5512
5512
  },
5513
5513
  spidops: {
5514
- tier: "UU",
5515
- doublesTier: "DUU",
5516
- natDexTier: "UU",
5514
+ tier: "RU",
5515
+ doublesTier: "(DUU)",
5516
+ natDexTier: "RU",
5517
5517
  },
5518
5518
  nymble: {
5519
5519
  tier: "LC",
5520
5520
  },
5521
5521
  lokix: {
5522
- tier: "OU",
5523
- doublesTier: "DUU",
5524
- natDexTier: "UU",
5522
+ tier: "UU",
5523
+ doublesTier: "(DUU)",
5524
+ natDexTier: "RU",
5525
5525
  },
5526
5526
  rellor: {
5527
5527
  tier: "LC",
5528
5528
  },
5529
5529
  rabsca: {
5530
- tier: "UU",
5531
- doublesTier: "DUU",
5532
- natDexTier: "UU",
5530
+ tier: "RU",
5531
+ doublesTier: "(DUU)",
5532
+ natDexTier: "RU",
5533
5533
  },
5534
5534
  greavard: {
5535
5535
  tier: "LC",
@@ -5543,27 +5543,27 @@ exports.FormatsData = {
5543
5543
  tier: "NFE",
5544
5544
  },
5545
5545
  espathra: {
5546
- tier: "UU",
5547
- doublesTier: "DUU",
5548
- natDexTier: "UU",
5546
+ tier: "UUBL",
5547
+ doublesTier: "(DUU)",
5548
+ natDexTier: "UUBL",
5549
5549
  },
5550
5550
  wiglett: {
5551
5551
  tier: "LC",
5552
5552
  },
5553
5553
  wugtrio: {
5554
- tier: "UU",
5555
- doublesTier: "DUU",
5556
- natDexTier: "UU",
5554
+ tier: "RU",
5555
+ doublesTier: "(DUU)",
5556
+ natDexTier: "RU",
5557
5557
  },
5558
5558
  dondozo: {
5559
5559
  tier: "OU",
5560
- doublesTier: "DOU",
5561
- natDexTier: "UU",
5560
+ doublesTier: "DUU",
5561
+ natDexTier: "RU",
5562
5562
  },
5563
5563
  veluza: {
5564
- tier: "UU",
5565
- doublesTier: "DUU",
5566
- natDexTier: "UU",
5564
+ tier: "RU",
5565
+ doublesTier: "(DUU)",
5566
+ natDexTier: "RU",
5567
5567
  },
5568
5568
  finizen: {
5569
5569
  tier: "LC",
@@ -5580,54 +5580,54 @@ exports.FormatsData = {
5580
5580
  tier: "NFE",
5581
5581
  },
5582
5582
  arboliva: {
5583
- tier: "UU",
5583
+ tier: "RU",
5584
5584
  doublesTier: "DUU",
5585
- natDexTier: "UU",
5585
+ natDexTier: "RU",
5586
5586
  },
5587
5587
  capsakid: {
5588
5588
  tier: "LC",
5589
5589
  },
5590
5590
  scovillain: {
5591
- tier: "UU",
5592
- doublesTier: "DUU",
5593
- natDexTier: "UU",
5591
+ tier: "RU",
5592
+ doublesTier: "(DUU)",
5593
+ natDexTier: "RU",
5594
5594
  },
5595
5595
  tadbulb: {
5596
5596
  tier: "LC",
5597
5597
  },
5598
5598
  bellibolt: {
5599
- tier: "UU",
5599
+ tier: "RU",
5600
5600
  doublesTier: "DUU",
5601
- natDexTier: "UU",
5601
+ natDexTier: "RU",
5602
5602
  },
5603
5603
  varoom: {
5604
5604
  tier: "LC",
5605
5605
  },
5606
5606
  revavroom: {
5607
- tier: "UU",
5608
- doublesTier: "DUU",
5609
- natDexTier: "UU",
5607
+ tier: "RU",
5608
+ doublesTier: "(DUU)",
5609
+ natDexTier: "RU",
5610
5610
  },
5611
5611
  orthworm: {
5612
- tier: "OU",
5612
+ tier: "UU",
5613
5613
  doublesTier: "DUU",
5614
- natDexTier: "UU",
5614
+ natDexTier: "RU",
5615
5615
  },
5616
5616
  tandemaus: {
5617
5617
  tier: "LC",
5618
5618
  },
5619
5619
  maushold: {
5620
- tier: "OU",
5620
+ tier: "UU",
5621
5621
  doublesTier: "DOU",
5622
- natDexTier: "UU",
5622
+ natDexTier: "RU",
5623
5623
  },
5624
5624
  cetoddle: {
5625
5625
  tier: "LC",
5626
5626
  },
5627
5627
  cetitan: {
5628
- tier: "UU",
5629
- doublesTier: "DUU",
5630
- natDexTier: "UU",
5628
+ tier: "RU",
5629
+ doublesTier: "(DUU)",
5630
+ natDexTier: "RU",
5631
5631
  },
5632
5632
  frigibax: {
5633
5633
  tier: "LC",
@@ -5636,14 +5636,14 @@ exports.FormatsData = {
5636
5636
  tier: "NFE",
5637
5637
  },
5638
5638
  baxcalibur: {
5639
- tier: "OU",
5639
+ tier: "UU",
5640
5640
  doublesTier: "DOU",
5641
- natDexTier: "UU",
5641
+ natDexTier: "RU",
5642
5642
  },
5643
5643
  tatsugiri: {
5644
- tier: "UU",
5644
+ tier: "RU",
5645
5645
  doublesTier: "DUber",
5646
- natDexTier: "UU",
5646
+ natDexTier: "RU",
5647
5647
  },
5648
5648
  cyclizar: {
5649
5649
  tier: "OU",
@@ -5657,9 +5657,9 @@ exports.FormatsData = {
5657
5657
  tier: "NFE",
5658
5658
  },
5659
5659
  pawmot: {
5660
- tier: "UU",
5660
+ tier: "OU",
5661
5661
  doublesTier: "DUU",
5662
- natDexTier: "UU",
5662
+ natDexTier: "RU",
5663
5663
  },
5664
5664
  wattrel: {
5665
5665
  tier: "LC",
@@ -5667,27 +5667,27 @@ exports.FormatsData = {
5667
5667
  kilowattrel: {
5668
5668
  tier: "UU",
5669
5669
  doublesTier: "DOU",
5670
- natDexTier: "UU",
5670
+ natDexTier: "RU",
5671
5671
  },
5672
5672
  bombirdier: {
5673
- tier: "UU",
5674
- doublesTier: "DUU",
5675
- natDexTier: "UU",
5673
+ tier: "RU",
5674
+ doublesTier: "(DUU)",
5675
+ natDexTier: "RU",
5676
5676
  },
5677
5677
  squawkabilly: {
5678
- tier: "UU",
5679
- doublesTier: "DUU",
5680
- natDexTier: "UU",
5678
+ tier: "RU",
5679
+ doublesTier: "(DUU)",
5680
+ natDexTier: "RU",
5681
5681
  },
5682
5682
  flamigo: {
5683
- tier: "UU",
5684
- doublesTier: "DOU",
5685
- natDexTier: "UU",
5683
+ tier: "RU",
5684
+ doublesTier: "DUU",
5685
+ natDexTier: "RU",
5686
5686
  },
5687
5687
  klawf: {
5688
- tier: "UU",
5689
- doublesTier: "DUU",
5690
- natDexTier: "UU",
5688
+ tier: "RU",
5689
+ doublesTier: "(DUU)",
5690
+ natDexTier: "RU",
5691
5691
  },
5692
5692
  nacli: {
5693
5693
  tier: "LC",
@@ -5698,7 +5698,7 @@ exports.FormatsData = {
5698
5698
  garganacl: {
5699
5699
  tier: "OU",
5700
5700
  doublesTier: "DOU",
5701
- natDexTier: "UU",
5701
+ natDexTier: "RU",
5702
5702
  },
5703
5703
  glimmet: {
5704
5704
  tier: "LC",
@@ -5714,31 +5714,31 @@ exports.FormatsData = {
5714
5714
  grafaiai: {
5715
5715
  tier: "UU",
5716
5716
  doublesTier: "DUU",
5717
- natDexTier: "UU",
5717
+ natDexTier: "RU",
5718
5718
  },
5719
5719
  fidough: {
5720
5720
  tier: "LC",
5721
5721
  },
5722
5722
  dachsbun: {
5723
- tier: "UU",
5724
- doublesTier: "DUU",
5725
- natDexTier: "UU",
5723
+ tier: "RU",
5724
+ doublesTier: "(DUU)",
5725
+ natDexTier: "RU",
5726
5726
  },
5727
5727
  maschiff: {
5728
5728
  tier: "LC",
5729
5729
  },
5730
5730
  mabosstiff: {
5731
- tier: "UU",
5732
- doublesTier: "DUU",
5733
- natDexTier: "UU",
5731
+ tier: "RU",
5732
+ doublesTier: "(DUU)",
5733
+ natDexTier: "RU",
5734
5734
  },
5735
5735
  bramblin: {
5736
5736
  tier: "LC",
5737
5737
  },
5738
5738
  brambleghast: {
5739
5739
  tier: "UU",
5740
- doublesTier: "DUU",
5741
- natDexTier: "UU",
5740
+ doublesTier: "(DUU)",
5741
+ natDexTier: "RU",
5742
5742
  },
5743
5743
  gimmighoul: {
5744
5744
  tier: "LC",
@@ -5760,24 +5760,24 @@ exports.FormatsData = {
5760
5760
  brutebonnet: {
5761
5761
  tier: "UU",
5762
5762
  doublesTier: "DOU",
5763
- natDexTier: "UU",
5763
+ natDexTier: "RU",
5764
5764
  },
5765
5765
  /*
5766
5766
  placeholder1: {
5767
- tier: "UU",
5768
- doublesTier: "DUU",
5769
- natDexTier: "UU",
5767
+ tier: "RU",
5768
+ doublesTier: "(DUU)",
5769
+ natDexTier: "RU",
5770
5770
  },
5771
5771
  */
5772
5772
  sandyshocks: {
5773
5773
  tier: "UU",
5774
- doublesTier: "DUU",
5775
- natDexTier: "UU",
5774
+ doublesTier: "(DUU)",
5775
+ natDexTier: "RU",
5776
5776
  },
5777
5777
  screamtail: {
5778
5778
  tier: "UU",
5779
- doublesTier: "DUU",
5780
- natDexTier: "UU",
5779
+ doublesTier: "(DUU)",
5780
+ natDexTier: "RU",
5781
5781
  },
5782
5782
  fluttermane: {
5783
5783
  tier: "Uber",
@@ -5786,8 +5786,8 @@ exports.FormatsData = {
5786
5786
  },
5787
5787
  slitherwing: {
5788
5788
  tier: "UU",
5789
- doublesTier: "DUU",
5790
- natDexTier: "UU",
5789
+ doublesTier: "(DUU)",
5790
+ natDexTier: "RU",
5791
5791
  },
5792
5792
  roaringmoon: {
5793
5793
  tier: "OU",
@@ -5797,34 +5797,34 @@ exports.FormatsData = {
5797
5797
  irontreads: {
5798
5798
  tier: "OU",
5799
5799
  doublesTier: "DUU",
5800
- natDexTier: "OU",
5800
+ natDexTier: "UU",
5801
5801
  },
5802
5802
  /*
5803
5803
  placeholder2: {
5804
- tier: "UU",
5805
- doublesTier: "DUU",
5806
- natDexTier: "UU",
5804
+ tier: "RU",
5805
+ doublesTier: "(DUU)",
5806
+ natDexTier: "RU",
5807
5807
  },
5808
5808
  */
5809
5809
  ironmoth: {
5810
5810
  tier: "OU",
5811
- doublesTier: "DOU",
5811
+ doublesTier: "DUU",
5812
5812
  natDexTier: "UU",
5813
5813
  },
5814
5814
  ironhands: {
5815
5815
  tier: "OU",
5816
5816
  doublesTier: "DOU",
5817
- natDexTier: "UU",
5817
+ natDexTier: "RU",
5818
5818
  },
5819
5819
  ironjugulis: {
5820
5820
  tier: "UU",
5821
5821
  doublesTier: "DUU",
5822
- natDexTier: "UU",
5822
+ natDexTier: "RU",
5823
5823
  },
5824
5824
  ironthorns: {
5825
5825
  tier: "UU",
5826
5826
  doublesTier: "DUU",
5827
- natDexTier: "UU",
5827
+ natDexTier: "RU",
5828
5828
  },
5829
5829
  ironbundle: {
5830
5830
  tier: "Uber",
@@ -5834,7 +5834,7 @@ exports.FormatsData = {
5834
5834
  ironvaliant: {
5835
5835
  tier: "OU",
5836
5836
  doublesTier: "DUU",
5837
- natDexTier: "UU",
5837
+ natDexTier: "OU",
5838
5838
  },
5839
5839
  tinglu: {
5840
5840
  tier: "OU",
@@ -5848,8 +5848,8 @@ exports.FormatsData = {
5848
5848
  },
5849
5849
  wochien: {
5850
5850
  tier: "UU",
5851
- doublesTier: "DUU",
5852
- natDexTier: "UU",
5851
+ doublesTier: "(DUU)",
5852
+ natDexTier: "RU",
5853
5853
  },
5854
5854
  chiyu: {
5855
5855
  tier: "OU",
@@ -5864,7 +5864,7 @@ exports.FormatsData = {
5864
5864
  miraidon: {
5865
5865
  tier: "Uber",
5866
5866
  doublesTier: "DUber",
5867
- natDexTier: "Uber",
5867
+ natDexTier: "AG",
5868
5868
  },
5869
5869
  tinkatink: {
5870
5870
  tier: "LC",
@@ -5874,8 +5874,8 @@ exports.FormatsData = {
5874
5874
  },
5875
5875
  tinkaton: {
5876
5876
  tier: "UU",
5877
- doublesTier: "DOU",
5878
- natDexTier: "UU",
5877
+ doublesTier: "DUU",
5878
+ natDexTier: "RU",
5879
5879
  },
5880
5880
  charcadet: {
5881
5881
  tier: "LC",
@@ -5883,20 +5883,20 @@ exports.FormatsData = {
5883
5883
  armarouge: {
5884
5884
  tier: "UU",
5885
5885
  doublesTier: "DOU",
5886
- natDexTier: "UU",
5886
+ natDexTier: "RU",
5887
5887
  },
5888
5888
  ceruledge: {
5889
5889
  tier: "OU",
5890
5890
  doublesTier: "DUU",
5891
- natDexTier: "UU",
5891
+ natDexTier: "RU",
5892
5892
  },
5893
5893
  toedscool: {
5894
5894
  tier: "LC",
5895
5895
  },
5896
5896
  toedscruel: {
5897
5897
  tier: "UU",
5898
- doublesTier: "DUU",
5899
- natDexTier: "UU",
5898
+ doublesTier: "(DUU)",
5899
+ natDexTier: "RU",
5900
5900
  },
5901
5901
  kingambit: {
5902
5902
  tier: "OU",
@@ -5905,13 +5905,13 @@ exports.FormatsData = {
5905
5905
  },
5906
5906
  clodsire: {
5907
5907
  tier: "OU",
5908
- doublesTier: "DUU",
5908
+ doublesTier: "(DUU)",
5909
5909
  natDexTier: "OU",
5910
5910
  },
5911
5911
  annihilape: {
5912
5912
  tier: "OU",
5913
- doublesTier: "DUU",
5914
- natDexTier: "UU",
5913
+ doublesTier: "DOU",
5914
+ natDexTier: "UUBL",
5915
5915
  },
5916
5916
  missingno: {
5917
5917
  isNonstandard: "Custom",