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