@pkmn/sim 0.7.11 → 0.7.13
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.
- package/build/cjs/config/formats.js +114 -84
- package/build/cjs/config/formats.js.map +1 -1
- package/build/cjs/data/abilities.js +25 -16
- package/build/cjs/data/abilities.js.map +1 -1
- package/build/cjs/data/aliases.js +3 -2
- package/build/cjs/data/aliases.js.map +1 -1
- package/build/cjs/data/conditions.js +1 -1
- package/build/cjs/data/conditions.js.map +1 -1
- package/build/cjs/data/formats-data.js +917 -917
- package/build/cjs/data/formats-data.js.map +1 -1
- package/build/cjs/data/items.js +104 -38
- package/build/cjs/data/items.js.map +1 -1
- package/build/cjs/data/learnsets.js +9 -9
- package/build/cjs/data/mods/gen1/conditions.js +30 -31
- package/build/cjs/data/mods/gen1/conditions.js.map +1 -1
- package/build/cjs/data/mods/gen1/moves.js +68 -100
- package/build/cjs/data/mods/gen1/moves.js.map +1 -1
- package/build/cjs/data/mods/gen1/scripts.js +16 -6
- package/build/cjs/data/mods/gen1/scripts.js.map +1 -1
- package/build/cjs/data/mods/gen3/formats-data.js +52 -52
- package/build/cjs/data/mods/gen3/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen4/moves.js +32 -24
- package/build/cjs/data/mods/gen4/moves.js.map +1 -1
- package/build/cjs/data/mods/gen4/rulesets.js +1 -1
- package/build/cjs/data/mods/gen4/rulesets.js.map +1 -1
- package/build/cjs/data/mods/gen5/formats-data.js +15 -15
- package/build/cjs/data/mods/gen5/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen5/rulesets.js +1 -1
- package/build/cjs/data/mods/gen5/rulesets.js.map +1 -1
- package/build/cjs/data/mods/gen6/formats-data.js +3 -3
- package/build/cjs/data/mods/gen6/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen7/formats-data.js +6 -6
- package/build/cjs/data/mods/gen7/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen7/items.js +8 -0
- package/build/cjs/data/mods/gen7/items.js.map +1 -1
- package/build/cjs/data/mods/gen7/rulesets.js +1 -1
- package/build/cjs/data/mods/gen7/rulesets.js.map +1 -1
- package/build/cjs/data/mods/gen8/formats-data.js +2 -2
- package/build/cjs/data/mods/gen8/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen8/items.js +76 -0
- package/build/cjs/data/mods/gen8/items.js.map +1 -1
- package/build/cjs/data/mods/gen8/moves.js +9 -0
- package/build/cjs/data/mods/gen8/moves.js.map +1 -1
- package/build/cjs/data/mods/gen8/pokedex.js +4 -0
- package/build/cjs/data/mods/gen8/pokedex.js.map +1 -1
- package/build/cjs/data/moves.js +111 -61
- package/build/cjs/data/moves.js.map +1 -1
- package/build/cjs/data/pokedex.js +5 -1
- package/build/cjs/data/pokedex.js.map +1 -1
- package/build/cjs/data/rulesets.js +1 -1
- package/build/cjs/data/rulesets.js.map +1 -1
- package/build/cjs/data/tags.js +4 -0
- package/build/cjs/data/tags.js.map +1 -1
- package/build/cjs/data/text/abilities.js +87 -55
- package/build/cjs/data/text/abilities.js.map +1 -1
- package/build/cjs/data/text/items.js +26 -13
- package/build/cjs/data/text/items.js.map +1 -1
- package/build/cjs/data/text/moves.js +179 -103
- package/build/cjs/data/text/moves.js.map +1 -1
- package/build/cjs/sim/battle-actions.js +9 -9
- package/build/cjs/sim/battle-actions.js.map +1 -1
- package/build/cjs/sim/battle-queue.js +1 -0
- package/build/cjs/sim/battle-queue.js.map +1 -1
- package/build/cjs/sim/battle.js +37 -2
- package/build/cjs/sim/battle.js.map +1 -1
- package/build/cjs/sim/pokemon.js +14 -6
- package/build/cjs/sim/pokemon.js.map +1 -1
- package/build/cjs/sim/side.js +7 -12
- package/build/cjs/sim/side.js.map +1 -1
- package/build/cjs/sim/team-validator.js +0 -4
- package/build/cjs/sim/team-validator.js.map +1 -1
- package/build/esm/config/formats.mjs +114 -84
- package/build/esm/config/formats.mjs.map +1 -1
- package/build/esm/data/abilities.mjs +25 -16
- package/build/esm/data/abilities.mjs.map +1 -1
- package/build/esm/data/aliases.mjs +3 -2
- package/build/esm/data/aliases.mjs.map +1 -1
- package/build/esm/data/conditions.mjs +1 -1
- package/build/esm/data/conditions.mjs.map +1 -1
- package/build/esm/data/formats-data.mjs +917 -917
- package/build/esm/data/formats-data.mjs.map +1 -1
- package/build/esm/data/items.mjs +104 -38
- package/build/esm/data/items.mjs.map +1 -1
- package/build/esm/data/learnsets.mjs +9 -9
- package/build/esm/data/mods/gen1/conditions.mjs +30 -31
- package/build/esm/data/mods/gen1/conditions.mjs.map +1 -1
- package/build/esm/data/mods/gen1/moves.mjs +68 -100
- package/build/esm/data/mods/gen1/moves.mjs.map +1 -1
- package/build/esm/data/mods/gen1/scripts.mjs +16 -6
- package/build/esm/data/mods/gen1/scripts.mjs.map +1 -1
- package/build/esm/data/mods/gen3/formats-data.mjs +52 -52
- package/build/esm/data/mods/gen3/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen4/moves.mjs +32 -24
- package/build/esm/data/mods/gen4/moves.mjs.map +1 -1
- package/build/esm/data/mods/gen4/rulesets.mjs +1 -1
- package/build/esm/data/mods/gen4/rulesets.mjs.map +1 -1
- package/build/esm/data/mods/gen5/formats-data.mjs +15 -15
- package/build/esm/data/mods/gen5/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen5/rulesets.mjs +1 -1
- package/build/esm/data/mods/gen5/rulesets.mjs.map +1 -1
- package/build/esm/data/mods/gen6/formats-data.mjs +3 -3
- package/build/esm/data/mods/gen6/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen7/formats-data.mjs +6 -6
- package/build/esm/data/mods/gen7/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen7/items.mjs +8 -0
- package/build/esm/data/mods/gen7/items.mjs.map +1 -1
- package/build/esm/data/mods/gen7/rulesets.mjs +1 -1
- package/build/esm/data/mods/gen7/rulesets.mjs.map +1 -1
- package/build/esm/data/mods/gen8/formats-data.mjs +2 -2
- package/build/esm/data/mods/gen8/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen8/items.mjs +76 -0
- package/build/esm/data/mods/gen8/items.mjs.map +1 -1
- package/build/esm/data/mods/gen8/moves.mjs +9 -0
- package/build/esm/data/mods/gen8/moves.mjs.map +1 -1
- package/build/esm/data/mods/gen8/pokedex.mjs +4 -0
- package/build/esm/data/mods/gen8/pokedex.mjs.map +1 -1
- package/build/esm/data/moves.mjs +111 -61
- package/build/esm/data/moves.mjs.map +1 -1
- package/build/esm/data/pokedex.mjs +5 -1
- package/build/esm/data/pokedex.mjs.map +1 -1
- package/build/esm/data/rulesets.mjs +1 -1
- package/build/esm/data/rulesets.mjs.map +1 -1
- package/build/esm/data/tags.mjs +4 -0
- package/build/esm/data/tags.mjs.map +1 -1
- package/build/esm/data/text/abilities.mjs +87 -55
- package/build/esm/data/text/abilities.mjs.map +1 -1
- package/build/esm/data/text/items.mjs +26 -13
- package/build/esm/data/text/items.mjs.map +1 -1
- package/build/esm/data/text/moves.mjs +179 -103
- package/build/esm/data/text/moves.mjs.map +1 -1
- package/build/esm/sim/battle-actions.mjs +9 -9
- package/build/esm/sim/battle-actions.mjs.map +1 -1
- package/build/esm/sim/battle-queue.mjs +1 -0
- package/build/esm/sim/battle-queue.mjs.map +1 -1
- package/build/esm/sim/battle.mjs +37 -2
- package/build/esm/sim/battle.mjs.map +1 -1
- package/build/esm/sim/pokemon.mjs +14 -6
- package/build/esm/sim/pokemon.mjs.map +1 -1
- package/build/esm/sim/side.mjs +7 -12
- package/build/esm/sim/side.mjs.map +1 -1
- package/build/esm/sim/team-validator.mjs +0 -4
- package/build/esm/sim/team-validator.mjs.map +1 -1
- package/build/types/sim/battle-queue.d.ts +2 -2
- package/build/types/sim/side.d.ts +1 -1
- package/package.json +3 -3
|
@@ -12,12 +12,12 @@ export const FormatsData = {
|
|
|
12
12
|
venusaur: {
|
|
13
13
|
isNonstandard: "Past",
|
|
14
14
|
tier: "Illegal",
|
|
15
|
-
natDexTier: "
|
|
15
|
+
natDexTier: "OU",
|
|
16
16
|
},
|
|
17
17
|
venusaurmega: {
|
|
18
18
|
isNonstandard: "Past",
|
|
19
19
|
tier: "Illegal",
|
|
20
|
-
natDexTier: "
|
|
20
|
+
natDexTier: "(OU)",
|
|
21
21
|
},
|
|
22
22
|
venusaurgmax: {
|
|
23
23
|
isNonstandard: "Past",
|
|
@@ -30,9 +30,9 @@ export const FormatsData = {
|
|
|
30
30
|
tier: "NFE",
|
|
31
31
|
},
|
|
32
32
|
charizard: {
|
|
33
|
-
tier: "
|
|
34
|
-
doublesTier: "
|
|
35
|
-
natDexTier: "
|
|
33
|
+
tier: "UU",
|
|
34
|
+
doublesTier: "DUU",
|
|
35
|
+
natDexTier: "RU",
|
|
36
36
|
},
|
|
37
37
|
charizardmegax: {
|
|
38
38
|
isNonstandard: "Past",
|
|
@@ -42,7 +42,7 @@ export const FormatsData = {
|
|
|
42
42
|
charizardmegay: {
|
|
43
43
|
isNonstandard: "Past",
|
|
44
44
|
tier: "Illegal",
|
|
45
|
-
natDexTier: "
|
|
45
|
+
natDexTier: "OU",
|
|
46
46
|
},
|
|
47
47
|
charizardgmax: {
|
|
48
48
|
isNonstandard: "Past",
|
|
@@ -61,7 +61,7 @@ export const FormatsData = {
|
|
|
61
61
|
blastoise: {
|
|
62
62
|
isNonstandard: "Past",
|
|
63
63
|
tier: "Illegal",
|
|
64
|
-
natDexTier: "
|
|
64
|
+
natDexTier: "RU",
|
|
65
65
|
},
|
|
66
66
|
blastoisemega: {
|
|
67
67
|
isNonstandard: "Past",
|
|
@@ -85,7 +85,7 @@ export const FormatsData = {
|
|
|
85
85
|
butterfree: {
|
|
86
86
|
isNonstandard: "Past",
|
|
87
87
|
tier: "Illegal",
|
|
88
|
-
natDexTier: "
|
|
88
|
+
natDexTier: "RU",
|
|
89
89
|
},
|
|
90
90
|
butterfreegmax: {
|
|
91
91
|
isNonstandard: "Past",
|
|
@@ -104,12 +104,12 @@ export const FormatsData = {
|
|
|
104
104
|
beedrill: {
|
|
105
105
|
isNonstandard: "Past",
|
|
106
106
|
tier: "Illegal",
|
|
107
|
-
natDexTier: "
|
|
107
|
+
natDexTier: "RU",
|
|
108
108
|
},
|
|
109
109
|
beedrillmega: {
|
|
110
110
|
isNonstandard: "Past",
|
|
111
111
|
tier: "Illegal",
|
|
112
|
-
natDexTier: "
|
|
112
|
+
natDexTier: "RU",
|
|
113
113
|
},
|
|
114
114
|
pidgey: {
|
|
115
115
|
isNonstandard: "Past",
|
|
@@ -124,12 +124,12 @@ export const FormatsData = {
|
|
|
124
124
|
pidgeot: {
|
|
125
125
|
isNonstandard: "Past",
|
|
126
126
|
tier: "Illegal",
|
|
127
|
-
natDexTier: "
|
|
127
|
+
natDexTier: "RU",
|
|
128
128
|
},
|
|
129
129
|
pidgeotmega: {
|
|
130
130
|
isNonstandard: "Past",
|
|
131
131
|
tier: "Illegal",
|
|
132
|
-
natDexTier: "
|
|
132
|
+
natDexTier: "RU",
|
|
133
133
|
},
|
|
134
134
|
rattata: {
|
|
135
135
|
isNonstandard: "Past",
|
|
@@ -144,17 +144,17 @@ export const FormatsData = {
|
|
|
144
144
|
raticate: {
|
|
145
145
|
isNonstandard: "Past",
|
|
146
146
|
tier: "Illegal",
|
|
147
|
-
natDexTier: "
|
|
147
|
+
natDexTier: "RU",
|
|
148
148
|
},
|
|
149
149
|
raticatealola: {
|
|
150
150
|
isNonstandard: "Past",
|
|
151
151
|
tier: "Illegal",
|
|
152
|
-
natDexTier: "
|
|
152
|
+
natDexTier: "RU",
|
|
153
153
|
},
|
|
154
154
|
raticatealolatotem: {
|
|
155
155
|
isNonstandard: "Past",
|
|
156
156
|
tier: "Illegal",
|
|
157
|
-
natDexTier: "
|
|
157
|
+
natDexTier: "RU",
|
|
158
158
|
},
|
|
159
159
|
spearow: {
|
|
160
160
|
isNonstandard: "Past",
|
|
@@ -164,7 +164,7 @@ export const FormatsData = {
|
|
|
164
164
|
fearow: {
|
|
165
165
|
isNonstandard: "Past",
|
|
166
166
|
tier: "Illegal",
|
|
167
|
-
natDexTier: "
|
|
167
|
+
natDexTier: "RU",
|
|
168
168
|
},
|
|
169
169
|
ekans: {
|
|
170
170
|
isNonstandard: "Past",
|
|
@@ -174,7 +174,7 @@ export const FormatsData = {
|
|
|
174
174
|
arbok: {
|
|
175
175
|
isNonstandard: "Past",
|
|
176
176
|
tier: "Illegal",
|
|
177
|
-
natDexTier: "
|
|
177
|
+
natDexTier: "RU",
|
|
178
178
|
},
|
|
179
179
|
pichu: {
|
|
180
180
|
tier: "LC",
|
|
@@ -251,14 +251,14 @@ export const FormatsData = {
|
|
|
251
251
|
tier: "Illegal",
|
|
252
252
|
},
|
|
253
253
|
raichu: {
|
|
254
|
-
tier: "
|
|
255
|
-
doublesTier: "DUU",
|
|
256
|
-
natDexTier: "
|
|
254
|
+
tier: "RU",
|
|
255
|
+
doublesTier: "(DUU)",
|
|
256
|
+
natDexTier: "RU",
|
|
257
257
|
},
|
|
258
258
|
raichualola: {
|
|
259
259
|
isNonstandard: "Unobtainable",
|
|
260
260
|
tier: "Unreleased",
|
|
261
|
-
natDexTier: "
|
|
261
|
+
natDexTier: "RU",
|
|
262
262
|
},
|
|
263
263
|
sandshrew: {
|
|
264
264
|
isNonstandard: "Past",
|
|
@@ -273,12 +273,12 @@ export const FormatsData = {
|
|
|
273
273
|
sandslash: {
|
|
274
274
|
isNonstandard: "Past",
|
|
275
275
|
tier: "Illegal",
|
|
276
|
-
natDexTier: "
|
|
276
|
+
natDexTier: "RU",
|
|
277
277
|
},
|
|
278
278
|
sandslashalola: {
|
|
279
279
|
isNonstandard: "Past",
|
|
280
280
|
tier: "Illegal",
|
|
281
|
-
natDexTier: "
|
|
281
|
+
natDexTier: "RU",
|
|
282
282
|
},
|
|
283
283
|
nidoranf: {
|
|
284
284
|
isNonstandard: "Past",
|
|
@@ -293,7 +293,7 @@ export const FormatsData = {
|
|
|
293
293
|
nidoqueen: {
|
|
294
294
|
isNonstandard: "Past",
|
|
295
295
|
tier: "Illegal",
|
|
296
|
-
natDexTier: "
|
|
296
|
+
natDexTier: "RU",
|
|
297
297
|
},
|
|
298
298
|
nidoranm: {
|
|
299
299
|
isNonstandard: "Past",
|
|
@@ -308,7 +308,7 @@ export const FormatsData = {
|
|
|
308
308
|
nidoking: {
|
|
309
309
|
isNonstandard: "Past",
|
|
310
310
|
tier: "Illegal",
|
|
311
|
-
natDexTier: "
|
|
311
|
+
natDexTier: "RU",
|
|
312
312
|
},
|
|
313
313
|
cleffa: {
|
|
314
314
|
isNonstandard: "Past",
|
|
@@ -338,12 +338,12 @@ export const FormatsData = {
|
|
|
338
338
|
ninetales: {
|
|
339
339
|
isNonstandard: "Past",
|
|
340
340
|
tier: "Illegal",
|
|
341
|
-
natDexTier: "
|
|
341
|
+
natDexTier: "RU",
|
|
342
342
|
},
|
|
343
343
|
ninetalesalola: {
|
|
344
344
|
isNonstandard: "Past",
|
|
345
345
|
tier: "Illegal",
|
|
346
|
-
natDexTier: "
|
|
346
|
+
natDexTier: "RU",
|
|
347
347
|
},
|
|
348
348
|
igglybuff: {
|
|
349
349
|
tier: "LC",
|
|
@@ -352,9 +352,9 @@ export const FormatsData = {
|
|
|
352
352
|
tier: "NFE",
|
|
353
353
|
},
|
|
354
354
|
wigglytuff: {
|
|
355
|
-
tier: "
|
|
356
|
-
doublesTier: "DUU",
|
|
357
|
-
natDexTier: "
|
|
355
|
+
tier: "RU",
|
|
356
|
+
doublesTier: "(DUU)",
|
|
357
|
+
natDexTier: "RU",
|
|
358
358
|
},
|
|
359
359
|
zubat: {
|
|
360
360
|
isNonstandard: "Past",
|
|
@@ -369,7 +369,7 @@ export const FormatsData = {
|
|
|
369
369
|
crobat: {
|
|
370
370
|
isNonstandard: "Past",
|
|
371
371
|
tier: "Illegal",
|
|
372
|
-
natDexTier: "
|
|
372
|
+
natDexTier: "RU",
|
|
373
373
|
},
|
|
374
374
|
oddish: {
|
|
375
375
|
isNonstandard: "Past",
|
|
@@ -384,12 +384,12 @@ export const FormatsData = {
|
|
|
384
384
|
vileplume: {
|
|
385
385
|
isNonstandard: "Past",
|
|
386
386
|
tier: "Illegal",
|
|
387
|
-
natDexTier: "
|
|
387
|
+
natDexTier: "RU",
|
|
388
388
|
},
|
|
389
389
|
bellossom: {
|
|
390
390
|
isNonstandard: "Past",
|
|
391
391
|
tier: "Illegal",
|
|
392
|
-
natDexTier: "
|
|
392
|
+
natDexTier: "RU",
|
|
393
393
|
},
|
|
394
394
|
paras: {
|
|
395
395
|
isNonstandard: "Past",
|
|
@@ -399,15 +399,15 @@ export const FormatsData = {
|
|
|
399
399
|
parasect: {
|
|
400
400
|
isNonstandard: "Past",
|
|
401
401
|
tier: "Illegal",
|
|
402
|
-
natDexTier: "
|
|
402
|
+
natDexTier: "RU",
|
|
403
403
|
},
|
|
404
404
|
venonat: {
|
|
405
405
|
tier: "LC",
|
|
406
406
|
},
|
|
407
407
|
venomoth: {
|
|
408
|
-
tier: "
|
|
409
|
-
doublesTier: "DUU",
|
|
410
|
-
natDexTier: "
|
|
408
|
+
tier: "RU",
|
|
409
|
+
doublesTier: "(DUU)",
|
|
410
|
+
natDexTier: "RU",
|
|
411
411
|
},
|
|
412
412
|
diglett: {
|
|
413
413
|
tier: "LC",
|
|
@@ -418,14 +418,14 @@ export const FormatsData = {
|
|
|
418
418
|
natDexTier: "LC",
|
|
419
419
|
},
|
|
420
420
|
dugtrio: {
|
|
421
|
-
tier: "
|
|
422
|
-
doublesTier: "DUU",
|
|
423
|
-
natDexTier: "
|
|
421
|
+
tier: "RU",
|
|
422
|
+
doublesTier: "(DUU)",
|
|
423
|
+
natDexTier: "RU",
|
|
424
424
|
},
|
|
425
425
|
dugtrioalola: {
|
|
426
426
|
isNonstandard: "Unobtainable",
|
|
427
427
|
tier: "Unreleased",
|
|
428
|
-
natDexTier: "
|
|
428
|
+
natDexTier: "RU",
|
|
429
429
|
},
|
|
430
430
|
meowth: {
|
|
431
431
|
tier: "LC",
|
|
@@ -443,27 +443,27 @@ export const FormatsData = {
|
|
|
443
443
|
tier: "Illegal",
|
|
444
444
|
},
|
|
445
445
|
persian: {
|
|
446
|
-
tier: "
|
|
447
|
-
doublesTier: "DUU",
|
|
448
|
-
natDexTier: "
|
|
446
|
+
tier: "RU",
|
|
447
|
+
doublesTier: "(DUU)",
|
|
448
|
+
natDexTier: "RU",
|
|
449
449
|
},
|
|
450
450
|
persianalola: {
|
|
451
451
|
isNonstandard: "Unobtainable",
|
|
452
452
|
tier: "Unreleased",
|
|
453
|
-
natDexTier: "
|
|
453
|
+
natDexTier: "RU",
|
|
454
454
|
},
|
|
455
455
|
perrserker: {
|
|
456
|
-
tier: "
|
|
457
|
-
doublesTier: "DUU",
|
|
458
|
-
natDexTier: "
|
|
456
|
+
tier: "RU",
|
|
457
|
+
doublesTier: "(DUU)",
|
|
458
|
+
natDexTier: "RU",
|
|
459
459
|
},
|
|
460
460
|
psyduck: {
|
|
461
461
|
tier: "LC",
|
|
462
462
|
},
|
|
463
463
|
golduck: {
|
|
464
|
-
tier: "
|
|
465
|
-
doublesTier: "DUU",
|
|
466
|
-
natDexTier: "
|
|
464
|
+
tier: "RU",
|
|
465
|
+
doublesTier: "(DUU)",
|
|
466
|
+
natDexTier: "RU",
|
|
467
467
|
},
|
|
468
468
|
mankey: {
|
|
469
469
|
tier: "LC",
|
|
@@ -479,9 +479,9 @@ export const FormatsData = {
|
|
|
479
479
|
tier: "Unreleased",
|
|
480
480
|
},
|
|
481
481
|
arcanine: {
|
|
482
|
-
tier: "
|
|
482
|
+
tier: "RU",
|
|
483
483
|
doublesTier: "DOU",
|
|
484
|
-
natDexTier: "
|
|
484
|
+
natDexTier: "RU",
|
|
485
485
|
},
|
|
486
486
|
arcaninehisui: {
|
|
487
487
|
isNonstandard: "Unobtainable",
|
|
@@ -500,12 +500,12 @@ export const FormatsData = {
|
|
|
500
500
|
poliwrath: {
|
|
501
501
|
isNonstandard: "Past",
|
|
502
502
|
tier: "Illegal",
|
|
503
|
-
natDexTier: "
|
|
503
|
+
natDexTier: "RU",
|
|
504
504
|
},
|
|
505
505
|
politoed: {
|
|
506
506
|
isNonstandard: "Past",
|
|
507
507
|
tier: "Illegal",
|
|
508
|
-
natDexTier: "
|
|
508
|
+
natDexTier: "RU",
|
|
509
509
|
},
|
|
510
510
|
abra: {
|
|
511
511
|
isNonstandard: "Past",
|
|
@@ -520,7 +520,7 @@ export const FormatsData = {
|
|
|
520
520
|
alakazam: {
|
|
521
521
|
isNonstandard: "Past",
|
|
522
522
|
tier: "Illegal",
|
|
523
|
-
natDexTier: "
|
|
523
|
+
natDexTier: "RU",
|
|
524
524
|
},
|
|
525
525
|
alakazammega: {
|
|
526
526
|
isNonstandard: "Past",
|
|
@@ -540,7 +540,7 @@ export const FormatsData = {
|
|
|
540
540
|
machamp: {
|
|
541
541
|
isNonstandard: "Past",
|
|
542
542
|
tier: "Illegal",
|
|
543
|
-
natDexTier: "
|
|
543
|
+
natDexTier: "RU",
|
|
544
544
|
},
|
|
545
545
|
machampgmax: {
|
|
546
546
|
isNonstandard: "Past",
|
|
@@ -559,7 +559,7 @@ export const FormatsData = {
|
|
|
559
559
|
victreebel: {
|
|
560
560
|
isNonstandard: "Past",
|
|
561
561
|
tier: "Illegal",
|
|
562
|
-
natDexTier: "
|
|
562
|
+
natDexTier: "RU",
|
|
563
563
|
},
|
|
564
564
|
tentacool: {
|
|
565
565
|
isNonstandard: "Past",
|
|
@@ -569,7 +569,7 @@ export const FormatsData = {
|
|
|
569
569
|
tentacruel: {
|
|
570
570
|
isNonstandard: "Past",
|
|
571
571
|
tier: "Illegal",
|
|
572
|
-
natDexTier: "
|
|
572
|
+
natDexTier: "RU",
|
|
573
573
|
},
|
|
574
574
|
geodude: {
|
|
575
575
|
isNonstandard: "Past",
|
|
@@ -594,12 +594,12 @@ export const FormatsData = {
|
|
|
594
594
|
golem: {
|
|
595
595
|
isNonstandard: "Past",
|
|
596
596
|
tier: "Illegal",
|
|
597
|
-
natDexTier: "
|
|
597
|
+
natDexTier: "RU",
|
|
598
598
|
},
|
|
599
599
|
golemalola: {
|
|
600
600
|
isNonstandard: "Past",
|
|
601
601
|
tier: "Illegal",
|
|
602
|
-
natDexTier: "
|
|
602
|
+
natDexTier: "RU",
|
|
603
603
|
},
|
|
604
604
|
ponyta: {
|
|
605
605
|
isNonstandard: "Past",
|
|
@@ -614,12 +614,12 @@ export const FormatsData = {
|
|
|
614
614
|
rapidash: {
|
|
615
615
|
isNonstandard: "Past",
|
|
616
616
|
tier: "Illegal",
|
|
617
|
-
natDexTier: "
|
|
617
|
+
natDexTier: "RU",
|
|
618
618
|
},
|
|
619
619
|
rapidashgalar: {
|
|
620
620
|
isNonstandard: "Past",
|
|
621
621
|
tier: "Illegal",
|
|
622
|
-
natDexTier: "
|
|
622
|
+
natDexTier: "RU",
|
|
623
623
|
},
|
|
624
624
|
slowpoke: {
|
|
625
625
|
tier: "LC",
|
|
@@ -630,24 +630,24 @@ export const FormatsData = {
|
|
|
630
630
|
natDexTier: "LC",
|
|
631
631
|
},
|
|
632
632
|
slowbro: {
|
|
633
|
-
tier: "
|
|
634
|
-
doublesTier: "DUU",
|
|
635
|
-
natDexTier: "
|
|
633
|
+
tier: "RU",
|
|
634
|
+
doublesTier: "(DUU)",
|
|
635
|
+
natDexTier: "RU",
|
|
636
636
|
},
|
|
637
637
|
slowbromega: {
|
|
638
638
|
isNonstandard: "Past",
|
|
639
639
|
tier: "Illegal",
|
|
640
|
-
natDexTier: "
|
|
640
|
+
natDexTier: "RU",
|
|
641
641
|
},
|
|
642
642
|
slowbrogalar: {
|
|
643
643
|
isNonstandard: "Unobtainable",
|
|
644
644
|
tier: "Unreleased",
|
|
645
|
-
natDexTier: "
|
|
645
|
+
natDexTier: "RU",
|
|
646
646
|
},
|
|
647
647
|
slowking: {
|
|
648
648
|
tier: "UU",
|
|
649
|
-
doublesTier: "DUU",
|
|
650
|
-
natDexTier: "
|
|
649
|
+
doublesTier: "(DUU)",
|
|
650
|
+
natDexTier: "RU",
|
|
651
651
|
},
|
|
652
652
|
slowkinggalar: {
|
|
653
653
|
isNonstandard: "Unobtainable",
|
|
@@ -661,14 +661,14 @@ export const FormatsData = {
|
|
|
661
661
|
tier: "NFE",
|
|
662
662
|
},
|
|
663
663
|
magnezone: {
|
|
664
|
-
tier: "
|
|
665
|
-
doublesTier: "DUU",
|
|
664
|
+
tier: "RU",
|
|
665
|
+
doublesTier: "(DUU)",
|
|
666
666
|
natDexTier: "UU",
|
|
667
667
|
},
|
|
668
668
|
farfetchd: {
|
|
669
669
|
isNonstandard: "Past",
|
|
670
670
|
tier: "Illegal",
|
|
671
|
-
natDexTier: "
|
|
671
|
+
natDexTier: "RU",
|
|
672
672
|
},
|
|
673
673
|
farfetchdgalar: {
|
|
674
674
|
isNonstandard: "Past",
|
|
@@ -678,7 +678,7 @@ export const FormatsData = {
|
|
|
678
678
|
sirfetchd: {
|
|
679
679
|
isNonstandard: "Past",
|
|
680
680
|
tier: "Illegal",
|
|
681
|
-
natDexTier: "
|
|
681
|
+
natDexTier: "RU",
|
|
682
682
|
},
|
|
683
683
|
doduo: {
|
|
684
684
|
isNonstandard: "Past",
|
|
@@ -688,7 +688,7 @@ export const FormatsData = {
|
|
|
688
688
|
dodrio: {
|
|
689
689
|
isNonstandard: "Past",
|
|
690
690
|
tier: "Illegal",
|
|
691
|
-
natDexTier: "
|
|
691
|
+
natDexTier: "RU",
|
|
692
692
|
},
|
|
693
693
|
seel: {
|
|
694
694
|
isNonstandard: "Past",
|
|
@@ -698,7 +698,7 @@ export const FormatsData = {
|
|
|
698
698
|
dewgong: {
|
|
699
699
|
isNonstandard: "Past",
|
|
700
700
|
tier: "Illegal",
|
|
701
|
-
natDexTier: "
|
|
701
|
+
natDexTier: "RU",
|
|
702
702
|
},
|
|
703
703
|
grimer: {
|
|
704
704
|
tier: "LC",
|
|
@@ -709,22 +709,22 @@ export const FormatsData = {
|
|
|
709
709
|
natDexTier: "LC",
|
|
710
710
|
},
|
|
711
711
|
muk: {
|
|
712
|
-
tier: "
|
|
713
|
-
doublesTier: "DUU",
|
|
714
|
-
natDexTier: "
|
|
712
|
+
tier: "RU",
|
|
713
|
+
doublesTier: "(DUU)",
|
|
714
|
+
natDexTier: "RU",
|
|
715
715
|
},
|
|
716
716
|
mukalola: {
|
|
717
717
|
isNonstandard: "Unobtainable",
|
|
718
718
|
tier: "Unreleased",
|
|
719
|
-
natDexTier: "
|
|
719
|
+
natDexTier: "RU",
|
|
720
720
|
},
|
|
721
721
|
shellder: {
|
|
722
722
|
tier: "LC",
|
|
723
723
|
},
|
|
724
724
|
cloyster: {
|
|
725
|
-
tier: "
|
|
726
|
-
doublesTier: "DUU",
|
|
727
|
-
natDexTier: "
|
|
725
|
+
tier: "RU",
|
|
726
|
+
doublesTier: "(DUU)",
|
|
727
|
+
natDexTier: "RU",
|
|
728
728
|
},
|
|
729
729
|
gastly: {
|
|
730
730
|
tier: "LC",
|
|
@@ -734,13 +734,13 @@ export const FormatsData = {
|
|
|
734
734
|
},
|
|
735
735
|
gengar: {
|
|
736
736
|
tier: "UU",
|
|
737
|
-
doublesTier: "DUU",
|
|
738
|
-
natDexTier: "
|
|
737
|
+
doublesTier: "(DUU)",
|
|
738
|
+
natDexTier: "RU",
|
|
739
739
|
},
|
|
740
740
|
gengarmega: {
|
|
741
741
|
isNonstandard: "Past",
|
|
742
742
|
tier: "Illegal",
|
|
743
|
-
natDexTier: "
|
|
743
|
+
natDexTier: "AG",
|
|
744
744
|
},
|
|
745
745
|
gengargmax: {
|
|
746
746
|
isNonstandard: "Past",
|
|
@@ -754,20 +754,20 @@ export const FormatsData = {
|
|
|
754
754
|
steelix: {
|
|
755
755
|
isNonstandard: "Past",
|
|
756
756
|
tier: "Illegal",
|
|
757
|
-
natDexTier: "
|
|
757
|
+
natDexTier: "RU",
|
|
758
758
|
},
|
|
759
759
|
steelixmega: {
|
|
760
760
|
isNonstandard: "Past",
|
|
761
761
|
tier: "Illegal",
|
|
762
|
-
natDexTier: "
|
|
762
|
+
natDexTier: "RU",
|
|
763
763
|
},
|
|
764
764
|
drowzee: {
|
|
765
765
|
tier: "LC",
|
|
766
766
|
},
|
|
767
767
|
hypno: {
|
|
768
|
-
tier: "
|
|
769
|
-
doublesTier: "DUU",
|
|
770
|
-
natDexTier: "
|
|
768
|
+
tier: "RU",
|
|
769
|
+
doublesTier: "(DUU)",
|
|
770
|
+
natDexTier: "RU",
|
|
771
771
|
},
|
|
772
772
|
krabby: {
|
|
773
773
|
isNonstandard: "Past",
|
|
@@ -777,7 +777,7 @@ export const FormatsData = {
|
|
|
777
777
|
kingler: {
|
|
778
778
|
isNonstandard: "Past",
|
|
779
779
|
tier: "Illegal",
|
|
780
|
-
natDexTier: "
|
|
780
|
+
natDexTier: "RU",
|
|
781
781
|
},
|
|
782
782
|
kinglergmax: {
|
|
783
783
|
isNonstandard: "Past",
|
|
@@ -791,9 +791,9 @@ export const FormatsData = {
|
|
|
791
791
|
tier: "Unreleased",
|
|
792
792
|
},
|
|
793
793
|
electrode: {
|
|
794
|
-
tier: "
|
|
795
|
-
doublesTier: "DUU",
|
|
796
|
-
natDexTier: "
|
|
794
|
+
tier: "RU",
|
|
795
|
+
doublesTier: "(DUU)",
|
|
796
|
+
natDexTier: "RU",
|
|
797
797
|
},
|
|
798
798
|
electrodehisui: {
|
|
799
799
|
isNonstandard: "Unobtainable",
|
|
@@ -807,12 +807,12 @@ export const FormatsData = {
|
|
|
807
807
|
exeggutor: {
|
|
808
808
|
isNonstandard: "Past",
|
|
809
809
|
tier: "Illegal",
|
|
810
|
-
natDexTier: "
|
|
810
|
+
natDexTier: "RU",
|
|
811
811
|
},
|
|
812
812
|
exeggutoralola: {
|
|
813
813
|
isNonstandard: "Past",
|
|
814
814
|
tier: "Illegal",
|
|
815
|
-
natDexTier: "
|
|
815
|
+
natDexTier: "RU",
|
|
816
816
|
},
|
|
817
817
|
cubone: {
|
|
818
818
|
isNonstandard: "Past",
|
|
@@ -822,7 +822,7 @@ export const FormatsData = {
|
|
|
822
822
|
marowak: {
|
|
823
823
|
isNonstandard: "Past",
|
|
824
824
|
tier: "Illegal",
|
|
825
|
-
natDexTier: "
|
|
825
|
+
natDexTier: "RU",
|
|
826
826
|
},
|
|
827
827
|
marowakalola: {
|
|
828
828
|
isNonstandard: "Past",
|
|
@@ -842,17 +842,17 @@ export const FormatsData = {
|
|
|
842
842
|
hitmonlee: {
|
|
843
843
|
isNonstandard: "Past",
|
|
844
844
|
tier: "Illegal",
|
|
845
|
-
natDexTier: "
|
|
845
|
+
natDexTier: "RU",
|
|
846
846
|
},
|
|
847
847
|
hitmonchan: {
|
|
848
848
|
isNonstandard: "Past",
|
|
849
849
|
tier: "Illegal",
|
|
850
|
-
natDexTier: "
|
|
850
|
+
natDexTier: "RU",
|
|
851
851
|
},
|
|
852
852
|
hitmontop: {
|
|
853
853
|
isNonstandard: "Past",
|
|
854
854
|
tier: "Illegal",
|
|
855
|
-
natDexTier: "
|
|
855
|
+
natDexTier: "RU",
|
|
856
856
|
},
|
|
857
857
|
lickitung: {
|
|
858
858
|
isNonstandard: "Past",
|
|
@@ -862,7 +862,7 @@ export const FormatsData = {
|
|
|
862
862
|
lickilicky: {
|
|
863
863
|
isNonstandard: "Past",
|
|
864
864
|
tier: "Illegal",
|
|
865
|
-
natDexTier: "
|
|
865
|
+
natDexTier: "RU",
|
|
866
866
|
},
|
|
867
867
|
koffing: {
|
|
868
868
|
isNonstandard: "Past",
|
|
@@ -872,12 +872,12 @@ export const FormatsData = {
|
|
|
872
872
|
weezing: {
|
|
873
873
|
isNonstandard: "Past",
|
|
874
874
|
tier: "Illegal",
|
|
875
|
-
natDexTier: "
|
|
875
|
+
natDexTier: "RU",
|
|
876
876
|
},
|
|
877
877
|
weezinggalar: {
|
|
878
878
|
isNonstandard: "Past",
|
|
879
879
|
tier: "Illegal",
|
|
880
|
-
natDexTier: "
|
|
880
|
+
natDexTier: "RU",
|
|
881
881
|
},
|
|
882
882
|
rhyhorn: {
|
|
883
883
|
isNonstandard: "Past",
|
|
@@ -892,7 +892,7 @@ export const FormatsData = {
|
|
|
892
892
|
rhyperior: {
|
|
893
893
|
isNonstandard: "Past",
|
|
894
894
|
tier: "Illegal",
|
|
895
|
-
natDexTier: "
|
|
895
|
+
natDexTier: "RU",
|
|
896
896
|
},
|
|
897
897
|
happiny: {
|
|
898
898
|
tier: "LC",
|
|
@@ -902,8 +902,8 @@ export const FormatsData = {
|
|
|
902
902
|
natDexTier: "OU",
|
|
903
903
|
},
|
|
904
904
|
blissey: {
|
|
905
|
-
tier: "
|
|
906
|
-
doublesTier: "DUU",
|
|
905
|
+
tier: "RU",
|
|
906
|
+
doublesTier: "(DUU)",
|
|
907
907
|
natDexTier: "OU",
|
|
908
908
|
},
|
|
909
909
|
tangela: {
|
|
@@ -919,7 +919,7 @@ export const FormatsData = {
|
|
|
919
919
|
kangaskhan: {
|
|
920
920
|
isNonstandard: "Past",
|
|
921
921
|
tier: "Illegal",
|
|
922
|
-
natDexTier: "
|
|
922
|
+
natDexTier: "RU",
|
|
923
923
|
},
|
|
924
924
|
kangaskhanmega: {
|
|
925
925
|
isNonstandard: "Past",
|
|
@@ -939,7 +939,7 @@ export const FormatsData = {
|
|
|
939
939
|
kingdra: {
|
|
940
940
|
isNonstandard: "Past",
|
|
941
941
|
tier: "Illegal",
|
|
942
|
-
natDexTier: "
|
|
942
|
+
natDexTier: "RU",
|
|
943
943
|
},
|
|
944
944
|
goldeen: {
|
|
945
945
|
isNonstandard: "Past",
|
|
@@ -949,7 +949,7 @@ export const FormatsData = {
|
|
|
949
949
|
seaking: {
|
|
950
950
|
isNonstandard: "Past",
|
|
951
951
|
tier: "Illegal",
|
|
952
|
-
natDexTier: "
|
|
952
|
+
natDexTier: "RU",
|
|
953
953
|
},
|
|
954
954
|
staryu: {
|
|
955
955
|
isNonstandard: "Past",
|
|
@@ -959,7 +959,7 @@ export const FormatsData = {
|
|
|
959
959
|
starmie: {
|
|
960
960
|
isNonstandard: "Past",
|
|
961
961
|
tier: "Illegal",
|
|
962
|
-
natDexTier: "
|
|
962
|
+
natDexTier: "RU",
|
|
963
963
|
},
|
|
964
964
|
mimejr: {
|
|
965
965
|
isNonstandard: "Past",
|
|
@@ -969,7 +969,7 @@ export const FormatsData = {
|
|
|
969
969
|
mrmime: {
|
|
970
970
|
isNonstandard: "Past",
|
|
971
971
|
tier: "Illegal",
|
|
972
|
-
natDexTier: "
|
|
972
|
+
natDexTier: "RU",
|
|
973
973
|
},
|
|
974
974
|
mrmimegalar: {
|
|
975
975
|
isNonstandard: "Past",
|
|
@@ -979,7 +979,7 @@ export const FormatsData = {
|
|
|
979
979
|
mrrime: {
|
|
980
980
|
isNonstandard: "Past",
|
|
981
981
|
tier: "Illegal",
|
|
982
|
-
natDexTier: "
|
|
982
|
+
natDexTier: "RU",
|
|
983
983
|
},
|
|
984
984
|
scyther: {
|
|
985
985
|
tier: "NFE",
|
|
@@ -987,7 +987,7 @@ export const FormatsData = {
|
|
|
987
987
|
scizor: {
|
|
988
988
|
tier: "OU",
|
|
989
989
|
doublesTier: "DUU",
|
|
990
|
-
natDexTier: "
|
|
990
|
+
natDexTier: "RU",
|
|
991
991
|
},
|
|
992
992
|
scizormega: {
|
|
993
993
|
isNonstandard: "Past",
|
|
@@ -1006,7 +1006,7 @@ export const FormatsData = {
|
|
|
1006
1006
|
jynx: {
|
|
1007
1007
|
isNonstandard: "Past",
|
|
1008
1008
|
tier: "Illegal",
|
|
1009
|
-
natDexTier: "
|
|
1009
|
+
natDexTier: "RU",
|
|
1010
1010
|
},
|
|
1011
1011
|
elekid: {
|
|
1012
1012
|
isNonstandard: "Past",
|
|
@@ -1021,7 +1021,7 @@ export const FormatsData = {
|
|
|
1021
1021
|
electivire: {
|
|
1022
1022
|
isNonstandard: "Past",
|
|
1023
1023
|
tier: "Illegal",
|
|
1024
|
-
natDexTier: "
|
|
1024
|
+
natDexTier: "RU",
|
|
1025
1025
|
},
|
|
1026
1026
|
magby: {
|
|
1027
1027
|
isNonstandard: "Past",
|
|
@@ -1036,12 +1036,12 @@ export const FormatsData = {
|
|
|
1036
1036
|
magmortar: {
|
|
1037
1037
|
isNonstandard: "Past",
|
|
1038
1038
|
tier: "Illegal",
|
|
1039
|
-
natDexTier: "
|
|
1039
|
+
natDexTier: "RU",
|
|
1040
1040
|
},
|
|
1041
1041
|
pinsir: {
|
|
1042
1042
|
isNonstandard: "Past",
|
|
1043
1043
|
tier: "Illegal",
|
|
1044
|
-
natDexTier: "
|
|
1044
|
+
natDexTier: "RU",
|
|
1045
1045
|
},
|
|
1046
1046
|
pinsirmega: {
|
|
1047
1047
|
isNonstandard: "Past",
|
|
@@ -1051,29 +1051,29 @@ export const FormatsData = {
|
|
|
1051
1051
|
tauros: {
|
|
1052
1052
|
isNonstandard: "Unobtainable",
|
|
1053
1053
|
tier: "Unreleased",
|
|
1054
|
-
natDexTier: "
|
|
1054
|
+
natDexTier: "RU",
|
|
1055
1055
|
},
|
|
1056
1056
|
taurospaldea: {
|
|
1057
|
-
tier: "
|
|
1058
|
-
doublesTier: "DUU",
|
|
1059
|
-
natDexTier: "
|
|
1057
|
+
tier: "RU",
|
|
1058
|
+
doublesTier: "(DUU)",
|
|
1059
|
+
natDexTier: "RU",
|
|
1060
1060
|
},
|
|
1061
1061
|
taurospaldeafire: {
|
|
1062
|
-
tier: "
|
|
1063
|
-
doublesTier: "DUU",
|
|
1064
|
-
natDexTier: "
|
|
1062
|
+
tier: "RU",
|
|
1063
|
+
doublesTier: "(DUU)",
|
|
1064
|
+
natDexTier: "RU",
|
|
1065
1065
|
},
|
|
1066
1066
|
taurospaldeawater: {
|
|
1067
1067
|
tier: "UU",
|
|
1068
|
-
doublesTier: "DUU",
|
|
1069
|
-
natDexTier: "
|
|
1068
|
+
doublesTier: "(DUU)",
|
|
1069
|
+
natDexTier: "RU",
|
|
1070
1070
|
},
|
|
1071
1071
|
magikarp: {
|
|
1072
1072
|
tier: "LC",
|
|
1073
1073
|
},
|
|
1074
1074
|
gyarados: {
|
|
1075
1075
|
tier: "UU",
|
|
1076
|
-
doublesTier: "
|
|
1076
|
+
doublesTier: "DUU",
|
|
1077
1077
|
natDexTier: "UU",
|
|
1078
1078
|
},
|
|
1079
1079
|
gyaradosmega: {
|
|
@@ -1084,16 +1084,16 @@ export const FormatsData = {
|
|
|
1084
1084
|
lapras: {
|
|
1085
1085
|
isNonstandard: "Past",
|
|
1086
1086
|
tier: "Illegal",
|
|
1087
|
-
natDexTier: "
|
|
1087
|
+
natDexTier: "RU",
|
|
1088
1088
|
},
|
|
1089
1089
|
laprasgmax: {
|
|
1090
1090
|
isNonstandard: "Past",
|
|
1091
1091
|
tier: "Illegal",
|
|
1092
1092
|
},
|
|
1093
1093
|
ditto: {
|
|
1094
|
-
tier: "
|
|
1095
|
-
doublesTier: "
|
|
1096
|
-
natDexTier: "
|
|
1094
|
+
tier: "UU",
|
|
1095
|
+
doublesTier: "DOU",
|
|
1096
|
+
natDexTier: "UU",
|
|
1097
1097
|
},
|
|
1098
1098
|
eevee: {
|
|
1099
1099
|
tier: "LC",
|
|
@@ -1107,44 +1107,44 @@ export const FormatsData = {
|
|
|
1107
1107
|
tier: "Illegal",
|
|
1108
1108
|
},
|
|
1109
1109
|
vaporeon: {
|
|
1110
|
-
tier: "
|
|
1110
|
+
tier: "RU",
|
|
1111
1111
|
doublesTier: "DUU",
|
|
1112
|
-
natDexTier: "
|
|
1112
|
+
natDexTier: "RU",
|
|
1113
1113
|
},
|
|
1114
1114
|
jolteon: {
|
|
1115
|
-
tier: "
|
|
1116
|
-
doublesTier: "DUU",
|
|
1117
|
-
natDexTier: "
|
|
1115
|
+
tier: "RU",
|
|
1116
|
+
doublesTier: "(DUU)",
|
|
1117
|
+
natDexTier: "RU",
|
|
1118
1118
|
},
|
|
1119
1119
|
flareon: {
|
|
1120
|
-
tier: "
|
|
1121
|
-
doublesTier: "DUU",
|
|
1122
|
-
natDexTier: "
|
|
1120
|
+
tier: "RU",
|
|
1121
|
+
doublesTier: "(DUU)",
|
|
1122
|
+
natDexTier: "RU",
|
|
1123
1123
|
},
|
|
1124
1124
|
espeon: {
|
|
1125
|
-
tier: "
|
|
1126
|
-
doublesTier: "DUU",
|
|
1127
|
-
natDexTier: "
|
|
1125
|
+
tier: "RU",
|
|
1126
|
+
doublesTier: "(DUU)",
|
|
1127
|
+
natDexTier: "RU",
|
|
1128
1128
|
},
|
|
1129
1129
|
umbreon: {
|
|
1130
|
-
tier: "
|
|
1131
|
-
doublesTier: "DUU",
|
|
1132
|
-
natDexTier: "
|
|
1130
|
+
tier: "RU",
|
|
1131
|
+
doublesTier: "(DUU)",
|
|
1132
|
+
natDexTier: "RU",
|
|
1133
1133
|
},
|
|
1134
1134
|
leafeon: {
|
|
1135
|
-
tier: "
|
|
1136
|
-
doublesTier: "DUU",
|
|
1137
|
-
natDexTier: "
|
|
1135
|
+
tier: "RU",
|
|
1136
|
+
doublesTier: "(DUU)",
|
|
1137
|
+
natDexTier: "RU",
|
|
1138
1138
|
},
|
|
1139
1139
|
glaceon: {
|
|
1140
|
-
tier: "
|
|
1141
|
-
doublesTier: "DUU",
|
|
1142
|
-
natDexTier: "
|
|
1140
|
+
tier: "RU",
|
|
1141
|
+
doublesTier: "(DUU)",
|
|
1142
|
+
natDexTier: "RU",
|
|
1143
1143
|
},
|
|
1144
1144
|
sylveon: {
|
|
1145
|
-
tier: "
|
|
1146
|
-
doublesTier: "
|
|
1147
|
-
natDexTier: "
|
|
1145
|
+
tier: "RU",
|
|
1146
|
+
doublesTier: "DOU",
|
|
1147
|
+
natDexTier: "RU",
|
|
1148
1148
|
},
|
|
1149
1149
|
porygon: {
|
|
1150
1150
|
isNonstandard: "Past",
|
|
@@ -1154,12 +1154,12 @@ export const FormatsData = {
|
|
|
1154
1154
|
porygon2: {
|
|
1155
1155
|
isNonstandard: "Past",
|
|
1156
1156
|
tier: "Illegal",
|
|
1157
|
-
natDexTier: "
|
|
1157
|
+
natDexTier: "UU",
|
|
1158
1158
|
},
|
|
1159
1159
|
porygonz: {
|
|
1160
1160
|
isNonstandard: "Past",
|
|
1161
1161
|
tier: "Illegal",
|
|
1162
|
-
natDexTier: "
|
|
1162
|
+
natDexTier: "RU",
|
|
1163
1163
|
},
|
|
1164
1164
|
omanyte: {
|
|
1165
1165
|
isNonstandard: "Past",
|
|
@@ -1169,7 +1169,7 @@ export const FormatsData = {
|
|
|
1169
1169
|
omastar: {
|
|
1170
1170
|
isNonstandard: "Past",
|
|
1171
1171
|
tier: "Illegal",
|
|
1172
|
-
natDexTier: "
|
|
1172
|
+
natDexTier: "RU",
|
|
1173
1173
|
},
|
|
1174
1174
|
kabuto: {
|
|
1175
1175
|
isNonstandard: "Past",
|
|
@@ -1179,17 +1179,17 @@ export const FormatsData = {
|
|
|
1179
1179
|
kabutops: {
|
|
1180
1180
|
isNonstandard: "Past",
|
|
1181
1181
|
tier: "Illegal",
|
|
1182
|
-
natDexTier: "
|
|
1182
|
+
natDexTier: "RU",
|
|
1183
1183
|
},
|
|
1184
1184
|
aerodactyl: {
|
|
1185
1185
|
isNonstandard: "Past",
|
|
1186
1186
|
tier: "Illegal",
|
|
1187
|
-
natDexTier: "
|
|
1187
|
+
natDexTier: "RU",
|
|
1188
1188
|
},
|
|
1189
1189
|
aerodactylmega: {
|
|
1190
1190
|
isNonstandard: "Past",
|
|
1191
1191
|
tier: "Illegal",
|
|
1192
|
-
natDexTier: "
|
|
1192
|
+
natDexTier: "RU",
|
|
1193
1193
|
},
|
|
1194
1194
|
munchlax: {
|
|
1195
1195
|
isNonstandard: "Past",
|
|
@@ -1199,7 +1199,7 @@ export const FormatsData = {
|
|
|
1199
1199
|
snorlax: {
|
|
1200
1200
|
isNonstandard: "Past",
|
|
1201
1201
|
tier: "Illegal",
|
|
1202
|
-
natDexTier: "
|
|
1202
|
+
natDexTier: "RU",
|
|
1203
1203
|
},
|
|
1204
1204
|
snorlaxgmax: {
|
|
1205
1205
|
isNonstandard: "Past",
|
|
@@ -1208,12 +1208,12 @@ export const FormatsData = {
|
|
|
1208
1208
|
articuno: {
|
|
1209
1209
|
isNonstandard: "Unobtainable",
|
|
1210
1210
|
tier: "Unreleased",
|
|
1211
|
-
natDexTier: "
|
|
1211
|
+
natDexTier: "RU",
|
|
1212
1212
|
},
|
|
1213
1213
|
articunogalar: {
|
|
1214
1214
|
isNonstandard: "Unobtainable",
|
|
1215
1215
|
tier: "Unreleased",
|
|
1216
|
-
natDexTier: "
|
|
1216
|
+
natDexTier: "RU",
|
|
1217
1217
|
},
|
|
1218
1218
|
zapdos: {
|
|
1219
1219
|
isNonstandard: "Unobtainable",
|
|
@@ -1223,17 +1223,17 @@ export const FormatsData = {
|
|
|
1223
1223
|
zapdosgalar: {
|
|
1224
1224
|
isNonstandard: "Unobtainable",
|
|
1225
1225
|
tier: "Unreleased",
|
|
1226
|
-
natDexTier: "
|
|
1226
|
+
natDexTier: "RU",
|
|
1227
1227
|
},
|
|
1228
1228
|
moltres: {
|
|
1229
1229
|
isNonstandard: "Unobtainable",
|
|
1230
1230
|
tier: "Unreleased",
|
|
1231
|
-
natDexTier: "
|
|
1231
|
+
natDexTier: "RU",
|
|
1232
1232
|
},
|
|
1233
1233
|
moltresgalar: {
|
|
1234
1234
|
isNonstandard: "Unobtainable",
|
|
1235
1235
|
tier: "Unreleased",
|
|
1236
|
-
natDexTier: "
|
|
1236
|
+
natDexTier: "RU",
|
|
1237
1237
|
},
|
|
1238
1238
|
dratini: {
|
|
1239
1239
|
tier: "LC",
|
|
@@ -1243,8 +1243,8 @@ export const FormatsData = {
|
|
|
1243
1243
|
},
|
|
1244
1244
|
dragonite: {
|
|
1245
1245
|
tier: "OU",
|
|
1246
|
-
doublesTier: "
|
|
1247
|
-
natDexTier: "
|
|
1246
|
+
doublesTier: "DOU",
|
|
1247
|
+
natDexTier: "OU",
|
|
1248
1248
|
},
|
|
1249
1249
|
mewtwo: {
|
|
1250
1250
|
isNonstandard: "Unobtainable",
|
|
@@ -1264,7 +1264,7 @@ export const FormatsData = {
|
|
|
1264
1264
|
mew: {
|
|
1265
1265
|
isNonstandard: "Unobtainable",
|
|
1266
1266
|
tier: "Unreleased",
|
|
1267
|
-
natDexTier: "
|
|
1267
|
+
natDexTier: "RU",
|
|
1268
1268
|
},
|
|
1269
1269
|
chikorita: {
|
|
1270
1270
|
isNonstandard: "Past",
|
|
@@ -1279,7 +1279,7 @@ export const FormatsData = {
|
|
|
1279
1279
|
meganium: {
|
|
1280
1280
|
isNonstandard: "Past",
|
|
1281
1281
|
tier: "Illegal",
|
|
1282
|
-
natDexTier: "
|
|
1282
|
+
natDexTier: "RU",
|
|
1283
1283
|
},
|
|
1284
1284
|
cyndaquil: {
|
|
1285
1285
|
isNonstandard: "Unobtainable",
|
|
@@ -1294,7 +1294,7 @@ export const FormatsData = {
|
|
|
1294
1294
|
typhlosion: {
|
|
1295
1295
|
isNonstandard: "Unobtainable",
|
|
1296
1296
|
tier: "Unreleased",
|
|
1297
|
-
natDexTier: "
|
|
1297
|
+
natDexTier: "RU",
|
|
1298
1298
|
},
|
|
1299
1299
|
typhlosionhisui: {
|
|
1300
1300
|
isNonstandard: "Unobtainable",
|
|
@@ -1313,7 +1313,7 @@ export const FormatsData = {
|
|
|
1313
1313
|
feraligatr: {
|
|
1314
1314
|
isNonstandard: "Past",
|
|
1315
1315
|
tier: "Illegal",
|
|
1316
|
-
natDexTier: "
|
|
1316
|
+
natDexTier: "RU",
|
|
1317
1317
|
},
|
|
1318
1318
|
sentret: {
|
|
1319
1319
|
isNonstandard: "Past",
|
|
@@ -1323,7 +1323,7 @@ export const FormatsData = {
|
|
|
1323
1323
|
furret: {
|
|
1324
1324
|
isNonstandard: "Past",
|
|
1325
1325
|
tier: "Illegal",
|
|
1326
|
-
natDexTier: "
|
|
1326
|
+
natDexTier: "RU",
|
|
1327
1327
|
},
|
|
1328
1328
|
hoothoot: {
|
|
1329
1329
|
isNonstandard: "Past",
|
|
@@ -1333,7 +1333,7 @@ export const FormatsData = {
|
|
|
1333
1333
|
noctowl: {
|
|
1334
1334
|
isNonstandard: "Past",
|
|
1335
1335
|
tier: "Illegal",
|
|
1336
|
-
natDexTier: "
|
|
1336
|
+
natDexTier: "RU",
|
|
1337
1337
|
},
|
|
1338
1338
|
ledyba: {
|
|
1339
1339
|
isNonstandard: "Past",
|
|
@@ -1343,7 +1343,7 @@ export const FormatsData = {
|
|
|
1343
1343
|
ledian: {
|
|
1344
1344
|
isNonstandard: "Past",
|
|
1345
1345
|
tier: "Illegal",
|
|
1346
|
-
natDexTier: "
|
|
1346
|
+
natDexTier: "RU",
|
|
1347
1347
|
},
|
|
1348
1348
|
spinarak: {
|
|
1349
1349
|
isNonstandard: "Past",
|
|
@@ -1353,7 +1353,7 @@ export const FormatsData = {
|
|
|
1353
1353
|
ariados: {
|
|
1354
1354
|
isNonstandard: "Past",
|
|
1355
1355
|
tier: "Illegal",
|
|
1356
|
-
natDexTier: "
|
|
1356
|
+
natDexTier: "RU",
|
|
1357
1357
|
},
|
|
1358
1358
|
chinchou: {
|
|
1359
1359
|
isNonstandard: "Past",
|
|
@@ -1363,7 +1363,7 @@ export const FormatsData = {
|
|
|
1363
1363
|
lanturn: {
|
|
1364
1364
|
isNonstandard: "Past",
|
|
1365
1365
|
tier: "Illegal",
|
|
1366
|
-
natDexTier: "
|
|
1366
|
+
natDexTier: "RU",
|
|
1367
1367
|
},
|
|
1368
1368
|
togepi: {
|
|
1369
1369
|
isNonstandard: "Past",
|
|
@@ -1378,7 +1378,7 @@ export const FormatsData = {
|
|
|
1378
1378
|
togekiss: {
|
|
1379
1379
|
isNonstandard: "Past",
|
|
1380
1380
|
tier: "Illegal",
|
|
1381
|
-
natDexTier: "
|
|
1381
|
+
natDexTier: "RU",
|
|
1382
1382
|
},
|
|
1383
1383
|
natu: {
|
|
1384
1384
|
isNonstandard: "Past",
|
|
@@ -1388,7 +1388,7 @@ export const FormatsData = {
|
|
|
1388
1388
|
xatu: {
|
|
1389
1389
|
isNonstandard: "Past",
|
|
1390
1390
|
tier: "Illegal",
|
|
1391
|
-
natDexTier: "
|
|
1391
|
+
natDexTier: "RU",
|
|
1392
1392
|
},
|
|
1393
1393
|
mareep: {
|
|
1394
1394
|
tier: "LC",
|
|
@@ -1397,14 +1397,14 @@ export const FormatsData = {
|
|
|
1397
1397
|
tier: "NFE",
|
|
1398
1398
|
},
|
|
1399
1399
|
ampharos: {
|
|
1400
|
-
tier: "
|
|
1400
|
+
tier: "RU",
|
|
1401
1401
|
doublesTier: "DUU",
|
|
1402
|
-
natDexTier: "
|
|
1402
|
+
natDexTier: "RU",
|
|
1403
1403
|
},
|
|
1404
1404
|
ampharosmega: {
|
|
1405
1405
|
isNonstandard: "Past",
|
|
1406
1406
|
tier: "Illegal",
|
|
1407
|
-
natDexTier: "
|
|
1407
|
+
natDexTier: "RU",
|
|
1408
1408
|
},
|
|
1409
1409
|
azurill: {
|
|
1410
1410
|
tier: "LC",
|
|
@@ -1413,17 +1413,17 @@ export const FormatsData = {
|
|
|
1413
1413
|
tier: "NFE",
|
|
1414
1414
|
},
|
|
1415
1415
|
azumarill: {
|
|
1416
|
-
tier: "
|
|
1416
|
+
tier: "OU",
|
|
1417
1417
|
doublesTier: "DUU",
|
|
1418
|
-
natDexTier: "
|
|
1418
|
+
natDexTier: "RU",
|
|
1419
1419
|
},
|
|
1420
1420
|
bonsly: {
|
|
1421
1421
|
tier: "LC",
|
|
1422
1422
|
},
|
|
1423
1423
|
sudowoodo: {
|
|
1424
|
-
tier: "
|
|
1425
|
-
doublesTier: "DUU",
|
|
1426
|
-
natDexTier: "
|
|
1424
|
+
tier: "RU",
|
|
1425
|
+
doublesTier: "(DUU)",
|
|
1426
|
+
natDexTier: "RU",
|
|
1427
1427
|
},
|
|
1428
1428
|
hoppip: {
|
|
1429
1429
|
tier: "LC",
|
|
@@ -1432,9 +1432,9 @@ export const FormatsData = {
|
|
|
1432
1432
|
tier: "NFE",
|
|
1433
1433
|
},
|
|
1434
1434
|
jumpluff: {
|
|
1435
|
-
tier: "
|
|
1436
|
-
doublesTier: "DUU",
|
|
1437
|
-
natDexTier: "
|
|
1435
|
+
tier: "RU",
|
|
1436
|
+
doublesTier: "(DUU)",
|
|
1437
|
+
natDexTier: "RU",
|
|
1438
1438
|
},
|
|
1439
1439
|
aipom: {
|
|
1440
1440
|
isNonstandard: "Past",
|
|
@@ -1444,15 +1444,15 @@ export const FormatsData = {
|
|
|
1444
1444
|
ambipom: {
|
|
1445
1445
|
isNonstandard: "Past",
|
|
1446
1446
|
tier: "Illegal",
|
|
1447
|
-
natDexTier: "
|
|
1447
|
+
natDexTier: "RU",
|
|
1448
1448
|
},
|
|
1449
1449
|
sunkern: {
|
|
1450
1450
|
tier: "LC",
|
|
1451
1451
|
},
|
|
1452
1452
|
sunflora: {
|
|
1453
|
-
tier: "
|
|
1454
|
-
doublesTier: "DUU",
|
|
1455
|
-
natDexTier: "
|
|
1453
|
+
tier: "RU",
|
|
1454
|
+
doublesTier: "(DUU)",
|
|
1455
|
+
natDexTier: "RU",
|
|
1456
1456
|
},
|
|
1457
1457
|
yanma: {
|
|
1458
1458
|
isNonstandard: "Past",
|
|
@@ -1462,7 +1462,7 @@ export const FormatsData = {
|
|
|
1462
1462
|
yanmega: {
|
|
1463
1463
|
isNonstandard: "Past",
|
|
1464
1464
|
tier: "Illegal",
|
|
1465
|
-
natDexTier: "
|
|
1465
|
+
natDexTier: "RU",
|
|
1466
1466
|
},
|
|
1467
1467
|
wooper: {
|
|
1468
1468
|
tier: "LC",
|
|
@@ -1472,30 +1472,30 @@ export const FormatsData = {
|
|
|
1472
1472
|
},
|
|
1473
1473
|
quagsire: {
|
|
1474
1474
|
tier: "UU",
|
|
1475
|
-
doublesTier: "DUU",
|
|
1476
|
-
natDexTier: "
|
|
1475
|
+
doublesTier: "(DUU)",
|
|
1476
|
+
natDexTier: "RU",
|
|
1477
1477
|
},
|
|
1478
1478
|
murkrow: {
|
|
1479
1479
|
tier: "NFE",
|
|
1480
1480
|
doublesTier: "DOU",
|
|
1481
1481
|
},
|
|
1482
1482
|
honchkrow: {
|
|
1483
|
-
tier: "
|
|
1484
|
-
doublesTier: "DUU",
|
|
1485
|
-
natDexTier: "
|
|
1483
|
+
tier: "RU",
|
|
1484
|
+
doublesTier: "(DUU)",
|
|
1485
|
+
natDexTier: "RU",
|
|
1486
1486
|
},
|
|
1487
1487
|
misdreavus: {
|
|
1488
1488
|
tier: "NFE",
|
|
1489
1489
|
},
|
|
1490
1490
|
mismagius: {
|
|
1491
|
-
tier: "
|
|
1492
|
-
doublesTier: "DUU",
|
|
1493
|
-
natDexTier: "
|
|
1491
|
+
tier: "RU",
|
|
1492
|
+
doublesTier: "(DUU)",
|
|
1493
|
+
natDexTier: "RU",
|
|
1494
1494
|
},
|
|
1495
1495
|
unown: {
|
|
1496
1496
|
isNonstandard: "Past",
|
|
1497
1497
|
tier: "Illegal",
|
|
1498
|
-
natDexTier: "
|
|
1498
|
+
natDexTier: "RU",
|
|
1499
1499
|
},
|
|
1500
1500
|
wynaut: {
|
|
1501
1501
|
isNonstandard: "Past",
|
|
@@ -1505,31 +1505,31 @@ export const FormatsData = {
|
|
|
1505
1505
|
wobbuffet: {
|
|
1506
1506
|
isNonstandard: "Past",
|
|
1507
1507
|
tier: "Illegal",
|
|
1508
|
-
natDexTier: "
|
|
1508
|
+
natDexTier: "RU",
|
|
1509
1509
|
},
|
|
1510
1510
|
girafarig: {
|
|
1511
1511
|
tier: "LC",
|
|
1512
1512
|
},
|
|
1513
1513
|
farigiraf: {
|
|
1514
|
-
tier: "
|
|
1514
|
+
tier: "RU",
|
|
1515
1515
|
doublesTier: "DOU",
|
|
1516
|
-
natDexTier: "
|
|
1516
|
+
natDexTier: "RU",
|
|
1517
1517
|
},
|
|
1518
1518
|
pineco: {
|
|
1519
1519
|
tier: "LC",
|
|
1520
1520
|
},
|
|
1521
1521
|
forretress: {
|
|
1522
1522
|
tier: "UU",
|
|
1523
|
-
doublesTier: "DUU",
|
|
1524
|
-
natDexTier: "
|
|
1523
|
+
doublesTier: "(DUU)",
|
|
1524
|
+
natDexTier: "RU",
|
|
1525
1525
|
},
|
|
1526
1526
|
dunsparce: {
|
|
1527
1527
|
tier: "NFE",
|
|
1528
1528
|
},
|
|
1529
1529
|
dudunsparce: {
|
|
1530
|
-
tier: "
|
|
1530
|
+
tier: "RU",
|
|
1531
1531
|
doublesTier: "DUU",
|
|
1532
|
-
natDexTier: "
|
|
1532
|
+
natDexTier: "RU",
|
|
1533
1533
|
},
|
|
1534
1534
|
gligar: {
|
|
1535
1535
|
isNonstandard: "Past",
|
|
@@ -1539,7 +1539,7 @@ export const FormatsData = {
|
|
|
1539
1539
|
gliscor: {
|
|
1540
1540
|
isNonstandard: "Past",
|
|
1541
1541
|
tier: "Illegal",
|
|
1542
|
-
natDexTier: "
|
|
1542
|
+
natDexTier: "UU",
|
|
1543
1543
|
},
|
|
1544
1544
|
snubbull: {
|
|
1545
1545
|
isNonstandard: "Past",
|
|
@@ -1549,12 +1549,12 @@ export const FormatsData = {
|
|
|
1549
1549
|
granbull: {
|
|
1550
1550
|
isNonstandard: "Past",
|
|
1551
1551
|
tier: "Illegal",
|
|
1552
|
-
natDexTier: "
|
|
1552
|
+
natDexTier: "RU",
|
|
1553
1553
|
},
|
|
1554
1554
|
qwilfish: {
|
|
1555
|
-
tier: "
|
|
1556
|
-
doublesTier: "DUU",
|
|
1557
|
-
natDexTier: "
|
|
1555
|
+
tier: "RU",
|
|
1556
|
+
doublesTier: "(DUU)",
|
|
1557
|
+
natDexTier: "RU",
|
|
1558
1558
|
},
|
|
1559
1559
|
qwilfishhisui: {
|
|
1560
1560
|
isNonstandard: "Unobtainable",
|
|
@@ -1567,17 +1567,17 @@ export const FormatsData = {
|
|
|
1567
1567
|
shuckle: {
|
|
1568
1568
|
isNonstandard: "Past",
|
|
1569
1569
|
tier: "Illegal",
|
|
1570
|
-
natDexTier: "
|
|
1570
|
+
natDexTier: "RU",
|
|
1571
1571
|
},
|
|
1572
1572
|
heracross: {
|
|
1573
|
-
tier: "
|
|
1574
|
-
doublesTier: "DUU",
|
|
1575
|
-
natDexTier: "
|
|
1573
|
+
tier: "RU",
|
|
1574
|
+
doublesTier: "(DUU)",
|
|
1575
|
+
natDexTier: "RU",
|
|
1576
1576
|
},
|
|
1577
1577
|
heracrossmega: {
|
|
1578
1578
|
isNonstandard: "Past",
|
|
1579
1579
|
tier: "Illegal",
|
|
1580
|
-
natDexTier: "
|
|
1580
|
+
natDexTier: "RU",
|
|
1581
1581
|
},
|
|
1582
1582
|
sneasel: {
|
|
1583
1583
|
tier: "NFE",
|
|
@@ -1587,9 +1587,9 @@ export const FormatsData = {
|
|
|
1587
1587
|
tier: "Unreleased",
|
|
1588
1588
|
},
|
|
1589
1589
|
weavile: {
|
|
1590
|
-
tier: "
|
|
1591
|
-
doublesTier: "DUU",
|
|
1592
|
-
natDexTier: "
|
|
1590
|
+
tier: "RU",
|
|
1591
|
+
doublesTier: "(DUU)",
|
|
1592
|
+
natDexTier: "RU",
|
|
1593
1593
|
},
|
|
1594
1594
|
sneasler: {
|
|
1595
1595
|
isNonstandard: "Unobtainable",
|
|
@@ -1599,9 +1599,9 @@ export const FormatsData = {
|
|
|
1599
1599
|
tier: "LC",
|
|
1600
1600
|
},
|
|
1601
1601
|
ursaring: {
|
|
1602
|
-
tier: "
|
|
1603
|
-
doublesTier: "DUU",
|
|
1604
|
-
natDexTier: "
|
|
1602
|
+
tier: "RU",
|
|
1603
|
+
doublesTier: "(DUU)",
|
|
1604
|
+
natDexTier: "RU",
|
|
1605
1605
|
},
|
|
1606
1606
|
ursaluna: {
|
|
1607
1607
|
isNonstandard: "Unobtainable",
|
|
@@ -1615,7 +1615,7 @@ export const FormatsData = {
|
|
|
1615
1615
|
magcargo: {
|
|
1616
1616
|
isNonstandard: "Past",
|
|
1617
1617
|
tier: "Illegal",
|
|
1618
|
-
natDexTier: "
|
|
1618
|
+
natDexTier: "RU",
|
|
1619
1619
|
},
|
|
1620
1620
|
swinub: {
|
|
1621
1621
|
isNonstandard: "Past",
|
|
@@ -1630,12 +1630,12 @@ export const FormatsData = {
|
|
|
1630
1630
|
mamoswine: {
|
|
1631
1631
|
isNonstandard: "Past",
|
|
1632
1632
|
tier: "Illegal",
|
|
1633
|
-
natDexTier: "
|
|
1633
|
+
natDexTier: "RU",
|
|
1634
1634
|
},
|
|
1635
1635
|
corsola: {
|
|
1636
1636
|
isNonstandard: "Past",
|
|
1637
1637
|
tier: "Illegal",
|
|
1638
|
-
natDexTier: "
|
|
1638
|
+
natDexTier: "RU",
|
|
1639
1639
|
},
|
|
1640
1640
|
corsolagalar: {
|
|
1641
1641
|
isNonstandard: "Past",
|
|
@@ -1645,7 +1645,7 @@ export const FormatsData = {
|
|
|
1645
1645
|
cursola: {
|
|
1646
1646
|
isNonstandard: "Past",
|
|
1647
1647
|
tier: "Illegal",
|
|
1648
|
-
natDexTier: "
|
|
1648
|
+
natDexTier: "RU",
|
|
1649
1649
|
},
|
|
1650
1650
|
remoraid: {
|
|
1651
1651
|
isNonstandard: "Past",
|
|
@@ -1655,12 +1655,12 @@ export const FormatsData = {
|
|
|
1655
1655
|
octillery: {
|
|
1656
1656
|
isNonstandard: "Past",
|
|
1657
1657
|
tier: "Illegal",
|
|
1658
|
-
natDexTier: "
|
|
1658
|
+
natDexTier: "RU",
|
|
1659
1659
|
},
|
|
1660
1660
|
delibird: {
|
|
1661
|
-
tier: "
|
|
1662
|
-
doublesTier: "DUU",
|
|
1663
|
-
natDexTier: "
|
|
1661
|
+
tier: "RU",
|
|
1662
|
+
doublesTier: "(DUU)",
|
|
1663
|
+
natDexTier: "RU",
|
|
1664
1664
|
},
|
|
1665
1665
|
mantyke: {
|
|
1666
1666
|
isNonstandard: "Past",
|
|
@@ -1670,7 +1670,7 @@ export const FormatsData = {
|
|
|
1670
1670
|
mantine: {
|
|
1671
1671
|
isNonstandard: "Past",
|
|
1672
1672
|
tier: "Illegal",
|
|
1673
|
-
natDexTier: "
|
|
1673
|
+
natDexTier: "RU",
|
|
1674
1674
|
},
|
|
1675
1675
|
skarmory: {
|
|
1676
1676
|
isNonstandard: "Past",
|
|
@@ -1681,27 +1681,27 @@ export const FormatsData = {
|
|
|
1681
1681
|
tier: "LC",
|
|
1682
1682
|
},
|
|
1683
1683
|
houndoom: {
|
|
1684
|
-
tier: "
|
|
1685
|
-
doublesTier: "DUU",
|
|
1686
|
-
natDexTier: "
|
|
1684
|
+
tier: "RU",
|
|
1685
|
+
doublesTier: "(DUU)",
|
|
1686
|
+
natDexTier: "RU",
|
|
1687
1687
|
},
|
|
1688
1688
|
houndoommega: {
|
|
1689
1689
|
isNonstandard: "Past",
|
|
1690
1690
|
tier: "Illegal",
|
|
1691
|
-
natDexTier: "
|
|
1691
|
+
natDexTier: "RU",
|
|
1692
1692
|
},
|
|
1693
1693
|
phanpy: {
|
|
1694
1694
|
tier: "LC",
|
|
1695
1695
|
},
|
|
1696
1696
|
donphan: {
|
|
1697
1697
|
tier: "UU",
|
|
1698
|
-
doublesTier: "DUU",
|
|
1699
|
-
natDexTier: "
|
|
1698
|
+
doublesTier: "(DUU)",
|
|
1699
|
+
natDexTier: "RU",
|
|
1700
1700
|
},
|
|
1701
1701
|
stantler: {
|
|
1702
|
-
tier: "
|
|
1703
|
-
doublesTier: "DUU",
|
|
1704
|
-
natDexTier: "
|
|
1702
|
+
tier: "RU",
|
|
1703
|
+
doublesTier: "(DUU)",
|
|
1704
|
+
natDexTier: "RU",
|
|
1705
1705
|
},
|
|
1706
1706
|
wyrdeer: {
|
|
1707
1707
|
isNonstandard: "Unobtainable",
|
|
@@ -1710,27 +1710,27 @@ export const FormatsData = {
|
|
|
1710
1710
|
smeargle: {
|
|
1711
1711
|
isNonstandard: "Past",
|
|
1712
1712
|
tier: "Illegal",
|
|
1713
|
-
natDexTier: "
|
|
1713
|
+
natDexTier: "RU",
|
|
1714
1714
|
},
|
|
1715
1715
|
miltank: {
|
|
1716
1716
|
isNonstandard: "Past",
|
|
1717
1717
|
tier: "Illegal",
|
|
1718
|
-
natDexTier: "
|
|
1718
|
+
natDexTier: "RU",
|
|
1719
1719
|
},
|
|
1720
1720
|
raikou: {
|
|
1721
1721
|
isNonstandard: "Past",
|
|
1722
1722
|
tier: "Illegal",
|
|
1723
|
-
natDexTier: "
|
|
1723
|
+
natDexTier: "RU",
|
|
1724
1724
|
},
|
|
1725
1725
|
entei: {
|
|
1726
1726
|
isNonstandard: "Past",
|
|
1727
1727
|
tier: "Illegal",
|
|
1728
|
-
natDexTier: "
|
|
1728
|
+
natDexTier: "RU",
|
|
1729
1729
|
},
|
|
1730
1730
|
suicune: {
|
|
1731
1731
|
isNonstandard: "Past",
|
|
1732
1732
|
tier: "Illegal",
|
|
1733
|
-
natDexTier: "
|
|
1733
|
+
natDexTier: "RU",
|
|
1734
1734
|
},
|
|
1735
1735
|
larvitar: {
|
|
1736
1736
|
tier: "LC",
|
|
@@ -1739,14 +1739,14 @@ export const FormatsData = {
|
|
|
1739
1739
|
tier: "NFE",
|
|
1740
1740
|
},
|
|
1741
1741
|
tyranitar: {
|
|
1742
|
-
tier: "
|
|
1742
|
+
tier: "UU",
|
|
1743
1743
|
doublesTier: "DOU",
|
|
1744
|
-
natDexTier: "
|
|
1744
|
+
natDexTier: "UU",
|
|
1745
1745
|
},
|
|
1746
1746
|
tyranitarmega: {
|
|
1747
1747
|
isNonstandard: "Past",
|
|
1748
1748
|
tier: "Illegal",
|
|
1749
|
-
natDexTier: "
|
|
1749
|
+
natDexTier: "UU",
|
|
1750
1750
|
},
|
|
1751
1751
|
lugia: {
|
|
1752
1752
|
isNonstandard: "Past",
|
|
@@ -1761,7 +1761,7 @@ export const FormatsData = {
|
|
|
1761
1761
|
celebi: {
|
|
1762
1762
|
isNonstandard: "Past",
|
|
1763
1763
|
tier: "Illegal",
|
|
1764
|
-
natDexTier: "
|
|
1764
|
+
natDexTier: "RU",
|
|
1765
1765
|
},
|
|
1766
1766
|
treecko: {
|
|
1767
1767
|
isNonstandard: "Past",
|
|
@@ -1776,12 +1776,12 @@ export const FormatsData = {
|
|
|
1776
1776
|
sceptile: {
|
|
1777
1777
|
isNonstandard: "Past",
|
|
1778
1778
|
tier: "Illegal",
|
|
1779
|
-
natDexTier: "
|
|
1779
|
+
natDexTier: "RU",
|
|
1780
1780
|
},
|
|
1781
1781
|
sceptilemega: {
|
|
1782
1782
|
isNonstandard: "Past",
|
|
1783
1783
|
tier: "Illegal",
|
|
1784
|
-
natDexTier: "
|
|
1784
|
+
natDexTier: "RU",
|
|
1785
1785
|
},
|
|
1786
1786
|
torchic: {
|
|
1787
1787
|
isNonstandard: "Past",
|
|
@@ -1796,7 +1796,7 @@ export const FormatsData = {
|
|
|
1796
1796
|
blaziken: {
|
|
1797
1797
|
isNonstandard: "Past",
|
|
1798
1798
|
tier: "Illegal",
|
|
1799
|
-
natDexTier: "
|
|
1799
|
+
natDexTier: "RU",
|
|
1800
1800
|
},
|
|
1801
1801
|
blazikenmega: {
|
|
1802
1802
|
isNonstandard: "Past",
|
|
@@ -1816,12 +1816,12 @@ export const FormatsData = {
|
|
|
1816
1816
|
swampert: {
|
|
1817
1817
|
isNonstandard: "Past",
|
|
1818
1818
|
tier: "Illegal",
|
|
1819
|
-
natDexTier: "
|
|
1819
|
+
natDexTier: "RU",
|
|
1820
1820
|
},
|
|
1821
1821
|
swampertmega: {
|
|
1822
1822
|
isNonstandard: "Past",
|
|
1823
1823
|
tier: "Illegal",
|
|
1824
|
-
natDexTier: "
|
|
1824
|
+
natDexTier: "OU",
|
|
1825
1825
|
},
|
|
1826
1826
|
poochyena: {
|
|
1827
1827
|
isNonstandard: "Past",
|
|
@@ -1831,7 +1831,7 @@ export const FormatsData = {
|
|
|
1831
1831
|
mightyena: {
|
|
1832
1832
|
isNonstandard: "Past",
|
|
1833
1833
|
tier: "Illegal",
|
|
1834
|
-
natDexTier: "
|
|
1834
|
+
natDexTier: "RU",
|
|
1835
1835
|
},
|
|
1836
1836
|
zigzagoon: {
|
|
1837
1837
|
isNonstandard: "Past",
|
|
@@ -1846,7 +1846,7 @@ export const FormatsData = {
|
|
|
1846
1846
|
linoone: {
|
|
1847
1847
|
isNonstandard: "Past",
|
|
1848
1848
|
tier: "Illegal",
|
|
1849
|
-
natDexTier: "
|
|
1849
|
+
natDexTier: "RU",
|
|
1850
1850
|
},
|
|
1851
1851
|
linoonegalar: {
|
|
1852
1852
|
isNonstandard: "Past",
|
|
@@ -1856,7 +1856,7 @@ export const FormatsData = {
|
|
|
1856
1856
|
obstagoon: {
|
|
1857
1857
|
isNonstandard: "Past",
|
|
1858
1858
|
tier: "Illegal",
|
|
1859
|
-
natDexTier: "
|
|
1859
|
+
natDexTier: "RU",
|
|
1860
1860
|
},
|
|
1861
1861
|
wurmple: {
|
|
1862
1862
|
isNonstandard: "Past",
|
|
@@ -1871,7 +1871,7 @@ export const FormatsData = {
|
|
|
1871
1871
|
beautifly: {
|
|
1872
1872
|
isNonstandard: "Past",
|
|
1873
1873
|
tier: "Illegal",
|
|
1874
|
-
natDexTier: "
|
|
1874
|
+
natDexTier: "RU",
|
|
1875
1875
|
},
|
|
1876
1876
|
cascoon: {
|
|
1877
1877
|
isNonstandard: "Past",
|
|
@@ -1881,7 +1881,7 @@ export const FormatsData = {
|
|
|
1881
1881
|
dustox: {
|
|
1882
1882
|
isNonstandard: "Past",
|
|
1883
1883
|
tier: "Illegal",
|
|
1884
|
-
natDexTier: "
|
|
1884
|
+
natDexTier: "RU",
|
|
1885
1885
|
},
|
|
1886
1886
|
lotad: {
|
|
1887
1887
|
isNonstandard: "Past",
|
|
@@ -1896,7 +1896,7 @@ export const FormatsData = {
|
|
|
1896
1896
|
ludicolo: {
|
|
1897
1897
|
isNonstandard: "Past",
|
|
1898
1898
|
tier: "Illegal",
|
|
1899
|
-
natDexTier: "
|
|
1899
|
+
natDexTier: "RU",
|
|
1900
1900
|
},
|
|
1901
1901
|
seedot: {
|
|
1902
1902
|
isNonstandard: "Past",
|
|
@@ -1911,7 +1911,7 @@ export const FormatsData = {
|
|
|
1911
1911
|
shiftry: {
|
|
1912
1912
|
isNonstandard: "Past",
|
|
1913
1913
|
tier: "Illegal",
|
|
1914
|
-
natDexTier: "
|
|
1914
|
+
natDexTier: "RU",
|
|
1915
1915
|
},
|
|
1916
1916
|
taillow: {
|
|
1917
1917
|
isNonstandard: "Past",
|
|
@@ -1928,8 +1928,8 @@ export const FormatsData = {
|
|
|
1928
1928
|
},
|
|
1929
1929
|
pelipper: {
|
|
1930
1930
|
tier: "UU",
|
|
1931
|
-
doublesTier: "
|
|
1932
|
-
natDexTier: "
|
|
1931
|
+
doublesTier: "DOU",
|
|
1932
|
+
natDexTier: "OU",
|
|
1933
1933
|
},
|
|
1934
1934
|
ralts: {
|
|
1935
1935
|
tier: "LC",
|
|
@@ -1938,40 +1938,40 @@ export const FormatsData = {
|
|
|
1938
1938
|
tier: "NFE",
|
|
1939
1939
|
},
|
|
1940
1940
|
gardevoir: {
|
|
1941
|
-
tier: "
|
|
1941
|
+
tier: "RU",
|
|
1942
1942
|
doublesTier: "DUU",
|
|
1943
|
-
natDexTier: "
|
|
1943
|
+
natDexTier: "RU",
|
|
1944
1944
|
},
|
|
1945
1945
|
gardevoirmega: {
|
|
1946
1946
|
isNonstandard: "Past",
|
|
1947
1947
|
tier: "Illegal",
|
|
1948
|
-
natDexTier: "
|
|
1948
|
+
natDexTier: "RU",
|
|
1949
1949
|
},
|
|
1950
1950
|
gallade: {
|
|
1951
1951
|
tier: "UU",
|
|
1952
1952
|
doublesTier: "DUU",
|
|
1953
|
-
natDexTier: "
|
|
1953
|
+
natDexTier: "RU",
|
|
1954
1954
|
},
|
|
1955
1955
|
gallademega: {
|
|
1956
1956
|
isNonstandard: "Past",
|
|
1957
1957
|
tier: "Illegal",
|
|
1958
|
-
natDexTier: "
|
|
1958
|
+
natDexTier: "RU",
|
|
1959
1959
|
},
|
|
1960
1960
|
surskit: {
|
|
1961
1961
|
tier: "LC",
|
|
1962
1962
|
},
|
|
1963
1963
|
masquerain: {
|
|
1964
|
-
tier: "
|
|
1965
|
-
doublesTier: "DUU",
|
|
1966
|
-
natDexTier: "
|
|
1964
|
+
tier: "RU",
|
|
1965
|
+
doublesTier: "(DUU)",
|
|
1966
|
+
natDexTier: "RU",
|
|
1967
1967
|
},
|
|
1968
1968
|
shroomish: {
|
|
1969
1969
|
tier: "LC",
|
|
1970
1970
|
},
|
|
1971
1971
|
breloom: {
|
|
1972
1972
|
tier: "OU",
|
|
1973
|
-
doublesTier: "DUU",
|
|
1974
|
-
natDexTier: "
|
|
1973
|
+
doublesTier: "(DUU)",
|
|
1974
|
+
natDexTier: "RU",
|
|
1975
1975
|
},
|
|
1976
1976
|
slakoth: {
|
|
1977
1977
|
tier: "LC",
|
|
@@ -1980,9 +1980,9 @@ export const FormatsData = {
|
|
|
1980
1980
|
tier: "NFE",
|
|
1981
1981
|
},
|
|
1982
1982
|
slaking: {
|
|
1983
|
-
tier: "
|
|
1983
|
+
tier: "RU",
|
|
1984
1984
|
doublesTier: "DUU",
|
|
1985
|
-
natDexTier: "
|
|
1985
|
+
natDexTier: "RU",
|
|
1986
1986
|
},
|
|
1987
1987
|
nincada: {
|
|
1988
1988
|
isNonstandard: "Past",
|
|
@@ -1992,12 +1992,12 @@ export const FormatsData = {
|
|
|
1992
1992
|
ninjask: {
|
|
1993
1993
|
isNonstandard: "Past",
|
|
1994
1994
|
tier: "Illegal",
|
|
1995
|
-
natDexTier: "
|
|
1995
|
+
natDexTier: "RU",
|
|
1996
1996
|
},
|
|
1997
1997
|
shedinja: {
|
|
1998
1998
|
isNonstandard: "Past",
|
|
1999
1999
|
tier: "Illegal",
|
|
2000
|
-
natDexTier: "
|
|
2000
|
+
natDexTier: "AG",
|
|
2001
2001
|
},
|
|
2002
2002
|
whismur: {
|
|
2003
2003
|
isNonstandard: "Past",
|
|
@@ -2012,15 +2012,15 @@ export const FormatsData = {
|
|
|
2012
2012
|
exploud: {
|
|
2013
2013
|
isNonstandard: "Past",
|
|
2014
2014
|
tier: "Illegal",
|
|
2015
|
-
natDexTier: "
|
|
2015
|
+
natDexTier: "RU",
|
|
2016
2016
|
},
|
|
2017
2017
|
makuhita: {
|
|
2018
2018
|
tier: "LC",
|
|
2019
2019
|
},
|
|
2020
2020
|
hariyama: {
|
|
2021
|
-
tier: "
|
|
2021
|
+
tier: "RU",
|
|
2022
2022
|
doublesTier: "DUU",
|
|
2023
|
-
natDexTier: "
|
|
2023
|
+
natDexTier: "RU",
|
|
2024
2024
|
},
|
|
2025
2025
|
nosepass: {
|
|
2026
2026
|
isNonstandard: "Past",
|
|
@@ -2030,7 +2030,7 @@ export const FormatsData = {
|
|
|
2030
2030
|
probopass: {
|
|
2031
2031
|
isNonstandard: "Past",
|
|
2032
2032
|
tier: "Illegal",
|
|
2033
|
-
natDexTier: "
|
|
2033
|
+
natDexTier: "RU",
|
|
2034
2034
|
},
|
|
2035
2035
|
skitty: {
|
|
2036
2036
|
isNonstandard: "Past",
|
|
@@ -2040,27 +2040,27 @@ export const FormatsData = {
|
|
|
2040
2040
|
delcatty: {
|
|
2041
2041
|
isNonstandard: "Past",
|
|
2042
2042
|
tier: "Illegal",
|
|
2043
|
-
natDexTier: "
|
|
2043
|
+
natDexTier: "RU",
|
|
2044
2044
|
},
|
|
2045
2045
|
sableye: {
|
|
2046
|
-
tier: "
|
|
2047
|
-
doublesTier: "
|
|
2048
|
-
natDexTier: "
|
|
2046
|
+
tier: "RU",
|
|
2047
|
+
doublesTier: "DOU",
|
|
2048
|
+
natDexTier: "RU",
|
|
2049
2049
|
},
|
|
2050
2050
|
sableyemega: {
|
|
2051
2051
|
isNonstandard: "Past",
|
|
2052
2052
|
tier: "Illegal",
|
|
2053
|
-
natDexTier: "
|
|
2053
|
+
natDexTier: "RU",
|
|
2054
2054
|
},
|
|
2055
2055
|
mawile: {
|
|
2056
2056
|
isNonstandard: "Past",
|
|
2057
2057
|
tier: "Illegal",
|
|
2058
|
-
natDexTier: "
|
|
2058
|
+
natDexTier: "RU",
|
|
2059
2059
|
},
|
|
2060
2060
|
mawilemega: {
|
|
2061
2061
|
isNonstandard: "Past",
|
|
2062
2062
|
tier: "Illegal",
|
|
2063
|
-
natDexTier: "
|
|
2063
|
+
natDexTier: "RU",
|
|
2064
2064
|
},
|
|
2065
2065
|
aron: {
|
|
2066
2066
|
isNonstandard: "Past",
|
|
@@ -2075,20 +2075,20 @@ export const FormatsData = {
|
|
|
2075
2075
|
aggron: {
|
|
2076
2076
|
isNonstandard: "Past",
|
|
2077
2077
|
tier: "Illegal",
|
|
2078
|
-
natDexTier: "
|
|
2078
|
+
natDexTier: "RU",
|
|
2079
2079
|
},
|
|
2080
2080
|
aggronmega: {
|
|
2081
2081
|
isNonstandard: "Past",
|
|
2082
2082
|
tier: "Illegal",
|
|
2083
|
-
natDexTier: "
|
|
2083
|
+
natDexTier: "RU",
|
|
2084
2084
|
},
|
|
2085
2085
|
meditite: {
|
|
2086
2086
|
tier: "NFE",
|
|
2087
2087
|
},
|
|
2088
2088
|
medicham: {
|
|
2089
|
-
tier: "
|
|
2090
|
-
doublesTier: "DUU",
|
|
2091
|
-
natDexTier: "
|
|
2089
|
+
tier: "RU",
|
|
2090
|
+
doublesTier: "(DUU)",
|
|
2091
|
+
natDexTier: "RU",
|
|
2092
2092
|
},
|
|
2093
2093
|
medichammega: {
|
|
2094
2094
|
isNonstandard: "Past",
|
|
@@ -2103,7 +2103,7 @@ export const FormatsData = {
|
|
|
2103
2103
|
manectric: {
|
|
2104
2104
|
isNonstandard: "Past",
|
|
2105
2105
|
tier: "Illegal",
|
|
2106
|
-
natDexTier: "
|
|
2106
|
+
natDexTier: "RU",
|
|
2107
2107
|
},
|
|
2108
2108
|
manectricmega: {
|
|
2109
2109
|
isNonstandard: "Past",
|
|
@@ -2113,22 +2113,22 @@ export const FormatsData = {
|
|
|
2113
2113
|
plusle: {
|
|
2114
2114
|
isNonstandard: "Past",
|
|
2115
2115
|
tier: "Illegal",
|
|
2116
|
-
natDexTier: "
|
|
2116
|
+
natDexTier: "RU",
|
|
2117
2117
|
},
|
|
2118
2118
|
minun: {
|
|
2119
2119
|
isNonstandard: "Past",
|
|
2120
2120
|
tier: "Illegal",
|
|
2121
|
-
natDexTier: "
|
|
2121
|
+
natDexTier: "RU",
|
|
2122
2122
|
},
|
|
2123
2123
|
volbeat: {
|
|
2124
2124
|
isNonstandard: "Past",
|
|
2125
2125
|
tier: "Illegal",
|
|
2126
|
-
natDexTier: "
|
|
2126
|
+
natDexTier: "RU",
|
|
2127
2127
|
},
|
|
2128
2128
|
illumise: {
|
|
2129
2129
|
isNonstandard: "Past",
|
|
2130
2130
|
tier: "Illegal",
|
|
2131
|
-
natDexTier: "
|
|
2131
|
+
natDexTier: "RU",
|
|
2132
2132
|
},
|
|
2133
2133
|
budew: {
|
|
2134
2134
|
isNonstandard: "Past",
|
|
@@ -2143,15 +2143,15 @@ export const FormatsData = {
|
|
|
2143
2143
|
roserade: {
|
|
2144
2144
|
isNonstandard: "Past",
|
|
2145
2145
|
tier: "Illegal",
|
|
2146
|
-
natDexTier: "
|
|
2146
|
+
natDexTier: "RU",
|
|
2147
2147
|
},
|
|
2148
2148
|
gulpin: {
|
|
2149
2149
|
tier: "LC",
|
|
2150
2150
|
},
|
|
2151
2151
|
swalot: {
|
|
2152
|
-
tier: "
|
|
2153
|
-
doublesTier: "DUU",
|
|
2154
|
-
natDexTier: "
|
|
2152
|
+
tier: "RU",
|
|
2153
|
+
doublesTier: "(DUU)",
|
|
2154
|
+
natDexTier: "RU",
|
|
2155
2155
|
},
|
|
2156
2156
|
carvanha: {
|
|
2157
2157
|
isNonstandard: "Past",
|
|
@@ -2161,12 +2161,12 @@ export const FormatsData = {
|
|
|
2161
2161
|
sharpedo: {
|
|
2162
2162
|
isNonstandard: "Past",
|
|
2163
2163
|
tier: "Illegal",
|
|
2164
|
-
natDexTier: "
|
|
2164
|
+
natDexTier: "RU",
|
|
2165
2165
|
},
|
|
2166
2166
|
sharpedomega: {
|
|
2167
2167
|
isNonstandard: "Past",
|
|
2168
2168
|
tier: "Illegal",
|
|
2169
|
-
natDexTier: "
|
|
2169
|
+
natDexTier: "RU",
|
|
2170
2170
|
},
|
|
2171
2171
|
wailmer: {
|
|
2172
2172
|
isNonstandard: "Past",
|
|
@@ -2176,38 +2176,38 @@ export const FormatsData = {
|
|
|
2176
2176
|
wailord: {
|
|
2177
2177
|
isNonstandard: "Past",
|
|
2178
2178
|
tier: "Illegal",
|
|
2179
|
-
natDexTier: "
|
|
2179
|
+
natDexTier: "RU",
|
|
2180
2180
|
},
|
|
2181
2181
|
numel: {
|
|
2182
2182
|
tier: "LC",
|
|
2183
2183
|
},
|
|
2184
2184
|
camerupt: {
|
|
2185
|
-
tier: "
|
|
2186
|
-
doublesTier: "DUU",
|
|
2187
|
-
natDexTier: "
|
|
2185
|
+
tier: "RU",
|
|
2186
|
+
doublesTier: "(DUU)",
|
|
2187
|
+
natDexTier: "RU",
|
|
2188
2188
|
},
|
|
2189
2189
|
cameruptmega: {
|
|
2190
2190
|
isNonstandard: "Past",
|
|
2191
2191
|
tier: "Illegal",
|
|
2192
|
-
natDexTier: "
|
|
2192
|
+
natDexTier: "RU",
|
|
2193
2193
|
},
|
|
2194
2194
|
torkoal: {
|
|
2195
2195
|
tier: "OU",
|
|
2196
2196
|
doublesTier: "DOU",
|
|
2197
|
-
natDexTier: "
|
|
2197
|
+
natDexTier: "OU",
|
|
2198
2198
|
},
|
|
2199
2199
|
spoink: {
|
|
2200
2200
|
tier: "LC",
|
|
2201
2201
|
},
|
|
2202
2202
|
grumpig: {
|
|
2203
|
-
tier: "
|
|
2204
|
-
doublesTier: "DUU",
|
|
2205
|
-
natDexTier: "
|
|
2203
|
+
tier: "RU",
|
|
2204
|
+
doublesTier: "(DUU)",
|
|
2205
|
+
natDexTier: "RU",
|
|
2206
2206
|
},
|
|
2207
2207
|
spinda: {
|
|
2208
2208
|
isNonstandard: "Past",
|
|
2209
2209
|
tier: "Illegal",
|
|
2210
|
-
natDexTier: "
|
|
2210
|
+
natDexTier: "RU",
|
|
2211
2211
|
},
|
|
2212
2212
|
trapinch: {
|
|
2213
2213
|
isNonstandard: "Past",
|
|
@@ -2222,56 +2222,56 @@ export const FormatsData = {
|
|
|
2222
2222
|
flygon: {
|
|
2223
2223
|
isNonstandard: "Past",
|
|
2224
2224
|
tier: "Illegal",
|
|
2225
|
-
natDexTier: "
|
|
2225
|
+
natDexTier: "RU",
|
|
2226
2226
|
},
|
|
2227
2227
|
cacnea: {
|
|
2228
2228
|
tier: "LC",
|
|
2229
2229
|
},
|
|
2230
2230
|
cacturne: {
|
|
2231
|
-
tier: "
|
|
2232
|
-
doublesTier: "DUU",
|
|
2233
|
-
natDexTier: "
|
|
2231
|
+
tier: "RU",
|
|
2232
|
+
doublesTier: "(DUU)",
|
|
2233
|
+
natDexTier: "RU",
|
|
2234
2234
|
},
|
|
2235
2235
|
swablu: {
|
|
2236
2236
|
tier: "LC",
|
|
2237
2237
|
},
|
|
2238
2238
|
altaria: {
|
|
2239
|
-
tier: "
|
|
2240
|
-
doublesTier: "DUU",
|
|
2241
|
-
natDexTier: "
|
|
2239
|
+
tier: "RU",
|
|
2240
|
+
doublesTier: "(DUU)",
|
|
2241
|
+
natDexTier: "RU",
|
|
2242
2242
|
},
|
|
2243
2243
|
altariamega: {
|
|
2244
2244
|
isNonstandard: "Past",
|
|
2245
2245
|
tier: "Illegal",
|
|
2246
|
-
natDexTier: "
|
|
2246
|
+
natDexTier: "RU",
|
|
2247
2247
|
},
|
|
2248
2248
|
zangoose: {
|
|
2249
|
-
tier: "
|
|
2250
|
-
doublesTier: "DUU",
|
|
2251
|
-
natDexTier: "
|
|
2249
|
+
tier: "RU",
|
|
2250
|
+
doublesTier: "(DUU)",
|
|
2251
|
+
natDexTier: "RU",
|
|
2252
2252
|
},
|
|
2253
2253
|
seviper: {
|
|
2254
|
-
tier: "
|
|
2255
|
-
doublesTier: "DUU",
|
|
2256
|
-
natDexTier: "
|
|
2254
|
+
tier: "RU",
|
|
2255
|
+
doublesTier: "(DUU)",
|
|
2256
|
+
natDexTier: "RU",
|
|
2257
2257
|
},
|
|
2258
2258
|
lunatone: {
|
|
2259
2259
|
isNonstandard: "Past",
|
|
2260
2260
|
tier: "Illegal",
|
|
2261
|
-
natDexTier: "
|
|
2261
|
+
natDexTier: "RU",
|
|
2262
2262
|
},
|
|
2263
2263
|
solrock: {
|
|
2264
2264
|
isNonstandard: "Past",
|
|
2265
2265
|
tier: "Illegal",
|
|
2266
|
-
natDexTier: "
|
|
2266
|
+
natDexTier: "RU",
|
|
2267
2267
|
},
|
|
2268
2268
|
barboach: {
|
|
2269
2269
|
tier: "LC",
|
|
2270
2270
|
},
|
|
2271
2271
|
whiscash: {
|
|
2272
|
-
tier: "
|
|
2273
|
-
doublesTier: "DUU",
|
|
2274
|
-
natDexTier: "
|
|
2272
|
+
tier: "RU",
|
|
2273
|
+
doublesTier: "(DUU)",
|
|
2274
|
+
natDexTier: "RU",
|
|
2275
2275
|
},
|
|
2276
2276
|
corphish: {
|
|
2277
2277
|
isNonstandard: "Past",
|
|
@@ -2291,7 +2291,7 @@ export const FormatsData = {
|
|
|
2291
2291
|
claydol: {
|
|
2292
2292
|
isNonstandard: "Past",
|
|
2293
2293
|
tier: "Illegal",
|
|
2294
|
-
natDexTier: "
|
|
2294
|
+
natDexTier: "RU",
|
|
2295
2295
|
},
|
|
2296
2296
|
lileep: {
|
|
2297
2297
|
isNonstandard: "Past",
|
|
@@ -2301,7 +2301,7 @@ export const FormatsData = {
|
|
|
2301
2301
|
cradily: {
|
|
2302
2302
|
isNonstandard: "Past",
|
|
2303
2303
|
tier: "Illegal",
|
|
2304
|
-
natDexTier: "
|
|
2304
|
+
natDexTier: "RU",
|
|
2305
2305
|
},
|
|
2306
2306
|
anorith: {
|
|
2307
2307
|
isNonstandard: "Past",
|
|
@@ -2311,7 +2311,7 @@ export const FormatsData = {
|
|
|
2311
2311
|
armaldo: {
|
|
2312
2312
|
isNonstandard: "Past",
|
|
2313
2313
|
tier: "Illegal",
|
|
2314
|
-
natDexTier: "
|
|
2314
|
+
natDexTier: "RU",
|
|
2315
2315
|
},
|
|
2316
2316
|
feebas: {
|
|
2317
2317
|
isNonstandard: "Past",
|
|
@@ -2321,12 +2321,12 @@ export const FormatsData = {
|
|
|
2321
2321
|
milotic: {
|
|
2322
2322
|
isNonstandard: "Past",
|
|
2323
2323
|
tier: "Illegal",
|
|
2324
|
-
natDexTier: "
|
|
2324
|
+
natDexTier: "RU",
|
|
2325
2325
|
},
|
|
2326
2326
|
castform: {
|
|
2327
2327
|
isNonstandard: "Past",
|
|
2328
2328
|
tier: "Illegal",
|
|
2329
|
-
natDexTier: "
|
|
2329
|
+
natDexTier: "RU",
|
|
2330
2330
|
},
|
|
2331
2331
|
castformsunny: {
|
|
2332
2332
|
isNonstandard: "Past",
|
|
@@ -2340,20 +2340,20 @@ export const FormatsData = {
|
|
|
2340
2340
|
kecleon: {
|
|
2341
2341
|
isNonstandard: "Past",
|
|
2342
2342
|
tier: "Illegal",
|
|
2343
|
-
natDexTier: "
|
|
2343
|
+
natDexTier: "RU",
|
|
2344
2344
|
},
|
|
2345
2345
|
shuppet: {
|
|
2346
2346
|
tier: "LC",
|
|
2347
2347
|
},
|
|
2348
2348
|
banette: {
|
|
2349
|
-
tier: "
|
|
2350
|
-
doublesTier: "DUU",
|
|
2351
|
-
natDexTier: "
|
|
2349
|
+
tier: "RU",
|
|
2350
|
+
doublesTier: "(DUU)",
|
|
2351
|
+
natDexTier: "RU",
|
|
2352
2352
|
},
|
|
2353
2353
|
banettemega: {
|
|
2354
2354
|
isNonstandard: "Past",
|
|
2355
2355
|
tier: "Illegal",
|
|
2356
|
-
natDexTier: "
|
|
2356
|
+
natDexTier: "RU",
|
|
2357
2357
|
},
|
|
2358
2358
|
duskull: {
|
|
2359
2359
|
isNonstandard: "Past",
|
|
@@ -2368,12 +2368,12 @@ export const FormatsData = {
|
|
|
2368
2368
|
dusknoir: {
|
|
2369
2369
|
isNonstandard: "Past",
|
|
2370
2370
|
tier: "Illegal",
|
|
2371
|
-
natDexTier: "
|
|
2371
|
+
natDexTier: "RU",
|
|
2372
2372
|
},
|
|
2373
2373
|
tropius: {
|
|
2374
|
-
tier: "
|
|
2375
|
-
doublesTier: "DUU",
|
|
2376
|
-
natDexTier: "
|
|
2374
|
+
tier: "RU",
|
|
2375
|
+
doublesTier: "(DUU)",
|
|
2376
|
+
natDexTier: "RU",
|
|
2377
2377
|
},
|
|
2378
2378
|
chingling: {
|
|
2379
2379
|
isNonstandard: "Past",
|
|
@@ -2383,35 +2383,35 @@ export const FormatsData = {
|
|
|
2383
2383
|
chimecho: {
|
|
2384
2384
|
isNonstandard: "Past",
|
|
2385
2385
|
tier: "Illegal",
|
|
2386
|
-
natDexTier: "
|
|
2386
|
+
natDexTier: "RU",
|
|
2387
2387
|
},
|
|
2388
2388
|
absol: {
|
|
2389
2389
|
isNonstandard: "Past",
|
|
2390
2390
|
tier: "Illegal",
|
|
2391
|
-
natDexTier: "
|
|
2391
|
+
natDexTier: "RU",
|
|
2392
2392
|
},
|
|
2393
2393
|
absolmega: {
|
|
2394
2394
|
isNonstandard: "Past",
|
|
2395
2395
|
tier: "Illegal",
|
|
2396
|
-
natDexTier: "
|
|
2396
|
+
natDexTier: "RU",
|
|
2397
2397
|
},
|
|
2398
2398
|
snorunt: {
|
|
2399
2399
|
tier: "LC",
|
|
2400
2400
|
},
|
|
2401
2401
|
glalie: {
|
|
2402
|
-
tier: "
|
|
2403
|
-
doublesTier: "DUU",
|
|
2404
|
-
natDexTier: "
|
|
2402
|
+
tier: "RU",
|
|
2403
|
+
doublesTier: "(DUU)",
|
|
2404
|
+
natDexTier: "RU",
|
|
2405
2405
|
},
|
|
2406
2406
|
glaliemega: {
|
|
2407
2407
|
isNonstandard: "Past",
|
|
2408
2408
|
tier: "Illegal",
|
|
2409
|
-
natDexTier: "
|
|
2409
|
+
natDexTier: "RU",
|
|
2410
2410
|
},
|
|
2411
2411
|
froslass: {
|
|
2412
|
-
tier: "
|
|
2413
|
-
doublesTier: "DUU",
|
|
2414
|
-
natDexTier: "
|
|
2412
|
+
tier: "RU",
|
|
2413
|
+
doublesTier: "(DUU)",
|
|
2414
|
+
natDexTier: "RU",
|
|
2415
2415
|
},
|
|
2416
2416
|
spheal: {
|
|
2417
2417
|
isNonstandard: "Past",
|
|
@@ -2426,7 +2426,7 @@ export const FormatsData = {
|
|
|
2426
2426
|
walrein: {
|
|
2427
2427
|
isNonstandard: "Past",
|
|
2428
2428
|
tier: "Illegal",
|
|
2429
|
-
natDexTier: "
|
|
2429
|
+
natDexTier: "RU",
|
|
2430
2430
|
},
|
|
2431
2431
|
clamperl: {
|
|
2432
2432
|
isNonstandard: "Past",
|
|
@@ -2436,22 +2436,22 @@ export const FormatsData = {
|
|
|
2436
2436
|
huntail: {
|
|
2437
2437
|
isNonstandard: "Past",
|
|
2438
2438
|
tier: "Illegal",
|
|
2439
|
-
natDexTier: "
|
|
2439
|
+
natDexTier: "RU",
|
|
2440
2440
|
},
|
|
2441
2441
|
gorebyss: {
|
|
2442
2442
|
isNonstandard: "Past",
|
|
2443
2443
|
tier: "Illegal",
|
|
2444
|
-
natDexTier: "
|
|
2444
|
+
natDexTier: "RU",
|
|
2445
2445
|
},
|
|
2446
2446
|
relicanth: {
|
|
2447
2447
|
isNonstandard: "Past",
|
|
2448
2448
|
tier: "Illegal",
|
|
2449
|
-
natDexTier: "
|
|
2449
|
+
natDexTier: "RU",
|
|
2450
2450
|
},
|
|
2451
2451
|
luvdisc: {
|
|
2452
|
-
tier: "
|
|
2453
|
-
doublesTier: "DUU",
|
|
2454
|
-
natDexTier: "
|
|
2452
|
+
tier: "RU",
|
|
2453
|
+
doublesTier: "(DUU)",
|
|
2454
|
+
natDexTier: "RU",
|
|
2455
2455
|
},
|
|
2456
2456
|
bagon: {
|
|
2457
2457
|
tier: "LC",
|
|
@@ -2462,7 +2462,7 @@ export const FormatsData = {
|
|
|
2462
2462
|
salamence: {
|
|
2463
2463
|
tier: "UU",
|
|
2464
2464
|
doublesTier: "DUU",
|
|
2465
|
-
natDexTier: "
|
|
2465
|
+
natDexTier: "RU",
|
|
2466
2466
|
},
|
|
2467
2467
|
salamencemega: {
|
|
2468
2468
|
isNonstandard: "Past",
|
|
@@ -2482,7 +2482,7 @@ export const FormatsData = {
|
|
|
2482
2482
|
metagross: {
|
|
2483
2483
|
isNonstandard: "Past",
|
|
2484
2484
|
tier: "Illegal",
|
|
2485
|
-
natDexTier: "
|
|
2485
|
+
natDexTier: "RU",
|
|
2486
2486
|
},
|
|
2487
2487
|
metagrossmega: {
|
|
2488
2488
|
isNonstandard: "Past",
|
|
@@ -2492,37 +2492,37 @@ export const FormatsData = {
|
|
|
2492
2492
|
regirock: {
|
|
2493
2493
|
isNonstandard: "Past",
|
|
2494
2494
|
tier: "Illegal",
|
|
2495
|
-
natDexTier: "
|
|
2495
|
+
natDexTier: "RU",
|
|
2496
2496
|
},
|
|
2497
2497
|
regice: {
|
|
2498
2498
|
isNonstandard: "Past",
|
|
2499
2499
|
tier: "Illegal",
|
|
2500
|
-
natDexTier: "
|
|
2500
|
+
natDexTier: "RU",
|
|
2501
2501
|
},
|
|
2502
2502
|
registeel: {
|
|
2503
2503
|
isNonstandard: "Past",
|
|
2504
2504
|
tier: "Illegal",
|
|
2505
|
-
natDexTier: "
|
|
2505
|
+
natDexTier: "RU",
|
|
2506
2506
|
},
|
|
2507
2507
|
latias: {
|
|
2508
2508
|
isNonstandard: "Past",
|
|
2509
2509
|
tier: "Illegal",
|
|
2510
|
-
natDexTier: "
|
|
2510
|
+
natDexTier: "RU",
|
|
2511
2511
|
},
|
|
2512
2512
|
latiasmega: {
|
|
2513
2513
|
isNonstandard: "Past",
|
|
2514
2514
|
tier: "Illegal",
|
|
2515
|
-
natDexTier: "
|
|
2515
|
+
natDexTier: "RU",
|
|
2516
2516
|
},
|
|
2517
2517
|
latios: {
|
|
2518
2518
|
isNonstandard: "Past",
|
|
2519
2519
|
tier: "Illegal",
|
|
2520
|
-
natDexTier: "
|
|
2520
|
+
natDexTier: "RU",
|
|
2521
2521
|
},
|
|
2522
2522
|
latiosmega: {
|
|
2523
2523
|
isNonstandard: "Past",
|
|
2524
2524
|
tier: "Illegal",
|
|
2525
|
-
natDexTier: "
|
|
2525
|
+
natDexTier: "RU",
|
|
2526
2526
|
},
|
|
2527
2527
|
kyogre: {
|
|
2528
2528
|
isNonstandard: "Unobtainable",
|
|
@@ -2552,12 +2552,12 @@ export const FormatsData = {
|
|
|
2552
2552
|
rayquazamega: {
|
|
2553
2553
|
isNonstandard: "Past",
|
|
2554
2554
|
tier: "Illegal",
|
|
2555
|
-
natDexTier: "
|
|
2555
|
+
natDexTier: "AG",
|
|
2556
2556
|
},
|
|
2557
2557
|
jirachi: {
|
|
2558
2558
|
isNonstandard: "Past",
|
|
2559
2559
|
tier: "Illegal",
|
|
2560
|
-
natDexTier: "
|
|
2560
|
+
natDexTier: "RU",
|
|
2561
2561
|
},
|
|
2562
2562
|
deoxys: {
|
|
2563
2563
|
isNonstandard: "Past",
|
|
@@ -2572,7 +2572,7 @@ export const FormatsData = {
|
|
|
2572
2572
|
deoxysdefense: {
|
|
2573
2573
|
isNonstandard: "Past",
|
|
2574
2574
|
tier: "Illegal",
|
|
2575
|
-
natDexTier: "
|
|
2575
|
+
natDexTier: "RU",
|
|
2576
2576
|
},
|
|
2577
2577
|
deoxysspeed: {
|
|
2578
2578
|
isNonstandard: "Past",
|
|
@@ -2592,7 +2592,7 @@ export const FormatsData = {
|
|
|
2592
2592
|
torterra: {
|
|
2593
2593
|
isNonstandard: "Past",
|
|
2594
2594
|
tier: "Illegal",
|
|
2595
|
-
natDexTier: "
|
|
2595
|
+
natDexTier: "RU",
|
|
2596
2596
|
},
|
|
2597
2597
|
chimchar: {
|
|
2598
2598
|
isNonstandard: "Past",
|
|
@@ -2607,7 +2607,7 @@ export const FormatsData = {
|
|
|
2607
2607
|
infernape: {
|
|
2608
2608
|
isNonstandard: "Past",
|
|
2609
2609
|
tier: "Illegal",
|
|
2610
|
-
natDexTier: "
|
|
2610
|
+
natDexTier: "RU",
|
|
2611
2611
|
},
|
|
2612
2612
|
piplup: {
|
|
2613
2613
|
isNonstandard: "Past",
|
|
@@ -2622,7 +2622,7 @@ export const FormatsData = {
|
|
|
2622
2622
|
empoleon: {
|
|
2623
2623
|
isNonstandard: "Past",
|
|
2624
2624
|
tier: "Illegal",
|
|
2625
|
-
natDexTier: "
|
|
2625
|
+
natDexTier: "RU",
|
|
2626
2626
|
},
|
|
2627
2627
|
starly: {
|
|
2628
2628
|
tier: "LC",
|
|
@@ -2632,8 +2632,8 @@ export const FormatsData = {
|
|
|
2632
2632
|
},
|
|
2633
2633
|
staraptor: {
|
|
2634
2634
|
tier: "UU",
|
|
2635
|
-
doublesTier: "DUU",
|
|
2636
|
-
natDexTier: "
|
|
2635
|
+
doublesTier: "(DUU)",
|
|
2636
|
+
natDexTier: "RU",
|
|
2637
2637
|
},
|
|
2638
2638
|
bidoof: {
|
|
2639
2639
|
isNonstandard: "Past",
|
|
@@ -2643,15 +2643,15 @@ export const FormatsData = {
|
|
|
2643
2643
|
bibarel: {
|
|
2644
2644
|
isNonstandard: "Past",
|
|
2645
2645
|
tier: "Illegal",
|
|
2646
|
-
natDexTier: "
|
|
2646
|
+
natDexTier: "RU",
|
|
2647
2647
|
},
|
|
2648
2648
|
kricketot: {
|
|
2649
2649
|
tier: "LC",
|
|
2650
2650
|
},
|
|
2651
2651
|
kricketune: {
|
|
2652
|
-
tier: "
|
|
2653
|
-
doublesTier: "DUU",
|
|
2654
|
-
natDexTier: "
|
|
2652
|
+
tier: "RU",
|
|
2653
|
+
doublesTier: "(DUU)",
|
|
2654
|
+
natDexTier: "RU",
|
|
2655
2655
|
},
|
|
2656
2656
|
shinx: {
|
|
2657
2657
|
tier: "LC",
|
|
@@ -2660,9 +2660,9 @@ export const FormatsData = {
|
|
|
2660
2660
|
tier: "NFE",
|
|
2661
2661
|
},
|
|
2662
2662
|
luxray: {
|
|
2663
|
-
tier: "
|
|
2664
|
-
doublesTier: "DUU",
|
|
2665
|
-
natDexTier: "
|
|
2663
|
+
tier: "RU",
|
|
2664
|
+
doublesTier: "(DUU)",
|
|
2665
|
+
natDexTier: "RU",
|
|
2666
2666
|
},
|
|
2667
2667
|
cranidos: {
|
|
2668
2668
|
isNonstandard: "Past",
|
|
@@ -2672,7 +2672,7 @@ export const FormatsData = {
|
|
|
2672
2672
|
rampardos: {
|
|
2673
2673
|
isNonstandard: "Past",
|
|
2674
2674
|
tier: "Illegal",
|
|
2675
|
-
natDexTier: "
|
|
2675
|
+
natDexTier: "RU",
|
|
2676
2676
|
},
|
|
2677
2677
|
shieldon: {
|
|
2678
2678
|
isNonstandard: "Past",
|
|
@@ -2682,7 +2682,7 @@ export const FormatsData = {
|
|
|
2682
2682
|
bastiodon: {
|
|
2683
2683
|
isNonstandard: "Past",
|
|
2684
2684
|
tier: "Illegal",
|
|
2685
|
-
natDexTier: "
|
|
2685
|
+
natDexTier: "RU",
|
|
2686
2686
|
},
|
|
2687
2687
|
burmy: {
|
|
2688
2688
|
isNonstandard: "Past",
|
|
@@ -2692,43 +2692,43 @@ export const FormatsData = {
|
|
|
2692
2692
|
wormadam: {
|
|
2693
2693
|
isNonstandard: "Past",
|
|
2694
2694
|
tier: "Illegal",
|
|
2695
|
-
natDexTier: "
|
|
2695
|
+
natDexTier: "RU",
|
|
2696
2696
|
},
|
|
2697
2697
|
wormadamsandy: {
|
|
2698
2698
|
isNonstandard: "Past",
|
|
2699
2699
|
tier: "Illegal",
|
|
2700
|
-
natDexTier: "
|
|
2700
|
+
natDexTier: "RU",
|
|
2701
2701
|
},
|
|
2702
2702
|
wormadamtrash: {
|
|
2703
2703
|
isNonstandard: "Past",
|
|
2704
2704
|
tier: "Illegal",
|
|
2705
|
-
natDexTier: "
|
|
2705
|
+
natDexTier: "RU",
|
|
2706
2706
|
},
|
|
2707
2707
|
mothim: {
|
|
2708
2708
|
isNonstandard: "Past",
|
|
2709
2709
|
tier: "Illegal",
|
|
2710
|
-
natDexTier: "
|
|
2710
|
+
natDexTier: "RU",
|
|
2711
2711
|
},
|
|
2712
2712
|
combee: {
|
|
2713
2713
|
tier: "LC",
|
|
2714
2714
|
},
|
|
2715
2715
|
vespiquen: {
|
|
2716
|
-
tier: "
|
|
2717
|
-
doublesTier: "DUU",
|
|
2718
|
-
natDexTier: "
|
|
2716
|
+
tier: "RU",
|
|
2717
|
+
doublesTier: "(DUU)",
|
|
2718
|
+
natDexTier: "RU",
|
|
2719
2719
|
},
|
|
2720
2720
|
pachirisu: {
|
|
2721
|
-
tier: "
|
|
2721
|
+
tier: "RU",
|
|
2722
2722
|
doublesTier: "DUU",
|
|
2723
|
-
natDexTier: "
|
|
2723
|
+
natDexTier: "RU",
|
|
2724
2724
|
},
|
|
2725
2725
|
buizel: {
|
|
2726
2726
|
tier: "LC",
|
|
2727
2727
|
},
|
|
2728
2728
|
floatzel: {
|
|
2729
2729
|
tier: "UU",
|
|
2730
|
-
doublesTier: "DUU",
|
|
2731
|
-
natDexTier: "
|
|
2730
|
+
doublesTier: "(DUU)",
|
|
2731
|
+
natDexTier: "RU",
|
|
2732
2732
|
},
|
|
2733
2733
|
cherubi: {
|
|
2734
2734
|
isNonstandard: "Past",
|
|
@@ -2738,7 +2738,7 @@ export const FormatsData = {
|
|
|
2738
2738
|
cherrim: {
|
|
2739
2739
|
isNonstandard: "Past",
|
|
2740
2740
|
tier: "Illegal",
|
|
2741
|
-
natDexTier: "
|
|
2741
|
+
natDexTier: "RU",
|
|
2742
2742
|
},
|
|
2743
2743
|
cherrimsunshine: {
|
|
2744
2744
|
isNonstandard: "Past",
|
|
@@ -2748,16 +2748,16 @@ export const FormatsData = {
|
|
|
2748
2748
|
},
|
|
2749
2749
|
gastrodon: {
|
|
2750
2750
|
tier: "UU",
|
|
2751
|
-
doublesTier: "DUU",
|
|
2751
|
+
doublesTier: "(DUU)",
|
|
2752
2752
|
natDexTier: "UU",
|
|
2753
2753
|
},
|
|
2754
2754
|
drifloon: {
|
|
2755
2755
|
tier: "LC",
|
|
2756
2756
|
},
|
|
2757
2757
|
drifblim: {
|
|
2758
|
-
tier: "
|
|
2759
|
-
doublesTier: "DUU",
|
|
2760
|
-
natDexTier: "
|
|
2758
|
+
tier: "RU",
|
|
2759
|
+
doublesTier: "(DUU)",
|
|
2760
|
+
natDexTier: "RU",
|
|
2761
2761
|
},
|
|
2762
2762
|
buneary: {
|
|
2763
2763
|
isNonstandard: "Past",
|
|
@@ -2767,7 +2767,7 @@ export const FormatsData = {
|
|
|
2767
2767
|
lopunny: {
|
|
2768
2768
|
isNonstandard: "Past",
|
|
2769
2769
|
tier: "Illegal",
|
|
2770
|
-
natDexTier: "
|
|
2770
|
+
natDexTier: "RU",
|
|
2771
2771
|
},
|
|
2772
2772
|
lopunnymega: {
|
|
2773
2773
|
isNonstandard: "Past",
|
|
@@ -2782,33 +2782,33 @@ export const FormatsData = {
|
|
|
2782
2782
|
purugly: {
|
|
2783
2783
|
isNonstandard: "Past",
|
|
2784
2784
|
tier: "Illegal",
|
|
2785
|
-
natDexTier: "
|
|
2785
|
+
natDexTier: "RU",
|
|
2786
2786
|
},
|
|
2787
2787
|
stunky: {
|
|
2788
2788
|
tier: "LC",
|
|
2789
2789
|
},
|
|
2790
2790
|
skuntank: {
|
|
2791
|
-
tier: "
|
|
2792
|
-
doublesTier: "DUU",
|
|
2793
|
-
natDexTier: "
|
|
2791
|
+
tier: "RU",
|
|
2792
|
+
doublesTier: "(DUU)",
|
|
2793
|
+
natDexTier: "RU",
|
|
2794
2794
|
},
|
|
2795
2795
|
bronzor: {
|
|
2796
2796
|
tier: "LC",
|
|
2797
2797
|
},
|
|
2798
2798
|
bronzong: {
|
|
2799
|
-
tier: "
|
|
2800
|
-
doublesTier: "
|
|
2801
|
-
natDexTier: "
|
|
2799
|
+
tier: "RU",
|
|
2800
|
+
doublesTier: "DUU",
|
|
2801
|
+
natDexTier: "RU",
|
|
2802
2802
|
},
|
|
2803
2803
|
chatot: {
|
|
2804
2804
|
isNonstandard: "Past",
|
|
2805
2805
|
tier: "Illegal",
|
|
2806
|
-
natDexTier: "
|
|
2806
|
+
natDexTier: "RU",
|
|
2807
2807
|
},
|
|
2808
2808
|
spiritomb: {
|
|
2809
|
-
tier: "
|
|
2810
|
-
doublesTier: "DUU",
|
|
2811
|
-
natDexTier: "
|
|
2809
|
+
tier: "RU",
|
|
2810
|
+
doublesTier: "(DUU)",
|
|
2811
|
+
natDexTier: "RU",
|
|
2812
2812
|
},
|
|
2813
2813
|
gible: {
|
|
2814
2814
|
tier: "LC",
|
|
@@ -2831,8 +2831,8 @@ export const FormatsData = {
|
|
|
2831
2831
|
},
|
|
2832
2832
|
lucario: {
|
|
2833
2833
|
tier: "UU",
|
|
2834
|
-
doublesTier: "DUU",
|
|
2835
|
-
natDexTier: "
|
|
2834
|
+
doublesTier: "(DUU)",
|
|
2835
|
+
natDexTier: "RU",
|
|
2836
2836
|
},
|
|
2837
2837
|
lucariomega: {
|
|
2838
2838
|
isNonstandard: "Past",
|
|
@@ -2845,7 +2845,7 @@ export const FormatsData = {
|
|
|
2845
2845
|
hippowdon: {
|
|
2846
2846
|
tier: "UU",
|
|
2847
2847
|
doublesTier: "DUU",
|
|
2848
|
-
natDexTier: "
|
|
2848
|
+
natDexTier: "RU",
|
|
2849
2849
|
},
|
|
2850
2850
|
skorupi: {
|
|
2851
2851
|
isNonstandard: "Past",
|
|
@@ -2855,86 +2855,86 @@ export const FormatsData = {
|
|
|
2855
2855
|
drapion: {
|
|
2856
2856
|
isNonstandard: "Past",
|
|
2857
2857
|
tier: "Illegal",
|
|
2858
|
-
natDexTier: "
|
|
2858
|
+
natDexTier: "RU",
|
|
2859
2859
|
},
|
|
2860
2860
|
croagunk: {
|
|
2861
2861
|
tier: "LC",
|
|
2862
2862
|
},
|
|
2863
2863
|
toxicroak: {
|
|
2864
|
-
tier: "
|
|
2864
|
+
tier: "RU",
|
|
2865
2865
|
doublesTier: "DUU",
|
|
2866
|
-
natDexTier: "
|
|
2866
|
+
natDexTier: "RU",
|
|
2867
2867
|
},
|
|
2868
2868
|
carnivine: {
|
|
2869
2869
|
isNonstandard: "Past",
|
|
2870
2870
|
tier: "Illegal",
|
|
2871
|
-
natDexTier: "
|
|
2871
|
+
natDexTier: "RU",
|
|
2872
2872
|
},
|
|
2873
2873
|
finneon: {
|
|
2874
2874
|
tier: "LC",
|
|
2875
2875
|
},
|
|
2876
2876
|
lumineon: {
|
|
2877
|
-
tier: "
|
|
2878
|
-
doublesTier: "DUU",
|
|
2879
|
-
natDexTier: "
|
|
2877
|
+
tier: "RU",
|
|
2878
|
+
doublesTier: "(DUU)",
|
|
2879
|
+
natDexTier: "RU",
|
|
2880
2880
|
},
|
|
2881
2881
|
snover: {
|
|
2882
2882
|
tier: "LC",
|
|
2883
2883
|
},
|
|
2884
2884
|
abomasnow: {
|
|
2885
|
-
tier: "
|
|
2885
|
+
tier: "RU",
|
|
2886
2886
|
doublesTier: "DOU",
|
|
2887
|
-
natDexTier: "
|
|
2887
|
+
natDexTier: "RU",
|
|
2888
2888
|
},
|
|
2889
2889
|
abomasnowmega: {
|
|
2890
2890
|
isNonstandard: "Past",
|
|
2891
2891
|
tier: "Illegal",
|
|
2892
|
-
natDexTier: "
|
|
2892
|
+
natDexTier: "RU",
|
|
2893
2893
|
},
|
|
2894
2894
|
rotom: {
|
|
2895
|
-
tier: "
|
|
2896
|
-
doublesTier: "DUU",
|
|
2897
|
-
natDexTier: "
|
|
2895
|
+
tier: "RU",
|
|
2896
|
+
doublesTier: "(DUU)",
|
|
2897
|
+
natDexTier: "RU",
|
|
2898
2898
|
},
|
|
2899
2899
|
rotomheat: {
|
|
2900
|
-
tier: "
|
|
2901
|
-
doublesTier: "DUU",
|
|
2902
|
-
natDexTier: "
|
|
2900
|
+
tier: "RU",
|
|
2901
|
+
doublesTier: "(DUU)",
|
|
2902
|
+
natDexTier: "RU",
|
|
2903
2903
|
},
|
|
2904
2904
|
rotomwash: {
|
|
2905
|
-
tier: "
|
|
2905
|
+
tier: "OU",
|
|
2906
2906
|
doublesTier: "DOU",
|
|
2907
|
-
natDexTier: "
|
|
2907
|
+
natDexTier: "OU",
|
|
2908
2908
|
},
|
|
2909
2909
|
rotomfrost: {
|
|
2910
|
-
tier: "
|
|
2911
|
-
doublesTier: "DUU",
|
|
2912
|
-
natDexTier: "
|
|
2910
|
+
tier: "RU",
|
|
2911
|
+
doublesTier: "(DUU)",
|
|
2912
|
+
natDexTier: "RU",
|
|
2913
2913
|
},
|
|
2914
2914
|
rotomfan: {
|
|
2915
|
-
tier: "
|
|
2916
|
-
doublesTier: "DUU",
|
|
2917
|
-
natDexTier: "
|
|
2915
|
+
tier: "RU",
|
|
2916
|
+
doublesTier: "(DUU)",
|
|
2917
|
+
natDexTier: "RU",
|
|
2918
2918
|
},
|
|
2919
2919
|
rotommow: {
|
|
2920
|
-
tier: "
|
|
2921
|
-
doublesTier: "DUU",
|
|
2922
|
-
natDexTier: "
|
|
2920
|
+
tier: "RU",
|
|
2921
|
+
doublesTier: "(DUU)",
|
|
2922
|
+
natDexTier: "RU",
|
|
2923
2923
|
},
|
|
2924
2924
|
uxie: {
|
|
2925
2925
|
isNonstandard: "Unobtainable",
|
|
2926
2926
|
tier: "Unreleased",
|
|
2927
|
-
natDexTier: "
|
|
2927
|
+
natDexTier: "RU",
|
|
2928
2928
|
},
|
|
2929
2929
|
mesprit: {
|
|
2930
2930
|
isNonstandard: "Unobtainable",
|
|
2931
2931
|
tier: "Unreleased",
|
|
2932
|
-
natDexTier: "
|
|
2932
|
+
natDexTier: "RU",
|
|
2933
2933
|
},
|
|
2934
2934
|
azelf: {
|
|
2935
2935
|
isNonstandard: "Unobtainable",
|
|
2936
2936
|
tier: "Unreleased",
|
|
2937
|
-
natDexTier: "
|
|
2937
|
+
natDexTier: "RU",
|
|
2938
2938
|
},
|
|
2939
2939
|
dialga: {
|
|
2940
2940
|
isNonstandard: "Unobtainable",
|
|
@@ -2944,6 +2944,7 @@ export const FormatsData = {
|
|
|
2944
2944
|
dialgaorigin: {
|
|
2945
2945
|
isNonstandard: "Unobtainable",
|
|
2946
2946
|
tier: "Unreleased",
|
|
2947
|
+
natDexTier: "Uber",
|
|
2947
2948
|
},
|
|
2948
2949
|
palkia: {
|
|
2949
2950
|
isNonstandard: "Unobtainable",
|
|
@@ -2953,6 +2954,7 @@ export const FormatsData = {
|
|
|
2953
2954
|
palkiaorigin: {
|
|
2954
2955
|
isNonstandard: "Unobtainable",
|
|
2955
2956
|
tier: "Unreleased",
|
|
2957
|
+
natDexTier: "Uber",
|
|
2956
2958
|
},
|
|
2957
2959
|
heatran: {
|
|
2958
2960
|
isNonstandard: "Unobtainable",
|
|
@@ -2962,7 +2964,7 @@ export const FormatsData = {
|
|
|
2962
2964
|
regigigas: {
|
|
2963
2965
|
isNonstandard: "Past",
|
|
2964
2966
|
tier: "Illegal",
|
|
2965
|
-
natDexTier: "
|
|
2967
|
+
natDexTier: "RU",
|
|
2966
2968
|
},
|
|
2967
2969
|
giratina: {
|
|
2968
2970
|
isNonstandard: "Unobtainable",
|
|
@@ -2977,12 +2979,12 @@ export const FormatsData = {
|
|
|
2977
2979
|
cresselia: {
|
|
2978
2980
|
isNonstandard: "Unobtainable",
|
|
2979
2981
|
tier: "Unreleased",
|
|
2980
|
-
natDexTier: "
|
|
2982
|
+
natDexTier: "OU",
|
|
2981
2983
|
},
|
|
2982
2984
|
phione: {
|
|
2983
2985
|
isNonstandard: "Past",
|
|
2984
2986
|
tier: "Illegal",
|
|
2985
|
-
natDexTier: "
|
|
2987
|
+
natDexTier: "RU",
|
|
2986
2988
|
},
|
|
2987
2989
|
manaphy: {
|
|
2988
2990
|
isNonstandard: "Past",
|
|
@@ -2997,7 +2999,7 @@ export const FormatsData = {
|
|
|
2997
2999
|
shaymin: {
|
|
2998
3000
|
isNonstandard: "Past",
|
|
2999
3001
|
tier: "Illegal",
|
|
3000
|
-
natDexTier: "
|
|
3002
|
+
natDexTier: "RU",
|
|
3001
3003
|
},
|
|
3002
3004
|
shayminsky: {
|
|
3003
3005
|
isNonstandard: "Past",
|
|
@@ -3063,7 +3065,7 @@ export const FormatsData = {
|
|
|
3063
3065
|
victini: {
|
|
3064
3066
|
isNonstandard: "Past",
|
|
3065
3067
|
tier: "Illegal",
|
|
3066
|
-
natDexTier: "
|
|
3068
|
+
natDexTier: "RU",
|
|
3067
3069
|
},
|
|
3068
3070
|
snivy: {
|
|
3069
3071
|
isNonstandard: "Past",
|
|
@@ -3078,7 +3080,7 @@ export const FormatsData = {
|
|
|
3078
3080
|
serperior: {
|
|
3079
3081
|
isNonstandard: "Past",
|
|
3080
3082
|
tier: "Illegal",
|
|
3081
|
-
natDexTier: "
|
|
3083
|
+
natDexTier: "RU",
|
|
3082
3084
|
},
|
|
3083
3085
|
tepig: {
|
|
3084
3086
|
isNonstandard: "Past",
|
|
@@ -3093,7 +3095,7 @@ export const FormatsData = {
|
|
|
3093
3095
|
emboar: {
|
|
3094
3096
|
isNonstandard: "Past",
|
|
3095
3097
|
tier: "Illegal",
|
|
3096
|
-
natDexTier: "
|
|
3098
|
+
natDexTier: "RU",
|
|
3097
3099
|
},
|
|
3098
3100
|
oshawott: {
|
|
3099
3101
|
isNonstandard: "Unobtainable",
|
|
@@ -3108,7 +3110,7 @@ export const FormatsData = {
|
|
|
3108
3110
|
samurott: {
|
|
3109
3111
|
isNonstandard: "Unobtainable",
|
|
3110
3112
|
tier: "Unreleased",
|
|
3111
|
-
natDexTier: "
|
|
3113
|
+
natDexTier: "RU",
|
|
3112
3114
|
},
|
|
3113
3115
|
samurotthisui: {
|
|
3114
3116
|
isNonstandard: "Unobtainable",
|
|
@@ -3122,7 +3124,7 @@ export const FormatsData = {
|
|
|
3122
3124
|
watchog: {
|
|
3123
3125
|
isNonstandard: "Past",
|
|
3124
3126
|
tier: "Illegal",
|
|
3125
|
-
natDexTier: "
|
|
3127
|
+
natDexTier: "RU",
|
|
3126
3128
|
},
|
|
3127
3129
|
lillipup: {
|
|
3128
3130
|
isNonstandard: "Past",
|
|
@@ -3137,7 +3139,7 @@ export const FormatsData = {
|
|
|
3137
3139
|
stoutland: {
|
|
3138
3140
|
isNonstandard: "Past",
|
|
3139
3141
|
tier: "Illegal",
|
|
3140
|
-
natDexTier: "
|
|
3142
|
+
natDexTier: "RU",
|
|
3141
3143
|
},
|
|
3142
3144
|
purrloin: {
|
|
3143
3145
|
isNonstandard: "Past",
|
|
@@ -3147,7 +3149,7 @@ export const FormatsData = {
|
|
|
3147
3149
|
liepard: {
|
|
3148
3150
|
isNonstandard: "Past",
|
|
3149
3151
|
tier: "Illegal",
|
|
3150
|
-
natDexTier: "
|
|
3152
|
+
natDexTier: "RU",
|
|
3151
3153
|
},
|
|
3152
3154
|
pansage: {
|
|
3153
3155
|
isNonstandard: "Past",
|
|
@@ -3157,7 +3159,7 @@ export const FormatsData = {
|
|
|
3157
3159
|
simisage: {
|
|
3158
3160
|
isNonstandard: "Past",
|
|
3159
3161
|
tier: "Illegal",
|
|
3160
|
-
natDexTier: "
|
|
3162
|
+
natDexTier: "RU",
|
|
3161
3163
|
},
|
|
3162
3164
|
pansear: {
|
|
3163
3165
|
isNonstandard: "Past",
|
|
@@ -3167,7 +3169,7 @@ export const FormatsData = {
|
|
|
3167
3169
|
simisear: {
|
|
3168
3170
|
isNonstandard: "Past",
|
|
3169
3171
|
tier: "Illegal",
|
|
3170
|
-
natDexTier: "
|
|
3172
|
+
natDexTier: "RU",
|
|
3171
3173
|
},
|
|
3172
3174
|
panpour: {
|
|
3173
3175
|
isNonstandard: "Past",
|
|
@@ -3177,7 +3179,7 @@ export const FormatsData = {
|
|
|
3177
3179
|
simipour: {
|
|
3178
3180
|
isNonstandard: "Past",
|
|
3179
3181
|
tier: "Illegal",
|
|
3180
|
-
natDexTier: "
|
|
3182
|
+
natDexTier: "RU",
|
|
3181
3183
|
},
|
|
3182
3184
|
munna: {
|
|
3183
3185
|
isNonstandard: "Past",
|
|
@@ -3187,7 +3189,7 @@ export const FormatsData = {
|
|
|
3187
3189
|
musharna: {
|
|
3188
3190
|
isNonstandard: "Past",
|
|
3189
3191
|
tier: "Illegal",
|
|
3190
|
-
natDexTier: "
|
|
3192
|
+
natDexTier: "RU",
|
|
3191
3193
|
},
|
|
3192
3194
|
pidove: {
|
|
3193
3195
|
isNonstandard: "Past",
|
|
@@ -3202,7 +3204,7 @@ export const FormatsData = {
|
|
|
3202
3204
|
unfezant: {
|
|
3203
3205
|
isNonstandard: "Past",
|
|
3204
3206
|
tier: "Illegal",
|
|
3205
|
-
natDexTier: "
|
|
3207
|
+
natDexTier: "RU",
|
|
3206
3208
|
},
|
|
3207
3209
|
blitzle: {
|
|
3208
3210
|
isNonstandard: "Past",
|
|
@@ -3212,7 +3214,7 @@ export const FormatsData = {
|
|
|
3212
3214
|
zebstrika: {
|
|
3213
3215
|
isNonstandard: "Past",
|
|
3214
3216
|
tier: "Illegal",
|
|
3215
|
-
natDexTier: "
|
|
3217
|
+
natDexTier: "RU",
|
|
3216
3218
|
},
|
|
3217
3219
|
roggenrola: {
|
|
3218
3220
|
isNonstandard: "Past",
|
|
@@ -3227,7 +3229,7 @@ export const FormatsData = {
|
|
|
3227
3229
|
gigalith: {
|
|
3228
3230
|
isNonstandard: "Past",
|
|
3229
3231
|
tier: "Illegal",
|
|
3230
|
-
natDexTier: "
|
|
3232
|
+
natDexTier: "RU",
|
|
3231
3233
|
},
|
|
3232
3234
|
woobat: {
|
|
3233
3235
|
isNonstandard: "Past",
|
|
@@ -3237,7 +3239,7 @@ export const FormatsData = {
|
|
|
3237
3239
|
swoobat: {
|
|
3238
3240
|
isNonstandard: "Past",
|
|
3239
3241
|
tier: "Illegal",
|
|
3240
|
-
natDexTier: "
|
|
3242
|
+
natDexTier: "RU",
|
|
3241
3243
|
},
|
|
3242
3244
|
drilbur: {
|
|
3243
3245
|
isNonstandard: "Past",
|
|
@@ -3247,17 +3249,17 @@ export const FormatsData = {
|
|
|
3247
3249
|
excadrill: {
|
|
3248
3250
|
isNonstandard: "Past",
|
|
3249
3251
|
tier: "Illegal",
|
|
3250
|
-
natDexTier: "
|
|
3252
|
+
natDexTier: "UU",
|
|
3251
3253
|
},
|
|
3252
3254
|
audino: {
|
|
3253
3255
|
isNonstandard: "Past",
|
|
3254
3256
|
tier: "Illegal",
|
|
3255
|
-
natDexTier: "
|
|
3257
|
+
natDexTier: "RU",
|
|
3256
3258
|
},
|
|
3257
3259
|
audinomega: {
|
|
3258
3260
|
isNonstandard: "Past",
|
|
3259
3261
|
tier: "Illegal",
|
|
3260
|
-
natDexTier: "
|
|
3262
|
+
natDexTier: "RU",
|
|
3261
3263
|
},
|
|
3262
3264
|
timburr: {
|
|
3263
3265
|
isNonstandard: "Past",
|
|
@@ -3272,7 +3274,7 @@ export const FormatsData = {
|
|
|
3272
3274
|
conkeldurr: {
|
|
3273
3275
|
isNonstandard: "Past",
|
|
3274
3276
|
tier: "Illegal",
|
|
3275
|
-
natDexTier: "
|
|
3277
|
+
natDexTier: "RU",
|
|
3276
3278
|
},
|
|
3277
3279
|
tympole: {
|
|
3278
3280
|
isNonstandard: "Past",
|
|
@@ -3287,17 +3289,17 @@ export const FormatsData = {
|
|
|
3287
3289
|
seismitoad: {
|
|
3288
3290
|
isNonstandard: "Past",
|
|
3289
3291
|
tier: "Illegal",
|
|
3290
|
-
natDexTier: "
|
|
3292
|
+
natDexTier: "RU",
|
|
3291
3293
|
},
|
|
3292
3294
|
throh: {
|
|
3293
3295
|
isNonstandard: "Past",
|
|
3294
3296
|
tier: "Illegal",
|
|
3295
|
-
natDexTier: "
|
|
3297
|
+
natDexTier: "RU",
|
|
3296
3298
|
},
|
|
3297
3299
|
sawk: {
|
|
3298
3300
|
isNonstandard: "Past",
|
|
3299
3301
|
tier: "Illegal",
|
|
3300
|
-
natDexTier: "
|
|
3302
|
+
natDexTier: "RU",
|
|
3301
3303
|
},
|
|
3302
3304
|
sewaddle: {
|
|
3303
3305
|
isNonstandard: "Past",
|
|
@@ -3312,7 +3314,7 @@ export const FormatsData = {
|
|
|
3312
3314
|
leavanny: {
|
|
3313
3315
|
isNonstandard: "Past",
|
|
3314
3316
|
tier: "Illegal",
|
|
3315
|
-
natDexTier: "
|
|
3317
|
+
natDexTier: "RU",
|
|
3316
3318
|
},
|
|
3317
3319
|
venipede: {
|
|
3318
3320
|
isNonstandard: "Past",
|
|
@@ -3327,7 +3329,7 @@ export const FormatsData = {
|
|
|
3327
3329
|
scolipede: {
|
|
3328
3330
|
isNonstandard: "Past",
|
|
3329
3331
|
tier: "Illegal",
|
|
3330
|
-
natDexTier: "
|
|
3332
|
+
natDexTier: "RU",
|
|
3331
3333
|
},
|
|
3332
3334
|
cottonee: {
|
|
3333
3335
|
isNonstandard: "Past",
|
|
@@ -3337,29 +3339,29 @@ export const FormatsData = {
|
|
|
3337
3339
|
whimsicott: {
|
|
3338
3340
|
isNonstandard: "Past",
|
|
3339
3341
|
tier: "Illegal",
|
|
3340
|
-
natDexTier: "
|
|
3342
|
+
natDexTier: "RU",
|
|
3341
3343
|
},
|
|
3342
3344
|
petilil: {
|
|
3343
3345
|
tier: "LC",
|
|
3344
3346
|
},
|
|
3345
3347
|
lilligant: {
|
|
3346
|
-
tier: "
|
|
3347
|
-
doublesTier: "
|
|
3348
|
-
natDexTier: "
|
|
3348
|
+
tier: "RU",
|
|
3349
|
+
doublesTier: "DUU",
|
|
3350
|
+
natDexTier: "RU",
|
|
3349
3351
|
},
|
|
3350
3352
|
lilliganthisui: {
|
|
3351
3353
|
isNonstandard: "Unobtainable",
|
|
3352
3354
|
tier: "Unreleased",
|
|
3353
3355
|
},
|
|
3354
3356
|
basculin: {
|
|
3355
|
-
tier: "
|
|
3356
|
-
doublesTier: "DUU",
|
|
3357
|
-
natDexTier: "
|
|
3357
|
+
tier: "RU",
|
|
3358
|
+
doublesTier: "(DUU)",
|
|
3359
|
+
natDexTier: "RU",
|
|
3358
3360
|
},
|
|
3359
3361
|
basculinbluestriped: {
|
|
3360
|
-
tier: "
|
|
3361
|
-
doublesTier: "DUU",
|
|
3362
|
-
natDexTier: "
|
|
3362
|
+
tier: "RU",
|
|
3363
|
+
doublesTier: "(DUU)",
|
|
3364
|
+
natDexTier: "RU",
|
|
3363
3365
|
},
|
|
3364
3366
|
basculinwhitestriped: {
|
|
3365
3367
|
isNonstandard: "Unobtainable",
|
|
@@ -3380,9 +3382,9 @@ export const FormatsData = {
|
|
|
3380
3382
|
tier: "NFE",
|
|
3381
3383
|
},
|
|
3382
3384
|
krookodile: {
|
|
3383
|
-
tier: "
|
|
3385
|
+
tier: "RU",
|
|
3384
3386
|
doublesTier: "DUU",
|
|
3385
|
-
natDexTier: "
|
|
3387
|
+
natDexTier: "RU",
|
|
3386
3388
|
},
|
|
3387
3389
|
darumaka: {
|
|
3388
3390
|
isNonstandard: "Past",
|
|
@@ -3397,7 +3399,7 @@ export const FormatsData = {
|
|
|
3397
3399
|
darmanitan: {
|
|
3398
3400
|
isNonstandard: "Past",
|
|
3399
3401
|
tier: "Illegal",
|
|
3400
|
-
natDexTier: "
|
|
3402
|
+
natDexTier: "RU",
|
|
3401
3403
|
},
|
|
3402
3404
|
darmanitanzen: {
|
|
3403
3405
|
isNonstandard: "Past",
|
|
@@ -3413,7 +3415,7 @@ export const FormatsData = {
|
|
|
3413
3415
|
maractus: {
|
|
3414
3416
|
isNonstandard: "Past",
|
|
3415
3417
|
tier: "Illegal",
|
|
3416
|
-
natDexTier: "
|
|
3418
|
+
natDexTier: "RU",
|
|
3417
3419
|
},
|
|
3418
3420
|
dwebble: {
|
|
3419
3421
|
isNonstandard: "Past",
|
|
@@ -3423,7 +3425,7 @@ export const FormatsData = {
|
|
|
3423
3425
|
crustle: {
|
|
3424
3426
|
isNonstandard: "Past",
|
|
3425
3427
|
tier: "Illegal",
|
|
3426
|
-
natDexTier: "
|
|
3428
|
+
natDexTier: "RU",
|
|
3427
3429
|
},
|
|
3428
3430
|
scraggy: {
|
|
3429
3431
|
isNonstandard: "Past",
|
|
@@ -3433,12 +3435,12 @@ export const FormatsData = {
|
|
|
3433
3435
|
scrafty: {
|
|
3434
3436
|
isNonstandard: "Past",
|
|
3435
3437
|
tier: "Illegal",
|
|
3436
|
-
natDexTier: "
|
|
3438
|
+
natDexTier: "RU",
|
|
3437
3439
|
},
|
|
3438
3440
|
sigilyph: {
|
|
3439
3441
|
isNonstandard: "Past",
|
|
3440
3442
|
tier: "Illegal",
|
|
3441
|
-
natDexTier: "
|
|
3443
|
+
natDexTier: "RU",
|
|
3442
3444
|
},
|
|
3443
3445
|
yamask: {
|
|
3444
3446
|
isNonstandard: "Past",
|
|
@@ -3453,12 +3455,12 @@ export const FormatsData = {
|
|
|
3453
3455
|
cofagrigus: {
|
|
3454
3456
|
isNonstandard: "Past",
|
|
3455
3457
|
tier: "Illegal",
|
|
3456
|
-
natDexTier: "
|
|
3458
|
+
natDexTier: "RU",
|
|
3457
3459
|
},
|
|
3458
3460
|
runerigus: {
|
|
3459
3461
|
isNonstandard: "Past",
|
|
3460
3462
|
tier: "Illegal",
|
|
3461
|
-
natDexTier: "
|
|
3463
|
+
natDexTier: "RU",
|
|
3462
3464
|
},
|
|
3463
3465
|
tirtouga: {
|
|
3464
3466
|
isNonstandard: "Past",
|
|
@@ -3468,7 +3470,7 @@ export const FormatsData = {
|
|
|
3468
3470
|
carracosta: {
|
|
3469
3471
|
isNonstandard: "Past",
|
|
3470
3472
|
tier: "Illegal",
|
|
3471
|
-
natDexTier: "
|
|
3473
|
+
natDexTier: "RU",
|
|
3472
3474
|
},
|
|
3473
3475
|
archen: {
|
|
3474
3476
|
isNonstandard: "Past",
|
|
@@ -3478,7 +3480,7 @@ export const FormatsData = {
|
|
|
3478
3480
|
archeops: {
|
|
3479
3481
|
isNonstandard: "Past",
|
|
3480
3482
|
tier: "Illegal",
|
|
3481
|
-
natDexTier: "
|
|
3483
|
+
natDexTier: "RU",
|
|
3482
3484
|
},
|
|
3483
3485
|
trubbish: {
|
|
3484
3486
|
isNonstandard: "Past",
|
|
@@ -3488,7 +3490,7 @@ export const FormatsData = {
|
|
|
3488
3490
|
garbodor: {
|
|
3489
3491
|
isNonstandard: "Past",
|
|
3490
3492
|
tier: "Illegal",
|
|
3491
|
-
natDexTier: "
|
|
3493
|
+
natDexTier: "RU",
|
|
3492
3494
|
},
|
|
3493
3495
|
garbodorgmax: {
|
|
3494
3496
|
isNonstandard: "Past",
|
|
@@ -3502,9 +3504,9 @@ export const FormatsData = {
|
|
|
3502
3504
|
tier: "Unreleased",
|
|
3503
3505
|
},
|
|
3504
3506
|
zoroark: {
|
|
3505
|
-
tier: "
|
|
3506
|
-
doublesTier: "DUU",
|
|
3507
|
-
natDexTier: "
|
|
3507
|
+
tier: "RU",
|
|
3508
|
+
doublesTier: "(DUU)",
|
|
3509
|
+
natDexTier: "RU",
|
|
3508
3510
|
},
|
|
3509
3511
|
zoroarkhisui: {
|
|
3510
3512
|
isNonstandard: "Unobtainable",
|
|
@@ -3518,7 +3520,7 @@ export const FormatsData = {
|
|
|
3518
3520
|
cinccino: {
|
|
3519
3521
|
isNonstandard: "Past",
|
|
3520
3522
|
tier: "Illegal",
|
|
3521
|
-
natDexTier: "
|
|
3523
|
+
natDexTier: "RU",
|
|
3522
3524
|
},
|
|
3523
3525
|
gothita: {
|
|
3524
3526
|
tier: "LC",
|
|
@@ -3527,9 +3529,9 @@ export const FormatsData = {
|
|
|
3527
3529
|
tier: "NFE",
|
|
3528
3530
|
},
|
|
3529
3531
|
gothitelle: {
|
|
3530
|
-
tier: "
|
|
3531
|
-
doublesTier: "DUU",
|
|
3532
|
-
natDexTier: "
|
|
3532
|
+
tier: "RU",
|
|
3533
|
+
doublesTier: "(DUU)",
|
|
3534
|
+
natDexTier: "RU",
|
|
3533
3535
|
},
|
|
3534
3536
|
solosis: {
|
|
3535
3537
|
isNonstandard: "Past",
|
|
@@ -3544,7 +3546,7 @@ export const FormatsData = {
|
|
|
3544
3546
|
reuniclus: {
|
|
3545
3547
|
isNonstandard: "Past",
|
|
3546
3548
|
tier: "Illegal",
|
|
3547
|
-
natDexTier: "
|
|
3549
|
+
natDexTier: "RU",
|
|
3548
3550
|
},
|
|
3549
3551
|
ducklett: {
|
|
3550
3552
|
isNonstandard: "Past",
|
|
@@ -3554,7 +3556,7 @@ export const FormatsData = {
|
|
|
3554
3556
|
swanna: {
|
|
3555
3557
|
isNonstandard: "Past",
|
|
3556
3558
|
tier: "Illegal",
|
|
3557
|
-
natDexTier: "
|
|
3559
|
+
natDexTier: "RU",
|
|
3558
3560
|
},
|
|
3559
3561
|
vanillite: {
|
|
3560
3562
|
isNonstandard: "Past",
|
|
@@ -3569,20 +3571,20 @@ export const FormatsData = {
|
|
|
3569
3571
|
vanilluxe: {
|
|
3570
3572
|
isNonstandard: "Past",
|
|
3571
3573
|
tier: "Illegal",
|
|
3572
|
-
natDexTier: "
|
|
3574
|
+
natDexTier: "RU",
|
|
3573
3575
|
},
|
|
3574
3576
|
deerling: {
|
|
3575
3577
|
tier: "LC",
|
|
3576
3578
|
},
|
|
3577
3579
|
sawsbuck: {
|
|
3578
|
-
tier: "
|
|
3579
|
-
doublesTier: "DUU",
|
|
3580
|
-
natDexTier: "
|
|
3580
|
+
tier: "RU",
|
|
3581
|
+
doublesTier: "(DUU)",
|
|
3582
|
+
natDexTier: "RU",
|
|
3581
3583
|
},
|
|
3582
3584
|
emolga: {
|
|
3583
3585
|
isNonstandard: "Past",
|
|
3584
3586
|
tier: "Illegal",
|
|
3585
|
-
natDexTier: "
|
|
3587
|
+
natDexTier: "RU",
|
|
3586
3588
|
},
|
|
3587
3589
|
karrablast: {
|
|
3588
3590
|
isNonstandard: "Past",
|
|
@@ -3592,7 +3594,7 @@ export const FormatsData = {
|
|
|
3592
3594
|
escavalier: {
|
|
3593
3595
|
isNonstandard: "Past",
|
|
3594
3596
|
tier: "Illegal",
|
|
3595
|
-
natDexTier: "
|
|
3597
|
+
natDexTier: "RU",
|
|
3596
3598
|
},
|
|
3597
3599
|
foongus: {
|
|
3598
3600
|
tier: "LC",
|
|
@@ -3600,7 +3602,7 @@ export const FormatsData = {
|
|
|
3600
3602
|
amoonguss: {
|
|
3601
3603
|
tier: "OU",
|
|
3602
3604
|
doublesTier: "DOU",
|
|
3603
|
-
natDexTier: "
|
|
3605
|
+
natDexTier: "RU",
|
|
3604
3606
|
},
|
|
3605
3607
|
frillish: {
|
|
3606
3608
|
isNonstandard: "Past",
|
|
@@ -3610,12 +3612,12 @@ export const FormatsData = {
|
|
|
3610
3612
|
jellicent: {
|
|
3611
3613
|
isNonstandard: "Past",
|
|
3612
3614
|
tier: "Illegal",
|
|
3613
|
-
natDexTier: "
|
|
3615
|
+
natDexTier: "RU",
|
|
3614
3616
|
},
|
|
3615
3617
|
alomomola: {
|
|
3616
3618
|
tier: "UU",
|
|
3617
|
-
doublesTier: "DUU",
|
|
3618
|
-
natDexTier: "
|
|
3619
|
+
doublesTier: "(DUU)",
|
|
3620
|
+
natDexTier: "RU",
|
|
3619
3621
|
},
|
|
3620
3622
|
joltik: {
|
|
3621
3623
|
isNonstandard: "Past",
|
|
@@ -3625,7 +3627,7 @@ export const FormatsData = {
|
|
|
3625
3627
|
galvantula: {
|
|
3626
3628
|
isNonstandard: "Past",
|
|
3627
3629
|
tier: "Illegal",
|
|
3628
|
-
natDexTier: "
|
|
3630
|
+
natDexTier: "RU",
|
|
3629
3631
|
},
|
|
3630
3632
|
ferroseed: {
|
|
3631
3633
|
isNonstandard: "Past",
|
|
@@ -3650,7 +3652,7 @@ export const FormatsData = {
|
|
|
3650
3652
|
klinklang: {
|
|
3651
3653
|
isNonstandard: "Past",
|
|
3652
3654
|
tier: "Illegal",
|
|
3653
|
-
natDexTier: "
|
|
3655
|
+
natDexTier: "RU",
|
|
3654
3656
|
},
|
|
3655
3657
|
tynamo: {
|
|
3656
3658
|
tier: "LC",
|
|
@@ -3659,9 +3661,9 @@ export const FormatsData = {
|
|
|
3659
3661
|
tier: "NFE",
|
|
3660
3662
|
},
|
|
3661
3663
|
eelektross: {
|
|
3662
|
-
tier: "
|
|
3663
|
-
doublesTier: "DUU",
|
|
3664
|
-
natDexTier: "
|
|
3664
|
+
tier: "RU",
|
|
3665
|
+
doublesTier: "(DUU)",
|
|
3666
|
+
natDexTier: "RU",
|
|
3665
3667
|
},
|
|
3666
3668
|
elgyem: {
|
|
3667
3669
|
isNonstandard: "Past",
|
|
@@ -3671,7 +3673,7 @@ export const FormatsData = {
|
|
|
3671
3673
|
beheeyem: {
|
|
3672
3674
|
isNonstandard: "Past",
|
|
3673
3675
|
tier: "Illegal",
|
|
3674
|
-
natDexTier: "
|
|
3676
|
+
natDexTier: "RU",
|
|
3675
3677
|
},
|
|
3676
3678
|
litwick: {
|
|
3677
3679
|
isNonstandard: "Past",
|
|
@@ -3686,7 +3688,7 @@ export const FormatsData = {
|
|
|
3686
3688
|
chandelure: {
|
|
3687
3689
|
isNonstandard: "Past",
|
|
3688
3690
|
tier: "Illegal",
|
|
3689
|
-
natDexTier: "
|
|
3691
|
+
natDexTier: "RU",
|
|
3690
3692
|
},
|
|
3691
3693
|
axew: {
|
|
3692
3694
|
tier: "LC",
|
|
@@ -3695,22 +3697,22 @@ export const FormatsData = {
|
|
|
3695
3697
|
tier: "NFE",
|
|
3696
3698
|
},
|
|
3697
3699
|
haxorus: {
|
|
3698
|
-
tier: "
|
|
3699
|
-
doublesTier: "DUU",
|
|
3700
|
-
natDexTier: "
|
|
3700
|
+
tier: "RU",
|
|
3701
|
+
doublesTier: "(DUU)",
|
|
3702
|
+
natDexTier: "RU",
|
|
3701
3703
|
},
|
|
3702
3704
|
cubchoo: {
|
|
3703
3705
|
tier: "LC",
|
|
3704
3706
|
},
|
|
3705
3707
|
beartic: {
|
|
3706
|
-
tier: "
|
|
3707
|
-
doublesTier: "DUU",
|
|
3708
|
-
natDexTier: "
|
|
3708
|
+
tier: "RU",
|
|
3709
|
+
doublesTier: "(DUU)",
|
|
3710
|
+
natDexTier: "RU",
|
|
3709
3711
|
},
|
|
3710
3712
|
cryogonal: {
|
|
3711
|
-
tier: "
|
|
3712
|
-
doublesTier: "DUU",
|
|
3713
|
-
natDexTier: "
|
|
3713
|
+
tier: "RU",
|
|
3714
|
+
doublesTier: "(DUU)",
|
|
3715
|
+
natDexTier: "RU",
|
|
3714
3716
|
},
|
|
3715
3717
|
shelmet: {
|
|
3716
3718
|
isNonstandard: "Past",
|
|
@@ -3720,17 +3722,17 @@ export const FormatsData = {
|
|
|
3720
3722
|
accelgor: {
|
|
3721
3723
|
isNonstandard: "Past",
|
|
3722
3724
|
tier: "Illegal",
|
|
3723
|
-
natDexTier: "
|
|
3725
|
+
natDexTier: "RU",
|
|
3724
3726
|
},
|
|
3725
3727
|
stunfisk: {
|
|
3726
3728
|
isNonstandard: "Past",
|
|
3727
3729
|
tier: "Illegal",
|
|
3728
|
-
natDexTier: "
|
|
3730
|
+
natDexTier: "RU",
|
|
3729
3731
|
},
|
|
3730
3732
|
stunfiskgalar: {
|
|
3731
3733
|
isNonstandard: "Past",
|
|
3732
3734
|
tier: "Illegal",
|
|
3733
|
-
natDexTier: "
|
|
3735
|
+
natDexTier: "RU",
|
|
3734
3736
|
},
|
|
3735
3737
|
mienfoo: {
|
|
3736
3738
|
isNonstandard: "Past",
|
|
@@ -3740,12 +3742,12 @@ export const FormatsData = {
|
|
|
3740
3742
|
mienshao: {
|
|
3741
3743
|
isNonstandard: "Past",
|
|
3742
3744
|
tier: "Illegal",
|
|
3743
|
-
natDexTier: "
|
|
3745
|
+
natDexTier: "RU",
|
|
3744
3746
|
},
|
|
3745
3747
|
druddigon: {
|
|
3746
3748
|
isNonstandard: "Past",
|
|
3747
3749
|
tier: "Illegal",
|
|
3748
|
-
natDexTier: "
|
|
3750
|
+
natDexTier: "RU",
|
|
3749
3751
|
},
|
|
3750
3752
|
golett: {
|
|
3751
3753
|
isNonstandard: "Past",
|
|
@@ -3755,26 +3757,28 @@ export const FormatsData = {
|
|
|
3755
3757
|
golurk: {
|
|
3756
3758
|
isNonstandard: "Past",
|
|
3757
3759
|
tier: "Illegal",
|
|
3758
|
-
natDexTier: "
|
|
3760
|
+
natDexTier: "RU",
|
|
3759
3761
|
},
|
|
3760
3762
|
pawniard: {
|
|
3761
3763
|
tier: "LC",
|
|
3762
3764
|
},
|
|
3763
3765
|
bisharp: {
|
|
3764
|
-
tier: "
|
|
3766
|
+
tier: "UU",
|
|
3767
|
+
doublesTier: "NFE",
|
|
3768
|
+
natDexTier: "NFE",
|
|
3765
3769
|
},
|
|
3766
3770
|
bouffalant: {
|
|
3767
3771
|
isNonstandard: "Past",
|
|
3768
3772
|
tier: "Illegal",
|
|
3769
|
-
natDexTier: "
|
|
3773
|
+
natDexTier: "RU",
|
|
3770
3774
|
},
|
|
3771
3775
|
rufflet: {
|
|
3772
3776
|
tier: "NFE",
|
|
3773
3777
|
},
|
|
3774
3778
|
braviary: {
|
|
3775
|
-
tier: "
|
|
3776
|
-
doublesTier: "DUU",
|
|
3777
|
-
natDexTier: "
|
|
3779
|
+
tier: "RU",
|
|
3780
|
+
doublesTier: "(DUU)",
|
|
3781
|
+
natDexTier: "RU",
|
|
3778
3782
|
},
|
|
3779
3783
|
braviaryhisui: {
|
|
3780
3784
|
isNonstandard: "Unobtainable",
|
|
@@ -3788,17 +3792,17 @@ export const FormatsData = {
|
|
|
3788
3792
|
mandibuzz: {
|
|
3789
3793
|
isNonstandard: "Past",
|
|
3790
3794
|
tier: "Illegal",
|
|
3791
|
-
natDexTier: "
|
|
3795
|
+
natDexTier: "RU",
|
|
3792
3796
|
},
|
|
3793
3797
|
heatmor: {
|
|
3794
3798
|
isNonstandard: "Past",
|
|
3795
3799
|
tier: "Illegal",
|
|
3796
|
-
natDexTier: "
|
|
3800
|
+
natDexTier: "RU",
|
|
3797
3801
|
},
|
|
3798
3802
|
durant: {
|
|
3799
3803
|
isNonstandard: "Past",
|
|
3800
3804
|
tier: "Illegal",
|
|
3801
|
-
natDexTier: "
|
|
3805
|
+
natDexTier: "RU",
|
|
3802
3806
|
},
|
|
3803
3807
|
deino: {
|
|
3804
3808
|
tier: "LC",
|
|
@@ -3808,51 +3812,51 @@ export const FormatsData = {
|
|
|
3808
3812
|
},
|
|
3809
3813
|
hydreigon: {
|
|
3810
3814
|
tier: "UU",
|
|
3811
|
-
doublesTier: "
|
|
3812
|
-
natDexTier: "
|
|
3815
|
+
doublesTier: "DOU",
|
|
3816
|
+
natDexTier: "RU",
|
|
3813
3817
|
},
|
|
3814
3818
|
larvesta: {
|
|
3815
3819
|
tier: "LC",
|
|
3816
3820
|
},
|
|
3817
3821
|
volcarona: {
|
|
3818
3822
|
tier: "OU",
|
|
3819
|
-
doublesTier: "
|
|
3820
|
-
natDexTier: "
|
|
3823
|
+
doublesTier: "DOU",
|
|
3824
|
+
natDexTier: "OU",
|
|
3821
3825
|
},
|
|
3822
3826
|
cobalion: {
|
|
3823
3827
|
isNonstandard: "Past",
|
|
3824
3828
|
tier: "Illegal",
|
|
3825
|
-
natDexTier: "
|
|
3829
|
+
natDexTier: "RU",
|
|
3826
3830
|
},
|
|
3827
3831
|
terrakion: {
|
|
3828
3832
|
isNonstandard: "Past",
|
|
3829
3833
|
tier: "Illegal",
|
|
3830
|
-
natDexTier: "
|
|
3834
|
+
natDexTier: "RU",
|
|
3831
3835
|
},
|
|
3832
3836
|
virizion: {
|
|
3833
3837
|
isNonstandard: "Past",
|
|
3834
3838
|
tier: "Illegal",
|
|
3835
|
-
natDexTier: "
|
|
3839
|
+
natDexTier: "RU",
|
|
3836
3840
|
},
|
|
3837
3841
|
tornadus: {
|
|
3838
3842
|
isNonstandard: "Unobtainable",
|
|
3839
3843
|
tier: "Unreleased",
|
|
3840
|
-
natDexTier: "
|
|
3844
|
+
natDexTier: "RU",
|
|
3841
3845
|
},
|
|
3842
3846
|
tornadustherian: {
|
|
3843
3847
|
isNonstandard: "Unobtainable",
|
|
3844
3848
|
tier: "Unreleased",
|
|
3845
|
-
natDexTier: "
|
|
3849
|
+
natDexTier: "OU",
|
|
3846
3850
|
},
|
|
3847
3851
|
thundurus: {
|
|
3848
3852
|
isNonstandard: "Unobtainable",
|
|
3849
3853
|
tier: "Unreleased",
|
|
3850
|
-
natDexTier: "
|
|
3854
|
+
natDexTier: "RU",
|
|
3851
3855
|
},
|
|
3852
3856
|
thundurustherian: {
|
|
3853
3857
|
isNonstandard: "Unobtainable",
|
|
3854
3858
|
tier: "Unreleased",
|
|
3855
|
-
natDexTier: "
|
|
3859
|
+
natDexTier: "RU",
|
|
3856
3860
|
},
|
|
3857
3861
|
reshiram: {
|
|
3858
3862
|
isNonstandard: "Past",
|
|
@@ -3877,7 +3881,7 @@ export const FormatsData = {
|
|
|
3877
3881
|
kyurem: {
|
|
3878
3882
|
isNonstandard: "Past",
|
|
3879
3883
|
tier: "Illegal",
|
|
3880
|
-
natDexTier: "
|
|
3884
|
+
natDexTier: "RU",
|
|
3881
3885
|
},
|
|
3882
3886
|
kyuremblack: {
|
|
3883
3887
|
isNonstandard: "Past",
|
|
@@ -3892,7 +3896,7 @@ export const FormatsData = {
|
|
|
3892
3896
|
keldeo: {
|
|
3893
3897
|
isNonstandard: "Past",
|
|
3894
3898
|
tier: "Illegal",
|
|
3895
|
-
natDexTier: "
|
|
3899
|
+
natDexTier: "RU",
|
|
3896
3900
|
},
|
|
3897
3901
|
keldeoresolute: {
|
|
3898
3902
|
isNonstandard: "Past",
|
|
@@ -3900,7 +3904,7 @@ export const FormatsData = {
|
|
|
3900
3904
|
meloetta: {
|
|
3901
3905
|
isNonstandard: "Unobtainable",
|
|
3902
3906
|
tier: "Unreleased",
|
|
3903
|
-
natDexTier: "
|
|
3907
|
+
natDexTier: "RU",
|
|
3904
3908
|
},
|
|
3905
3909
|
meloettapirouette: {
|
|
3906
3910
|
isNonstandard: "Unobtainable",
|
|
@@ -3943,7 +3947,7 @@ export const FormatsData = {
|
|
|
3943
3947
|
chesnaught: {
|
|
3944
3948
|
isNonstandard: "Unobtainable",
|
|
3945
3949
|
tier: "Unreleased",
|
|
3946
|
-
natDexTier: "
|
|
3950
|
+
natDexTier: "RU",
|
|
3947
3951
|
},
|
|
3948
3952
|
fennekin: {
|
|
3949
3953
|
isNonstandard: "Unobtainable",
|
|
@@ -3958,7 +3962,7 @@ export const FormatsData = {
|
|
|
3958
3962
|
delphox: {
|
|
3959
3963
|
isNonstandard: "Unobtainable",
|
|
3960
3964
|
tier: "Unreleased",
|
|
3961
|
-
natDexTier: "
|
|
3965
|
+
natDexTier: "RU",
|
|
3962
3966
|
},
|
|
3963
3967
|
froakie: {
|
|
3964
3968
|
isNonstandard: "Unobtainable",
|
|
@@ -3973,7 +3977,7 @@ export const FormatsData = {
|
|
|
3973
3977
|
greninja: {
|
|
3974
3978
|
isNonstandard: "Unobtainable",
|
|
3975
3979
|
tier: "Unreleased",
|
|
3976
|
-
natDexTier: "
|
|
3980
|
+
natDexTier: "OU",
|
|
3977
3981
|
},
|
|
3978
3982
|
greninjaash: {
|
|
3979
3983
|
isNonstandard: "Past",
|
|
@@ -3987,7 +3991,7 @@ export const FormatsData = {
|
|
|
3987
3991
|
diggersby: {
|
|
3988
3992
|
isNonstandard: "Past",
|
|
3989
3993
|
tier: "Illegal",
|
|
3990
|
-
natDexTier: "
|
|
3994
|
+
natDexTier: "RU",
|
|
3991
3995
|
},
|
|
3992
3996
|
fletchling: {
|
|
3993
3997
|
tier: "LC",
|
|
@@ -3997,8 +4001,8 @@ export const FormatsData = {
|
|
|
3997
4001
|
},
|
|
3998
4002
|
talonflame: {
|
|
3999
4003
|
tier: "UU",
|
|
4000
|
-
doublesTier: "
|
|
4001
|
-
natDexTier: "
|
|
4004
|
+
doublesTier: "DUU",
|
|
4005
|
+
natDexTier: "RU",
|
|
4002
4006
|
},
|
|
4003
4007
|
scatterbug: {
|
|
4004
4008
|
tier: "LC",
|
|
@@ -4009,25 +4013,25 @@ export const FormatsData = {
|
|
|
4009
4013
|
vivillon: {
|
|
4010
4014
|
isNonstandard: "Unobtainable",
|
|
4011
4015
|
tier: "Unreleased",
|
|
4012
|
-
natDexTier: "
|
|
4016
|
+
natDexTier: "RU",
|
|
4013
4017
|
},
|
|
4014
4018
|
vivillonfancy: {
|
|
4015
|
-
tier: "
|
|
4016
|
-
doublesTier: "DUU",
|
|
4017
|
-
natDexTier: "
|
|
4019
|
+
tier: "RU",
|
|
4020
|
+
doublesTier: "(DUU)",
|
|
4021
|
+
natDexTier: "RU",
|
|
4018
4022
|
},
|
|
4019
4023
|
vivillonpokeball: {
|
|
4020
4024
|
isNonstandard: "Unobtainable",
|
|
4021
4025
|
tier: "Unreleased",
|
|
4022
|
-
natDexTier: "
|
|
4026
|
+
natDexTier: "RU",
|
|
4023
4027
|
},
|
|
4024
4028
|
litleo: {
|
|
4025
4029
|
tier: "LC",
|
|
4026
4030
|
},
|
|
4027
4031
|
pyroar: {
|
|
4028
|
-
tier: "
|
|
4029
|
-
doublesTier: "DUU",
|
|
4030
|
-
natDexTier: "
|
|
4032
|
+
tier: "RU",
|
|
4033
|
+
doublesTier: "(DUU)",
|
|
4034
|
+
natDexTier: "RU",
|
|
4031
4035
|
},
|
|
4032
4036
|
flabebe: {
|
|
4033
4037
|
tier: "LC",
|
|
@@ -4040,17 +4044,17 @@ export const FormatsData = {
|
|
|
4040
4044
|
tier: "Illegal",
|
|
4041
4045
|
},
|
|
4042
4046
|
florges: {
|
|
4043
|
-
tier: "
|
|
4044
|
-
doublesTier: "DUU",
|
|
4045
|
-
natDexTier: "
|
|
4047
|
+
tier: "RU",
|
|
4048
|
+
doublesTier: "(DUU)",
|
|
4049
|
+
natDexTier: "RU",
|
|
4046
4050
|
},
|
|
4047
4051
|
skiddo: {
|
|
4048
4052
|
tier: "LC",
|
|
4049
4053
|
},
|
|
4050
4054
|
gogoat: {
|
|
4051
|
-
tier: "
|
|
4052
|
-
doublesTier: "DUU",
|
|
4053
|
-
natDexTier: "
|
|
4055
|
+
tier: "RU",
|
|
4056
|
+
doublesTier: "(DUU)",
|
|
4057
|
+
natDexTier: "RU",
|
|
4054
4058
|
},
|
|
4055
4059
|
pancham: {
|
|
4056
4060
|
isNonstandard: "Past",
|
|
@@ -4060,12 +4064,12 @@ export const FormatsData = {
|
|
|
4060
4064
|
pangoro: {
|
|
4061
4065
|
isNonstandard: "Past",
|
|
4062
4066
|
tier: "Illegal",
|
|
4063
|
-
natDexTier: "
|
|
4067
|
+
natDexTier: "RU",
|
|
4064
4068
|
},
|
|
4065
4069
|
furfrou: {
|
|
4066
4070
|
isNonstandard: "Past",
|
|
4067
4071
|
tier: "Illegal",
|
|
4068
|
-
natDexTier: "
|
|
4072
|
+
natDexTier: "RU",
|
|
4069
4073
|
},
|
|
4070
4074
|
espurr: {
|
|
4071
4075
|
isNonstandard: "Past",
|
|
@@ -4075,12 +4079,12 @@ export const FormatsData = {
|
|
|
4075
4079
|
meowstic: {
|
|
4076
4080
|
isNonstandard: "Past",
|
|
4077
4081
|
tier: "Illegal",
|
|
4078
|
-
natDexTier: "
|
|
4082
|
+
natDexTier: "RU",
|
|
4079
4083
|
},
|
|
4080
4084
|
meowsticf: {
|
|
4081
4085
|
isNonstandard: "Past",
|
|
4082
4086
|
tier: "Illegal",
|
|
4083
|
-
natDexTier: "
|
|
4087
|
+
natDexTier: "RU",
|
|
4084
4088
|
},
|
|
4085
4089
|
honedge: {
|
|
4086
4090
|
isNonstandard: "Past",
|
|
@@ -4108,7 +4112,7 @@ export const FormatsData = {
|
|
|
4108
4112
|
aromatisse: {
|
|
4109
4113
|
isNonstandard: "Past",
|
|
4110
4114
|
tier: "Illegal",
|
|
4111
|
-
natDexTier: "
|
|
4115
|
+
natDexTier: "RU",
|
|
4112
4116
|
},
|
|
4113
4117
|
swirlix: {
|
|
4114
4118
|
isNonstandard: "Past",
|
|
@@ -4118,7 +4122,7 @@ export const FormatsData = {
|
|
|
4118
4122
|
slurpuff: {
|
|
4119
4123
|
isNonstandard: "Past",
|
|
4120
4124
|
tier: "Illegal",
|
|
4121
|
-
natDexTier: "
|
|
4125
|
+
natDexTier: "RU",
|
|
4122
4126
|
},
|
|
4123
4127
|
inkay: {
|
|
4124
4128
|
isNonstandard: "Past",
|
|
@@ -4128,7 +4132,7 @@ export const FormatsData = {
|
|
|
4128
4132
|
malamar: {
|
|
4129
4133
|
isNonstandard: "Past",
|
|
4130
4134
|
tier: "Illegal",
|
|
4131
|
-
natDexTier: "
|
|
4135
|
+
natDexTier: "RU",
|
|
4132
4136
|
},
|
|
4133
4137
|
binacle: {
|
|
4134
4138
|
isNonstandard: "Past",
|
|
@@ -4138,23 +4142,23 @@ export const FormatsData = {
|
|
|
4138
4142
|
barbaracle: {
|
|
4139
4143
|
isNonstandard: "Past",
|
|
4140
4144
|
tier: "Illegal",
|
|
4141
|
-
natDexTier: "
|
|
4145
|
+
natDexTier: "RU",
|
|
4142
4146
|
},
|
|
4143
4147
|
skrelp: {
|
|
4144
4148
|
tier: "LC",
|
|
4145
4149
|
},
|
|
4146
4150
|
dragalge: {
|
|
4147
|
-
tier: "
|
|
4148
|
-
doublesTier: "DUU",
|
|
4149
|
-
natDexTier: "
|
|
4151
|
+
tier: "RU",
|
|
4152
|
+
doublesTier: "(DUU)",
|
|
4153
|
+
natDexTier: "RU",
|
|
4150
4154
|
},
|
|
4151
4155
|
clauncher: {
|
|
4152
4156
|
tier: "LC",
|
|
4153
4157
|
},
|
|
4154
4158
|
clawitzer: {
|
|
4155
|
-
tier: "
|
|
4159
|
+
tier: "RU",
|
|
4156
4160
|
doublesTier: "DUU",
|
|
4157
|
-
natDexTier: "
|
|
4161
|
+
natDexTier: "RU",
|
|
4158
4162
|
},
|
|
4159
4163
|
helioptile: {
|
|
4160
4164
|
isNonstandard: "Past",
|
|
@@ -4164,7 +4168,7 @@ export const FormatsData = {
|
|
|
4164
4168
|
heliolisk: {
|
|
4165
4169
|
isNonstandard: "Past",
|
|
4166
4170
|
tier: "Illegal",
|
|
4167
|
-
natDexTier: "
|
|
4171
|
+
natDexTier: "RU",
|
|
4168
4172
|
},
|
|
4169
4173
|
tyrunt: {
|
|
4170
4174
|
isNonstandard: "Past",
|
|
@@ -4174,7 +4178,7 @@ export const FormatsData = {
|
|
|
4174
4178
|
tyrantrum: {
|
|
4175
4179
|
isNonstandard: "Past",
|
|
4176
4180
|
tier: "Illegal",
|
|
4177
|
-
natDexTier: "
|
|
4181
|
+
natDexTier: "RU",
|
|
4178
4182
|
},
|
|
4179
4183
|
amaura: {
|
|
4180
4184
|
isNonstandard: "Past",
|
|
@@ -4184,22 +4188,22 @@ export const FormatsData = {
|
|
|
4184
4188
|
aurorus: {
|
|
4185
4189
|
isNonstandard: "Past",
|
|
4186
4190
|
tier: "Illegal",
|
|
4187
|
-
natDexTier: "
|
|
4191
|
+
natDexTier: "RU",
|
|
4188
4192
|
},
|
|
4189
4193
|
hawlucha: {
|
|
4190
4194
|
tier: "UU",
|
|
4191
4195
|
doublesTier: "DUU",
|
|
4192
|
-
natDexTier: "
|
|
4196
|
+
natDexTier: "RU",
|
|
4193
4197
|
},
|
|
4194
4198
|
dedenne: {
|
|
4195
|
-
tier: "
|
|
4196
|
-
doublesTier: "DUU",
|
|
4197
|
-
natDexTier: "
|
|
4199
|
+
tier: "RU",
|
|
4200
|
+
doublesTier: "(DUU)",
|
|
4201
|
+
natDexTier: "RU",
|
|
4198
4202
|
},
|
|
4199
4203
|
carbink: {
|
|
4200
4204
|
isNonstandard: "Unobtainable",
|
|
4201
4205
|
tier: "Unreleased",
|
|
4202
|
-
natDexTier: "
|
|
4206
|
+
natDexTier: "RU",
|
|
4203
4207
|
},
|
|
4204
4208
|
goomy: {
|
|
4205
4209
|
tier: "LC",
|
|
@@ -4212,9 +4216,9 @@ export const FormatsData = {
|
|
|
4212
4216
|
tier: "Unreleased",
|
|
4213
4217
|
},
|
|
4214
4218
|
goodra: {
|
|
4215
|
-
tier: "
|
|
4216
|
-
doublesTier: "DUU",
|
|
4217
|
-
natDexTier: "
|
|
4219
|
+
tier: "RU",
|
|
4220
|
+
doublesTier: "(DUU)",
|
|
4221
|
+
natDexTier: "RU",
|
|
4218
4222
|
},
|
|
4219
4223
|
goodrahisui: {
|
|
4220
4224
|
isNonstandard: "Unobtainable",
|
|
@@ -4222,8 +4226,8 @@ export const FormatsData = {
|
|
|
4222
4226
|
},
|
|
4223
4227
|
klefki: {
|
|
4224
4228
|
tier: "UU",
|
|
4225
|
-
doublesTier: "DUU",
|
|
4226
|
-
natDexTier: "
|
|
4229
|
+
doublesTier: "(DUU)",
|
|
4230
|
+
natDexTier: "RU",
|
|
4227
4231
|
},
|
|
4228
4232
|
phantump: {
|
|
4229
4233
|
isNonstandard: "Past",
|
|
@@ -4233,7 +4237,7 @@ export const FormatsData = {
|
|
|
4233
4237
|
trevenant: {
|
|
4234
4238
|
isNonstandard: "Past",
|
|
4235
4239
|
tier: "Illegal",
|
|
4236
|
-
natDexTier: "
|
|
4240
|
+
natDexTier: "RU",
|
|
4237
4241
|
},
|
|
4238
4242
|
pumpkaboo: {
|
|
4239
4243
|
isNonstandard: "Past",
|
|
@@ -4252,7 +4256,7 @@ export const FormatsData = {
|
|
|
4252
4256
|
gourgeist: {
|
|
4253
4257
|
isNonstandard: "Past",
|
|
4254
4258
|
tier: "Illegal",
|
|
4255
|
-
natDexTier: "
|
|
4259
|
+
natDexTier: "RU",
|
|
4256
4260
|
},
|
|
4257
4261
|
gourgeistsmall: {
|
|
4258
4262
|
isNonstandard: "Past",
|
|
@@ -4267,9 +4271,9 @@ export const FormatsData = {
|
|
|
4267
4271
|
tier: "LC",
|
|
4268
4272
|
},
|
|
4269
4273
|
avalugg: {
|
|
4270
|
-
tier: "
|
|
4271
|
-
doublesTier: "DUU",
|
|
4272
|
-
natDexTier: "
|
|
4274
|
+
tier: "RU",
|
|
4275
|
+
doublesTier: "(DUU)",
|
|
4276
|
+
natDexTier: "RU",
|
|
4273
4277
|
},
|
|
4274
4278
|
avalugghisui: {
|
|
4275
4279
|
isNonstandard: "Unobtainable",
|
|
@@ -4280,8 +4284,8 @@ export const FormatsData = {
|
|
|
4280
4284
|
},
|
|
4281
4285
|
noivern: {
|
|
4282
4286
|
tier: "UU",
|
|
4283
|
-
doublesTier: "DUU",
|
|
4284
|
-
natDexTier: "
|
|
4287
|
+
doublesTier: "(DUU)",
|
|
4288
|
+
natDexTier: "RU",
|
|
4285
4289
|
},
|
|
4286
4290
|
xerneas: {
|
|
4287
4291
|
isNonstandard: "Past",
|
|
@@ -4305,7 +4309,7 @@ export const FormatsData = {
|
|
|
4305
4309
|
zygarde10: {
|
|
4306
4310
|
isNonstandard: "Past",
|
|
4307
4311
|
tier: "Illegal",
|
|
4308
|
-
natDexTier: "
|
|
4312
|
+
natDexTier: "RU",
|
|
4309
4313
|
},
|
|
4310
4314
|
zygardecomplete: {
|
|
4311
4315
|
isNonstandard: "Past",
|
|
@@ -4315,7 +4319,7 @@ export const FormatsData = {
|
|
|
4315
4319
|
diancie: {
|
|
4316
4320
|
isNonstandard: "Unobtainable",
|
|
4317
4321
|
tier: "Unreleased",
|
|
4318
|
-
natDexTier: "
|
|
4322
|
+
natDexTier: "RU",
|
|
4319
4323
|
},
|
|
4320
4324
|
dianciemega: {
|
|
4321
4325
|
isNonstandard: "Past",
|
|
@@ -4325,17 +4329,17 @@ export const FormatsData = {
|
|
|
4325
4329
|
hoopa: {
|
|
4326
4330
|
isNonstandard: "Unobtainable",
|
|
4327
4331
|
tier: "Unreleased",
|
|
4328
|
-
natDexTier: "
|
|
4332
|
+
natDexTier: "RU",
|
|
4329
4333
|
},
|
|
4330
4334
|
hoopaunbound: {
|
|
4331
4335
|
isNonstandard: "Unobtainable",
|
|
4332
4336
|
tier: "Unreleased",
|
|
4333
|
-
natDexTier: "
|
|
4337
|
+
natDexTier: "RU",
|
|
4334
4338
|
},
|
|
4335
4339
|
volcanion: {
|
|
4336
4340
|
isNonstandard: "Unobtainable",
|
|
4337
4341
|
tier: "Unreleased",
|
|
4338
|
-
natDexTier: "
|
|
4342
|
+
natDexTier: "RU",
|
|
4339
4343
|
},
|
|
4340
4344
|
rowlet: {
|
|
4341
4345
|
isNonstandard: "Unobtainable",
|
|
@@ -4350,7 +4354,7 @@ export const FormatsData = {
|
|
|
4350
4354
|
decidueye: {
|
|
4351
4355
|
isNonstandard: "Unobtainable",
|
|
4352
4356
|
tier: "Unreleased",
|
|
4353
|
-
natDexTier: "
|
|
4357
|
+
natDexTier: "RU",
|
|
4354
4358
|
},
|
|
4355
4359
|
decidueyehisui: {
|
|
4356
4360
|
isNonstandard: "Unobtainable",
|
|
@@ -4369,7 +4373,7 @@ export const FormatsData = {
|
|
|
4369
4373
|
incineroar: {
|
|
4370
4374
|
isNonstandard: "Past",
|
|
4371
4375
|
tier: "Illegal",
|
|
4372
|
-
natDexTier: "
|
|
4376
|
+
natDexTier: "RU",
|
|
4373
4377
|
},
|
|
4374
4378
|
popplio: {
|
|
4375
4379
|
isNonstandard: "Past",
|
|
@@ -4384,7 +4388,7 @@ export const FormatsData = {
|
|
|
4384
4388
|
primarina: {
|
|
4385
4389
|
isNonstandard: "Past",
|
|
4386
4390
|
tier: "Illegal",
|
|
4387
|
-
natDexTier: "
|
|
4391
|
+
natDexTier: "RU",
|
|
4388
4392
|
},
|
|
4389
4393
|
pikipek: {
|
|
4390
4394
|
isNonstandard: "Past",
|
|
@@ -4399,20 +4403,20 @@ export const FormatsData = {
|
|
|
4399
4403
|
toucannon: {
|
|
4400
4404
|
isNonstandard: "Past",
|
|
4401
4405
|
tier: "Illegal",
|
|
4402
|
-
natDexTier: "
|
|
4406
|
+
natDexTier: "RU",
|
|
4403
4407
|
},
|
|
4404
4408
|
yungoos: {
|
|
4405
4409
|
tier: "LC",
|
|
4406
4410
|
},
|
|
4407
4411
|
gumshoos: {
|
|
4408
|
-
tier: "
|
|
4409
|
-
doublesTier: "DUU",
|
|
4410
|
-
natDexTier: "
|
|
4412
|
+
tier: "RU",
|
|
4413
|
+
doublesTier: "(DUU)",
|
|
4414
|
+
natDexTier: "RU",
|
|
4411
4415
|
},
|
|
4412
4416
|
gumshoostotem: {
|
|
4413
4417
|
isNonstandard: "Past",
|
|
4414
4418
|
tier: "Illegal",
|
|
4415
|
-
natDexTier: "
|
|
4419
|
+
natDexTier: "RU",
|
|
4416
4420
|
},
|
|
4417
4421
|
grubbin: {
|
|
4418
4422
|
isNonstandard: "Past",
|
|
@@ -4427,7 +4431,7 @@ export const FormatsData = {
|
|
|
4427
4431
|
vikavolt: {
|
|
4428
4432
|
isNonstandard: "Past",
|
|
4429
4433
|
tier: "Illegal",
|
|
4430
|
-
natDexTier: "
|
|
4434
|
+
natDexTier: "RU",
|
|
4431
4435
|
},
|
|
4432
4436
|
vikavolttotem: {
|
|
4433
4437
|
isNonstandard: "Past",
|
|
@@ -4436,29 +4440,29 @@ export const FormatsData = {
|
|
|
4436
4440
|
tier: "LC",
|
|
4437
4441
|
},
|
|
4438
4442
|
crabominable: {
|
|
4439
|
-
tier: "
|
|
4440
|
-
doublesTier: "DUU",
|
|
4441
|
-
natDexTier: "
|
|
4443
|
+
tier: "RU",
|
|
4444
|
+
doublesTier: "(DUU)",
|
|
4445
|
+
natDexTier: "RU",
|
|
4442
4446
|
},
|
|
4443
4447
|
oricorio: {
|
|
4444
|
-
tier: "
|
|
4445
|
-
doublesTier: "DUU",
|
|
4446
|
-
natDexTier: "
|
|
4448
|
+
tier: "RU",
|
|
4449
|
+
doublesTier: "(DUU)",
|
|
4450
|
+
natDexTier: "RU",
|
|
4447
4451
|
},
|
|
4448
4452
|
oricoriopompom: {
|
|
4449
|
-
tier: "
|
|
4453
|
+
tier: "RU",
|
|
4450
4454
|
doublesTier: "DUU",
|
|
4451
|
-
natDexTier: "
|
|
4455
|
+
natDexTier: "RU",
|
|
4452
4456
|
},
|
|
4453
4457
|
oricoriopau: {
|
|
4454
|
-
tier: "
|
|
4455
|
-
doublesTier: "DUU",
|
|
4456
|
-
natDexTier: "
|
|
4458
|
+
tier: "RU",
|
|
4459
|
+
doublesTier: "(DUU)",
|
|
4460
|
+
natDexTier: "RU",
|
|
4457
4461
|
},
|
|
4458
4462
|
oricoriosensu: {
|
|
4459
|
-
tier: "
|
|
4460
|
-
doublesTier: "DUU",
|
|
4461
|
-
natDexTier: "
|
|
4463
|
+
tier: "RU",
|
|
4464
|
+
doublesTier: "(DUU)",
|
|
4465
|
+
natDexTier: "RU",
|
|
4462
4466
|
},
|
|
4463
4467
|
cutiefly: {
|
|
4464
4468
|
isNonstandard: "Past",
|
|
@@ -4468,7 +4472,7 @@ export const FormatsData = {
|
|
|
4468
4472
|
ribombee: {
|
|
4469
4473
|
isNonstandard: "Past",
|
|
4470
4474
|
tier: "Illegal",
|
|
4471
|
-
natDexTier: "
|
|
4475
|
+
natDexTier: "RU",
|
|
4472
4476
|
},
|
|
4473
4477
|
ribombeetotem: {
|
|
4474
4478
|
isNonstandard: "Past",
|
|
@@ -4480,24 +4484,24 @@ export const FormatsData = {
|
|
|
4480
4484
|
tier: "LC",
|
|
4481
4485
|
},
|
|
4482
4486
|
lycanroc: {
|
|
4483
|
-
tier: "
|
|
4484
|
-
doublesTier: "DUU",
|
|
4485
|
-
natDexTier: "
|
|
4487
|
+
tier: "RU",
|
|
4488
|
+
doublesTier: "(DUU)",
|
|
4489
|
+
natDexTier: "RU",
|
|
4486
4490
|
},
|
|
4487
4491
|
lycanrocmidnight: {
|
|
4488
|
-
tier: "
|
|
4489
|
-
doublesTier: "DUU",
|
|
4490
|
-
natDexTier: "
|
|
4492
|
+
tier: "RU",
|
|
4493
|
+
doublesTier: "(DUU)",
|
|
4494
|
+
natDexTier: "RU",
|
|
4491
4495
|
},
|
|
4492
4496
|
lycanrocdusk: {
|
|
4493
|
-
tier: "
|
|
4494
|
-
doublesTier: "DUU",
|
|
4495
|
-
natDexTier: "
|
|
4497
|
+
tier: "RU",
|
|
4498
|
+
doublesTier: "(DUU)",
|
|
4499
|
+
natDexTier: "RU",
|
|
4496
4500
|
},
|
|
4497
4501
|
wishiwashi: {
|
|
4498
4502
|
isNonstandard: "Past",
|
|
4499
4503
|
tier: "Illegal",
|
|
4500
|
-
natDexTier: "
|
|
4504
|
+
natDexTier: "RU",
|
|
4501
4505
|
},
|
|
4502
4506
|
wishiwashischool: {
|
|
4503
4507
|
isNonstandard: "Past",
|
|
@@ -4507,16 +4511,16 @@ export const FormatsData = {
|
|
|
4507
4511
|
},
|
|
4508
4512
|
toxapex: {
|
|
4509
4513
|
tier: "OU",
|
|
4510
|
-
doublesTier: "DUU",
|
|
4514
|
+
doublesTier: "(DUU)",
|
|
4511
4515
|
natDexTier: "OU",
|
|
4512
4516
|
},
|
|
4513
4517
|
mudbray: {
|
|
4514
4518
|
tier: "LC",
|
|
4515
4519
|
},
|
|
4516
4520
|
mudsdale: {
|
|
4517
|
-
tier: "
|
|
4518
|
-
doublesTier: "DUU",
|
|
4519
|
-
natDexTier: "
|
|
4521
|
+
tier: "RU",
|
|
4522
|
+
doublesTier: "(DUU)",
|
|
4523
|
+
natDexTier: "RU",
|
|
4520
4524
|
},
|
|
4521
4525
|
dewpider: {
|
|
4522
4526
|
isNonstandard: "Past",
|
|
@@ -4526,7 +4530,7 @@ export const FormatsData = {
|
|
|
4526
4530
|
araquanid: {
|
|
4527
4531
|
isNonstandard: "Past",
|
|
4528
4532
|
tier: "Illegal",
|
|
4529
|
-
natDexTier: "
|
|
4533
|
+
natDexTier: "RU",
|
|
4530
4534
|
},
|
|
4531
4535
|
araquanidtotem: {
|
|
4532
4536
|
isNonstandard: "Past",
|
|
@@ -4535,14 +4539,14 @@ export const FormatsData = {
|
|
|
4535
4539
|
tier: "LC",
|
|
4536
4540
|
},
|
|
4537
4541
|
lurantis: {
|
|
4538
|
-
tier: "
|
|
4539
|
-
doublesTier: "DUU",
|
|
4540
|
-
natDexTier: "
|
|
4542
|
+
tier: "RU",
|
|
4543
|
+
doublesTier: "(DUU)",
|
|
4544
|
+
natDexTier: "RU",
|
|
4541
4545
|
},
|
|
4542
4546
|
lurantistotem: {
|
|
4543
4547
|
isNonstandard: "Past",
|
|
4544
4548
|
tier: "Illegal",
|
|
4545
|
-
natDexTier: "
|
|
4549
|
+
natDexTier: "RU",
|
|
4546
4550
|
},
|
|
4547
4551
|
morelull: {
|
|
4548
4552
|
isNonstandard: "Past",
|
|
@@ -4552,20 +4556,20 @@ export const FormatsData = {
|
|
|
4552
4556
|
shiinotic: {
|
|
4553
4557
|
isNonstandard: "Past",
|
|
4554
4558
|
tier: "Illegal",
|
|
4555
|
-
natDexTier: "
|
|
4559
|
+
natDexTier: "RU",
|
|
4556
4560
|
},
|
|
4557
4561
|
salandit: {
|
|
4558
4562
|
tier: "LC",
|
|
4559
4563
|
},
|
|
4560
4564
|
salazzle: {
|
|
4561
|
-
tier: "
|
|
4562
|
-
doublesTier: "DUU",
|
|
4563
|
-
natDexTier: "
|
|
4565
|
+
tier: "RU",
|
|
4566
|
+
doublesTier: "(DUU)",
|
|
4567
|
+
natDexTier: "RU",
|
|
4564
4568
|
},
|
|
4565
4569
|
salazzletotem: {
|
|
4566
4570
|
isNonstandard: "Past",
|
|
4567
4571
|
tier: "Illegal",
|
|
4568
|
-
natDexTier: "
|
|
4572
|
+
natDexTier: "RU",
|
|
4569
4573
|
},
|
|
4570
4574
|
stufful: {
|
|
4571
4575
|
isNonstandard: "Past",
|
|
@@ -4575,7 +4579,7 @@ export const FormatsData = {
|
|
|
4575
4579
|
bewear: {
|
|
4576
4580
|
isNonstandard: "Past",
|
|
4577
4581
|
tier: "Illegal",
|
|
4578
|
-
natDexTier: "
|
|
4582
|
+
natDexTier: "RU",
|
|
4579
4583
|
},
|
|
4580
4584
|
bounsweet: {
|
|
4581
4585
|
tier: "LC",
|
|
@@ -4585,23 +4589,23 @@ export const FormatsData = {
|
|
|
4585
4589
|
},
|
|
4586
4590
|
tsareena: {
|
|
4587
4591
|
tier: "UU",
|
|
4588
|
-
doublesTier: "DUU",
|
|
4589
|
-
natDexTier: "
|
|
4592
|
+
doublesTier: "(DUU)",
|
|
4593
|
+
natDexTier: "RU",
|
|
4590
4594
|
},
|
|
4591
4595
|
comfey: {
|
|
4592
4596
|
isNonstandard: "Past",
|
|
4593
4597
|
tier: "Illegal",
|
|
4594
|
-
natDexTier: "
|
|
4598
|
+
natDexTier: "RU",
|
|
4595
4599
|
},
|
|
4596
4600
|
oranguru: {
|
|
4597
|
-
tier: "
|
|
4601
|
+
tier: "RU",
|
|
4598
4602
|
doublesTier: "DUU",
|
|
4599
|
-
natDexTier: "
|
|
4603
|
+
natDexTier: "RU",
|
|
4600
4604
|
},
|
|
4601
4605
|
passimian: {
|
|
4602
|
-
tier: "
|
|
4603
|
-
doublesTier: "DUU",
|
|
4604
|
-
natDexTier: "
|
|
4606
|
+
tier: "RU",
|
|
4607
|
+
doublesTier: "(DUU)",
|
|
4608
|
+
natDexTier: "RU",
|
|
4605
4609
|
},
|
|
4606
4610
|
wimpod: {
|
|
4607
4611
|
isNonstandard: "Past",
|
|
@@ -4611,20 +4615,20 @@ export const FormatsData = {
|
|
|
4611
4615
|
golisopod: {
|
|
4612
4616
|
isNonstandard: "Past",
|
|
4613
4617
|
tier: "Illegal",
|
|
4614
|
-
natDexTier: "
|
|
4618
|
+
natDexTier: "RU",
|
|
4615
4619
|
},
|
|
4616
4620
|
sandygast: {
|
|
4617
4621
|
tier: "LC",
|
|
4618
4622
|
},
|
|
4619
4623
|
palossand: {
|
|
4620
|
-
tier: "
|
|
4621
|
-
doublesTier: "DUU",
|
|
4622
|
-
natDexTier: "
|
|
4624
|
+
tier: "RU",
|
|
4625
|
+
doublesTier: "(DUU)",
|
|
4626
|
+
natDexTier: "RU",
|
|
4623
4627
|
},
|
|
4624
4628
|
pyukumuku: {
|
|
4625
4629
|
isNonstandard: "Past",
|
|
4626
4630
|
tier: "Illegal",
|
|
4627
|
-
natDexTier: "
|
|
4631
|
+
natDexTier: "RU",
|
|
4628
4632
|
},
|
|
4629
4633
|
typenull: {
|
|
4630
4634
|
isNonstandard: "Past",
|
|
@@ -4634,115 +4638,115 @@ export const FormatsData = {
|
|
|
4634
4638
|
silvally: {
|
|
4635
4639
|
isNonstandard: "Past",
|
|
4636
4640
|
tier: "Illegal",
|
|
4637
|
-
natDexTier: "
|
|
4641
|
+
natDexTier: "RU",
|
|
4638
4642
|
},
|
|
4639
4643
|
silvallybug: {
|
|
4640
4644
|
isNonstandard: "Past",
|
|
4641
4645
|
tier: "Illegal",
|
|
4642
|
-
natDexTier: "
|
|
4646
|
+
natDexTier: "RU",
|
|
4643
4647
|
},
|
|
4644
4648
|
silvallydark: {
|
|
4645
4649
|
isNonstandard: "Past",
|
|
4646
4650
|
tier: "Illegal",
|
|
4647
|
-
natDexTier: "
|
|
4651
|
+
natDexTier: "RU",
|
|
4648
4652
|
},
|
|
4649
4653
|
silvallydragon: {
|
|
4650
4654
|
isNonstandard: "Past",
|
|
4651
4655
|
tier: "Illegal",
|
|
4652
|
-
natDexTier: "
|
|
4656
|
+
natDexTier: "RU",
|
|
4653
4657
|
},
|
|
4654
4658
|
silvallyelectric: {
|
|
4655
4659
|
isNonstandard: "Past",
|
|
4656
4660
|
tier: "Illegal",
|
|
4657
|
-
natDexTier: "
|
|
4661
|
+
natDexTier: "RU",
|
|
4658
4662
|
},
|
|
4659
4663
|
silvallyfairy: {
|
|
4660
4664
|
isNonstandard: "Past",
|
|
4661
4665
|
tier: "Illegal",
|
|
4662
|
-
natDexTier: "
|
|
4666
|
+
natDexTier: "RU",
|
|
4663
4667
|
},
|
|
4664
4668
|
silvallyfighting: {
|
|
4665
4669
|
isNonstandard: "Past",
|
|
4666
4670
|
tier: "Illegal",
|
|
4667
|
-
natDexTier: "
|
|
4671
|
+
natDexTier: "RU",
|
|
4668
4672
|
},
|
|
4669
4673
|
silvallyfire: {
|
|
4670
4674
|
isNonstandard: "Past",
|
|
4671
4675
|
tier: "Illegal",
|
|
4672
|
-
natDexTier: "
|
|
4676
|
+
natDexTier: "RU",
|
|
4673
4677
|
},
|
|
4674
4678
|
silvallyflying: {
|
|
4675
4679
|
isNonstandard: "Past",
|
|
4676
4680
|
tier: "Illegal",
|
|
4677
|
-
natDexTier: "
|
|
4681
|
+
natDexTier: "RU",
|
|
4678
4682
|
},
|
|
4679
4683
|
silvallyghost: {
|
|
4680
4684
|
isNonstandard: "Past",
|
|
4681
4685
|
tier: "Illegal",
|
|
4682
|
-
natDexTier: "
|
|
4686
|
+
natDexTier: "RU",
|
|
4683
4687
|
},
|
|
4684
4688
|
silvallygrass: {
|
|
4685
4689
|
isNonstandard: "Past",
|
|
4686
4690
|
tier: "Illegal",
|
|
4687
|
-
natDexTier: "
|
|
4691
|
+
natDexTier: "RU",
|
|
4688
4692
|
},
|
|
4689
4693
|
silvallyground: {
|
|
4690
4694
|
isNonstandard: "Past",
|
|
4691
4695
|
tier: "Illegal",
|
|
4692
|
-
natDexTier: "
|
|
4696
|
+
natDexTier: "RU",
|
|
4693
4697
|
},
|
|
4694
4698
|
silvallyice: {
|
|
4695
4699
|
isNonstandard: "Past",
|
|
4696
4700
|
tier: "Illegal",
|
|
4697
|
-
natDexTier: "
|
|
4701
|
+
natDexTier: "RU",
|
|
4698
4702
|
},
|
|
4699
4703
|
silvallypoison: {
|
|
4700
4704
|
isNonstandard: "Past",
|
|
4701
4705
|
tier: "Illegal",
|
|
4702
|
-
natDexTier: "
|
|
4706
|
+
natDexTier: "RU",
|
|
4703
4707
|
},
|
|
4704
4708
|
silvallypsychic: {
|
|
4705
4709
|
isNonstandard: "Past",
|
|
4706
4710
|
tier: "Illegal",
|
|
4707
|
-
natDexTier: "
|
|
4711
|
+
natDexTier: "RU",
|
|
4708
4712
|
},
|
|
4709
4713
|
silvallyrock: {
|
|
4710
4714
|
isNonstandard: "Past",
|
|
4711
4715
|
tier: "Illegal",
|
|
4712
|
-
natDexTier: "
|
|
4716
|
+
natDexTier: "RU",
|
|
4713
4717
|
},
|
|
4714
4718
|
silvallysteel: {
|
|
4715
4719
|
isNonstandard: "Past",
|
|
4716
4720
|
tier: "Illegal",
|
|
4717
|
-
natDexTier: "
|
|
4721
|
+
natDexTier: "RU",
|
|
4718
4722
|
},
|
|
4719
4723
|
silvallywater: {
|
|
4720
4724
|
isNonstandard: "Past",
|
|
4721
4725
|
tier: "Illegal",
|
|
4722
|
-
natDexTier: "
|
|
4726
|
+
natDexTier: "RU",
|
|
4723
4727
|
},
|
|
4724
4728
|
minior: {
|
|
4725
4729
|
isNonstandard: "Past",
|
|
4726
4730
|
tier: "Illegal",
|
|
4727
|
-
natDexTier: "
|
|
4731
|
+
natDexTier: "RU",
|
|
4728
4732
|
},
|
|
4729
4733
|
miniormeteor: {
|
|
4730
4734
|
isNonstandard: "Past",
|
|
4731
4735
|
},
|
|
4732
4736
|
komala: {
|
|
4733
|
-
tier: "
|
|
4734
|
-
doublesTier: "DUU",
|
|
4735
|
-
natDexTier: "
|
|
4737
|
+
tier: "RU",
|
|
4738
|
+
doublesTier: "(DUU)",
|
|
4739
|
+
natDexTier: "RU",
|
|
4736
4740
|
},
|
|
4737
4741
|
turtonator: {
|
|
4738
4742
|
isNonstandard: "Past",
|
|
4739
4743
|
tier: "Illegal",
|
|
4740
|
-
natDexTier: "
|
|
4744
|
+
natDexTier: "RU",
|
|
4741
4745
|
},
|
|
4742
4746
|
togedemaru: {
|
|
4743
4747
|
isNonstandard: "Past",
|
|
4744
4748
|
tier: "Illegal",
|
|
4745
|
-
natDexTier: "
|
|
4749
|
+
natDexTier: "RU",
|
|
4746
4750
|
},
|
|
4747
4751
|
togedemarutotem: {
|
|
4748
4752
|
isNonstandard: "Past",
|
|
@@ -4750,32 +4754,32 @@ export const FormatsData = {
|
|
|
4750
4754
|
mimikyu: {
|
|
4751
4755
|
tier: "UU",
|
|
4752
4756
|
doublesTier: "DUU",
|
|
4753
|
-
natDexTier: "
|
|
4757
|
+
natDexTier: "RU",
|
|
4754
4758
|
},
|
|
4755
4759
|
mimikyutotem: {
|
|
4756
4760
|
isNonstandard: "Past",
|
|
4757
4761
|
tier: "Illegal",
|
|
4758
|
-
natDexTier: "
|
|
4762
|
+
natDexTier: "RU",
|
|
4759
4763
|
},
|
|
4760
4764
|
mimikyubustedtotem: {
|
|
4761
4765
|
isNonstandard: "Past",
|
|
4762
4766
|
tier: "Illegal",
|
|
4763
|
-
natDexTier: "
|
|
4767
|
+
natDexTier: "RU",
|
|
4764
4768
|
},
|
|
4765
4769
|
bruxish: {
|
|
4766
|
-
tier: "
|
|
4767
|
-
doublesTier: "DUU",
|
|
4768
|
-
natDexTier: "
|
|
4770
|
+
tier: "RU",
|
|
4771
|
+
doublesTier: "(DUU)",
|
|
4772
|
+
natDexTier: "RU",
|
|
4769
4773
|
},
|
|
4770
4774
|
drampa: {
|
|
4771
4775
|
isNonstandard: "Past",
|
|
4772
4776
|
tier: "Illegal",
|
|
4773
|
-
natDexTier: "
|
|
4777
|
+
natDexTier: "RU",
|
|
4774
4778
|
},
|
|
4775
4779
|
dhelmise: {
|
|
4776
4780
|
isNonstandard: "Past",
|
|
4777
4781
|
tier: "Illegal",
|
|
4778
|
-
natDexTier: "
|
|
4782
|
+
natDexTier: "RU",
|
|
4779
4783
|
},
|
|
4780
4784
|
jangmoo: {
|
|
4781
4785
|
isNonstandard: "Past",
|
|
@@ -4790,7 +4794,7 @@ export const FormatsData = {
|
|
|
4790
4794
|
kommoo: {
|
|
4791
4795
|
isNonstandard: "Past",
|
|
4792
4796
|
tier: "Illegal",
|
|
4793
|
-
natDexTier: "
|
|
4797
|
+
natDexTier: "RU",
|
|
4794
4798
|
},
|
|
4795
4799
|
kommoototem: {
|
|
4796
4800
|
isNonstandard: "Past",
|
|
@@ -4808,7 +4812,7 @@ export const FormatsData = {
|
|
|
4808
4812
|
tapubulu: {
|
|
4809
4813
|
isNonstandard: "Past",
|
|
4810
4814
|
tier: "Illegal",
|
|
4811
|
-
natDexTier: "
|
|
4815
|
+
natDexTier: "RU",
|
|
4812
4816
|
},
|
|
4813
4817
|
tapufini: {
|
|
4814
4818
|
isNonstandard: "Past",
|
|
@@ -4838,7 +4842,7 @@ export const FormatsData = {
|
|
|
4838
4842
|
nihilego: {
|
|
4839
4843
|
isNonstandard: "Past",
|
|
4840
4844
|
tier: "Illegal",
|
|
4841
|
-
natDexTier: "
|
|
4845
|
+
natDexTier: "RU",
|
|
4842
4846
|
},
|
|
4843
4847
|
buzzwole: {
|
|
4844
4848
|
isNonstandard: "Past",
|
|
@@ -4868,12 +4872,12 @@ export const FormatsData = {
|
|
|
4868
4872
|
guzzlord: {
|
|
4869
4873
|
isNonstandard: "Past",
|
|
4870
4874
|
tier: "Illegal",
|
|
4871
|
-
natDexTier: "
|
|
4875
|
+
natDexTier: "RU",
|
|
4872
4876
|
},
|
|
4873
4877
|
necrozma: {
|
|
4874
4878
|
isNonstandard: "Past",
|
|
4875
4879
|
tier: "Illegal",
|
|
4876
|
-
natDexTier: "
|
|
4880
|
+
natDexTier: "RU",
|
|
4877
4881
|
},
|
|
4878
4882
|
necrozmaduskmane: {
|
|
4879
4883
|
isNonstandard: "Past",
|
|
@@ -4916,27 +4920,27 @@ export const FormatsData = {
|
|
|
4916
4920
|
stakataka: {
|
|
4917
4921
|
isNonstandard: "Past",
|
|
4918
4922
|
tier: "Illegal",
|
|
4919
|
-
natDexTier: "
|
|
4923
|
+
natDexTier: "RU",
|
|
4920
4924
|
},
|
|
4921
4925
|
blacephalon: {
|
|
4922
4926
|
isNonstandard: "Past",
|
|
4923
4927
|
tier: "Illegal",
|
|
4924
|
-
natDexTier: "
|
|
4928
|
+
natDexTier: "RU",
|
|
4925
4929
|
},
|
|
4926
4930
|
zeraora: {
|
|
4927
4931
|
isNonstandard: "Past",
|
|
4928
4932
|
tier: "Illegal",
|
|
4929
|
-
natDexTier: "
|
|
4933
|
+
natDexTier: "RU",
|
|
4930
4934
|
},
|
|
4931
4935
|
meltan: {
|
|
4932
4936
|
isNonstandard: "Past",
|
|
4933
4937
|
tier: "Illegal",
|
|
4934
|
-
natDexTier: "
|
|
4938
|
+
natDexTier: "RU",
|
|
4935
4939
|
},
|
|
4936
4940
|
melmetal: {
|
|
4937
4941
|
isNonstandard: "Past",
|
|
4938
4942
|
tier: "Illegal",
|
|
4939
|
-
natDexTier: "
|
|
4943
|
+
natDexTier: "OU",
|
|
4940
4944
|
},
|
|
4941
4945
|
melmetalgmax: {
|
|
4942
4946
|
isNonstandard: "Past",
|
|
@@ -4955,25 +4959,21 @@ export const FormatsData = {
|
|
|
4955
4959
|
rillaboom: {
|
|
4956
4960
|
isNonstandard: "Unobtainable",
|
|
4957
4961
|
tier: "Unreleased",
|
|
4958
|
-
natDexTier: "
|
|
4962
|
+
natDexTier: "RU",
|
|
4959
4963
|
},
|
|
4960
4964
|
rillaboomgmax: {
|
|
4961
4965
|
isNonstandard: "Past",
|
|
4962
4966
|
tier: "Illegal",
|
|
4963
4967
|
},
|
|
4964
4968
|
scorbunny: {
|
|
4965
|
-
|
|
4966
|
-
tier: "Unreleased",
|
|
4967
|
-
natDexTier: "LC",
|
|
4969
|
+
tier: "LC",
|
|
4968
4970
|
},
|
|
4969
4971
|
raboot: {
|
|
4970
|
-
|
|
4971
|
-
tier: "Unreleased",
|
|
4972
|
-
natDexTier: "NFE",
|
|
4972
|
+
tier: "NFE",
|
|
4973
4973
|
},
|
|
4974
4974
|
cinderace: {
|
|
4975
|
-
|
|
4976
|
-
|
|
4975
|
+
tier: "OU",
|
|
4976
|
+
doublesTier: "DOU",
|
|
4977
4977
|
natDexTier: "UU",
|
|
4978
4978
|
},
|
|
4979
4979
|
cinderacegmax: {
|
|
@@ -4993,7 +4993,7 @@ export const FormatsData = {
|
|
|
4993
4993
|
inteleon: {
|
|
4994
4994
|
isNonstandard: "Unobtainable",
|
|
4995
4995
|
tier: "Unreleased",
|
|
4996
|
-
natDexTier: "
|
|
4996
|
+
natDexTier: "RU",
|
|
4997
4997
|
},
|
|
4998
4998
|
inteleongmax: {
|
|
4999
4999
|
isNonstandard: "Past",
|
|
@@ -5003,9 +5003,9 @@ export const FormatsData = {
|
|
|
5003
5003
|
tier: "LC",
|
|
5004
5004
|
},
|
|
5005
5005
|
greedent: {
|
|
5006
|
-
tier: "
|
|
5007
|
-
doublesTier: "DUU",
|
|
5008
|
-
natDexTier: "
|
|
5006
|
+
tier: "RU",
|
|
5007
|
+
doublesTier: "(DUU)",
|
|
5008
|
+
natDexTier: "RU",
|
|
5009
5009
|
},
|
|
5010
5010
|
rookidee: {
|
|
5011
5011
|
tier: "LC",
|
|
@@ -5035,7 +5035,7 @@ export const FormatsData = {
|
|
|
5035
5035
|
orbeetle: {
|
|
5036
5036
|
isNonstandard: "Past",
|
|
5037
5037
|
tier: "Illegal",
|
|
5038
|
-
natDexTier: "
|
|
5038
|
+
natDexTier: "RU",
|
|
5039
5039
|
},
|
|
5040
5040
|
orbeetlegmax: {
|
|
5041
5041
|
isNonstandard: "Past",
|
|
@@ -5049,7 +5049,7 @@ export const FormatsData = {
|
|
|
5049
5049
|
thievul: {
|
|
5050
5050
|
isNonstandard: "Past",
|
|
5051
5051
|
tier: "Illegal",
|
|
5052
|
-
natDexTier: "
|
|
5052
|
+
natDexTier: "RU",
|
|
5053
5053
|
},
|
|
5054
5054
|
gossifleur: {
|
|
5055
5055
|
isNonstandard: "Past",
|
|
@@ -5059,7 +5059,7 @@ export const FormatsData = {
|
|
|
5059
5059
|
eldegoss: {
|
|
5060
5060
|
isNonstandard: "Past",
|
|
5061
5061
|
tier: "Illegal",
|
|
5062
|
-
natDexTier: "
|
|
5062
|
+
natDexTier: "RU",
|
|
5063
5063
|
},
|
|
5064
5064
|
wooloo: {
|
|
5065
5065
|
isNonstandard: "Past",
|
|
@@ -5069,15 +5069,15 @@ export const FormatsData = {
|
|
|
5069
5069
|
dubwool: {
|
|
5070
5070
|
isNonstandard: "Past",
|
|
5071
5071
|
tier: "Illegal",
|
|
5072
|
-
natDexTier: "
|
|
5072
|
+
natDexTier: "RU",
|
|
5073
5073
|
},
|
|
5074
5074
|
chewtle: {
|
|
5075
5075
|
tier: "LC",
|
|
5076
5076
|
},
|
|
5077
5077
|
drednaw: {
|
|
5078
|
-
tier: "
|
|
5079
|
-
doublesTier: "DUU",
|
|
5080
|
-
natDexTier: "
|
|
5078
|
+
tier: "RU",
|
|
5079
|
+
doublesTier: "(DUU)",
|
|
5080
|
+
natDexTier: "RU",
|
|
5081
5081
|
},
|
|
5082
5082
|
drednawgmax: {
|
|
5083
5083
|
isNonstandard: "Past",
|
|
@@ -5091,7 +5091,7 @@ export const FormatsData = {
|
|
|
5091
5091
|
boltund: {
|
|
5092
5092
|
isNonstandard: "Past",
|
|
5093
5093
|
tier: "Illegal",
|
|
5094
|
-
natDexTier: "
|
|
5094
|
+
natDexTier: "RU",
|
|
5095
5095
|
},
|
|
5096
5096
|
rolycoly: {
|
|
5097
5097
|
tier: "LC",
|
|
@@ -5100,9 +5100,9 @@ export const FormatsData = {
|
|
|
5100
5100
|
tier: "NFE",
|
|
5101
5101
|
},
|
|
5102
5102
|
coalossal: {
|
|
5103
|
-
tier: "
|
|
5103
|
+
tier: "RU",
|
|
5104
5104
|
doublesTier: "DUU",
|
|
5105
|
-
natDexTier: "
|
|
5105
|
+
natDexTier: "RU",
|
|
5106
5106
|
},
|
|
5107
5107
|
coalossalgmax: {
|
|
5108
5108
|
isNonstandard: "Past",
|
|
@@ -5112,18 +5112,18 @@ export const FormatsData = {
|
|
|
5112
5112
|
tier: "LC",
|
|
5113
5113
|
},
|
|
5114
5114
|
flapple: {
|
|
5115
|
-
tier: "
|
|
5116
|
-
doublesTier: "DUU",
|
|
5117
|
-
natDexTier: "
|
|
5115
|
+
tier: "RU",
|
|
5116
|
+
doublesTier: "(DUU)",
|
|
5117
|
+
natDexTier: "RU",
|
|
5118
5118
|
},
|
|
5119
5119
|
flapplegmax: {
|
|
5120
5120
|
isNonstandard: "Past",
|
|
5121
5121
|
tier: "Illegal",
|
|
5122
5122
|
},
|
|
5123
5123
|
appletun: {
|
|
5124
|
-
tier: "
|
|
5125
|
-
doublesTier: "DUU",
|
|
5126
|
-
natDexTier: "
|
|
5124
|
+
tier: "RU",
|
|
5125
|
+
doublesTier: "(DUU)",
|
|
5126
|
+
natDexTier: "RU",
|
|
5127
5127
|
},
|
|
5128
5128
|
appletungmax: {
|
|
5129
5129
|
isNonstandard: "Past",
|
|
@@ -5133,9 +5133,9 @@ export const FormatsData = {
|
|
|
5133
5133
|
tier: "LC",
|
|
5134
5134
|
},
|
|
5135
5135
|
sandaconda: {
|
|
5136
|
-
tier: "
|
|
5137
|
-
doublesTier: "DUU",
|
|
5138
|
-
natDexTier: "
|
|
5136
|
+
tier: "RU",
|
|
5137
|
+
doublesTier: "(DUU)",
|
|
5138
|
+
natDexTier: "RU",
|
|
5139
5139
|
},
|
|
5140
5140
|
sandacondagmax: {
|
|
5141
5141
|
isNonstandard: "Past",
|
|
@@ -5144,7 +5144,7 @@ export const FormatsData = {
|
|
|
5144
5144
|
cramorant: {
|
|
5145
5145
|
isNonstandard: "Past",
|
|
5146
5146
|
tier: "Illegal",
|
|
5147
|
-
natDexTier: "
|
|
5147
|
+
natDexTier: "RU",
|
|
5148
5148
|
},
|
|
5149
5149
|
cramorantgulping: {
|
|
5150
5150
|
isNonstandard: "Past",
|
|
@@ -5157,21 +5157,21 @@ export const FormatsData = {
|
|
|
5157
5157
|
},
|
|
5158
5158
|
barraskewda: {
|
|
5159
5159
|
tier: "UU",
|
|
5160
|
-
doublesTier: "DUU",
|
|
5161
|
-
natDexTier: "
|
|
5160
|
+
doublesTier: "(DUU)",
|
|
5161
|
+
natDexTier: "RU",
|
|
5162
5162
|
},
|
|
5163
5163
|
toxel: {
|
|
5164
5164
|
tier: "LC",
|
|
5165
5165
|
},
|
|
5166
5166
|
toxtricity: {
|
|
5167
|
-
tier: "
|
|
5168
|
-
doublesTier: "DUU",
|
|
5169
|
-
natDexTier: "
|
|
5167
|
+
tier: "RU",
|
|
5168
|
+
doublesTier: "(DUU)",
|
|
5169
|
+
natDexTier: "RU",
|
|
5170
5170
|
},
|
|
5171
5171
|
toxtricitylowkey: {
|
|
5172
|
-
tier: "
|
|
5173
|
-
doublesTier: "DUU",
|
|
5174
|
-
natDexTier: "
|
|
5172
|
+
tier: "RU",
|
|
5173
|
+
doublesTier: "(DUU)",
|
|
5174
|
+
natDexTier: "RU",
|
|
5175
5175
|
},
|
|
5176
5176
|
toxtricitygmax: {
|
|
5177
5177
|
isNonstandard: "Past",
|
|
@@ -5189,7 +5189,7 @@ export const FormatsData = {
|
|
|
5189
5189
|
centiskorch: {
|
|
5190
5190
|
isNonstandard: "Past",
|
|
5191
5191
|
tier: "Illegal",
|
|
5192
|
-
natDexTier: "
|
|
5192
|
+
natDexTier: "RU",
|
|
5193
5193
|
},
|
|
5194
5194
|
centiskorchgmax: {
|
|
5195
5195
|
isNonstandard: "Past",
|
|
@@ -5203,15 +5203,15 @@ export const FormatsData = {
|
|
|
5203
5203
|
grapploct: {
|
|
5204
5204
|
isNonstandard: "Past",
|
|
5205
5205
|
tier: "Illegal",
|
|
5206
|
-
natDexTier: "
|
|
5206
|
+
natDexTier: "RU",
|
|
5207
5207
|
},
|
|
5208
5208
|
sinistea: {
|
|
5209
5209
|
tier: "LC",
|
|
5210
5210
|
},
|
|
5211
5211
|
polteageist: {
|
|
5212
5212
|
tier: "UU",
|
|
5213
|
-
doublesTier: "DUU",
|
|
5214
|
-
natDexTier: "
|
|
5213
|
+
doublesTier: "(DUU)",
|
|
5214
|
+
natDexTier: "RU",
|
|
5215
5215
|
},
|
|
5216
5216
|
hatenna: {
|
|
5217
5217
|
tier: "LC",
|
|
@@ -5220,9 +5220,9 @@ export const FormatsData = {
|
|
|
5220
5220
|
tier: "NFE",
|
|
5221
5221
|
},
|
|
5222
5222
|
hatterene: {
|
|
5223
|
-
tier: "
|
|
5223
|
+
tier: "OU",
|
|
5224
5224
|
doublesTier: "DOU",
|
|
5225
|
-
natDexTier: "
|
|
5225
|
+
natDexTier: "OU",
|
|
5226
5226
|
},
|
|
5227
5227
|
hatterenegmax: {
|
|
5228
5228
|
isNonstandard: "Past",
|
|
@@ -5251,54 +5251,54 @@ export const FormatsData = {
|
|
|
5251
5251
|
alcremie: {
|
|
5252
5252
|
isNonstandard: "Past",
|
|
5253
5253
|
tier: "Illegal",
|
|
5254
|
-
natDexTier: "
|
|
5254
|
+
natDexTier: "RU",
|
|
5255
5255
|
},
|
|
5256
5256
|
alcremiegmax: {
|
|
5257
5257
|
isNonstandard: "Past",
|
|
5258
5258
|
tier: "Illegal",
|
|
5259
5259
|
},
|
|
5260
5260
|
falinks: {
|
|
5261
|
-
tier: "
|
|
5262
|
-
doublesTier: "DUU",
|
|
5263
|
-
natDexTier: "
|
|
5261
|
+
tier: "RU",
|
|
5262
|
+
doublesTier: "(DUU)",
|
|
5263
|
+
natDexTier: "RU",
|
|
5264
5264
|
},
|
|
5265
5265
|
pincurchin: {
|
|
5266
|
-
tier: "
|
|
5266
|
+
tier: "RU",
|
|
5267
5267
|
doublesTier: "DUU",
|
|
5268
|
-
natDexTier: "
|
|
5268
|
+
natDexTier: "RU",
|
|
5269
5269
|
},
|
|
5270
5270
|
snom: {
|
|
5271
5271
|
tier: "LC",
|
|
5272
5272
|
},
|
|
5273
5273
|
frosmoth: {
|
|
5274
|
-
tier: "
|
|
5275
|
-
doublesTier: "DUU",
|
|
5276
|
-
natDexTier: "
|
|
5274
|
+
tier: "RU",
|
|
5275
|
+
doublesTier: "(DUU)",
|
|
5276
|
+
natDexTier: "RU",
|
|
5277
5277
|
},
|
|
5278
5278
|
stonjourner: {
|
|
5279
|
-
tier: "
|
|
5280
|
-
doublesTier: "DUU",
|
|
5281
|
-
natDexTier: "
|
|
5279
|
+
tier: "RU",
|
|
5280
|
+
doublesTier: "(DUU)",
|
|
5281
|
+
natDexTier: "RU",
|
|
5282
5282
|
},
|
|
5283
5283
|
eiscue: {
|
|
5284
|
-
tier: "
|
|
5285
|
-
doublesTier: "DUU",
|
|
5286
|
-
natDexTier: "
|
|
5284
|
+
tier: "RU",
|
|
5285
|
+
doublesTier: "(DUU)",
|
|
5286
|
+
natDexTier: "RU",
|
|
5287
5287
|
},
|
|
5288
5288
|
indeedee: {
|
|
5289
5289
|
tier: "UU",
|
|
5290
|
-
doublesTier: "DUU",
|
|
5291
|
-
natDexTier: "
|
|
5290
|
+
doublesTier: "(DUU)",
|
|
5291
|
+
natDexTier: "RU",
|
|
5292
5292
|
},
|
|
5293
5293
|
indeedeef: {
|
|
5294
|
-
tier: "
|
|
5294
|
+
tier: "RU",
|
|
5295
5295
|
doublesTier: "DOU",
|
|
5296
|
-
natDexTier: "
|
|
5296
|
+
natDexTier: "RU",
|
|
5297
5297
|
},
|
|
5298
5298
|
morpeko: {
|
|
5299
5299
|
isNonstandard: "Past",
|
|
5300
5300
|
tier: "Illegal",
|
|
5301
|
-
natDexTier: "
|
|
5301
|
+
natDexTier: "RU",
|
|
5302
5302
|
},
|
|
5303
5303
|
morpekohangry: {
|
|
5304
5304
|
isNonstandard: "Past",
|
|
@@ -5307,9 +5307,9 @@ export const FormatsData = {
|
|
|
5307
5307
|
tier: "LC",
|
|
5308
5308
|
},
|
|
5309
5309
|
copperajah: {
|
|
5310
|
-
tier: "
|
|
5311
|
-
doublesTier: "DUU",
|
|
5312
|
-
natDexTier: "
|
|
5310
|
+
tier: "RU",
|
|
5311
|
+
doublesTier: "(DUU)",
|
|
5312
|
+
natDexTier: "RU",
|
|
5313
5313
|
},
|
|
5314
5314
|
copperajahgmax: {
|
|
5315
5315
|
isNonstandard: "Past",
|
|
@@ -5318,12 +5318,12 @@ export const FormatsData = {
|
|
|
5318
5318
|
dracozolt: {
|
|
5319
5319
|
isNonstandard: "Past",
|
|
5320
5320
|
tier: "Illegal",
|
|
5321
|
-
natDexTier: "
|
|
5321
|
+
natDexTier: "RU",
|
|
5322
5322
|
},
|
|
5323
5323
|
arctozolt: {
|
|
5324
5324
|
isNonstandard: "Past",
|
|
5325
5325
|
tier: "Illegal",
|
|
5326
|
-
natDexTier: "
|
|
5326
|
+
natDexTier: "RU",
|
|
5327
5327
|
},
|
|
5328
5328
|
dracovish: {
|
|
5329
5329
|
isNonstandard: "Past",
|
|
@@ -5333,12 +5333,12 @@ export const FormatsData = {
|
|
|
5333
5333
|
arctovish: {
|
|
5334
5334
|
isNonstandard: "Past",
|
|
5335
5335
|
tier: "Illegal",
|
|
5336
|
-
natDexTier: "
|
|
5336
|
+
natDexTier: "RU",
|
|
5337
5337
|
},
|
|
5338
5338
|
duraludon: {
|
|
5339
5339
|
isNonstandard: "Past",
|
|
5340
5340
|
tier: "Illegal",
|
|
5341
|
-
natDexTier: "
|
|
5341
|
+
natDexTier: "RU",
|
|
5342
5342
|
},
|
|
5343
5343
|
duraludongmax: {
|
|
5344
5344
|
isNonstandard: "Past",
|
|
@@ -5368,7 +5368,7 @@ export const FormatsData = {
|
|
|
5368
5368
|
zamazenta: {
|
|
5369
5369
|
isNonstandard: "Unobtainable",
|
|
5370
5370
|
tier: "Unreleased",
|
|
5371
|
-
natDexTier: "
|
|
5371
|
+
natDexTier: "UUBL",
|
|
5372
5372
|
},
|
|
5373
5373
|
zamazentacrowned: {
|
|
5374
5374
|
isNonstandard: "Unobtainable",
|
|
@@ -5397,7 +5397,7 @@ export const FormatsData = {
|
|
|
5397
5397
|
urshifurapidstrike: {
|
|
5398
5398
|
isNonstandard: "Unobtainable",
|
|
5399
5399
|
tier: "Unreleased",
|
|
5400
|
-
natDexTier: "
|
|
5400
|
+
natDexTier: "OU",
|
|
5401
5401
|
},
|
|
5402
5402
|
urshifugmax: {
|
|
5403
5403
|
isNonstandard: "Past",
|
|
@@ -5410,7 +5410,7 @@ export const FormatsData = {
|
|
|
5410
5410
|
zarude: {
|
|
5411
5411
|
isNonstandard: "Unobtainable",
|
|
5412
5412
|
tier: "Unreleased",
|
|
5413
|
-
natDexTier: "
|
|
5413
|
+
natDexTier: "RU",
|
|
5414
5414
|
},
|
|
5415
5415
|
zarudedada: {
|
|
5416
5416
|
isNonstandard: "Unobtainable",
|
|
@@ -5423,12 +5423,12 @@ export const FormatsData = {
|
|
|
5423
5423
|
regidrago: {
|
|
5424
5424
|
isNonstandard: "Unobtainable",
|
|
5425
5425
|
tier: "Unreleased",
|
|
5426
|
-
natDexTier: "
|
|
5426
|
+
natDexTier: "RU",
|
|
5427
5427
|
},
|
|
5428
5428
|
glastrier: {
|
|
5429
5429
|
isNonstandard: "Unobtainable",
|
|
5430
5430
|
tier: "Unreleased",
|
|
5431
|
-
natDexTier: "
|
|
5431
|
+
natDexTier: "RU",
|
|
5432
5432
|
},
|
|
5433
5433
|
spectrier: {
|
|
5434
5434
|
isNonstandard: "Unobtainable",
|
|
@@ -5438,7 +5438,7 @@ export const FormatsData = {
|
|
|
5438
5438
|
calyrex: {
|
|
5439
5439
|
isNonstandard: "Unobtainable",
|
|
5440
5440
|
tier: "Unreleased",
|
|
5441
|
-
natDexTier: "
|
|
5441
|
+
natDexTier: "RU",
|
|
5442
5442
|
},
|
|
5443
5443
|
calyrexice: {
|
|
5444
5444
|
isNonstandard: "Unobtainable",
|
|
@@ -5448,7 +5448,7 @@ export const FormatsData = {
|
|
|
5448
5448
|
calyrexshadow: {
|
|
5449
5449
|
isNonstandard: "Unobtainable",
|
|
5450
5450
|
tier: "Unreleased",
|
|
5451
|
-
natDexTier: "
|
|
5451
|
+
natDexTier: "AG",
|
|
5452
5452
|
},
|
|
5453
5453
|
enamorus: {
|
|
5454
5454
|
isNonstandard: "Unobtainable",
|
|
@@ -5466,8 +5466,8 @@ export const FormatsData = {
|
|
|
5466
5466
|
},
|
|
5467
5467
|
meowscarada: {
|
|
5468
5468
|
tier: "OU",
|
|
5469
|
-
doublesTier: "
|
|
5470
|
-
natDexTier: "
|
|
5469
|
+
doublesTier: "DOU",
|
|
5470
|
+
natDexTier: "RU",
|
|
5471
5471
|
},
|
|
5472
5472
|
fuecoco: {
|
|
5473
5473
|
tier: "LC",
|
|
@@ -5489,44 +5489,44 @@ export const FormatsData = {
|
|
|
5489
5489
|
quaquaval: {
|
|
5490
5490
|
tier: "OU",
|
|
5491
5491
|
doublesTier: "DUU",
|
|
5492
|
-
natDexTier: "
|
|
5492
|
+
natDexTier: "RU",
|
|
5493
5493
|
},
|
|
5494
5494
|
lechonk: {
|
|
5495
5495
|
tier: "LC",
|
|
5496
5496
|
},
|
|
5497
5497
|
oinkologne: {
|
|
5498
|
-
tier: "
|
|
5499
|
-
doublesTier: "DUU",
|
|
5500
|
-
natDexTier: "
|
|
5498
|
+
tier: "RU",
|
|
5499
|
+
doublesTier: "(DUU)",
|
|
5500
|
+
natDexTier: "RU",
|
|
5501
5501
|
},
|
|
5502
5502
|
oinkolognef: {
|
|
5503
|
-
tier: "
|
|
5504
|
-
doublesTier: "DUU",
|
|
5505
|
-
natDexTier: "
|
|
5503
|
+
tier: "RU",
|
|
5504
|
+
doublesTier: "(DUU)",
|
|
5505
|
+
natDexTier: "RU",
|
|
5506
5506
|
},
|
|
5507
5507
|
tarountula: {
|
|
5508
5508
|
tier: "LC",
|
|
5509
5509
|
},
|
|
5510
5510
|
spidops: {
|
|
5511
|
-
tier: "
|
|
5512
|
-
doublesTier: "DUU",
|
|
5513
|
-
natDexTier: "
|
|
5511
|
+
tier: "RU",
|
|
5512
|
+
doublesTier: "(DUU)",
|
|
5513
|
+
natDexTier: "RU",
|
|
5514
5514
|
},
|
|
5515
5515
|
nymble: {
|
|
5516
5516
|
tier: "LC",
|
|
5517
5517
|
},
|
|
5518
5518
|
lokix: {
|
|
5519
|
-
tier: "
|
|
5520
|
-
doublesTier: "DUU",
|
|
5521
|
-
natDexTier: "
|
|
5519
|
+
tier: "UU",
|
|
5520
|
+
doublesTier: "(DUU)",
|
|
5521
|
+
natDexTier: "RU",
|
|
5522
5522
|
},
|
|
5523
5523
|
rellor: {
|
|
5524
5524
|
tier: "LC",
|
|
5525
5525
|
},
|
|
5526
5526
|
rabsca: {
|
|
5527
|
-
tier: "
|
|
5528
|
-
doublesTier: "DUU",
|
|
5529
|
-
natDexTier: "
|
|
5527
|
+
tier: "RU",
|
|
5528
|
+
doublesTier: "(DUU)",
|
|
5529
|
+
natDexTier: "RU",
|
|
5530
5530
|
},
|
|
5531
5531
|
greavard: {
|
|
5532
5532
|
tier: "LC",
|
|
@@ -5540,27 +5540,27 @@ export const FormatsData = {
|
|
|
5540
5540
|
tier: "NFE",
|
|
5541
5541
|
},
|
|
5542
5542
|
espathra: {
|
|
5543
|
-
tier: "
|
|
5544
|
-
doublesTier: "DUU",
|
|
5545
|
-
natDexTier: "
|
|
5543
|
+
tier: "UUBL",
|
|
5544
|
+
doublesTier: "(DUU)",
|
|
5545
|
+
natDexTier: "RU",
|
|
5546
5546
|
},
|
|
5547
5547
|
wiglett: {
|
|
5548
5548
|
tier: "LC",
|
|
5549
5549
|
},
|
|
5550
5550
|
wugtrio: {
|
|
5551
|
-
tier: "
|
|
5552
|
-
doublesTier: "DUU",
|
|
5553
|
-
natDexTier: "
|
|
5551
|
+
tier: "RU",
|
|
5552
|
+
doublesTier: "(DUU)",
|
|
5553
|
+
natDexTier: "RU",
|
|
5554
5554
|
},
|
|
5555
5555
|
dondozo: {
|
|
5556
5556
|
tier: "OU",
|
|
5557
|
-
doublesTier: "
|
|
5558
|
-
natDexTier: "
|
|
5557
|
+
doublesTier: "DUU",
|
|
5558
|
+
natDexTier: "RU",
|
|
5559
5559
|
},
|
|
5560
5560
|
veluza: {
|
|
5561
|
-
tier: "
|
|
5562
|
-
doublesTier: "DUU",
|
|
5563
|
-
natDexTier: "
|
|
5561
|
+
tier: "RU",
|
|
5562
|
+
doublesTier: "(DUU)",
|
|
5563
|
+
natDexTier: "RU",
|
|
5564
5564
|
},
|
|
5565
5565
|
finizen: {
|
|
5566
5566
|
tier: "LC",
|
|
@@ -5577,54 +5577,54 @@ export const FormatsData = {
|
|
|
5577
5577
|
tier: "NFE",
|
|
5578
5578
|
},
|
|
5579
5579
|
arboliva: {
|
|
5580
|
-
tier: "
|
|
5580
|
+
tier: "RU",
|
|
5581
5581
|
doublesTier: "DUU",
|
|
5582
|
-
natDexTier: "
|
|
5582
|
+
natDexTier: "RU",
|
|
5583
5583
|
},
|
|
5584
5584
|
capsakid: {
|
|
5585
5585
|
tier: "LC",
|
|
5586
5586
|
},
|
|
5587
5587
|
scovillain: {
|
|
5588
|
-
tier: "
|
|
5589
|
-
doublesTier: "DUU",
|
|
5590
|
-
natDexTier: "
|
|
5588
|
+
tier: "RU",
|
|
5589
|
+
doublesTier: "(DUU)",
|
|
5590
|
+
natDexTier: "RU",
|
|
5591
5591
|
},
|
|
5592
5592
|
tadbulb: {
|
|
5593
5593
|
tier: "LC",
|
|
5594
5594
|
},
|
|
5595
5595
|
bellibolt: {
|
|
5596
|
-
tier: "
|
|
5596
|
+
tier: "RU",
|
|
5597
5597
|
doublesTier: "DUU",
|
|
5598
|
-
natDexTier: "
|
|
5598
|
+
natDexTier: "RU",
|
|
5599
5599
|
},
|
|
5600
5600
|
varoom: {
|
|
5601
5601
|
tier: "LC",
|
|
5602
5602
|
},
|
|
5603
5603
|
revavroom: {
|
|
5604
|
-
tier: "
|
|
5605
|
-
doublesTier: "DUU",
|
|
5606
|
-
natDexTier: "
|
|
5604
|
+
tier: "RU",
|
|
5605
|
+
doublesTier: "(DUU)",
|
|
5606
|
+
natDexTier: "RU",
|
|
5607
5607
|
},
|
|
5608
5608
|
orthworm: {
|
|
5609
|
-
tier: "
|
|
5609
|
+
tier: "UU",
|
|
5610
5610
|
doublesTier: "DUU",
|
|
5611
|
-
natDexTier: "
|
|
5611
|
+
natDexTier: "RU",
|
|
5612
5612
|
},
|
|
5613
5613
|
tandemaus: {
|
|
5614
5614
|
tier: "LC",
|
|
5615
5615
|
},
|
|
5616
5616
|
maushold: {
|
|
5617
|
-
tier: "
|
|
5617
|
+
tier: "UU",
|
|
5618
5618
|
doublesTier: "DOU",
|
|
5619
|
-
natDexTier: "
|
|
5619
|
+
natDexTier: "RU",
|
|
5620
5620
|
},
|
|
5621
5621
|
cetoddle: {
|
|
5622
5622
|
tier: "LC",
|
|
5623
5623
|
},
|
|
5624
5624
|
cetitan: {
|
|
5625
|
-
tier: "
|
|
5626
|
-
doublesTier: "DUU",
|
|
5627
|
-
natDexTier: "
|
|
5625
|
+
tier: "RU",
|
|
5626
|
+
doublesTier: "(DUU)",
|
|
5627
|
+
natDexTier: "RU",
|
|
5628
5628
|
},
|
|
5629
5629
|
frigibax: {
|
|
5630
5630
|
tier: "LC",
|
|
@@ -5633,14 +5633,14 @@ export const FormatsData = {
|
|
|
5633
5633
|
tier: "NFE",
|
|
5634
5634
|
},
|
|
5635
5635
|
baxcalibur: {
|
|
5636
|
-
tier: "
|
|
5636
|
+
tier: "UU",
|
|
5637
5637
|
doublesTier: "DOU",
|
|
5638
|
-
natDexTier: "
|
|
5638
|
+
natDexTier: "RU",
|
|
5639
5639
|
},
|
|
5640
5640
|
tatsugiri: {
|
|
5641
|
-
tier: "
|
|
5641
|
+
tier: "RU",
|
|
5642
5642
|
doublesTier: "DUber",
|
|
5643
|
-
natDexTier: "
|
|
5643
|
+
natDexTier: "RU",
|
|
5644
5644
|
},
|
|
5645
5645
|
cyclizar: {
|
|
5646
5646
|
tier: "OU",
|
|
@@ -5654,9 +5654,9 @@ export const FormatsData = {
|
|
|
5654
5654
|
tier: "NFE",
|
|
5655
5655
|
},
|
|
5656
5656
|
pawmot: {
|
|
5657
|
-
tier: "
|
|
5657
|
+
tier: "OU",
|
|
5658
5658
|
doublesTier: "DUU",
|
|
5659
|
-
natDexTier: "
|
|
5659
|
+
natDexTier: "RU",
|
|
5660
5660
|
},
|
|
5661
5661
|
wattrel: {
|
|
5662
5662
|
tier: "LC",
|
|
@@ -5664,27 +5664,27 @@ export const FormatsData = {
|
|
|
5664
5664
|
kilowattrel: {
|
|
5665
5665
|
tier: "UU",
|
|
5666
5666
|
doublesTier: "DOU",
|
|
5667
|
-
natDexTier: "
|
|
5667
|
+
natDexTier: "RU",
|
|
5668
5668
|
},
|
|
5669
5669
|
bombirdier: {
|
|
5670
|
-
tier: "
|
|
5671
|
-
doublesTier: "DUU",
|
|
5672
|
-
natDexTier: "
|
|
5670
|
+
tier: "RU",
|
|
5671
|
+
doublesTier: "(DUU)",
|
|
5672
|
+
natDexTier: "RU",
|
|
5673
5673
|
},
|
|
5674
5674
|
squawkabilly: {
|
|
5675
|
-
tier: "
|
|
5676
|
-
doublesTier: "DUU",
|
|
5677
|
-
natDexTier: "
|
|
5675
|
+
tier: "RU",
|
|
5676
|
+
doublesTier: "(DUU)",
|
|
5677
|
+
natDexTier: "RU",
|
|
5678
5678
|
},
|
|
5679
5679
|
flamigo: {
|
|
5680
|
-
tier: "
|
|
5681
|
-
doublesTier: "
|
|
5682
|
-
natDexTier: "
|
|
5680
|
+
tier: "RU",
|
|
5681
|
+
doublesTier: "DUU",
|
|
5682
|
+
natDexTier: "RU",
|
|
5683
5683
|
},
|
|
5684
5684
|
klawf: {
|
|
5685
|
-
tier: "
|
|
5686
|
-
doublesTier: "DUU",
|
|
5687
|
-
natDexTier: "
|
|
5685
|
+
tier: "RU",
|
|
5686
|
+
doublesTier: "(DUU)",
|
|
5687
|
+
natDexTier: "RU",
|
|
5688
5688
|
},
|
|
5689
5689
|
nacli: {
|
|
5690
5690
|
tier: "LC",
|
|
@@ -5695,7 +5695,7 @@ export const FormatsData = {
|
|
|
5695
5695
|
garganacl: {
|
|
5696
5696
|
tier: "OU",
|
|
5697
5697
|
doublesTier: "DOU",
|
|
5698
|
-
natDexTier: "
|
|
5698
|
+
natDexTier: "RU",
|
|
5699
5699
|
},
|
|
5700
5700
|
glimmet: {
|
|
5701
5701
|
tier: "LC",
|
|
@@ -5711,31 +5711,31 @@ export const FormatsData = {
|
|
|
5711
5711
|
grafaiai: {
|
|
5712
5712
|
tier: "UU",
|
|
5713
5713
|
doublesTier: "DUU",
|
|
5714
|
-
natDexTier: "
|
|
5714
|
+
natDexTier: "RU",
|
|
5715
5715
|
},
|
|
5716
5716
|
fidough: {
|
|
5717
5717
|
tier: "LC",
|
|
5718
5718
|
},
|
|
5719
5719
|
dachsbun: {
|
|
5720
|
-
tier: "
|
|
5721
|
-
doublesTier: "DUU",
|
|
5722
|
-
natDexTier: "
|
|
5720
|
+
tier: "RU",
|
|
5721
|
+
doublesTier: "(DUU)",
|
|
5722
|
+
natDexTier: "RU",
|
|
5723
5723
|
},
|
|
5724
5724
|
maschiff: {
|
|
5725
5725
|
tier: "LC",
|
|
5726
5726
|
},
|
|
5727
5727
|
mabosstiff: {
|
|
5728
|
-
tier: "
|
|
5729
|
-
doublesTier: "DUU",
|
|
5730
|
-
natDexTier: "
|
|
5728
|
+
tier: "RU",
|
|
5729
|
+
doublesTier: "(DUU)",
|
|
5730
|
+
natDexTier: "RU",
|
|
5731
5731
|
},
|
|
5732
5732
|
bramblin: {
|
|
5733
5733
|
tier: "LC",
|
|
5734
5734
|
},
|
|
5735
5735
|
brambleghast: {
|
|
5736
5736
|
tier: "UU",
|
|
5737
|
-
doublesTier: "DUU",
|
|
5738
|
-
natDexTier: "
|
|
5737
|
+
doublesTier: "(DUU)",
|
|
5738
|
+
natDexTier: "RU",
|
|
5739
5739
|
},
|
|
5740
5740
|
gimmighoul: {
|
|
5741
5741
|
tier: "LC",
|
|
@@ -5757,24 +5757,24 @@ export const FormatsData = {
|
|
|
5757
5757
|
brutebonnet: {
|
|
5758
5758
|
tier: "UU",
|
|
5759
5759
|
doublesTier: "DOU",
|
|
5760
|
-
natDexTier: "
|
|
5760
|
+
natDexTier: "RU",
|
|
5761
5761
|
},
|
|
5762
5762
|
/*
|
|
5763
5763
|
placeholder1: {
|
|
5764
|
-
tier: "
|
|
5765
|
-
doublesTier: "DUU",
|
|
5766
|
-
natDexTier: "
|
|
5764
|
+
tier: "RU",
|
|
5765
|
+
doublesTier: "(DUU)",
|
|
5766
|
+
natDexTier: "RU",
|
|
5767
5767
|
},
|
|
5768
5768
|
*/
|
|
5769
5769
|
sandyshocks: {
|
|
5770
5770
|
tier: "UU",
|
|
5771
|
-
doublesTier: "DUU",
|
|
5772
|
-
natDexTier: "
|
|
5771
|
+
doublesTier: "(DUU)",
|
|
5772
|
+
natDexTier: "RU",
|
|
5773
5773
|
},
|
|
5774
5774
|
screamtail: {
|
|
5775
5775
|
tier: "UU",
|
|
5776
|
-
doublesTier: "DUU",
|
|
5777
|
-
natDexTier: "
|
|
5776
|
+
doublesTier: "(DUU)",
|
|
5777
|
+
natDexTier: "RU",
|
|
5778
5778
|
},
|
|
5779
5779
|
fluttermane: {
|
|
5780
5780
|
tier: "Uber",
|
|
@@ -5783,8 +5783,8 @@ export const FormatsData = {
|
|
|
5783
5783
|
},
|
|
5784
5784
|
slitherwing: {
|
|
5785
5785
|
tier: "UU",
|
|
5786
|
-
doublesTier: "DUU",
|
|
5787
|
-
natDexTier: "
|
|
5786
|
+
doublesTier: "(DUU)",
|
|
5787
|
+
natDexTier: "RU",
|
|
5788
5788
|
},
|
|
5789
5789
|
roaringmoon: {
|
|
5790
5790
|
tier: "OU",
|
|
@@ -5794,13 +5794,13 @@ export const FormatsData = {
|
|
|
5794
5794
|
irontreads: {
|
|
5795
5795
|
tier: "OU",
|
|
5796
5796
|
doublesTier: "DUU",
|
|
5797
|
-
natDexTier: "
|
|
5797
|
+
natDexTier: "UU",
|
|
5798
5798
|
},
|
|
5799
5799
|
/*
|
|
5800
5800
|
placeholder2: {
|
|
5801
|
-
tier: "
|
|
5802
|
-
doublesTier: "DUU",
|
|
5803
|
-
natDexTier: "
|
|
5801
|
+
tier: "RU",
|
|
5802
|
+
doublesTier: "(DUU)",
|
|
5803
|
+
natDexTier: "RU",
|
|
5804
5804
|
},
|
|
5805
5805
|
*/
|
|
5806
5806
|
ironmoth: {
|
|
@@ -5811,17 +5811,17 @@ export const FormatsData = {
|
|
|
5811
5811
|
ironhands: {
|
|
5812
5812
|
tier: "OU",
|
|
5813
5813
|
doublesTier: "DOU",
|
|
5814
|
-
natDexTier: "
|
|
5814
|
+
natDexTier: "RU",
|
|
5815
5815
|
},
|
|
5816
5816
|
ironjugulis: {
|
|
5817
5817
|
tier: "UU",
|
|
5818
5818
|
doublesTier: "DUU",
|
|
5819
|
-
natDexTier: "
|
|
5819
|
+
natDexTier: "RU",
|
|
5820
5820
|
},
|
|
5821
5821
|
ironthorns: {
|
|
5822
5822
|
tier: "UU",
|
|
5823
5823
|
doublesTier: "DUU",
|
|
5824
|
-
natDexTier: "
|
|
5824
|
+
natDexTier: "RU",
|
|
5825
5825
|
},
|
|
5826
5826
|
ironbundle: {
|
|
5827
5827
|
tier: "Uber",
|
|
@@ -5831,7 +5831,7 @@ export const FormatsData = {
|
|
|
5831
5831
|
ironvaliant: {
|
|
5832
5832
|
tier: "OU",
|
|
5833
5833
|
doublesTier: "DUU",
|
|
5834
|
-
natDexTier: "
|
|
5834
|
+
natDexTier: "OU",
|
|
5835
5835
|
},
|
|
5836
5836
|
tinglu: {
|
|
5837
5837
|
tier: "OU",
|
|
@@ -5845,8 +5845,8 @@ export const FormatsData = {
|
|
|
5845
5845
|
},
|
|
5846
5846
|
wochien: {
|
|
5847
5847
|
tier: "UU",
|
|
5848
|
-
doublesTier: "DUU",
|
|
5849
|
-
natDexTier: "
|
|
5848
|
+
doublesTier: "(DUU)",
|
|
5849
|
+
natDexTier: "RU",
|
|
5850
5850
|
},
|
|
5851
5851
|
chiyu: {
|
|
5852
5852
|
tier: "OU",
|
|
@@ -5861,7 +5861,7 @@ export const FormatsData = {
|
|
|
5861
5861
|
miraidon: {
|
|
5862
5862
|
tier: "Uber",
|
|
5863
5863
|
doublesTier: "DUber",
|
|
5864
|
-
natDexTier: "
|
|
5864
|
+
natDexTier: "AG",
|
|
5865
5865
|
},
|
|
5866
5866
|
tinkatink: {
|
|
5867
5867
|
tier: "LC",
|
|
@@ -5871,8 +5871,8 @@ export const FormatsData = {
|
|
|
5871
5871
|
},
|
|
5872
5872
|
tinkaton: {
|
|
5873
5873
|
tier: "UU",
|
|
5874
|
-
doublesTier: "
|
|
5875
|
-
natDexTier: "
|
|
5874
|
+
doublesTier: "DUU",
|
|
5875
|
+
natDexTier: "RU",
|
|
5876
5876
|
},
|
|
5877
5877
|
charcadet: {
|
|
5878
5878
|
tier: "LC",
|
|
@@ -5880,20 +5880,20 @@ export const FormatsData = {
|
|
|
5880
5880
|
armarouge: {
|
|
5881
5881
|
tier: "UU",
|
|
5882
5882
|
doublesTier: "DOU",
|
|
5883
|
-
natDexTier: "
|
|
5883
|
+
natDexTier: "RU",
|
|
5884
5884
|
},
|
|
5885
5885
|
ceruledge: {
|
|
5886
5886
|
tier: "OU",
|
|
5887
5887
|
doublesTier: "DUU",
|
|
5888
|
-
natDexTier: "
|
|
5888
|
+
natDexTier: "RU",
|
|
5889
5889
|
},
|
|
5890
5890
|
toedscool: {
|
|
5891
5891
|
tier: "LC",
|
|
5892
5892
|
},
|
|
5893
5893
|
toedscruel: {
|
|
5894
5894
|
tier: "UU",
|
|
5895
|
-
doublesTier: "DUU",
|
|
5896
|
-
natDexTier: "
|
|
5895
|
+
doublesTier: "(DUU)",
|
|
5896
|
+
natDexTier: "RU",
|
|
5897
5897
|
},
|
|
5898
5898
|
kingambit: {
|
|
5899
5899
|
tier: "OU",
|
|
@@ -5902,12 +5902,12 @@ export const FormatsData = {
|
|
|
5902
5902
|
},
|
|
5903
5903
|
clodsire: {
|
|
5904
5904
|
tier: "OU",
|
|
5905
|
-
doublesTier: "DUU",
|
|
5905
|
+
doublesTier: "(DUU)",
|
|
5906
5906
|
natDexTier: "OU",
|
|
5907
5907
|
},
|
|
5908
5908
|
annihilape: {
|
|
5909
5909
|
tier: "OU",
|
|
5910
|
-
doublesTier: "
|
|
5910
|
+
doublesTier: "DOU",
|
|
5911
5911
|
natDexTier: "UU",
|
|
5912
5912
|
},
|
|
5913
5913
|
missingno: {
|