@pkmn/sim 0.9.37 → 0.10.0
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 +185 -173
- package/build/cjs/config/formats.js.map +1 -1
- package/build/cjs/data/abilities.js +62 -72
- package/build/cjs/data/abilities.js.map +1 -1
- package/build/cjs/data/aliases.js +11 -4
- package/build/cjs/data/aliases.js.map +1 -1
- package/build/cjs/data/formats-data.js +164 -64
- package/build/cjs/data/formats-data.js.map +1 -1
- package/build/cjs/data/items.js +406 -2
- package/build/cjs/data/items.js.map +1 -1
- package/build/cjs/data/legality.js +548 -113
- package/build/cjs/data/legality.js.map +1 -1
- package/build/cjs/data/mods/gen1/conditions.js +12 -1
- package/build/cjs/data/mods/gen1/conditions.js.map +1 -1
- package/build/cjs/data/mods/gen1/scripts.js +14 -28
- package/build/cjs/data/mods/gen1/scripts.js.map +1 -1
- package/build/cjs/data/mods/gen2/formats-data.js +2 -2
- package/build/cjs/data/mods/gen2/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen3/abilities.js +1 -3
- package/build/cjs/data/mods/gen3/abilities.js.map +1 -1
- package/build/cjs/data/mods/gen3/formats-data.js +5 -11
- package/build/cjs/data/mods/gen3/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen3/moves.js +24 -0
- package/build/cjs/data/mods/gen3/moves.js.map +1 -1
- package/build/cjs/data/mods/gen4/abilities.js +2 -14
- package/build/cjs/data/mods/gen4/abilities.js.map +1 -1
- package/build/cjs/data/mods/gen4/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen4/moves.js +37 -6
- package/build/cjs/data/mods/gen4/moves.js.map +1 -1
- package/build/cjs/data/mods/gen5/abilities.js +4 -0
- package/build/cjs/data/mods/gen5/abilities.js.map +1 -1
- package/build/cjs/data/mods/gen5/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen6/pokedex.js +104 -0
- package/build/cjs/data/mods/gen6/pokedex.js.map +1 -1
- package/build/cjs/data/mods/gen7/abilities.js +11 -26
- package/build/cjs/data/mods/gen7/abilities.js.map +1 -1
- package/build/cjs/data/mods/gen7/formats-data.js +1 -1
- package/build/cjs/data/mods/gen7/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen7/pokedex.js +96 -0
- package/build/cjs/data/mods/gen7/pokedex.js.map +1 -1
- package/build/cjs/data/mods/gen8/abilities.js +0 -3
- package/build/cjs/data/mods/gen8/abilities.js.map +1 -1
- package/build/cjs/data/mods/gen8bdsp/abilities.d.ts +1 -0
- package/build/cjs/data/mods/gen8bdsp/abilities.js +42 -0
- package/build/cjs/data/mods/gen8bdsp/abilities.js.map +1 -0
- package/build/cjs/data/mods/gen8bdsp/formats-data.d.ts +1 -0
- package/build/cjs/data/mods/gen8bdsp/formats-data.js +1837 -0
- package/build/cjs/data/mods/gen8bdsp/formats-data.js.map +1 -0
- package/build/cjs/data/mods/gen8bdsp/index.d.ts +6 -0
- package/build/cjs/data/mods/gen8bdsp/index.js +16 -0
- package/build/cjs/data/mods/gen8bdsp/index.js.map +1 -0
- package/build/cjs/data/mods/gen8bdsp/items.d.ts +1 -0
- package/build/cjs/data/mods/gen8bdsp/items.js +831 -0
- package/build/cjs/data/mods/gen8bdsp/items.js.map +1 -0
- package/build/cjs/data/mods/gen8bdsp/learnsets.d.ts +3 -0
- package/build/cjs/data/mods/gen8bdsp/learnsets.js +25784 -0
- package/build/cjs/data/mods/gen8bdsp/learnsets.js.map +1 -0
- package/build/cjs/data/mods/gen8bdsp/legality.d.ts +3 -0
- package/build/cjs/data/mods/gen8bdsp/legality.js +242 -0
- package/build/cjs/data/mods/gen8bdsp/legality.js.map +1 -0
- package/build/cjs/data/mods/gen8bdsp/moves.d.ts +1 -0
- package/build/cjs/data/mods/gen8bdsp/moves.js +919 -0
- package/build/cjs/data/mods/gen8bdsp/moves.js.map +1 -0
- package/build/cjs/data/mods/gen8bdsp/pokedex.d.ts +1 -0
- package/build/cjs/data/mods/gen8bdsp/pokedex.js +99 -0
- package/build/cjs/data/mods/gen8bdsp/pokedex.js.map +1 -0
- package/build/cjs/data/mods/gen8bdsp/scripts.d.ts +1 -0
- package/build/cjs/data/mods/gen8bdsp/scripts.js +15 -0
- package/build/cjs/data/mods/gen8bdsp/scripts.js.map +1 -0
- package/build/cjs/data/mods/gen8legends/formats-data.d.ts +1 -0
- package/build/cjs/data/mods/gen8legends/formats-data.js +2775 -0
- package/build/cjs/data/mods/gen8legends/formats-data.js.map +1 -0
- package/build/cjs/data/mods/gen8legends/index.d.ts +2 -0
- package/build/cjs/data/mods/gen8legends/index.js +8 -0
- package/build/cjs/data/mods/gen8legends/index.js.map +1 -0
- package/build/cjs/data/mods/gen8legends/learnsets.d.ts +3 -0
- package/build/cjs/data/mods/gen8legends/learnsets.js +5553 -0
- package/build/cjs/data/mods/gen8legends/learnsets.js.map +1 -0
- package/build/cjs/data/mods/gen8legends/legality.d.ts +3 -0
- package/build/cjs/data/mods/gen8legends/legality.js +149 -0
- package/build/cjs/data/mods/gen8legends/legality.js.map +1 -0
- package/build/cjs/data/mods/gen8legends/scripts.d.ts +1 -0
- package/build/cjs/data/mods/gen8legends/scripts.js +8 -0
- package/build/cjs/data/mods/gen8legends/scripts.js.map +1 -0
- package/build/cjs/data/moves.js +53 -55
- package/build/cjs/data/moves.js.map +1 -1
- package/build/cjs/data/pokedex.js +735 -10
- package/build/cjs/data/pokedex.js.map +1 -1
- package/build/cjs/data/rulesets.js +78 -0
- package/build/cjs/data/rulesets.js.map +1 -1
- package/build/cjs/data/text/items.js +108 -0
- package/build/cjs/data/text/items.js.map +1 -1
- package/build/cjs/data/text/moves.js +6 -2
- package/build/cjs/data/text/moves.js.map +1 -1
- package/build/cjs/sim/battle-actions.js +17 -7
- package/build/cjs/sim/battle-actions.js.map +1 -1
- package/build/cjs/sim/battle-queue.d.ts +11 -6
- package/build/cjs/sim/battle-queue.js.map +1 -1
- package/build/cjs/sim/battle.d.ts +2 -2
- package/build/cjs/sim/battle.js +23 -28
- package/build/cjs/sim/battle.js.map +1 -1
- package/build/cjs/sim/dex-conditions.d.ts +2 -1
- package/build/cjs/sim/dex-conditions.js.map +1 -1
- package/build/cjs/sim/dex-formats.d.ts +2 -0
- package/build/cjs/sim/dex-formats.js +12 -1
- package/build/cjs/sim/dex-formats.js.map +1 -1
- package/build/cjs/sim/dex-species.d.ts +13 -2
- package/build/cjs/sim/dex-species.js +40 -19
- package/build/cjs/sim/dex-species.js.map +1 -1
- package/build/cjs/sim/dex.js +11 -0
- package/build/cjs/sim/dex.js.map +1 -1
- package/build/cjs/sim/exported-global-types.d.ts +5 -4
- package/build/cjs/sim/global-types.d.ts +5 -4
- package/build/cjs/sim/pokemon.d.ts +6 -4
- package/build/cjs/sim/pokemon.js +31 -24
- package/build/cjs/sim/pokemon.js.map +1 -1
- package/build/cjs/sim/side.js +11 -41
- package/build/cjs/sim/side.js.map +1 -1
- package/build/cjs/sim/team-validator.d.ts +1 -0
- package/build/cjs/sim/team-validator.js +50 -18
- package/build/cjs/sim/team-validator.js.map +1 -1
- package/build/esm/config/formats.mjs +185 -173
- package/build/esm/config/formats.mjs.map +1 -1
- package/build/esm/data/abilities.mjs +62 -72
- package/build/esm/data/abilities.mjs.map +1 -1
- package/build/esm/data/aliases.mjs +11 -4
- package/build/esm/data/aliases.mjs.map +1 -1
- package/build/esm/data/formats-data.mjs +164 -64
- package/build/esm/data/formats-data.mjs.map +1 -1
- package/build/esm/data/items.mjs +406 -2
- package/build/esm/data/items.mjs.map +1 -1
- package/build/esm/data/legality.mjs +548 -113
- package/build/esm/data/legality.mjs.map +1 -1
- package/build/esm/data/mods/gen1/conditions.mjs +12 -1
- package/build/esm/data/mods/gen1/conditions.mjs.map +1 -1
- package/build/esm/data/mods/gen1/scripts.mjs +14 -28
- package/build/esm/data/mods/gen1/scripts.mjs.map +1 -1
- package/build/esm/data/mods/gen2/formats-data.mjs +2 -2
- package/build/esm/data/mods/gen2/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen3/abilities.mjs +1 -3
- package/build/esm/data/mods/gen3/abilities.mjs.map +1 -1
- package/build/esm/data/mods/gen3/formats-data.mjs +5 -11
- package/build/esm/data/mods/gen3/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen3/moves.mjs +24 -0
- package/build/esm/data/mods/gen3/moves.mjs.map +1 -1
- package/build/esm/data/mods/gen4/abilities.mjs +2 -14
- package/build/esm/data/mods/gen4/abilities.mjs.map +1 -1
- package/build/esm/data/mods/gen4/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen4/moves.mjs +37 -6
- package/build/esm/data/mods/gen4/moves.mjs.map +1 -1
- package/build/esm/data/mods/gen5/abilities.mjs +4 -0
- package/build/esm/data/mods/gen5/abilities.mjs.map +1 -1
- package/build/esm/data/mods/gen5/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen6/pokedex.mjs +104 -0
- package/build/esm/data/mods/gen6/pokedex.mjs.map +1 -1
- package/build/esm/data/mods/gen7/abilities.mjs +11 -26
- package/build/esm/data/mods/gen7/abilities.mjs.map +1 -1
- package/build/esm/data/mods/gen7/formats-data.mjs +1 -1
- package/build/esm/data/mods/gen7/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen7/pokedex.mjs +96 -0
- package/build/esm/data/mods/gen7/pokedex.mjs.map +1 -1
- package/build/esm/data/mods/gen8/abilities.mjs +0 -3
- package/build/esm/data/mods/gen8/abilities.mjs.map +1 -1
- package/build/esm/data/mods/gen8bdsp/abilities.d.mts +1 -0
- package/build/esm/data/mods/gen8bdsp/abilities.mjs +39 -0
- package/build/esm/data/mods/gen8bdsp/abilities.mjs.map +1 -0
- package/build/esm/data/mods/gen8bdsp/formats-data.d.mts +1 -0
- package/build/esm/data/mods/gen8bdsp/formats-data.mjs +1834 -0
- package/build/esm/data/mods/gen8bdsp/formats-data.mjs.map +1 -0
- package/build/esm/data/mods/gen8bdsp/index.d.mts +6 -0
- package/build/esm/data/mods/gen8bdsp/index.mjs +7 -0
- package/build/esm/data/mods/gen8bdsp/index.mjs.map +1 -0
- package/build/esm/data/mods/gen8bdsp/items.d.mts +1 -0
- package/build/esm/data/mods/gen8bdsp/items.mjs +828 -0
- package/build/esm/data/mods/gen8bdsp/items.mjs.map +1 -0
- package/build/esm/data/mods/gen8bdsp/learnsets.d.mts +3 -0
- package/build/esm/data/mods/gen8bdsp/learnsets.mjs +25781 -0
- package/build/esm/data/mods/gen8bdsp/learnsets.mjs.map +1 -0
- package/build/esm/data/mods/gen8bdsp/legality.d.mts +3 -0
- package/build/esm/data/mods/gen8bdsp/legality.mjs +239 -0
- package/build/esm/data/mods/gen8bdsp/legality.mjs.map +1 -0
- package/build/esm/data/mods/gen8bdsp/moves.d.mts +1 -0
- package/build/esm/data/mods/gen8bdsp/moves.mjs +916 -0
- package/build/esm/data/mods/gen8bdsp/moves.mjs.map +1 -0
- package/build/esm/data/mods/gen8bdsp/pokedex.d.mts +1 -0
- package/build/esm/data/mods/gen8bdsp/pokedex.mjs +96 -0
- package/build/esm/data/mods/gen8bdsp/pokedex.mjs.map +1 -0
- package/build/esm/data/mods/gen8bdsp/scripts.d.mts +1 -0
- package/build/esm/data/mods/gen8bdsp/scripts.mjs +12 -0
- package/build/esm/data/mods/gen8bdsp/scripts.mjs.map +1 -0
- package/build/esm/data/mods/gen8legends/formats-data.d.mts +1 -0
- package/build/esm/data/mods/gen8legends/formats-data.mjs +2772 -0
- package/build/esm/data/mods/gen8legends/formats-data.mjs.map +1 -0
- package/build/esm/data/mods/gen8legends/index.d.mts +2 -0
- package/build/esm/data/mods/gen8legends/index.mjs +3 -0
- package/build/esm/data/mods/gen8legends/index.mjs.map +1 -0
- package/build/esm/data/mods/gen8legends/learnsets.d.mts +3 -0
- package/build/esm/data/mods/gen8legends/learnsets.mjs +5550 -0
- package/build/esm/data/mods/gen8legends/learnsets.mjs.map +1 -0
- package/build/esm/data/mods/gen8legends/legality.d.mts +3 -0
- package/build/esm/data/mods/gen8legends/legality.mjs +146 -0
- package/build/esm/data/mods/gen8legends/legality.mjs.map +1 -0
- package/build/esm/data/mods/gen8legends/scripts.d.mts +1 -0
- package/build/esm/data/mods/gen8legends/scripts.mjs +5 -0
- package/build/esm/data/mods/gen8legends/scripts.mjs.map +1 -0
- package/build/esm/data/moves.mjs +53 -55
- package/build/esm/data/moves.mjs.map +1 -1
- package/build/esm/data/pokedex.mjs +735 -10
- package/build/esm/data/pokedex.mjs.map +1 -1
- package/build/esm/data/rulesets.mjs +78 -0
- package/build/esm/data/rulesets.mjs.map +1 -1
- package/build/esm/data/text/items.mjs +108 -0
- package/build/esm/data/text/items.mjs.map +1 -1
- package/build/esm/data/text/moves.mjs +6 -2
- package/build/esm/data/text/moves.mjs.map +1 -1
- package/build/esm/sim/battle-actions.mjs +17 -7
- package/build/esm/sim/battle-actions.mjs.map +1 -1
- package/build/esm/sim/battle-queue.d.mts +11 -6
- package/build/esm/sim/battle-queue.mjs.map +1 -1
- package/build/esm/sim/battle.d.mts +2 -2
- package/build/esm/sim/battle.mjs +23 -28
- package/build/esm/sim/battle.mjs.map +1 -1
- package/build/esm/sim/dex-conditions.d.mts +2 -1
- package/build/esm/sim/dex-conditions.mjs.map +1 -1
- package/build/esm/sim/dex-formats.d.mts +2 -0
- package/build/esm/sim/dex-formats.mjs +12 -1
- package/build/esm/sim/dex-formats.mjs.map +1 -1
- package/build/esm/sim/dex-species.d.mts +13 -2
- package/build/esm/sim/dex-species.mjs +40 -19
- package/build/esm/sim/dex-species.mjs.map +1 -1
- package/build/esm/sim/dex.mjs +11 -0
- package/build/esm/sim/dex.mjs.map +1 -1
- package/build/esm/sim/exported-global-types.d.mts +5 -4
- package/build/esm/sim/global-types.d.mts +5 -4
- package/build/esm/sim/pokemon.d.mts +6 -4
- package/build/esm/sim/pokemon.mjs +31 -24
- package/build/esm/sim/pokemon.mjs.map +1 -1
- package/build/esm/sim/side.mjs +11 -41
- package/build/esm/sim/side.mjs.map +1 -1
- package/build/esm/sim/team-validator.d.mts +1 -0
- package/build/esm/sim/team-validator.mjs +50 -18
- package/build/esm/sim/team-validator.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,2772 @@
|
|
|
1
|
+
export const FormatsData = {
|
|
2
|
+
bulbasaur: {
|
|
3
|
+
isNonstandard: "Past",
|
|
4
|
+
},
|
|
5
|
+
ivysaur: {
|
|
6
|
+
isNonstandard: "Past",
|
|
7
|
+
},
|
|
8
|
+
venusaur: {
|
|
9
|
+
isNonstandard: "Past",
|
|
10
|
+
},
|
|
11
|
+
venusaurgmax: {
|
|
12
|
+
isNonstandard: "Past",
|
|
13
|
+
},
|
|
14
|
+
charmander: {
|
|
15
|
+
isNonstandard: "Past",
|
|
16
|
+
},
|
|
17
|
+
charmeleon: {
|
|
18
|
+
isNonstandard: "Past",
|
|
19
|
+
},
|
|
20
|
+
charizard: {
|
|
21
|
+
isNonstandard: "Past",
|
|
22
|
+
},
|
|
23
|
+
charizardgmax: {
|
|
24
|
+
isNonstandard: "Past",
|
|
25
|
+
},
|
|
26
|
+
squirtle: {
|
|
27
|
+
isNonstandard: "Past",
|
|
28
|
+
},
|
|
29
|
+
wartortle: {
|
|
30
|
+
isNonstandard: "Past",
|
|
31
|
+
},
|
|
32
|
+
blastoise: {
|
|
33
|
+
isNonstandard: "Past",
|
|
34
|
+
},
|
|
35
|
+
blastoisegmax: {
|
|
36
|
+
isNonstandard: "Past",
|
|
37
|
+
},
|
|
38
|
+
caterpie: {
|
|
39
|
+
isNonstandard: "Past",
|
|
40
|
+
},
|
|
41
|
+
metapod: {
|
|
42
|
+
isNonstandard: "Past",
|
|
43
|
+
},
|
|
44
|
+
butterfree: {
|
|
45
|
+
isNonstandard: "Past",
|
|
46
|
+
},
|
|
47
|
+
butterfreegmax: {
|
|
48
|
+
isNonstandard: "Past",
|
|
49
|
+
},
|
|
50
|
+
pikachu: {
|
|
51
|
+
isNonstandard: null,
|
|
52
|
+
},
|
|
53
|
+
pikachuoriginal: {
|
|
54
|
+
isNonstandard: "Past",
|
|
55
|
+
},
|
|
56
|
+
pikachuhoenn: {
|
|
57
|
+
isNonstandard: "Past",
|
|
58
|
+
},
|
|
59
|
+
pikachusinnoh: {
|
|
60
|
+
isNonstandard: "Past",
|
|
61
|
+
},
|
|
62
|
+
pikachuunova: {
|
|
63
|
+
isNonstandard: "Past",
|
|
64
|
+
},
|
|
65
|
+
pikachukalos: {
|
|
66
|
+
isNonstandard: "Past",
|
|
67
|
+
},
|
|
68
|
+
pikachualola: {
|
|
69
|
+
isNonstandard: "Past",
|
|
70
|
+
},
|
|
71
|
+
pikachupartner: {
|
|
72
|
+
isNonstandard: "Past",
|
|
73
|
+
},
|
|
74
|
+
pikachugmax: {
|
|
75
|
+
isNonstandard: "Past",
|
|
76
|
+
},
|
|
77
|
+
pikachuworld: {
|
|
78
|
+
isNonstandard: "Past",
|
|
79
|
+
},
|
|
80
|
+
raichu: {
|
|
81
|
+
isNonstandard: null,
|
|
82
|
+
},
|
|
83
|
+
raichualola: {
|
|
84
|
+
isNonstandard: "Past",
|
|
85
|
+
},
|
|
86
|
+
sandshrew: {
|
|
87
|
+
isNonstandard: "Past",
|
|
88
|
+
},
|
|
89
|
+
sandshrewalola: {
|
|
90
|
+
isNonstandard: "Past",
|
|
91
|
+
},
|
|
92
|
+
sandslash: {
|
|
93
|
+
isNonstandard: "Past",
|
|
94
|
+
},
|
|
95
|
+
sandslashalola: {
|
|
96
|
+
isNonstandard: "Past",
|
|
97
|
+
},
|
|
98
|
+
nidoranf: {
|
|
99
|
+
isNonstandard: "Past",
|
|
100
|
+
},
|
|
101
|
+
nidorina: {
|
|
102
|
+
isNonstandard: "Past",
|
|
103
|
+
},
|
|
104
|
+
nidoqueen: {
|
|
105
|
+
isNonstandard: "Past",
|
|
106
|
+
},
|
|
107
|
+
nidoranm: {
|
|
108
|
+
isNonstandard: "Past",
|
|
109
|
+
},
|
|
110
|
+
nidorino: {
|
|
111
|
+
isNonstandard: "Past",
|
|
112
|
+
},
|
|
113
|
+
nidoking: {
|
|
114
|
+
isNonstandard: "Past",
|
|
115
|
+
},
|
|
116
|
+
clefairy: {
|
|
117
|
+
isNonstandard: null,
|
|
118
|
+
},
|
|
119
|
+
clefable: {
|
|
120
|
+
isNonstandard: null,
|
|
121
|
+
},
|
|
122
|
+
vulpix: {
|
|
123
|
+
isNonstandard: null,
|
|
124
|
+
},
|
|
125
|
+
vulpixalola: {
|
|
126
|
+
isNonstandard: null,
|
|
127
|
+
},
|
|
128
|
+
ninetales: {
|
|
129
|
+
isNonstandard: null,
|
|
130
|
+
},
|
|
131
|
+
ninetalesalola: {
|
|
132
|
+
isNonstandard: null,
|
|
133
|
+
},
|
|
134
|
+
jigglypuff: {
|
|
135
|
+
isNonstandard: "Past",
|
|
136
|
+
},
|
|
137
|
+
wigglytuff: {
|
|
138
|
+
isNonstandard: "Past",
|
|
139
|
+
},
|
|
140
|
+
zubat: {
|
|
141
|
+
isNonstandard: null,
|
|
142
|
+
},
|
|
143
|
+
golbat: {
|
|
144
|
+
isNonstandard: null,
|
|
145
|
+
},
|
|
146
|
+
oddish: {
|
|
147
|
+
isNonstandard: "Past",
|
|
148
|
+
},
|
|
149
|
+
gloom: {
|
|
150
|
+
isNonstandard: "Past",
|
|
151
|
+
},
|
|
152
|
+
vileplume: {
|
|
153
|
+
isNonstandard: "Past",
|
|
154
|
+
},
|
|
155
|
+
paras: {
|
|
156
|
+
isNonstandard: null,
|
|
157
|
+
},
|
|
158
|
+
parasect: {
|
|
159
|
+
isNonstandard: null,
|
|
160
|
+
},
|
|
161
|
+
diglett: {
|
|
162
|
+
isNonstandard: "Past",
|
|
163
|
+
},
|
|
164
|
+
diglettalola: {
|
|
165
|
+
isNonstandard: "Past",
|
|
166
|
+
},
|
|
167
|
+
dugtrio: {
|
|
168
|
+
isNonstandard: "Past",
|
|
169
|
+
},
|
|
170
|
+
dugtrioalola: {
|
|
171
|
+
isNonstandard: "Past",
|
|
172
|
+
},
|
|
173
|
+
meowth: {
|
|
174
|
+
isNonstandard: "Past",
|
|
175
|
+
},
|
|
176
|
+
meowthalola: {
|
|
177
|
+
isNonstandard: "Past",
|
|
178
|
+
},
|
|
179
|
+
meowthgalar: {
|
|
180
|
+
isNonstandard: "Past",
|
|
181
|
+
},
|
|
182
|
+
meowthgmax: {
|
|
183
|
+
isNonstandard: "Past",
|
|
184
|
+
},
|
|
185
|
+
persian: {
|
|
186
|
+
isNonstandard: "Past",
|
|
187
|
+
},
|
|
188
|
+
persianalola: {
|
|
189
|
+
isNonstandard: "Past",
|
|
190
|
+
},
|
|
191
|
+
psyduck: {
|
|
192
|
+
isNonstandard: null,
|
|
193
|
+
},
|
|
194
|
+
golduck: {
|
|
195
|
+
isNonstandard: null,
|
|
196
|
+
},
|
|
197
|
+
growlithe: {
|
|
198
|
+
isNonstandard: "Past",
|
|
199
|
+
},
|
|
200
|
+
growlithehisui: {
|
|
201
|
+
isNonstandard: null,
|
|
202
|
+
},
|
|
203
|
+
arcanine: {
|
|
204
|
+
isNonstandard: "Past",
|
|
205
|
+
},
|
|
206
|
+
arcaninehisui: {
|
|
207
|
+
isNonstandard: null,
|
|
208
|
+
},
|
|
209
|
+
poliwag: {
|
|
210
|
+
isNonstandard: "Past",
|
|
211
|
+
},
|
|
212
|
+
poliwhirl: {
|
|
213
|
+
isNonstandard: "Past",
|
|
214
|
+
},
|
|
215
|
+
poliwrath: {
|
|
216
|
+
isNonstandard: "Past",
|
|
217
|
+
},
|
|
218
|
+
abra: {
|
|
219
|
+
isNonstandard: null,
|
|
220
|
+
},
|
|
221
|
+
kadabra: {
|
|
222
|
+
isNonstandard: null,
|
|
223
|
+
},
|
|
224
|
+
alakazam: {
|
|
225
|
+
isNonstandard: null,
|
|
226
|
+
},
|
|
227
|
+
machop: {
|
|
228
|
+
isNonstandard: null,
|
|
229
|
+
},
|
|
230
|
+
machoke: {
|
|
231
|
+
isNonstandard: null,
|
|
232
|
+
},
|
|
233
|
+
machamp: {
|
|
234
|
+
isNonstandard: null,
|
|
235
|
+
},
|
|
236
|
+
machampgmax: {
|
|
237
|
+
isNonstandard: "Past",
|
|
238
|
+
},
|
|
239
|
+
tentacool: {
|
|
240
|
+
isNonstandard: null,
|
|
241
|
+
},
|
|
242
|
+
tentacruel: {
|
|
243
|
+
isNonstandard: null,
|
|
244
|
+
},
|
|
245
|
+
geodude: {
|
|
246
|
+
isNonstandard: null,
|
|
247
|
+
},
|
|
248
|
+
graveler: {
|
|
249
|
+
isNonstandard: null,
|
|
250
|
+
},
|
|
251
|
+
golem: {
|
|
252
|
+
isNonstandard: null,
|
|
253
|
+
},
|
|
254
|
+
ponyta: {
|
|
255
|
+
isNonstandard: null,
|
|
256
|
+
},
|
|
257
|
+
ponytagalar: {
|
|
258
|
+
isNonstandard: "Past",
|
|
259
|
+
},
|
|
260
|
+
rapidash: {
|
|
261
|
+
isNonstandard: null,
|
|
262
|
+
},
|
|
263
|
+
rapidashgalar: {
|
|
264
|
+
isNonstandard: "Past",
|
|
265
|
+
},
|
|
266
|
+
slowpoke: {
|
|
267
|
+
isNonstandard: "Past",
|
|
268
|
+
},
|
|
269
|
+
slowpokegalar: {
|
|
270
|
+
isNonstandard: "Past",
|
|
271
|
+
},
|
|
272
|
+
slowbro: {
|
|
273
|
+
isNonstandard: "Past",
|
|
274
|
+
},
|
|
275
|
+
slowbrogalar: {
|
|
276
|
+
isNonstandard: "Past",
|
|
277
|
+
},
|
|
278
|
+
magnemite: {
|
|
279
|
+
isNonstandard: null,
|
|
280
|
+
},
|
|
281
|
+
magneton: {
|
|
282
|
+
isNonstandard: null,
|
|
283
|
+
},
|
|
284
|
+
farfetchd: {
|
|
285
|
+
isNonstandard: "Past",
|
|
286
|
+
},
|
|
287
|
+
farfetchdgalar: {
|
|
288
|
+
isNonstandard: "Past",
|
|
289
|
+
},
|
|
290
|
+
shellder: {
|
|
291
|
+
isNonstandard: "Past",
|
|
292
|
+
},
|
|
293
|
+
cloyster: {
|
|
294
|
+
isNonstandard: "Past",
|
|
295
|
+
},
|
|
296
|
+
gastly: {
|
|
297
|
+
isNonstandard: null,
|
|
298
|
+
},
|
|
299
|
+
haunter: {
|
|
300
|
+
isNonstandard: null,
|
|
301
|
+
},
|
|
302
|
+
gengar: {
|
|
303
|
+
isNonstandard: null,
|
|
304
|
+
},
|
|
305
|
+
gengargmax: {
|
|
306
|
+
isNonstandard: "Past",
|
|
307
|
+
},
|
|
308
|
+
onix: {
|
|
309
|
+
isNonstandard: null,
|
|
310
|
+
},
|
|
311
|
+
krabby: {
|
|
312
|
+
isNonstandard: "Past",
|
|
313
|
+
},
|
|
314
|
+
kingler: {
|
|
315
|
+
isNonstandard: "Past",
|
|
316
|
+
},
|
|
317
|
+
kinglergmax: {
|
|
318
|
+
isNonstandard: "Past",
|
|
319
|
+
},
|
|
320
|
+
voltorbhisui: {
|
|
321
|
+
isNonstandard: null,
|
|
322
|
+
},
|
|
323
|
+
electrodehisui: {
|
|
324
|
+
isNonstandard: null,
|
|
325
|
+
},
|
|
326
|
+
exeggcute: {
|
|
327
|
+
isNonstandard: "Past",
|
|
328
|
+
},
|
|
329
|
+
exeggutor: {
|
|
330
|
+
isNonstandard: "Past",
|
|
331
|
+
},
|
|
332
|
+
exeggutoralola: {
|
|
333
|
+
isNonstandard: "Past",
|
|
334
|
+
},
|
|
335
|
+
cubone: {
|
|
336
|
+
isNonstandard: "Past",
|
|
337
|
+
},
|
|
338
|
+
marowak: {
|
|
339
|
+
isNonstandard: "Past",
|
|
340
|
+
},
|
|
341
|
+
marowakalola: {
|
|
342
|
+
isNonstandard: "Past",
|
|
343
|
+
},
|
|
344
|
+
hitmonlee: {
|
|
345
|
+
isNonstandard: "Past",
|
|
346
|
+
},
|
|
347
|
+
hitmonchan: {
|
|
348
|
+
isNonstandard: "Past",
|
|
349
|
+
},
|
|
350
|
+
lickitung: {
|
|
351
|
+
isNonstandard: null,
|
|
352
|
+
},
|
|
353
|
+
koffing: {
|
|
354
|
+
isNonstandard: "Past",
|
|
355
|
+
},
|
|
356
|
+
weezing: {
|
|
357
|
+
isNonstandard: "Past",
|
|
358
|
+
},
|
|
359
|
+
weezinggalar: {
|
|
360
|
+
isNonstandard: "Past",
|
|
361
|
+
},
|
|
362
|
+
rhyhorn: {
|
|
363
|
+
isNonstandard: null,
|
|
364
|
+
},
|
|
365
|
+
rhydon: {
|
|
366
|
+
isNonstandard: null,
|
|
367
|
+
},
|
|
368
|
+
chansey: {
|
|
369
|
+
isNonstandard: null,
|
|
370
|
+
},
|
|
371
|
+
tangela: {
|
|
372
|
+
isNonstandard: null,
|
|
373
|
+
},
|
|
374
|
+
kangaskhan: {
|
|
375
|
+
isNonstandard: "Past",
|
|
376
|
+
},
|
|
377
|
+
horsea: {
|
|
378
|
+
isNonstandard: "Past",
|
|
379
|
+
},
|
|
380
|
+
seadra: {
|
|
381
|
+
isNonstandard: "Past",
|
|
382
|
+
},
|
|
383
|
+
goldeen: {
|
|
384
|
+
isNonstandard: "Past",
|
|
385
|
+
},
|
|
386
|
+
seaking: {
|
|
387
|
+
isNonstandard: "Past",
|
|
388
|
+
},
|
|
389
|
+
staryu: {
|
|
390
|
+
isNonstandard: "Past",
|
|
391
|
+
},
|
|
392
|
+
starmie: {
|
|
393
|
+
isNonstandard: "Past",
|
|
394
|
+
},
|
|
395
|
+
mrmime: {
|
|
396
|
+
isNonstandard: null,
|
|
397
|
+
},
|
|
398
|
+
mrmimegalar: {
|
|
399
|
+
isNonstandard: "Past",
|
|
400
|
+
},
|
|
401
|
+
scyther: {
|
|
402
|
+
isNonstandard: null,
|
|
403
|
+
},
|
|
404
|
+
jynx: {
|
|
405
|
+
isNonstandard: "Past",
|
|
406
|
+
},
|
|
407
|
+
electabuzz: {
|
|
408
|
+
isNonstandard: null,
|
|
409
|
+
},
|
|
410
|
+
magmar: {
|
|
411
|
+
isNonstandard: null,
|
|
412
|
+
},
|
|
413
|
+
pinsir: {
|
|
414
|
+
isNonstandard: "Past",
|
|
415
|
+
},
|
|
416
|
+
tauros: {
|
|
417
|
+
isNonstandard: "Past",
|
|
418
|
+
},
|
|
419
|
+
magikarp: {
|
|
420
|
+
isNonstandard: null,
|
|
421
|
+
},
|
|
422
|
+
gyarados: {
|
|
423
|
+
isNonstandard: null,
|
|
424
|
+
},
|
|
425
|
+
lapras: {
|
|
426
|
+
isNonstandard: "Past",
|
|
427
|
+
},
|
|
428
|
+
laprasgmax: {
|
|
429
|
+
isNonstandard: "Past",
|
|
430
|
+
},
|
|
431
|
+
ditto: {
|
|
432
|
+
isNonstandard: "Past",
|
|
433
|
+
},
|
|
434
|
+
eevee: {
|
|
435
|
+
isNonstandard: null,
|
|
436
|
+
},
|
|
437
|
+
eeveegmax: {
|
|
438
|
+
isNonstandard: "Past",
|
|
439
|
+
},
|
|
440
|
+
vaporeon: {
|
|
441
|
+
isNonstandard: null,
|
|
442
|
+
},
|
|
443
|
+
jolteon: {
|
|
444
|
+
isNonstandard: null,
|
|
445
|
+
},
|
|
446
|
+
flareon: {
|
|
447
|
+
isNonstandard: null,
|
|
448
|
+
},
|
|
449
|
+
porygon: {
|
|
450
|
+
isNonstandard: null,
|
|
451
|
+
},
|
|
452
|
+
omanyte: {
|
|
453
|
+
isNonstandard: "Past",
|
|
454
|
+
},
|
|
455
|
+
omastar: {
|
|
456
|
+
isNonstandard: "Past",
|
|
457
|
+
},
|
|
458
|
+
kabuto: {
|
|
459
|
+
isNonstandard: "Past",
|
|
460
|
+
},
|
|
461
|
+
kabutops: {
|
|
462
|
+
isNonstandard: "Past",
|
|
463
|
+
},
|
|
464
|
+
aerodactyl: {
|
|
465
|
+
isNonstandard: "Past",
|
|
466
|
+
},
|
|
467
|
+
snorlax: {
|
|
468
|
+
isNonstandard: null,
|
|
469
|
+
},
|
|
470
|
+
snorlaxgmax: {
|
|
471
|
+
isNonstandard: "Past",
|
|
472
|
+
},
|
|
473
|
+
articuno: {
|
|
474
|
+
isNonstandard: "Past",
|
|
475
|
+
},
|
|
476
|
+
articunogalar: {
|
|
477
|
+
isNonstandard: "Past",
|
|
478
|
+
},
|
|
479
|
+
zapdos: {
|
|
480
|
+
isNonstandard: "Past",
|
|
481
|
+
},
|
|
482
|
+
zapdosgalar: {
|
|
483
|
+
isNonstandard: "Past",
|
|
484
|
+
},
|
|
485
|
+
moltres: {
|
|
486
|
+
isNonstandard: "Past",
|
|
487
|
+
},
|
|
488
|
+
moltresgalar: {
|
|
489
|
+
isNonstandard: "Past",
|
|
490
|
+
},
|
|
491
|
+
dratini: {
|
|
492
|
+
isNonstandard: "Past",
|
|
493
|
+
},
|
|
494
|
+
dragonair: {
|
|
495
|
+
isNonstandard: "Past",
|
|
496
|
+
},
|
|
497
|
+
dragonite: {
|
|
498
|
+
isNonstandard: "Past",
|
|
499
|
+
},
|
|
500
|
+
mewtwo: {
|
|
501
|
+
isNonstandard: "Past",
|
|
502
|
+
},
|
|
503
|
+
mew: {
|
|
504
|
+
isNonstandard: "Past",
|
|
505
|
+
},
|
|
506
|
+
cyndaquil: {
|
|
507
|
+
isNonstandard: null,
|
|
508
|
+
},
|
|
509
|
+
quilava: {
|
|
510
|
+
isNonstandard: null,
|
|
511
|
+
},
|
|
512
|
+
typhlosionhisui: {
|
|
513
|
+
isNonstandard: null,
|
|
514
|
+
},
|
|
515
|
+
hoothoot: {
|
|
516
|
+
isNonstandard: "Past",
|
|
517
|
+
},
|
|
518
|
+
noctowl: {
|
|
519
|
+
isNonstandard: "Past",
|
|
520
|
+
},
|
|
521
|
+
crobat: {
|
|
522
|
+
isNonstandard: null,
|
|
523
|
+
},
|
|
524
|
+
chinchou: {
|
|
525
|
+
isNonstandard: "Past",
|
|
526
|
+
},
|
|
527
|
+
lanturn: {
|
|
528
|
+
isNonstandard: "Past",
|
|
529
|
+
},
|
|
530
|
+
pichu: {
|
|
531
|
+
isNonstandard: null,
|
|
532
|
+
},
|
|
533
|
+
cleffa: {
|
|
534
|
+
isNonstandard: null,
|
|
535
|
+
},
|
|
536
|
+
igglybuff: {
|
|
537
|
+
isNonstandard: "Past",
|
|
538
|
+
},
|
|
539
|
+
togepi: {
|
|
540
|
+
isNonstandard: null,
|
|
541
|
+
},
|
|
542
|
+
togetic: {
|
|
543
|
+
isNonstandard: null,
|
|
544
|
+
},
|
|
545
|
+
natu: {
|
|
546
|
+
isNonstandard: "Past",
|
|
547
|
+
},
|
|
548
|
+
xatu: {
|
|
549
|
+
isNonstandard: "Past",
|
|
550
|
+
},
|
|
551
|
+
bellossom: {
|
|
552
|
+
isNonstandard: "Past",
|
|
553
|
+
},
|
|
554
|
+
marill: {
|
|
555
|
+
isNonstandard: "Past",
|
|
556
|
+
},
|
|
557
|
+
azumarill: {
|
|
558
|
+
isNonstandard: "Past",
|
|
559
|
+
},
|
|
560
|
+
sudowoodo: {
|
|
561
|
+
isNonstandard: null,
|
|
562
|
+
},
|
|
563
|
+
politoed: {
|
|
564
|
+
isNonstandard: "Past",
|
|
565
|
+
},
|
|
566
|
+
aipom: {
|
|
567
|
+
isNonstandard: null,
|
|
568
|
+
},
|
|
569
|
+
yanma: {
|
|
570
|
+
isNonstandard: null,
|
|
571
|
+
},
|
|
572
|
+
wooper: {
|
|
573
|
+
isNonstandard: "Past",
|
|
574
|
+
},
|
|
575
|
+
quagsire: {
|
|
576
|
+
isNonstandard: "Past",
|
|
577
|
+
},
|
|
578
|
+
espeon: {
|
|
579
|
+
isNonstandard: null,
|
|
580
|
+
},
|
|
581
|
+
umbreon: {
|
|
582
|
+
isNonstandard: null,
|
|
583
|
+
},
|
|
584
|
+
murkrow: {
|
|
585
|
+
isNonstandard: null,
|
|
586
|
+
},
|
|
587
|
+
slowking: {
|
|
588
|
+
isNonstandard: "Past",
|
|
589
|
+
},
|
|
590
|
+
slowkinggalar: {
|
|
591
|
+
isNonstandard: "Past",
|
|
592
|
+
},
|
|
593
|
+
misdreavus: {
|
|
594
|
+
isNonstandard: null,
|
|
595
|
+
},
|
|
596
|
+
unown: {
|
|
597
|
+
isNonstandard: null,
|
|
598
|
+
},
|
|
599
|
+
wobbuffet: {
|
|
600
|
+
isNonstandard: "Past",
|
|
601
|
+
},
|
|
602
|
+
dunsparce: {
|
|
603
|
+
isNonstandard: "Past",
|
|
604
|
+
},
|
|
605
|
+
gligar: {
|
|
606
|
+
isNonstandard: null,
|
|
607
|
+
},
|
|
608
|
+
steelix: {
|
|
609
|
+
isNonstandard: null,
|
|
610
|
+
},
|
|
611
|
+
qwilfish: {
|
|
612
|
+
isNonstandard: "Past",
|
|
613
|
+
},
|
|
614
|
+
qwilfishhisui: {
|
|
615
|
+
isNonstandard: null,
|
|
616
|
+
},
|
|
617
|
+
scizor: {
|
|
618
|
+
isNonstandard: null,
|
|
619
|
+
},
|
|
620
|
+
shuckle: {
|
|
621
|
+
isNonstandard: "Past",
|
|
622
|
+
},
|
|
623
|
+
heracross: {
|
|
624
|
+
isNonstandard: null,
|
|
625
|
+
},
|
|
626
|
+
sneasel: {
|
|
627
|
+
isNonstandard: null,
|
|
628
|
+
},
|
|
629
|
+
sneaselhisui: {
|
|
630
|
+
isNonstandard: null,
|
|
631
|
+
},
|
|
632
|
+
teddiursa: {
|
|
633
|
+
isNonstandard: null,
|
|
634
|
+
},
|
|
635
|
+
ursaring: {
|
|
636
|
+
isNonstandard: null,
|
|
637
|
+
},
|
|
638
|
+
swinub: {
|
|
639
|
+
isNonstandard: null,
|
|
640
|
+
},
|
|
641
|
+
piloswine: {
|
|
642
|
+
isNonstandard: null,
|
|
643
|
+
},
|
|
644
|
+
corsola: {
|
|
645
|
+
isNonstandard: "Past",
|
|
646
|
+
},
|
|
647
|
+
corsolagalar: {
|
|
648
|
+
isNonstandard: "Past",
|
|
649
|
+
},
|
|
650
|
+
remoraid: {
|
|
651
|
+
isNonstandard: null,
|
|
652
|
+
},
|
|
653
|
+
octillery: {
|
|
654
|
+
isNonstandard: null,
|
|
655
|
+
},
|
|
656
|
+
delibird: {
|
|
657
|
+
isNonstandard: "Past",
|
|
658
|
+
},
|
|
659
|
+
mantine: {
|
|
660
|
+
isNonstandard: null,
|
|
661
|
+
},
|
|
662
|
+
skarmory: {
|
|
663
|
+
isNonstandard: "Past",
|
|
664
|
+
},
|
|
665
|
+
kingdra: {
|
|
666
|
+
isNonstandard: "Past",
|
|
667
|
+
},
|
|
668
|
+
porygon2: {
|
|
669
|
+
isNonstandard: null,
|
|
670
|
+
},
|
|
671
|
+
stantler: {
|
|
672
|
+
isNonstandard: null,
|
|
673
|
+
},
|
|
674
|
+
tyrogue: {
|
|
675
|
+
isNonstandard: "Past",
|
|
676
|
+
},
|
|
677
|
+
hitmontop: {
|
|
678
|
+
isNonstandard: "Past",
|
|
679
|
+
},
|
|
680
|
+
smoochum: {
|
|
681
|
+
isNonstandard: "Past",
|
|
682
|
+
},
|
|
683
|
+
elekid: {
|
|
684
|
+
isNonstandard: null,
|
|
685
|
+
},
|
|
686
|
+
magby: {
|
|
687
|
+
isNonstandard: null,
|
|
688
|
+
},
|
|
689
|
+
miltank: {
|
|
690
|
+
isNonstandard: "Past",
|
|
691
|
+
},
|
|
692
|
+
blissey: {
|
|
693
|
+
isNonstandard: null,
|
|
694
|
+
},
|
|
695
|
+
raikou: {
|
|
696
|
+
isNonstandard: "Past",
|
|
697
|
+
},
|
|
698
|
+
entei: {
|
|
699
|
+
isNonstandard: "Past",
|
|
700
|
+
},
|
|
701
|
+
suicune: {
|
|
702
|
+
isNonstandard: "Past",
|
|
703
|
+
},
|
|
704
|
+
larvitar: {
|
|
705
|
+
isNonstandard: "Past",
|
|
706
|
+
},
|
|
707
|
+
pupitar: {
|
|
708
|
+
isNonstandard: "Past",
|
|
709
|
+
},
|
|
710
|
+
tyranitar: {
|
|
711
|
+
isNonstandard: "Past",
|
|
712
|
+
},
|
|
713
|
+
lugia: {
|
|
714
|
+
isNonstandard: "Past",
|
|
715
|
+
},
|
|
716
|
+
hooh: {
|
|
717
|
+
isNonstandard: "Past",
|
|
718
|
+
},
|
|
719
|
+
celebi: {
|
|
720
|
+
isNonstandard: "Past",
|
|
721
|
+
},
|
|
722
|
+
treecko: {
|
|
723
|
+
isNonstandard: "Past",
|
|
724
|
+
},
|
|
725
|
+
grovyle: {
|
|
726
|
+
isNonstandard: "Past",
|
|
727
|
+
},
|
|
728
|
+
sceptile: {
|
|
729
|
+
isNonstandard: "Past",
|
|
730
|
+
},
|
|
731
|
+
torchic: {
|
|
732
|
+
isNonstandard: "Past",
|
|
733
|
+
},
|
|
734
|
+
combusken: {
|
|
735
|
+
isNonstandard: "Past",
|
|
736
|
+
},
|
|
737
|
+
blaziken: {
|
|
738
|
+
isNonstandard: "Past",
|
|
739
|
+
},
|
|
740
|
+
mudkip: {
|
|
741
|
+
isNonstandard: "Past",
|
|
742
|
+
},
|
|
743
|
+
marshtomp: {
|
|
744
|
+
isNonstandard: "Past",
|
|
745
|
+
},
|
|
746
|
+
swampert: {
|
|
747
|
+
isNonstandard: "Past",
|
|
748
|
+
},
|
|
749
|
+
zigzagoon: {
|
|
750
|
+
isNonstandard: "Past",
|
|
751
|
+
},
|
|
752
|
+
zigzagoongalar: {
|
|
753
|
+
isNonstandard: "Past",
|
|
754
|
+
},
|
|
755
|
+
linoone: {
|
|
756
|
+
isNonstandard: "Past",
|
|
757
|
+
},
|
|
758
|
+
linoonegalar: {
|
|
759
|
+
isNonstandard: "Past",
|
|
760
|
+
},
|
|
761
|
+
wurmple: {
|
|
762
|
+
isNonstandard: null,
|
|
763
|
+
},
|
|
764
|
+
silcoon: {
|
|
765
|
+
isNonstandard: null,
|
|
766
|
+
},
|
|
767
|
+
beautifly: {
|
|
768
|
+
isNonstandard: null,
|
|
769
|
+
},
|
|
770
|
+
cascoon: {
|
|
771
|
+
isNonstandard: null,
|
|
772
|
+
},
|
|
773
|
+
dustox: {
|
|
774
|
+
isNonstandard: null,
|
|
775
|
+
},
|
|
776
|
+
lotad: {
|
|
777
|
+
isNonstandard: "Past",
|
|
778
|
+
},
|
|
779
|
+
lombre: {
|
|
780
|
+
isNonstandard: "Past",
|
|
781
|
+
},
|
|
782
|
+
ludicolo: {
|
|
783
|
+
isNonstandard: "Past",
|
|
784
|
+
},
|
|
785
|
+
seedot: {
|
|
786
|
+
isNonstandard: "Past",
|
|
787
|
+
},
|
|
788
|
+
nuzleaf: {
|
|
789
|
+
isNonstandard: "Past",
|
|
790
|
+
},
|
|
791
|
+
shiftry: {
|
|
792
|
+
isNonstandard: "Past",
|
|
793
|
+
},
|
|
794
|
+
wingull: {
|
|
795
|
+
isNonstandard: "Past",
|
|
796
|
+
},
|
|
797
|
+
pelipper: {
|
|
798
|
+
isNonstandard: "Past",
|
|
799
|
+
},
|
|
800
|
+
ralts: {
|
|
801
|
+
isNonstandard: null,
|
|
802
|
+
},
|
|
803
|
+
kirlia: {
|
|
804
|
+
isNonstandard: null,
|
|
805
|
+
},
|
|
806
|
+
gardevoir: {
|
|
807
|
+
isNonstandard: null,
|
|
808
|
+
},
|
|
809
|
+
nincada: {
|
|
810
|
+
isNonstandard: "Past",
|
|
811
|
+
},
|
|
812
|
+
ninjask: {
|
|
813
|
+
isNonstandard: "Past",
|
|
814
|
+
},
|
|
815
|
+
shedinja: {
|
|
816
|
+
isNonstandard: "Past",
|
|
817
|
+
},
|
|
818
|
+
whismur: {
|
|
819
|
+
isNonstandard: "Past",
|
|
820
|
+
},
|
|
821
|
+
loudred: {
|
|
822
|
+
isNonstandard: "Past",
|
|
823
|
+
},
|
|
824
|
+
exploud: {
|
|
825
|
+
isNonstandard: "Past",
|
|
826
|
+
},
|
|
827
|
+
azurill: {
|
|
828
|
+
isNonstandard: "Past",
|
|
829
|
+
},
|
|
830
|
+
nosepass: {
|
|
831
|
+
isNonstandard: null,
|
|
832
|
+
},
|
|
833
|
+
sableye: {
|
|
834
|
+
isNonstandard: "Past",
|
|
835
|
+
},
|
|
836
|
+
mawile: {
|
|
837
|
+
isNonstandard: "Past",
|
|
838
|
+
},
|
|
839
|
+
aron: {
|
|
840
|
+
isNonstandard: "Past",
|
|
841
|
+
},
|
|
842
|
+
lairon: {
|
|
843
|
+
isNonstandard: "Past",
|
|
844
|
+
},
|
|
845
|
+
aggron: {
|
|
846
|
+
isNonstandard: "Past",
|
|
847
|
+
},
|
|
848
|
+
electrike: {
|
|
849
|
+
isNonstandard: "Past",
|
|
850
|
+
},
|
|
851
|
+
manectric: {
|
|
852
|
+
isNonstandard: "Past",
|
|
853
|
+
},
|
|
854
|
+
roselia: {
|
|
855
|
+
isNonstandard: null,
|
|
856
|
+
},
|
|
857
|
+
carvanha: {
|
|
858
|
+
isNonstandard: "Past",
|
|
859
|
+
},
|
|
860
|
+
sharpedo: {
|
|
861
|
+
isNonstandard: "Past",
|
|
862
|
+
},
|
|
863
|
+
wailmer: {
|
|
864
|
+
isNonstandard: "Past",
|
|
865
|
+
},
|
|
866
|
+
wailord: {
|
|
867
|
+
isNonstandard: "Past",
|
|
868
|
+
},
|
|
869
|
+
torkoal: {
|
|
870
|
+
isNonstandard: "Past",
|
|
871
|
+
},
|
|
872
|
+
trapinch: {
|
|
873
|
+
isNonstandard: "Past",
|
|
874
|
+
},
|
|
875
|
+
vibrava: {
|
|
876
|
+
isNonstandard: "Past",
|
|
877
|
+
},
|
|
878
|
+
flygon: {
|
|
879
|
+
isNonstandard: "Past",
|
|
880
|
+
},
|
|
881
|
+
swablu: {
|
|
882
|
+
isNonstandard: "Past",
|
|
883
|
+
},
|
|
884
|
+
altaria: {
|
|
885
|
+
isNonstandard: "Past",
|
|
886
|
+
},
|
|
887
|
+
lunatone: {
|
|
888
|
+
isNonstandard: "Past",
|
|
889
|
+
},
|
|
890
|
+
solrock: {
|
|
891
|
+
isNonstandard: "Past",
|
|
892
|
+
},
|
|
893
|
+
barboach: {
|
|
894
|
+
isNonstandard: null,
|
|
895
|
+
},
|
|
896
|
+
whiscash: {
|
|
897
|
+
isNonstandard: null,
|
|
898
|
+
},
|
|
899
|
+
corphish: {
|
|
900
|
+
isNonstandard: "Past",
|
|
901
|
+
},
|
|
902
|
+
crawdaunt: {
|
|
903
|
+
isNonstandard: "Past",
|
|
904
|
+
},
|
|
905
|
+
baltoy: {
|
|
906
|
+
isNonstandard: "Past",
|
|
907
|
+
},
|
|
908
|
+
claydol: {
|
|
909
|
+
isNonstandard: "Past",
|
|
910
|
+
},
|
|
911
|
+
lileep: {
|
|
912
|
+
isNonstandard: "Past",
|
|
913
|
+
},
|
|
914
|
+
cradily: {
|
|
915
|
+
isNonstandard: "Past",
|
|
916
|
+
},
|
|
917
|
+
anorith: {
|
|
918
|
+
isNonstandard: "Past",
|
|
919
|
+
},
|
|
920
|
+
armaldo: {
|
|
921
|
+
isNonstandard: "Past",
|
|
922
|
+
},
|
|
923
|
+
feebas: {
|
|
924
|
+
isNonstandard: "Past",
|
|
925
|
+
},
|
|
926
|
+
milotic: {
|
|
927
|
+
isNonstandard: "Past",
|
|
928
|
+
},
|
|
929
|
+
duskull: {
|
|
930
|
+
isNonstandard: null,
|
|
931
|
+
},
|
|
932
|
+
dusclops: {
|
|
933
|
+
isNonstandard: null,
|
|
934
|
+
},
|
|
935
|
+
chimecho: {
|
|
936
|
+
isNonstandard: null,
|
|
937
|
+
},
|
|
938
|
+
absol: {
|
|
939
|
+
isNonstandard: "Past",
|
|
940
|
+
},
|
|
941
|
+
wynaut: {
|
|
942
|
+
isNonstandard: "Past",
|
|
943
|
+
},
|
|
944
|
+
snorunt: {
|
|
945
|
+
isNonstandard: null,
|
|
946
|
+
},
|
|
947
|
+
glalie: {
|
|
948
|
+
isNonstandard: null,
|
|
949
|
+
},
|
|
950
|
+
spheal: {
|
|
951
|
+
isNonstandard: null,
|
|
952
|
+
},
|
|
953
|
+
sealeo: {
|
|
954
|
+
isNonstandard: null,
|
|
955
|
+
},
|
|
956
|
+
walrein: {
|
|
957
|
+
isNonstandard: null,
|
|
958
|
+
},
|
|
959
|
+
relicanth: {
|
|
960
|
+
isNonstandard: "Past",
|
|
961
|
+
},
|
|
962
|
+
bagon: {
|
|
963
|
+
isNonstandard: "Past",
|
|
964
|
+
},
|
|
965
|
+
shelgon: {
|
|
966
|
+
isNonstandard: "Past",
|
|
967
|
+
},
|
|
968
|
+
salamence: {
|
|
969
|
+
isNonstandard: "Past",
|
|
970
|
+
},
|
|
971
|
+
beldum: {
|
|
972
|
+
isNonstandard: "Past",
|
|
973
|
+
},
|
|
974
|
+
metang: {
|
|
975
|
+
isNonstandard: "Past",
|
|
976
|
+
},
|
|
977
|
+
metagross: {
|
|
978
|
+
isNonstandard: "Past",
|
|
979
|
+
},
|
|
980
|
+
regirock: {
|
|
981
|
+
isNonstandard: "Past",
|
|
982
|
+
},
|
|
983
|
+
regice: {
|
|
984
|
+
isNonstandard: "Past",
|
|
985
|
+
},
|
|
986
|
+
registeel: {
|
|
987
|
+
isNonstandard: "Past",
|
|
988
|
+
},
|
|
989
|
+
latias: {
|
|
990
|
+
isNonstandard: "Past",
|
|
991
|
+
},
|
|
992
|
+
latios: {
|
|
993
|
+
isNonstandard: "Past",
|
|
994
|
+
},
|
|
995
|
+
kyogre: {
|
|
996
|
+
isNonstandard: "Past",
|
|
997
|
+
},
|
|
998
|
+
groudon: {
|
|
999
|
+
isNonstandard: "Past",
|
|
1000
|
+
},
|
|
1001
|
+
rayquaza: {
|
|
1002
|
+
isNonstandard: "Past",
|
|
1003
|
+
},
|
|
1004
|
+
jirachi: {
|
|
1005
|
+
isNonstandard: "Past",
|
|
1006
|
+
},
|
|
1007
|
+
turtwig: {
|
|
1008
|
+
isNonstandard: null,
|
|
1009
|
+
},
|
|
1010
|
+
grotle: {
|
|
1011
|
+
isNonstandard: null,
|
|
1012
|
+
},
|
|
1013
|
+
torterra: {
|
|
1014
|
+
isNonstandard: null,
|
|
1015
|
+
},
|
|
1016
|
+
chimchar: {
|
|
1017
|
+
isNonstandard: null,
|
|
1018
|
+
},
|
|
1019
|
+
monferno: {
|
|
1020
|
+
isNonstandard: null,
|
|
1021
|
+
},
|
|
1022
|
+
infernape: {
|
|
1023
|
+
isNonstandard: null,
|
|
1024
|
+
},
|
|
1025
|
+
piplup: {
|
|
1026
|
+
isNonstandard: null,
|
|
1027
|
+
},
|
|
1028
|
+
prinplup: {
|
|
1029
|
+
isNonstandard: null,
|
|
1030
|
+
},
|
|
1031
|
+
empoleon: {
|
|
1032
|
+
isNonstandard: null,
|
|
1033
|
+
},
|
|
1034
|
+
starly: {
|
|
1035
|
+
isNonstandard: null,
|
|
1036
|
+
},
|
|
1037
|
+
staravia: {
|
|
1038
|
+
isNonstandard: null,
|
|
1039
|
+
},
|
|
1040
|
+
staraptor: {
|
|
1041
|
+
isNonstandard: null,
|
|
1042
|
+
},
|
|
1043
|
+
bidoof: {
|
|
1044
|
+
isNonstandard: null,
|
|
1045
|
+
},
|
|
1046
|
+
bibarel: {
|
|
1047
|
+
isNonstandard: null,
|
|
1048
|
+
},
|
|
1049
|
+
kricketot: {
|
|
1050
|
+
isNonstandard: null,
|
|
1051
|
+
},
|
|
1052
|
+
kricketune: {
|
|
1053
|
+
isNonstandard: null,
|
|
1054
|
+
},
|
|
1055
|
+
shinx: {
|
|
1056
|
+
isNonstandard: null,
|
|
1057
|
+
},
|
|
1058
|
+
luxio: {
|
|
1059
|
+
isNonstandard: null,
|
|
1060
|
+
},
|
|
1061
|
+
luxray: {
|
|
1062
|
+
isNonstandard: null,
|
|
1063
|
+
},
|
|
1064
|
+
budew: {
|
|
1065
|
+
isNonstandard: null,
|
|
1066
|
+
},
|
|
1067
|
+
roserade: {
|
|
1068
|
+
isNonstandard: null,
|
|
1069
|
+
},
|
|
1070
|
+
cranidos: {
|
|
1071
|
+
isNonstandard: null,
|
|
1072
|
+
},
|
|
1073
|
+
rampardos: {
|
|
1074
|
+
isNonstandard: null,
|
|
1075
|
+
},
|
|
1076
|
+
shieldon: {
|
|
1077
|
+
isNonstandard: null,
|
|
1078
|
+
},
|
|
1079
|
+
bastiodon: {
|
|
1080
|
+
isNonstandard: null,
|
|
1081
|
+
},
|
|
1082
|
+
burmy: {
|
|
1083
|
+
isNonstandard: null,
|
|
1084
|
+
},
|
|
1085
|
+
wormadam: {
|
|
1086
|
+
isNonstandard: null,
|
|
1087
|
+
},
|
|
1088
|
+
wormadamsandy: {
|
|
1089
|
+
isNonstandard: null,
|
|
1090
|
+
},
|
|
1091
|
+
wormadamtrash: {
|
|
1092
|
+
isNonstandard: null,
|
|
1093
|
+
},
|
|
1094
|
+
mothim: {
|
|
1095
|
+
isNonstandard: null,
|
|
1096
|
+
},
|
|
1097
|
+
combee: {
|
|
1098
|
+
isNonstandard: null,
|
|
1099
|
+
},
|
|
1100
|
+
vespiquen: {
|
|
1101
|
+
isNonstandard: null,
|
|
1102
|
+
},
|
|
1103
|
+
pachirisu: {
|
|
1104
|
+
isNonstandard: null,
|
|
1105
|
+
},
|
|
1106
|
+
buizel: {
|
|
1107
|
+
isNonstandard: null,
|
|
1108
|
+
},
|
|
1109
|
+
floatzel: {
|
|
1110
|
+
isNonstandard: null,
|
|
1111
|
+
},
|
|
1112
|
+
cherubi: {
|
|
1113
|
+
isNonstandard: null,
|
|
1114
|
+
},
|
|
1115
|
+
cherrim: {
|
|
1116
|
+
isNonstandard: null,
|
|
1117
|
+
},
|
|
1118
|
+
cherrimsunshine: {
|
|
1119
|
+
isNonstandard: null,
|
|
1120
|
+
},
|
|
1121
|
+
shellos: {
|
|
1122
|
+
isNonstandard: null,
|
|
1123
|
+
},
|
|
1124
|
+
gastrodon: {
|
|
1125
|
+
isNonstandard: null,
|
|
1126
|
+
},
|
|
1127
|
+
ambipom: {
|
|
1128
|
+
isNonstandard: null,
|
|
1129
|
+
},
|
|
1130
|
+
drifloon: {
|
|
1131
|
+
isNonstandard: null,
|
|
1132
|
+
},
|
|
1133
|
+
drifblim: {
|
|
1134
|
+
isNonstandard: null,
|
|
1135
|
+
},
|
|
1136
|
+
buneary: {
|
|
1137
|
+
isNonstandard: null,
|
|
1138
|
+
},
|
|
1139
|
+
lopunny: {
|
|
1140
|
+
isNonstandard: null,
|
|
1141
|
+
},
|
|
1142
|
+
mismagius: {
|
|
1143
|
+
isNonstandard: null,
|
|
1144
|
+
},
|
|
1145
|
+
honchkrow: {
|
|
1146
|
+
isNonstandard: null,
|
|
1147
|
+
},
|
|
1148
|
+
glameow: {
|
|
1149
|
+
isNonstandard: null,
|
|
1150
|
+
},
|
|
1151
|
+
purugly: {
|
|
1152
|
+
isNonstandard: null,
|
|
1153
|
+
},
|
|
1154
|
+
chingling: {
|
|
1155
|
+
isNonstandard: null,
|
|
1156
|
+
},
|
|
1157
|
+
stunky: {
|
|
1158
|
+
isNonstandard: null,
|
|
1159
|
+
},
|
|
1160
|
+
skuntank: {
|
|
1161
|
+
isNonstandard: null,
|
|
1162
|
+
},
|
|
1163
|
+
bronzor: {
|
|
1164
|
+
isNonstandard: null,
|
|
1165
|
+
},
|
|
1166
|
+
bronzong: {
|
|
1167
|
+
isNonstandard: null,
|
|
1168
|
+
},
|
|
1169
|
+
bonsly: {
|
|
1170
|
+
isNonstandard: null,
|
|
1171
|
+
},
|
|
1172
|
+
mimejr: {
|
|
1173
|
+
isNonstandard: null,
|
|
1174
|
+
},
|
|
1175
|
+
happiny: {
|
|
1176
|
+
isNonstandard: null,
|
|
1177
|
+
},
|
|
1178
|
+
chatot: {
|
|
1179
|
+
isNonstandard: null,
|
|
1180
|
+
},
|
|
1181
|
+
spiritomb: {
|
|
1182
|
+
isNonstandard: null,
|
|
1183
|
+
},
|
|
1184
|
+
gible: {
|
|
1185
|
+
isNonstandard: null,
|
|
1186
|
+
},
|
|
1187
|
+
gabite: {
|
|
1188
|
+
isNonstandard: null,
|
|
1189
|
+
},
|
|
1190
|
+
garchomp: {
|
|
1191
|
+
isNonstandard: null,
|
|
1192
|
+
},
|
|
1193
|
+
munchlax: {
|
|
1194
|
+
isNonstandard: null,
|
|
1195
|
+
},
|
|
1196
|
+
riolu: {
|
|
1197
|
+
isNonstandard: null,
|
|
1198
|
+
},
|
|
1199
|
+
lucario: {
|
|
1200
|
+
isNonstandard: null,
|
|
1201
|
+
},
|
|
1202
|
+
hippopotas: {
|
|
1203
|
+
isNonstandard: null,
|
|
1204
|
+
},
|
|
1205
|
+
hippowdon: {
|
|
1206
|
+
isNonstandard: null,
|
|
1207
|
+
},
|
|
1208
|
+
skorupi: {
|
|
1209
|
+
isNonstandard: null,
|
|
1210
|
+
},
|
|
1211
|
+
drapion: {
|
|
1212
|
+
isNonstandard: null,
|
|
1213
|
+
},
|
|
1214
|
+
croagunk: {
|
|
1215
|
+
isNonstandard: null,
|
|
1216
|
+
},
|
|
1217
|
+
toxicroak: {
|
|
1218
|
+
isNonstandard: null,
|
|
1219
|
+
},
|
|
1220
|
+
carnivine: {
|
|
1221
|
+
isNonstandard: null,
|
|
1222
|
+
},
|
|
1223
|
+
finneon: {
|
|
1224
|
+
isNonstandard: null,
|
|
1225
|
+
},
|
|
1226
|
+
lumineon: {
|
|
1227
|
+
isNonstandard: null,
|
|
1228
|
+
},
|
|
1229
|
+
mantyke: {
|
|
1230
|
+
isNonstandard: null,
|
|
1231
|
+
},
|
|
1232
|
+
snover: {
|
|
1233
|
+
isNonstandard: null,
|
|
1234
|
+
},
|
|
1235
|
+
abomasnow: {
|
|
1236
|
+
isNonstandard: null,
|
|
1237
|
+
},
|
|
1238
|
+
weavile: {
|
|
1239
|
+
isNonstandard: null,
|
|
1240
|
+
},
|
|
1241
|
+
magnezone: {
|
|
1242
|
+
isNonstandard: null,
|
|
1243
|
+
},
|
|
1244
|
+
lickilicky: {
|
|
1245
|
+
isNonstandard: null,
|
|
1246
|
+
},
|
|
1247
|
+
rhyperior: {
|
|
1248
|
+
isNonstandard: null,
|
|
1249
|
+
},
|
|
1250
|
+
tangrowth: {
|
|
1251
|
+
isNonstandard: null,
|
|
1252
|
+
},
|
|
1253
|
+
electivire: {
|
|
1254
|
+
isNonstandard: null,
|
|
1255
|
+
},
|
|
1256
|
+
magmortar: {
|
|
1257
|
+
isNonstandard: null,
|
|
1258
|
+
},
|
|
1259
|
+
togekiss: {
|
|
1260
|
+
isNonstandard: null,
|
|
1261
|
+
},
|
|
1262
|
+
yanmega: {
|
|
1263
|
+
isNonstandard: null,
|
|
1264
|
+
},
|
|
1265
|
+
leafeon: {
|
|
1266
|
+
isNonstandard: null,
|
|
1267
|
+
},
|
|
1268
|
+
glaceon: {
|
|
1269
|
+
isNonstandard: null,
|
|
1270
|
+
},
|
|
1271
|
+
gliscor: {
|
|
1272
|
+
isNonstandard: null,
|
|
1273
|
+
},
|
|
1274
|
+
mamoswine: {
|
|
1275
|
+
isNonstandard: null,
|
|
1276
|
+
},
|
|
1277
|
+
porygonz: {
|
|
1278
|
+
isNonstandard: null,
|
|
1279
|
+
},
|
|
1280
|
+
gallade: {
|
|
1281
|
+
isNonstandard: null,
|
|
1282
|
+
},
|
|
1283
|
+
probopass: {
|
|
1284
|
+
isNonstandard: null,
|
|
1285
|
+
},
|
|
1286
|
+
dusknoir: {
|
|
1287
|
+
isNonstandard: null,
|
|
1288
|
+
},
|
|
1289
|
+
froslass: {
|
|
1290
|
+
isNonstandard: null,
|
|
1291
|
+
},
|
|
1292
|
+
rotom: {
|
|
1293
|
+
isNonstandard: null,
|
|
1294
|
+
},
|
|
1295
|
+
rotomheat: {
|
|
1296
|
+
isNonstandard: null,
|
|
1297
|
+
},
|
|
1298
|
+
rotomwash: {
|
|
1299
|
+
isNonstandard: null,
|
|
1300
|
+
},
|
|
1301
|
+
rotomfrost: {
|
|
1302
|
+
isNonstandard: null,
|
|
1303
|
+
},
|
|
1304
|
+
rotomfan: {
|
|
1305
|
+
isNonstandard: null,
|
|
1306
|
+
},
|
|
1307
|
+
rotommow: {
|
|
1308
|
+
isNonstandard: null,
|
|
1309
|
+
},
|
|
1310
|
+
uxie: {
|
|
1311
|
+
isNonstandard: null,
|
|
1312
|
+
},
|
|
1313
|
+
mesprit: {
|
|
1314
|
+
isNonstandard: null,
|
|
1315
|
+
},
|
|
1316
|
+
azelf: {
|
|
1317
|
+
isNonstandard: null,
|
|
1318
|
+
},
|
|
1319
|
+
dialga: {
|
|
1320
|
+
isNonstandard: null,
|
|
1321
|
+
},
|
|
1322
|
+
dialgaorigin: {
|
|
1323
|
+
isNonstandard: null,
|
|
1324
|
+
},
|
|
1325
|
+
palkia: {
|
|
1326
|
+
isNonstandard: null,
|
|
1327
|
+
},
|
|
1328
|
+
palkiaorigin: {
|
|
1329
|
+
isNonstandard: null,
|
|
1330
|
+
},
|
|
1331
|
+
heatran: {
|
|
1332
|
+
isNonstandard: null,
|
|
1333
|
+
},
|
|
1334
|
+
regigigas: {
|
|
1335
|
+
isNonstandard: null,
|
|
1336
|
+
},
|
|
1337
|
+
giratina: {
|
|
1338
|
+
isNonstandard: null,
|
|
1339
|
+
},
|
|
1340
|
+
giratinaorigin: {
|
|
1341
|
+
isNonstandard: null,
|
|
1342
|
+
},
|
|
1343
|
+
cresselia: {
|
|
1344
|
+
isNonstandard: null,
|
|
1345
|
+
},
|
|
1346
|
+
phione: {
|
|
1347
|
+
isNonstandard: null,
|
|
1348
|
+
},
|
|
1349
|
+
manaphy: {
|
|
1350
|
+
isNonstandard: null,
|
|
1351
|
+
},
|
|
1352
|
+
darkrai: {
|
|
1353
|
+
isNonstandard: null,
|
|
1354
|
+
},
|
|
1355
|
+
shaymin: {
|
|
1356
|
+
isNonstandard: null,
|
|
1357
|
+
},
|
|
1358
|
+
shayminsky: {
|
|
1359
|
+
isNonstandard: null,
|
|
1360
|
+
},
|
|
1361
|
+
arceus: {
|
|
1362
|
+
isNonstandard: null,
|
|
1363
|
+
},
|
|
1364
|
+
arceusbug: {
|
|
1365
|
+
isNonstandard: null,
|
|
1366
|
+
},
|
|
1367
|
+
arceusdark: {
|
|
1368
|
+
isNonstandard: null,
|
|
1369
|
+
},
|
|
1370
|
+
arceusdragon: {
|
|
1371
|
+
isNonstandard: null,
|
|
1372
|
+
},
|
|
1373
|
+
arceuselectric: {
|
|
1374
|
+
isNonstandard: null,
|
|
1375
|
+
},
|
|
1376
|
+
arceusfairy: {
|
|
1377
|
+
isNonstandard: null,
|
|
1378
|
+
},
|
|
1379
|
+
arceusfighting: {
|
|
1380
|
+
isNonstandard: null,
|
|
1381
|
+
},
|
|
1382
|
+
arceusfire: {
|
|
1383
|
+
isNonstandard: null,
|
|
1384
|
+
},
|
|
1385
|
+
arceusflying: {
|
|
1386
|
+
isNonstandard: null,
|
|
1387
|
+
},
|
|
1388
|
+
arceusghost: {
|
|
1389
|
+
isNonstandard: null,
|
|
1390
|
+
},
|
|
1391
|
+
arceusgrass: {
|
|
1392
|
+
isNonstandard: null,
|
|
1393
|
+
},
|
|
1394
|
+
arceusground: {
|
|
1395
|
+
isNonstandard: null,
|
|
1396
|
+
},
|
|
1397
|
+
arceusice: {
|
|
1398
|
+
isNonstandard: null,
|
|
1399
|
+
},
|
|
1400
|
+
arceuspoison: {
|
|
1401
|
+
isNonstandard: null,
|
|
1402
|
+
},
|
|
1403
|
+
arceuspsychic: {
|
|
1404
|
+
isNonstandard: null,
|
|
1405
|
+
},
|
|
1406
|
+
arceusrock: {
|
|
1407
|
+
isNonstandard: null,
|
|
1408
|
+
},
|
|
1409
|
+
arceussteel: {
|
|
1410
|
+
isNonstandard: null,
|
|
1411
|
+
},
|
|
1412
|
+
arceuswater: {
|
|
1413
|
+
isNonstandard: null,
|
|
1414
|
+
},
|
|
1415
|
+
arceuslegend: {
|
|
1416
|
+
isNonstandard: null,
|
|
1417
|
+
},
|
|
1418
|
+
victini: {
|
|
1419
|
+
isNonstandard: "Past",
|
|
1420
|
+
},
|
|
1421
|
+
oshawott: {
|
|
1422
|
+
isNonstandard: null,
|
|
1423
|
+
},
|
|
1424
|
+
dewott: {
|
|
1425
|
+
isNonstandard: null,
|
|
1426
|
+
},
|
|
1427
|
+
samurotthisui: {
|
|
1428
|
+
isNonstandard: null,
|
|
1429
|
+
},
|
|
1430
|
+
lillipup: {
|
|
1431
|
+
isNonstandard: "Past",
|
|
1432
|
+
},
|
|
1433
|
+
herdier: {
|
|
1434
|
+
isNonstandard: "Past",
|
|
1435
|
+
},
|
|
1436
|
+
stoutland: {
|
|
1437
|
+
isNonstandard: "Past",
|
|
1438
|
+
},
|
|
1439
|
+
purrloin: {
|
|
1440
|
+
isNonstandard: "Past",
|
|
1441
|
+
},
|
|
1442
|
+
liepard: {
|
|
1443
|
+
isNonstandard: "Past",
|
|
1444
|
+
},
|
|
1445
|
+
munna: {
|
|
1446
|
+
isNonstandard: "Past",
|
|
1447
|
+
},
|
|
1448
|
+
musharna: {
|
|
1449
|
+
isNonstandard: "Past",
|
|
1450
|
+
},
|
|
1451
|
+
pidove: {
|
|
1452
|
+
isNonstandard: "Past",
|
|
1453
|
+
},
|
|
1454
|
+
tranquill: {
|
|
1455
|
+
isNonstandard: "Past",
|
|
1456
|
+
},
|
|
1457
|
+
unfezant: {
|
|
1458
|
+
isNonstandard: "Past",
|
|
1459
|
+
},
|
|
1460
|
+
roggenrola: {
|
|
1461
|
+
isNonstandard: "Past",
|
|
1462
|
+
},
|
|
1463
|
+
boldore: {
|
|
1464
|
+
isNonstandard: "Past",
|
|
1465
|
+
},
|
|
1466
|
+
gigalith: {
|
|
1467
|
+
isNonstandard: "Past",
|
|
1468
|
+
},
|
|
1469
|
+
woobat: {
|
|
1470
|
+
isNonstandard: "Past",
|
|
1471
|
+
},
|
|
1472
|
+
swoobat: {
|
|
1473
|
+
isNonstandard: "Past",
|
|
1474
|
+
},
|
|
1475
|
+
drilbur: {
|
|
1476
|
+
isNonstandard: "Past",
|
|
1477
|
+
},
|
|
1478
|
+
excadrill: {
|
|
1479
|
+
isNonstandard: "Past",
|
|
1480
|
+
},
|
|
1481
|
+
audino: {
|
|
1482
|
+
isNonstandard: "Past",
|
|
1483
|
+
},
|
|
1484
|
+
timburr: {
|
|
1485
|
+
isNonstandard: "Past",
|
|
1486
|
+
},
|
|
1487
|
+
gurdurr: {
|
|
1488
|
+
isNonstandard: "Past",
|
|
1489
|
+
},
|
|
1490
|
+
conkeldurr: {
|
|
1491
|
+
isNonstandard: "Past",
|
|
1492
|
+
},
|
|
1493
|
+
tympole: {
|
|
1494
|
+
isNonstandard: "Past",
|
|
1495
|
+
},
|
|
1496
|
+
palpitoad: {
|
|
1497
|
+
isNonstandard: "Past",
|
|
1498
|
+
},
|
|
1499
|
+
seismitoad: {
|
|
1500
|
+
isNonstandard: "Past",
|
|
1501
|
+
},
|
|
1502
|
+
throh: {
|
|
1503
|
+
isNonstandard: "Past",
|
|
1504
|
+
},
|
|
1505
|
+
sawk: {
|
|
1506
|
+
isNonstandard: "Past",
|
|
1507
|
+
},
|
|
1508
|
+
venipede: {
|
|
1509
|
+
isNonstandard: "Past",
|
|
1510
|
+
},
|
|
1511
|
+
whirlipede: {
|
|
1512
|
+
isNonstandard: "Past",
|
|
1513
|
+
},
|
|
1514
|
+
scolipede: {
|
|
1515
|
+
isNonstandard: "Past",
|
|
1516
|
+
},
|
|
1517
|
+
cottonee: {
|
|
1518
|
+
isNonstandard: "Past",
|
|
1519
|
+
},
|
|
1520
|
+
whimsicott: {
|
|
1521
|
+
isNonstandard: "Past",
|
|
1522
|
+
},
|
|
1523
|
+
petilil: {
|
|
1524
|
+
isNonstandard: null,
|
|
1525
|
+
},
|
|
1526
|
+
lilligant: {
|
|
1527
|
+
isNonstandard: "Past",
|
|
1528
|
+
},
|
|
1529
|
+
lilliganthisui: {
|
|
1530
|
+
isNonstandard: null,
|
|
1531
|
+
},
|
|
1532
|
+
basculin: {
|
|
1533
|
+
isNonstandard: "Past",
|
|
1534
|
+
},
|
|
1535
|
+
basculinbluestriped: {
|
|
1536
|
+
isNonstandard: "Past",
|
|
1537
|
+
},
|
|
1538
|
+
basculinwhitestriped: {
|
|
1539
|
+
isNonstandard: null,
|
|
1540
|
+
},
|
|
1541
|
+
sandile: {
|
|
1542
|
+
isNonstandard: "Past",
|
|
1543
|
+
},
|
|
1544
|
+
krokorok: {
|
|
1545
|
+
isNonstandard: "Past",
|
|
1546
|
+
},
|
|
1547
|
+
krookodile: {
|
|
1548
|
+
isNonstandard: "Past",
|
|
1549
|
+
},
|
|
1550
|
+
darumaka: {
|
|
1551
|
+
isNonstandard: "Past",
|
|
1552
|
+
},
|
|
1553
|
+
darumakagalar: {
|
|
1554
|
+
isNonstandard: "Past",
|
|
1555
|
+
},
|
|
1556
|
+
darmanitan: {
|
|
1557
|
+
isNonstandard: "Past",
|
|
1558
|
+
},
|
|
1559
|
+
darmanitanzen: {
|
|
1560
|
+
isNonstandard: "Past",
|
|
1561
|
+
},
|
|
1562
|
+
darmanitangalar: {
|
|
1563
|
+
isNonstandard: "Past",
|
|
1564
|
+
},
|
|
1565
|
+
darmanitangalarzen: {
|
|
1566
|
+
isNonstandard: "Past",
|
|
1567
|
+
},
|
|
1568
|
+
maractus: {
|
|
1569
|
+
isNonstandard: "Past",
|
|
1570
|
+
},
|
|
1571
|
+
dwebble: {
|
|
1572
|
+
isNonstandard: "Past",
|
|
1573
|
+
},
|
|
1574
|
+
crustle: {
|
|
1575
|
+
isNonstandard: "Past",
|
|
1576
|
+
},
|
|
1577
|
+
scraggy: {
|
|
1578
|
+
isNonstandard: "Past",
|
|
1579
|
+
},
|
|
1580
|
+
scrafty: {
|
|
1581
|
+
isNonstandard: "Past",
|
|
1582
|
+
},
|
|
1583
|
+
sigilyph: {
|
|
1584
|
+
isNonstandard: "Past",
|
|
1585
|
+
},
|
|
1586
|
+
yamask: {
|
|
1587
|
+
isNonstandard: "Past",
|
|
1588
|
+
},
|
|
1589
|
+
yamaskgalar: {
|
|
1590
|
+
isNonstandard: "Past",
|
|
1591
|
+
},
|
|
1592
|
+
cofagrigus: {
|
|
1593
|
+
isNonstandard: "Past",
|
|
1594
|
+
},
|
|
1595
|
+
tirtouga: {
|
|
1596
|
+
isNonstandard: "Past",
|
|
1597
|
+
},
|
|
1598
|
+
carracosta: {
|
|
1599
|
+
isNonstandard: "Past",
|
|
1600
|
+
},
|
|
1601
|
+
archen: {
|
|
1602
|
+
isNonstandard: "Past",
|
|
1603
|
+
},
|
|
1604
|
+
archeops: {
|
|
1605
|
+
isNonstandard: "Past",
|
|
1606
|
+
},
|
|
1607
|
+
trubbish: {
|
|
1608
|
+
isNonstandard: "Past",
|
|
1609
|
+
},
|
|
1610
|
+
garbodor: {
|
|
1611
|
+
isNonstandard: "Past",
|
|
1612
|
+
},
|
|
1613
|
+
garbodorgmax: {
|
|
1614
|
+
isNonstandard: "Past",
|
|
1615
|
+
},
|
|
1616
|
+
zorua: {
|
|
1617
|
+
isNonstandard: "Past",
|
|
1618
|
+
},
|
|
1619
|
+
zoruahisui: {
|
|
1620
|
+
isNonstandard: null,
|
|
1621
|
+
},
|
|
1622
|
+
zoroark: {
|
|
1623
|
+
isNonstandard: "Past",
|
|
1624
|
+
},
|
|
1625
|
+
zoroarkhisui: {
|
|
1626
|
+
isNonstandard: null,
|
|
1627
|
+
},
|
|
1628
|
+
minccino: {
|
|
1629
|
+
isNonstandard: "Past",
|
|
1630
|
+
},
|
|
1631
|
+
cinccino: {
|
|
1632
|
+
isNonstandard: "Past",
|
|
1633
|
+
},
|
|
1634
|
+
gothita: {
|
|
1635
|
+
isNonstandard: "Past",
|
|
1636
|
+
},
|
|
1637
|
+
gothorita: {
|
|
1638
|
+
isNonstandard: "Past",
|
|
1639
|
+
},
|
|
1640
|
+
gothitelle: {
|
|
1641
|
+
isNonstandard: "Past",
|
|
1642
|
+
},
|
|
1643
|
+
solosis: {
|
|
1644
|
+
isNonstandard: "Past",
|
|
1645
|
+
},
|
|
1646
|
+
duosion: {
|
|
1647
|
+
isNonstandard: "Past",
|
|
1648
|
+
},
|
|
1649
|
+
reuniclus: {
|
|
1650
|
+
isNonstandard: "Past",
|
|
1651
|
+
},
|
|
1652
|
+
vanillite: {
|
|
1653
|
+
isNonstandard: "Past",
|
|
1654
|
+
},
|
|
1655
|
+
vanillish: {
|
|
1656
|
+
isNonstandard: "Past",
|
|
1657
|
+
},
|
|
1658
|
+
vanilluxe: {
|
|
1659
|
+
isNonstandard: "Past",
|
|
1660
|
+
},
|
|
1661
|
+
emolga: {
|
|
1662
|
+
isNonstandard: "Past",
|
|
1663
|
+
},
|
|
1664
|
+
karrablast: {
|
|
1665
|
+
isNonstandard: "Past",
|
|
1666
|
+
},
|
|
1667
|
+
escavalier: {
|
|
1668
|
+
isNonstandard: "Past",
|
|
1669
|
+
},
|
|
1670
|
+
foongus: {
|
|
1671
|
+
isNonstandard: "Past",
|
|
1672
|
+
},
|
|
1673
|
+
amoonguss: {
|
|
1674
|
+
isNonstandard: "Past",
|
|
1675
|
+
},
|
|
1676
|
+
frillish: {
|
|
1677
|
+
isNonstandard: "Past",
|
|
1678
|
+
},
|
|
1679
|
+
jellicent: {
|
|
1680
|
+
isNonstandard: "Past",
|
|
1681
|
+
},
|
|
1682
|
+
joltik: {
|
|
1683
|
+
isNonstandard: "Past",
|
|
1684
|
+
},
|
|
1685
|
+
galvantula: {
|
|
1686
|
+
isNonstandard: "Past",
|
|
1687
|
+
},
|
|
1688
|
+
ferroseed: {
|
|
1689
|
+
isNonstandard: "Past",
|
|
1690
|
+
},
|
|
1691
|
+
ferrothorn: {
|
|
1692
|
+
isNonstandard: "Past",
|
|
1693
|
+
},
|
|
1694
|
+
klink: {
|
|
1695
|
+
isNonstandard: "Past",
|
|
1696
|
+
},
|
|
1697
|
+
klang: {
|
|
1698
|
+
isNonstandard: "Past",
|
|
1699
|
+
},
|
|
1700
|
+
klinklang: {
|
|
1701
|
+
isNonstandard: "Past",
|
|
1702
|
+
},
|
|
1703
|
+
elgyem: {
|
|
1704
|
+
isNonstandard: "Past",
|
|
1705
|
+
},
|
|
1706
|
+
beheeyem: {
|
|
1707
|
+
isNonstandard: "Past",
|
|
1708
|
+
},
|
|
1709
|
+
litwick: {
|
|
1710
|
+
isNonstandard: "Past",
|
|
1711
|
+
},
|
|
1712
|
+
lampent: {
|
|
1713
|
+
isNonstandard: "Past",
|
|
1714
|
+
},
|
|
1715
|
+
chandelure: {
|
|
1716
|
+
isNonstandard: "Past",
|
|
1717
|
+
},
|
|
1718
|
+
axew: {
|
|
1719
|
+
isNonstandard: "Past",
|
|
1720
|
+
},
|
|
1721
|
+
fraxure: {
|
|
1722
|
+
isNonstandard: "Past",
|
|
1723
|
+
},
|
|
1724
|
+
haxorus: {
|
|
1725
|
+
isNonstandard: "Past",
|
|
1726
|
+
},
|
|
1727
|
+
cubchoo: {
|
|
1728
|
+
isNonstandard: "Past",
|
|
1729
|
+
},
|
|
1730
|
+
beartic: {
|
|
1731
|
+
isNonstandard: "Past",
|
|
1732
|
+
},
|
|
1733
|
+
cryogonal: {
|
|
1734
|
+
isNonstandard: "Past",
|
|
1735
|
+
},
|
|
1736
|
+
shelmet: {
|
|
1737
|
+
isNonstandard: "Past",
|
|
1738
|
+
},
|
|
1739
|
+
accelgor: {
|
|
1740
|
+
isNonstandard: "Past",
|
|
1741
|
+
},
|
|
1742
|
+
stunfisk: {
|
|
1743
|
+
isNonstandard: "Past",
|
|
1744
|
+
},
|
|
1745
|
+
stunfiskgalar: {
|
|
1746
|
+
isNonstandard: "Past",
|
|
1747
|
+
},
|
|
1748
|
+
mienfoo: {
|
|
1749
|
+
isNonstandard: "Past",
|
|
1750
|
+
},
|
|
1751
|
+
mienshao: {
|
|
1752
|
+
isNonstandard: "Past",
|
|
1753
|
+
},
|
|
1754
|
+
druddigon: {
|
|
1755
|
+
isNonstandard: "Past",
|
|
1756
|
+
},
|
|
1757
|
+
golett: {
|
|
1758
|
+
isNonstandard: "Past",
|
|
1759
|
+
},
|
|
1760
|
+
golurk: {
|
|
1761
|
+
isNonstandard: "Past",
|
|
1762
|
+
},
|
|
1763
|
+
pawniard: {
|
|
1764
|
+
isNonstandard: "Past",
|
|
1765
|
+
},
|
|
1766
|
+
bisharp: {
|
|
1767
|
+
isNonstandard: "Past",
|
|
1768
|
+
},
|
|
1769
|
+
bouffalant: {
|
|
1770
|
+
isNonstandard: "Past",
|
|
1771
|
+
},
|
|
1772
|
+
rufflet: {
|
|
1773
|
+
isNonstandard: null,
|
|
1774
|
+
},
|
|
1775
|
+
braviary: {
|
|
1776
|
+
isNonstandard: "Past",
|
|
1777
|
+
},
|
|
1778
|
+
braviaryhisui: {
|
|
1779
|
+
isNonstandard: null,
|
|
1780
|
+
},
|
|
1781
|
+
vullaby: {
|
|
1782
|
+
isNonstandard: "Past",
|
|
1783
|
+
},
|
|
1784
|
+
mandibuzz: {
|
|
1785
|
+
isNonstandard: "Past",
|
|
1786
|
+
},
|
|
1787
|
+
heatmor: {
|
|
1788
|
+
isNonstandard: "Past",
|
|
1789
|
+
},
|
|
1790
|
+
durant: {
|
|
1791
|
+
isNonstandard: "Past",
|
|
1792
|
+
},
|
|
1793
|
+
deino: {
|
|
1794
|
+
isNonstandard: "Past",
|
|
1795
|
+
},
|
|
1796
|
+
zweilous: {
|
|
1797
|
+
isNonstandard: "Past",
|
|
1798
|
+
},
|
|
1799
|
+
hydreigon: {
|
|
1800
|
+
isNonstandard: "Past",
|
|
1801
|
+
},
|
|
1802
|
+
larvesta: {
|
|
1803
|
+
isNonstandard: "Past",
|
|
1804
|
+
},
|
|
1805
|
+
volcarona: {
|
|
1806
|
+
isNonstandard: "Past",
|
|
1807
|
+
},
|
|
1808
|
+
cobalion: {
|
|
1809
|
+
isNonstandard: "Past",
|
|
1810
|
+
},
|
|
1811
|
+
terrakion: {
|
|
1812
|
+
isNonstandard: "Past",
|
|
1813
|
+
},
|
|
1814
|
+
virizion: {
|
|
1815
|
+
isNonstandard: "Past",
|
|
1816
|
+
},
|
|
1817
|
+
tornadus: {
|
|
1818
|
+
isNonstandard: null,
|
|
1819
|
+
},
|
|
1820
|
+
tornadustherian: {
|
|
1821
|
+
isNonstandard: null,
|
|
1822
|
+
},
|
|
1823
|
+
thundurus: {
|
|
1824
|
+
isNonstandard: null,
|
|
1825
|
+
},
|
|
1826
|
+
thundurustherian: {
|
|
1827
|
+
isNonstandard: null,
|
|
1828
|
+
},
|
|
1829
|
+
reshiram: {
|
|
1830
|
+
isNonstandard: "Past",
|
|
1831
|
+
},
|
|
1832
|
+
zekrom: {
|
|
1833
|
+
isNonstandard: "Past",
|
|
1834
|
+
},
|
|
1835
|
+
landorus: {
|
|
1836
|
+
isNonstandard: null,
|
|
1837
|
+
},
|
|
1838
|
+
landorustherian: {
|
|
1839
|
+
isNonstandard: null,
|
|
1840
|
+
},
|
|
1841
|
+
kyurem: {
|
|
1842
|
+
isNonstandard: "Past",
|
|
1843
|
+
},
|
|
1844
|
+
kyuremblack: {
|
|
1845
|
+
isNonstandard: "Past",
|
|
1846
|
+
},
|
|
1847
|
+
kyuremwhite: {
|
|
1848
|
+
isNonstandard: "Past",
|
|
1849
|
+
},
|
|
1850
|
+
keldeo: {
|
|
1851
|
+
isNonstandard: "Past",
|
|
1852
|
+
},
|
|
1853
|
+
keldeoresolute: {
|
|
1854
|
+
isNonstandard: "Past",
|
|
1855
|
+
},
|
|
1856
|
+
genesect: {
|
|
1857
|
+
isNonstandard: "Past",
|
|
1858
|
+
},
|
|
1859
|
+
genesectdouse: {
|
|
1860
|
+
isNonstandard: "Past",
|
|
1861
|
+
},
|
|
1862
|
+
genesectshock: {
|
|
1863
|
+
isNonstandard: "Past",
|
|
1864
|
+
},
|
|
1865
|
+
genesectburn: {
|
|
1866
|
+
isNonstandard: "Past",
|
|
1867
|
+
},
|
|
1868
|
+
genesectchill: {
|
|
1869
|
+
isNonstandard: "Past",
|
|
1870
|
+
},
|
|
1871
|
+
bunnelby: {
|
|
1872
|
+
isNonstandard: "Past",
|
|
1873
|
+
},
|
|
1874
|
+
diggersby: {
|
|
1875
|
+
isNonstandard: "Past",
|
|
1876
|
+
},
|
|
1877
|
+
fletchling: {
|
|
1878
|
+
isNonstandard: "Past",
|
|
1879
|
+
},
|
|
1880
|
+
fletchinder: {
|
|
1881
|
+
isNonstandard: "Past",
|
|
1882
|
+
},
|
|
1883
|
+
talonflame: {
|
|
1884
|
+
isNonstandard: "Past",
|
|
1885
|
+
},
|
|
1886
|
+
pancham: {
|
|
1887
|
+
isNonstandard: "Past",
|
|
1888
|
+
},
|
|
1889
|
+
pangoro: {
|
|
1890
|
+
isNonstandard: "Past",
|
|
1891
|
+
},
|
|
1892
|
+
espurr: {
|
|
1893
|
+
isNonstandard: "Past",
|
|
1894
|
+
},
|
|
1895
|
+
meowstic: {
|
|
1896
|
+
isNonstandard: "Past",
|
|
1897
|
+
},
|
|
1898
|
+
meowsticf: {
|
|
1899
|
+
isNonstandard: "Past",
|
|
1900
|
+
},
|
|
1901
|
+
honedge: {
|
|
1902
|
+
isNonstandard: "Past",
|
|
1903
|
+
},
|
|
1904
|
+
doublade: {
|
|
1905
|
+
isNonstandard: "Past",
|
|
1906
|
+
},
|
|
1907
|
+
aegislash: {
|
|
1908
|
+
isNonstandard: "Past",
|
|
1909
|
+
},
|
|
1910
|
+
aegislashblade: {
|
|
1911
|
+
isNonstandard: "Past",
|
|
1912
|
+
},
|
|
1913
|
+
spritzee: {
|
|
1914
|
+
isNonstandard: "Past",
|
|
1915
|
+
},
|
|
1916
|
+
aromatisse: {
|
|
1917
|
+
isNonstandard: "Past",
|
|
1918
|
+
},
|
|
1919
|
+
swirlix: {
|
|
1920
|
+
isNonstandard: "Past",
|
|
1921
|
+
},
|
|
1922
|
+
slurpuff: {
|
|
1923
|
+
isNonstandard: "Past",
|
|
1924
|
+
},
|
|
1925
|
+
inkay: {
|
|
1926
|
+
isNonstandard: "Past",
|
|
1927
|
+
},
|
|
1928
|
+
malamar: {
|
|
1929
|
+
isNonstandard: "Past",
|
|
1930
|
+
},
|
|
1931
|
+
binacle: {
|
|
1932
|
+
isNonstandard: "Past",
|
|
1933
|
+
},
|
|
1934
|
+
barbaracle: {
|
|
1935
|
+
isNonstandard: "Past",
|
|
1936
|
+
},
|
|
1937
|
+
skrelp: {
|
|
1938
|
+
isNonstandard: "Past",
|
|
1939
|
+
},
|
|
1940
|
+
dragalge: {
|
|
1941
|
+
isNonstandard: "Past",
|
|
1942
|
+
},
|
|
1943
|
+
clauncher: {
|
|
1944
|
+
isNonstandard: "Past",
|
|
1945
|
+
},
|
|
1946
|
+
clawitzer: {
|
|
1947
|
+
isNonstandard: "Past",
|
|
1948
|
+
},
|
|
1949
|
+
helioptile: {
|
|
1950
|
+
isNonstandard: "Past",
|
|
1951
|
+
},
|
|
1952
|
+
heliolisk: {
|
|
1953
|
+
isNonstandard: "Past",
|
|
1954
|
+
},
|
|
1955
|
+
tyrunt: {
|
|
1956
|
+
isNonstandard: "Past",
|
|
1957
|
+
},
|
|
1958
|
+
tyrantrum: {
|
|
1959
|
+
isNonstandard: "Past",
|
|
1960
|
+
},
|
|
1961
|
+
amaura: {
|
|
1962
|
+
isNonstandard: "Past",
|
|
1963
|
+
},
|
|
1964
|
+
aurorus: {
|
|
1965
|
+
isNonstandard: "Past",
|
|
1966
|
+
},
|
|
1967
|
+
sylveon: {
|
|
1968
|
+
isNonstandard: null,
|
|
1969
|
+
},
|
|
1970
|
+
hawlucha: {
|
|
1971
|
+
isNonstandard: "Past",
|
|
1972
|
+
},
|
|
1973
|
+
dedenne: {
|
|
1974
|
+
isNonstandard: "Past",
|
|
1975
|
+
},
|
|
1976
|
+
carbink: {
|
|
1977
|
+
isNonstandard: "Past",
|
|
1978
|
+
},
|
|
1979
|
+
goomy: {
|
|
1980
|
+
isNonstandard: null,
|
|
1981
|
+
},
|
|
1982
|
+
sliggoo: {
|
|
1983
|
+
isNonstandard: "Past",
|
|
1984
|
+
},
|
|
1985
|
+
sliggoohisui: {
|
|
1986
|
+
isNonstandard: null,
|
|
1987
|
+
},
|
|
1988
|
+
goodra: {
|
|
1989
|
+
isNonstandard: "Past",
|
|
1990
|
+
},
|
|
1991
|
+
goodrahisui: {
|
|
1992
|
+
isNonstandard: null,
|
|
1993
|
+
},
|
|
1994
|
+
klefki: {
|
|
1995
|
+
isNonstandard: "Past",
|
|
1996
|
+
},
|
|
1997
|
+
phantump: {
|
|
1998
|
+
isNonstandard: "Past",
|
|
1999
|
+
},
|
|
2000
|
+
trevenant: {
|
|
2001
|
+
isNonstandard: "Past",
|
|
2002
|
+
},
|
|
2003
|
+
pumpkaboo: {
|
|
2004
|
+
isNonstandard: "Past",
|
|
2005
|
+
},
|
|
2006
|
+
pumpkaboosmall: {
|
|
2007
|
+
isNonstandard: "Past",
|
|
2008
|
+
},
|
|
2009
|
+
pumpkaboolarge: {
|
|
2010
|
+
isNonstandard: "Past",
|
|
2011
|
+
},
|
|
2012
|
+
pumpkaboosuper: {
|
|
2013
|
+
isNonstandard: "Past",
|
|
2014
|
+
},
|
|
2015
|
+
gourgeist: {
|
|
2016
|
+
isNonstandard: "Past",
|
|
2017
|
+
},
|
|
2018
|
+
gourgeistsmall: {
|
|
2019
|
+
isNonstandard: "Past",
|
|
2020
|
+
},
|
|
2021
|
+
gourgeistlarge: {
|
|
2022
|
+
isNonstandard: "Past",
|
|
2023
|
+
},
|
|
2024
|
+
gourgeistsuper: {
|
|
2025
|
+
isNonstandard: "Past",
|
|
2026
|
+
},
|
|
2027
|
+
bergmite: {
|
|
2028
|
+
isNonstandard: null,
|
|
2029
|
+
},
|
|
2030
|
+
avalugg: {
|
|
2031
|
+
isNonstandard: "Past",
|
|
2032
|
+
},
|
|
2033
|
+
avalugghisui: {
|
|
2034
|
+
isNonstandard: null,
|
|
2035
|
+
},
|
|
2036
|
+
noibat: {
|
|
2037
|
+
isNonstandard: "Past",
|
|
2038
|
+
},
|
|
2039
|
+
noivern: {
|
|
2040
|
+
isNonstandard: "Past",
|
|
2041
|
+
},
|
|
2042
|
+
xerneas: {
|
|
2043
|
+
isNonstandard: "Past",
|
|
2044
|
+
},
|
|
2045
|
+
yveltal: {
|
|
2046
|
+
isNonstandard: "Past",
|
|
2047
|
+
},
|
|
2048
|
+
zygarde: {
|
|
2049
|
+
isNonstandard: "Past",
|
|
2050
|
+
},
|
|
2051
|
+
zygarde10: {
|
|
2052
|
+
isNonstandard: "Past",
|
|
2053
|
+
},
|
|
2054
|
+
zygardecomplete: {
|
|
2055
|
+
isNonstandard: "Past",
|
|
2056
|
+
},
|
|
2057
|
+
diancie: {
|
|
2058
|
+
isNonstandard: "Past",
|
|
2059
|
+
},
|
|
2060
|
+
volcanion: {
|
|
2061
|
+
isNonstandard: "Past",
|
|
2062
|
+
},
|
|
2063
|
+
rowlet: {
|
|
2064
|
+
isNonstandard: null,
|
|
2065
|
+
},
|
|
2066
|
+
dartrix: {
|
|
2067
|
+
isNonstandard: null,
|
|
2068
|
+
},
|
|
2069
|
+
decidueye: {
|
|
2070
|
+
isNonstandard: "Past",
|
|
2071
|
+
},
|
|
2072
|
+
decidueyehisui: {
|
|
2073
|
+
isNonstandard: null,
|
|
2074
|
+
},
|
|
2075
|
+
litten: {
|
|
2076
|
+
isNonstandard: "Past",
|
|
2077
|
+
},
|
|
2078
|
+
torracat: {
|
|
2079
|
+
isNonstandard: "Past",
|
|
2080
|
+
},
|
|
2081
|
+
incineroar: {
|
|
2082
|
+
isNonstandard: "Past",
|
|
2083
|
+
},
|
|
2084
|
+
popplio: {
|
|
2085
|
+
isNonstandard: "Past",
|
|
2086
|
+
},
|
|
2087
|
+
brionne: {
|
|
2088
|
+
isNonstandard: "Past",
|
|
2089
|
+
},
|
|
2090
|
+
primarina: {
|
|
2091
|
+
isNonstandard: "Past",
|
|
2092
|
+
},
|
|
2093
|
+
grubbin: {
|
|
2094
|
+
isNonstandard: "Past",
|
|
2095
|
+
},
|
|
2096
|
+
charjabug: {
|
|
2097
|
+
isNonstandard: "Past",
|
|
2098
|
+
},
|
|
2099
|
+
vikavolt: {
|
|
2100
|
+
isNonstandard: "Past",
|
|
2101
|
+
},
|
|
2102
|
+
cutiefly: {
|
|
2103
|
+
isNonstandard: "Past",
|
|
2104
|
+
},
|
|
2105
|
+
ribombee: {
|
|
2106
|
+
isNonstandard: "Past",
|
|
2107
|
+
},
|
|
2108
|
+
rockruff: {
|
|
2109
|
+
isNonstandard: "Past",
|
|
2110
|
+
},
|
|
2111
|
+
rockruffdusk: {
|
|
2112
|
+
isNonstandard: "Past",
|
|
2113
|
+
},
|
|
2114
|
+
lycanroc: {
|
|
2115
|
+
isNonstandard: "Past",
|
|
2116
|
+
},
|
|
2117
|
+
lycanrocmidnight: {
|
|
2118
|
+
isNonstandard: "Past",
|
|
2119
|
+
},
|
|
2120
|
+
lycanrocdusk: {
|
|
2121
|
+
isNonstandard: "Past",
|
|
2122
|
+
},
|
|
2123
|
+
wishiwashi: {
|
|
2124
|
+
isNonstandard: "Past",
|
|
2125
|
+
},
|
|
2126
|
+
wishiwashischool: {
|
|
2127
|
+
isNonstandard: "Past",
|
|
2128
|
+
},
|
|
2129
|
+
mareanie: {
|
|
2130
|
+
isNonstandard: "Past",
|
|
2131
|
+
},
|
|
2132
|
+
toxapex: {
|
|
2133
|
+
isNonstandard: "Past",
|
|
2134
|
+
},
|
|
2135
|
+
mudbray: {
|
|
2136
|
+
isNonstandard: "Past",
|
|
2137
|
+
},
|
|
2138
|
+
mudsdale: {
|
|
2139
|
+
isNonstandard: "Past",
|
|
2140
|
+
},
|
|
2141
|
+
dewpider: {
|
|
2142
|
+
isNonstandard: "Past",
|
|
2143
|
+
},
|
|
2144
|
+
araquanid: {
|
|
2145
|
+
isNonstandard: "Past",
|
|
2146
|
+
},
|
|
2147
|
+
fomantis: {
|
|
2148
|
+
isNonstandard: "Past",
|
|
2149
|
+
},
|
|
2150
|
+
lurantis: {
|
|
2151
|
+
isNonstandard: "Past",
|
|
2152
|
+
},
|
|
2153
|
+
morelull: {
|
|
2154
|
+
isNonstandard: "Past",
|
|
2155
|
+
},
|
|
2156
|
+
shiinotic: {
|
|
2157
|
+
isNonstandard: "Past",
|
|
2158
|
+
},
|
|
2159
|
+
salandit: {
|
|
2160
|
+
isNonstandard: "Past",
|
|
2161
|
+
},
|
|
2162
|
+
salazzle: {
|
|
2163
|
+
isNonstandard: "Past",
|
|
2164
|
+
},
|
|
2165
|
+
stufful: {
|
|
2166
|
+
isNonstandard: "Past",
|
|
2167
|
+
},
|
|
2168
|
+
bewear: {
|
|
2169
|
+
isNonstandard: "Past",
|
|
2170
|
+
},
|
|
2171
|
+
bounsweet: {
|
|
2172
|
+
isNonstandard: "Past",
|
|
2173
|
+
},
|
|
2174
|
+
steenee: {
|
|
2175
|
+
isNonstandard: "Past",
|
|
2176
|
+
},
|
|
2177
|
+
tsareena: {
|
|
2178
|
+
isNonstandard: "Past",
|
|
2179
|
+
},
|
|
2180
|
+
comfey: {
|
|
2181
|
+
isNonstandard: "Past",
|
|
2182
|
+
},
|
|
2183
|
+
oranguru: {
|
|
2184
|
+
isNonstandard: "Past",
|
|
2185
|
+
},
|
|
2186
|
+
passimian: {
|
|
2187
|
+
isNonstandard: "Past",
|
|
2188
|
+
},
|
|
2189
|
+
wimpod: {
|
|
2190
|
+
isNonstandard: "Past",
|
|
2191
|
+
},
|
|
2192
|
+
golisopod: {
|
|
2193
|
+
isNonstandard: "Past",
|
|
2194
|
+
},
|
|
2195
|
+
sandygast: {
|
|
2196
|
+
isNonstandard: "Past",
|
|
2197
|
+
},
|
|
2198
|
+
palossand: {
|
|
2199
|
+
isNonstandard: "Past",
|
|
2200
|
+
},
|
|
2201
|
+
pyukumuku: {
|
|
2202
|
+
isNonstandard: "Past",
|
|
2203
|
+
},
|
|
2204
|
+
typenull: {
|
|
2205
|
+
isNonstandard: "Past",
|
|
2206
|
+
},
|
|
2207
|
+
silvally: {
|
|
2208
|
+
isNonstandard: "Past",
|
|
2209
|
+
},
|
|
2210
|
+
silvallybug: {
|
|
2211
|
+
isNonstandard: "Past",
|
|
2212
|
+
},
|
|
2213
|
+
silvallydark: {
|
|
2214
|
+
isNonstandard: "Past",
|
|
2215
|
+
},
|
|
2216
|
+
silvallydragon: {
|
|
2217
|
+
isNonstandard: "Past",
|
|
2218
|
+
},
|
|
2219
|
+
silvallyelectric: {
|
|
2220
|
+
isNonstandard: "Past",
|
|
2221
|
+
},
|
|
2222
|
+
silvallyfairy: {
|
|
2223
|
+
isNonstandard: "Past",
|
|
2224
|
+
},
|
|
2225
|
+
silvallyfighting: {
|
|
2226
|
+
isNonstandard: "Past",
|
|
2227
|
+
},
|
|
2228
|
+
silvallyfire: {
|
|
2229
|
+
isNonstandard: "Past",
|
|
2230
|
+
},
|
|
2231
|
+
silvallyflying: {
|
|
2232
|
+
isNonstandard: "Past",
|
|
2233
|
+
},
|
|
2234
|
+
silvallyghost: {
|
|
2235
|
+
isNonstandard: "Past",
|
|
2236
|
+
},
|
|
2237
|
+
silvallygrass: {
|
|
2238
|
+
isNonstandard: "Past",
|
|
2239
|
+
},
|
|
2240
|
+
silvallyground: {
|
|
2241
|
+
isNonstandard: "Past",
|
|
2242
|
+
},
|
|
2243
|
+
silvallyice: {
|
|
2244
|
+
isNonstandard: "Past",
|
|
2245
|
+
},
|
|
2246
|
+
silvallypoison: {
|
|
2247
|
+
isNonstandard: "Past",
|
|
2248
|
+
},
|
|
2249
|
+
silvallypsychic: {
|
|
2250
|
+
isNonstandard: "Past",
|
|
2251
|
+
},
|
|
2252
|
+
silvallyrock: {
|
|
2253
|
+
isNonstandard: "Past",
|
|
2254
|
+
},
|
|
2255
|
+
silvallysteel: {
|
|
2256
|
+
isNonstandard: "Past",
|
|
2257
|
+
},
|
|
2258
|
+
silvallywater: {
|
|
2259
|
+
isNonstandard: "Past",
|
|
2260
|
+
},
|
|
2261
|
+
turtonator: {
|
|
2262
|
+
isNonstandard: "Past",
|
|
2263
|
+
},
|
|
2264
|
+
togedemaru: {
|
|
2265
|
+
isNonstandard: "Past",
|
|
2266
|
+
},
|
|
2267
|
+
mimikyu: {
|
|
2268
|
+
isNonstandard: "Past",
|
|
2269
|
+
},
|
|
2270
|
+
mimikyubusted: {
|
|
2271
|
+
isNonstandard: "Past",
|
|
2272
|
+
},
|
|
2273
|
+
drampa: {
|
|
2274
|
+
isNonstandard: "Past",
|
|
2275
|
+
},
|
|
2276
|
+
dhelmise: {
|
|
2277
|
+
isNonstandard: "Past",
|
|
2278
|
+
},
|
|
2279
|
+
jangmoo: {
|
|
2280
|
+
isNonstandard: "Past",
|
|
2281
|
+
},
|
|
2282
|
+
hakamoo: {
|
|
2283
|
+
isNonstandard: "Past",
|
|
2284
|
+
},
|
|
2285
|
+
kommoo: {
|
|
2286
|
+
isNonstandard: "Past",
|
|
2287
|
+
},
|
|
2288
|
+
tapukoko: {
|
|
2289
|
+
isNonstandard: "Past",
|
|
2290
|
+
},
|
|
2291
|
+
tapulele: {
|
|
2292
|
+
isNonstandard: "Past",
|
|
2293
|
+
},
|
|
2294
|
+
tapubulu: {
|
|
2295
|
+
isNonstandard: "Past",
|
|
2296
|
+
},
|
|
2297
|
+
tapufini: {
|
|
2298
|
+
isNonstandard: "Past",
|
|
2299
|
+
},
|
|
2300
|
+
cosmog: {
|
|
2301
|
+
isNonstandard: "Past",
|
|
2302
|
+
},
|
|
2303
|
+
cosmoem: {
|
|
2304
|
+
isNonstandard: "Past",
|
|
2305
|
+
},
|
|
2306
|
+
solgaleo: {
|
|
2307
|
+
isNonstandard: "Past",
|
|
2308
|
+
},
|
|
2309
|
+
lunala: {
|
|
2310
|
+
isNonstandard: "Past",
|
|
2311
|
+
},
|
|
2312
|
+
nihilego: {
|
|
2313
|
+
isNonstandard: "Past",
|
|
2314
|
+
},
|
|
2315
|
+
buzzwole: {
|
|
2316
|
+
isNonstandard: "Past",
|
|
2317
|
+
},
|
|
2318
|
+
pheromosa: {
|
|
2319
|
+
isNonstandard: "Past",
|
|
2320
|
+
},
|
|
2321
|
+
xurkitree: {
|
|
2322
|
+
isNonstandard: "Past",
|
|
2323
|
+
},
|
|
2324
|
+
celesteela: {
|
|
2325
|
+
isNonstandard: "Past",
|
|
2326
|
+
},
|
|
2327
|
+
kartana: {
|
|
2328
|
+
isNonstandard: "Past",
|
|
2329
|
+
},
|
|
2330
|
+
guzzlord: {
|
|
2331
|
+
isNonstandard: "Past",
|
|
2332
|
+
},
|
|
2333
|
+
necrozma: {
|
|
2334
|
+
isNonstandard: "Past",
|
|
2335
|
+
},
|
|
2336
|
+
necrozmaduskmane: {
|
|
2337
|
+
isNonstandard: "Past",
|
|
2338
|
+
},
|
|
2339
|
+
necrozmadawnwings: {
|
|
2340
|
+
isNonstandard: "Past",
|
|
2341
|
+
},
|
|
2342
|
+
magearna: {
|
|
2343
|
+
isNonstandard: "Past",
|
|
2344
|
+
},
|
|
2345
|
+
magearnaoriginal: {
|
|
2346
|
+
isNonstandard: "Past",
|
|
2347
|
+
},
|
|
2348
|
+
marshadow: {
|
|
2349
|
+
isNonstandard: "Past",
|
|
2350
|
+
},
|
|
2351
|
+
poipole: {
|
|
2352
|
+
isNonstandard: "Past",
|
|
2353
|
+
},
|
|
2354
|
+
naganadel: {
|
|
2355
|
+
isNonstandard: "Past",
|
|
2356
|
+
},
|
|
2357
|
+
stakataka: {
|
|
2358
|
+
isNonstandard: "Past",
|
|
2359
|
+
},
|
|
2360
|
+
blacephalon: {
|
|
2361
|
+
isNonstandard: "Past",
|
|
2362
|
+
},
|
|
2363
|
+
zeraora: {
|
|
2364
|
+
isNonstandard: "Past",
|
|
2365
|
+
},
|
|
2366
|
+
meltan: {
|
|
2367
|
+
isNonstandard: "Past",
|
|
2368
|
+
},
|
|
2369
|
+
melmetal: {
|
|
2370
|
+
isNonstandard: "Past",
|
|
2371
|
+
},
|
|
2372
|
+
melmetalgmax: {
|
|
2373
|
+
isNonstandard: "Past",
|
|
2374
|
+
},
|
|
2375
|
+
grookey: {
|
|
2376
|
+
isNonstandard: "Past",
|
|
2377
|
+
},
|
|
2378
|
+
thwackey: {
|
|
2379
|
+
isNonstandard: "Past",
|
|
2380
|
+
},
|
|
2381
|
+
rillaboom: {
|
|
2382
|
+
isNonstandard: "Past",
|
|
2383
|
+
},
|
|
2384
|
+
rillaboomgmax: {
|
|
2385
|
+
isNonstandard: "Past",
|
|
2386
|
+
},
|
|
2387
|
+
scorbunny: {
|
|
2388
|
+
isNonstandard: "Past",
|
|
2389
|
+
},
|
|
2390
|
+
raboot: {
|
|
2391
|
+
isNonstandard: "Past",
|
|
2392
|
+
},
|
|
2393
|
+
cinderace: {
|
|
2394
|
+
isNonstandard: "Past",
|
|
2395
|
+
},
|
|
2396
|
+
cinderacegmax: {
|
|
2397
|
+
isNonstandard: "Past",
|
|
2398
|
+
},
|
|
2399
|
+
sobble: {
|
|
2400
|
+
isNonstandard: "Past",
|
|
2401
|
+
},
|
|
2402
|
+
drizzile: {
|
|
2403
|
+
isNonstandard: "Past",
|
|
2404
|
+
},
|
|
2405
|
+
inteleon: {
|
|
2406
|
+
isNonstandard: "Past",
|
|
2407
|
+
},
|
|
2408
|
+
inteleongmax: {
|
|
2409
|
+
isNonstandard: "Past",
|
|
2410
|
+
},
|
|
2411
|
+
skwovet: {
|
|
2412
|
+
isNonstandard: "Past",
|
|
2413
|
+
},
|
|
2414
|
+
greedent: {
|
|
2415
|
+
isNonstandard: "Past",
|
|
2416
|
+
},
|
|
2417
|
+
rookidee: {
|
|
2418
|
+
isNonstandard: "Past",
|
|
2419
|
+
},
|
|
2420
|
+
corvisquire: {
|
|
2421
|
+
isNonstandard: "Past",
|
|
2422
|
+
},
|
|
2423
|
+
corviknight: {
|
|
2424
|
+
isNonstandard: "Past",
|
|
2425
|
+
},
|
|
2426
|
+
corviknightgmax: {
|
|
2427
|
+
isNonstandard: "Past",
|
|
2428
|
+
},
|
|
2429
|
+
blipbug: {
|
|
2430
|
+
isNonstandard: "Past",
|
|
2431
|
+
},
|
|
2432
|
+
dottler: {
|
|
2433
|
+
isNonstandard: "Past",
|
|
2434
|
+
},
|
|
2435
|
+
orbeetle: {
|
|
2436
|
+
isNonstandard: "Past",
|
|
2437
|
+
},
|
|
2438
|
+
orbeetlegmax: {
|
|
2439
|
+
isNonstandard: "Past",
|
|
2440
|
+
},
|
|
2441
|
+
nickit: {
|
|
2442
|
+
isNonstandard: "Past",
|
|
2443
|
+
},
|
|
2444
|
+
thievul: {
|
|
2445
|
+
isNonstandard: "Past",
|
|
2446
|
+
},
|
|
2447
|
+
gossifleur: {
|
|
2448
|
+
isNonstandard: "Past",
|
|
2449
|
+
},
|
|
2450
|
+
eldegoss: {
|
|
2451
|
+
isNonstandard: "Past",
|
|
2452
|
+
},
|
|
2453
|
+
wooloo: {
|
|
2454
|
+
isNonstandard: "Past",
|
|
2455
|
+
},
|
|
2456
|
+
dubwool: {
|
|
2457
|
+
isNonstandard: "Past",
|
|
2458
|
+
},
|
|
2459
|
+
chewtle: {
|
|
2460
|
+
isNonstandard: "Past",
|
|
2461
|
+
},
|
|
2462
|
+
drednaw: {
|
|
2463
|
+
isNonstandard: "Past",
|
|
2464
|
+
},
|
|
2465
|
+
drednawgmax: {
|
|
2466
|
+
isNonstandard: "Past",
|
|
2467
|
+
},
|
|
2468
|
+
yamper: {
|
|
2469
|
+
isNonstandard: "Past",
|
|
2470
|
+
},
|
|
2471
|
+
boltund: {
|
|
2472
|
+
isNonstandard: "Past",
|
|
2473
|
+
},
|
|
2474
|
+
rolycoly: {
|
|
2475
|
+
isNonstandard: "Past",
|
|
2476
|
+
},
|
|
2477
|
+
carkol: {
|
|
2478
|
+
isNonstandard: "Past",
|
|
2479
|
+
},
|
|
2480
|
+
coalossal: {
|
|
2481
|
+
isNonstandard: "Past",
|
|
2482
|
+
},
|
|
2483
|
+
coalossalgmax: {
|
|
2484
|
+
isNonstandard: "Past",
|
|
2485
|
+
},
|
|
2486
|
+
applin: {
|
|
2487
|
+
isNonstandard: "Past",
|
|
2488
|
+
},
|
|
2489
|
+
flapple: {
|
|
2490
|
+
isNonstandard: "Past",
|
|
2491
|
+
},
|
|
2492
|
+
flapplegmax: {
|
|
2493
|
+
isNonstandard: "Past",
|
|
2494
|
+
},
|
|
2495
|
+
appletun: {
|
|
2496
|
+
isNonstandard: "Past",
|
|
2497
|
+
},
|
|
2498
|
+
appletungmax: {
|
|
2499
|
+
isNonstandard: "Past",
|
|
2500
|
+
},
|
|
2501
|
+
silicobra: {
|
|
2502
|
+
isNonstandard: "Past",
|
|
2503
|
+
},
|
|
2504
|
+
sandaconda: {
|
|
2505
|
+
isNonstandard: "Past",
|
|
2506
|
+
},
|
|
2507
|
+
sandacondagmax: {
|
|
2508
|
+
isNonstandard: "Past",
|
|
2509
|
+
},
|
|
2510
|
+
cramorant: {
|
|
2511
|
+
isNonstandard: "Past",
|
|
2512
|
+
},
|
|
2513
|
+
cramorantgulping: {
|
|
2514
|
+
isNonstandard: "Past",
|
|
2515
|
+
},
|
|
2516
|
+
cramorantgorging: {
|
|
2517
|
+
isNonstandard: "Past",
|
|
2518
|
+
},
|
|
2519
|
+
arrokuda: {
|
|
2520
|
+
isNonstandard: "Past",
|
|
2521
|
+
},
|
|
2522
|
+
barraskewda: {
|
|
2523
|
+
isNonstandard: "Past",
|
|
2524
|
+
},
|
|
2525
|
+
toxel: {
|
|
2526
|
+
isNonstandard: "Past",
|
|
2527
|
+
},
|
|
2528
|
+
toxtricity: {
|
|
2529
|
+
isNonstandard: "Past",
|
|
2530
|
+
},
|
|
2531
|
+
toxtricitylowkey: {
|
|
2532
|
+
isNonstandard: "Past",
|
|
2533
|
+
},
|
|
2534
|
+
toxtricitygmax: {
|
|
2535
|
+
isNonstandard: "Past",
|
|
2536
|
+
},
|
|
2537
|
+
toxtricitylowkeygmax: {
|
|
2538
|
+
isNonstandard: "Past",
|
|
2539
|
+
},
|
|
2540
|
+
sizzlipede: {
|
|
2541
|
+
isNonstandard: "Past",
|
|
2542
|
+
},
|
|
2543
|
+
centiskorch: {
|
|
2544
|
+
isNonstandard: "Past",
|
|
2545
|
+
},
|
|
2546
|
+
centiskorchgmax: {
|
|
2547
|
+
isNonstandard: "Past",
|
|
2548
|
+
},
|
|
2549
|
+
clobbopus: {
|
|
2550
|
+
isNonstandard: "Past",
|
|
2551
|
+
},
|
|
2552
|
+
grapploct: {
|
|
2553
|
+
isNonstandard: "Past",
|
|
2554
|
+
},
|
|
2555
|
+
sinistea: {
|
|
2556
|
+
isNonstandard: "Past",
|
|
2557
|
+
},
|
|
2558
|
+
sinisteaantique: {
|
|
2559
|
+
isNonstandard: "Past",
|
|
2560
|
+
},
|
|
2561
|
+
polteageist: {
|
|
2562
|
+
isNonstandard: "Past",
|
|
2563
|
+
},
|
|
2564
|
+
polteageistantique: {
|
|
2565
|
+
isNonstandard: "Past",
|
|
2566
|
+
},
|
|
2567
|
+
hatenna: {
|
|
2568
|
+
isNonstandard: "Past",
|
|
2569
|
+
},
|
|
2570
|
+
hattrem: {
|
|
2571
|
+
isNonstandard: "Past",
|
|
2572
|
+
},
|
|
2573
|
+
hatterene: {
|
|
2574
|
+
isNonstandard: "Past",
|
|
2575
|
+
},
|
|
2576
|
+
hatterenegmax: {
|
|
2577
|
+
isNonstandard: "Past",
|
|
2578
|
+
},
|
|
2579
|
+
impidimp: {
|
|
2580
|
+
isNonstandard: "Past",
|
|
2581
|
+
},
|
|
2582
|
+
morgrem: {
|
|
2583
|
+
isNonstandard: "Past",
|
|
2584
|
+
},
|
|
2585
|
+
grimmsnarl: {
|
|
2586
|
+
isNonstandard: "Past",
|
|
2587
|
+
},
|
|
2588
|
+
grimmsnarlgmax: {
|
|
2589
|
+
isNonstandard: "Past",
|
|
2590
|
+
},
|
|
2591
|
+
obstagoon: {
|
|
2592
|
+
isNonstandard: "Past",
|
|
2593
|
+
},
|
|
2594
|
+
perrserker: {
|
|
2595
|
+
isNonstandard: "Past",
|
|
2596
|
+
},
|
|
2597
|
+
cursola: {
|
|
2598
|
+
isNonstandard: "Past",
|
|
2599
|
+
},
|
|
2600
|
+
sirfetchd: {
|
|
2601
|
+
isNonstandard: "Past",
|
|
2602
|
+
},
|
|
2603
|
+
mrrime: {
|
|
2604
|
+
isNonstandard: "Past",
|
|
2605
|
+
},
|
|
2606
|
+
runerigus: {
|
|
2607
|
+
isNonstandard: "Past",
|
|
2608
|
+
},
|
|
2609
|
+
milcery: {
|
|
2610
|
+
isNonstandard: "Past",
|
|
2611
|
+
},
|
|
2612
|
+
alcremie: {
|
|
2613
|
+
isNonstandard: "Past",
|
|
2614
|
+
},
|
|
2615
|
+
alcremiegmax: {
|
|
2616
|
+
isNonstandard: "Past",
|
|
2617
|
+
},
|
|
2618
|
+
falinks: {
|
|
2619
|
+
isNonstandard: "Past",
|
|
2620
|
+
},
|
|
2621
|
+
pincurchin: {
|
|
2622
|
+
isNonstandard: "Past",
|
|
2623
|
+
},
|
|
2624
|
+
snom: {
|
|
2625
|
+
isNonstandard: "Past",
|
|
2626
|
+
},
|
|
2627
|
+
frosmoth: {
|
|
2628
|
+
isNonstandard: "Past",
|
|
2629
|
+
},
|
|
2630
|
+
stonjourner: {
|
|
2631
|
+
isNonstandard: "Past",
|
|
2632
|
+
},
|
|
2633
|
+
eiscue: {
|
|
2634
|
+
isNonstandard: "Past",
|
|
2635
|
+
},
|
|
2636
|
+
eiscuenoice: {
|
|
2637
|
+
isNonstandard: "Past",
|
|
2638
|
+
},
|
|
2639
|
+
indeedee: {
|
|
2640
|
+
isNonstandard: "Past",
|
|
2641
|
+
},
|
|
2642
|
+
indeedeef: {
|
|
2643
|
+
isNonstandard: "Past",
|
|
2644
|
+
},
|
|
2645
|
+
morpeko: {
|
|
2646
|
+
isNonstandard: "Past",
|
|
2647
|
+
},
|
|
2648
|
+
morpekohangry: {
|
|
2649
|
+
isNonstandard: "Past",
|
|
2650
|
+
},
|
|
2651
|
+
cufant: {
|
|
2652
|
+
isNonstandard: "Past",
|
|
2653
|
+
},
|
|
2654
|
+
copperajah: {
|
|
2655
|
+
isNonstandard: "Past",
|
|
2656
|
+
},
|
|
2657
|
+
copperajahgmax: {
|
|
2658
|
+
isNonstandard: "Past",
|
|
2659
|
+
},
|
|
2660
|
+
dracozolt: {
|
|
2661
|
+
isNonstandard: "Past",
|
|
2662
|
+
},
|
|
2663
|
+
arctozolt: {
|
|
2664
|
+
isNonstandard: "Past",
|
|
2665
|
+
},
|
|
2666
|
+
dracovish: {
|
|
2667
|
+
isNonstandard: "Past",
|
|
2668
|
+
},
|
|
2669
|
+
arctovish: {
|
|
2670
|
+
isNonstandard: "Past",
|
|
2671
|
+
},
|
|
2672
|
+
duraludon: {
|
|
2673
|
+
isNonstandard: "Past",
|
|
2674
|
+
},
|
|
2675
|
+
duraludongmax: {
|
|
2676
|
+
isNonstandard: "Past",
|
|
2677
|
+
},
|
|
2678
|
+
dreepy: {
|
|
2679
|
+
isNonstandard: "Past",
|
|
2680
|
+
},
|
|
2681
|
+
drakloak: {
|
|
2682
|
+
isNonstandard: "Past",
|
|
2683
|
+
},
|
|
2684
|
+
dragapult: {
|
|
2685
|
+
isNonstandard: "Past",
|
|
2686
|
+
},
|
|
2687
|
+
zacian: {
|
|
2688
|
+
isNonstandard: "Past",
|
|
2689
|
+
},
|
|
2690
|
+
zaciancrowned: {
|
|
2691
|
+
isNonstandard: "Past",
|
|
2692
|
+
},
|
|
2693
|
+
zamazenta: {
|
|
2694
|
+
isNonstandard: "Past",
|
|
2695
|
+
},
|
|
2696
|
+
zamazentacrowned: {
|
|
2697
|
+
isNonstandard: "Past",
|
|
2698
|
+
},
|
|
2699
|
+
eternatus: {
|
|
2700
|
+
isNonstandard: "Past",
|
|
2701
|
+
},
|
|
2702
|
+
kubfu: {
|
|
2703
|
+
isNonstandard: "Past",
|
|
2704
|
+
},
|
|
2705
|
+
urshifu: {
|
|
2706
|
+
isNonstandard: "Past",
|
|
2707
|
+
},
|
|
2708
|
+
urshifurapidstrike: {
|
|
2709
|
+
isNonstandard: "Past",
|
|
2710
|
+
},
|
|
2711
|
+
urshifugmax: {
|
|
2712
|
+
isNonstandard: "Past",
|
|
2713
|
+
},
|
|
2714
|
+
urshifurapidstrikegmax: {
|
|
2715
|
+
isNonstandard: "Past",
|
|
2716
|
+
},
|
|
2717
|
+
zarude: {
|
|
2718
|
+
isNonstandard: "Past",
|
|
2719
|
+
},
|
|
2720
|
+
zarudedada: {
|
|
2721
|
+
isNonstandard: "Past",
|
|
2722
|
+
},
|
|
2723
|
+
regieleki: {
|
|
2724
|
+
isNonstandard: "Past",
|
|
2725
|
+
},
|
|
2726
|
+
regidrago: {
|
|
2727
|
+
isNonstandard: "Past",
|
|
2728
|
+
},
|
|
2729
|
+
glastrier: {
|
|
2730
|
+
isNonstandard: "Past",
|
|
2731
|
+
},
|
|
2732
|
+
spectrier: {
|
|
2733
|
+
isNonstandard: "Past",
|
|
2734
|
+
},
|
|
2735
|
+
calyrex: {
|
|
2736
|
+
isNonstandard: "Past",
|
|
2737
|
+
},
|
|
2738
|
+
calyrexice: {
|
|
2739
|
+
isNonstandard: "Past",
|
|
2740
|
+
},
|
|
2741
|
+
calyrexshadow: {
|
|
2742
|
+
isNonstandard: "Past",
|
|
2743
|
+
},
|
|
2744
|
+
wyrdeer: {
|
|
2745
|
+
isNonstandard: null,
|
|
2746
|
+
},
|
|
2747
|
+
kleavor: {
|
|
2748
|
+
isNonstandard: null,
|
|
2749
|
+
},
|
|
2750
|
+
ursaluna: {
|
|
2751
|
+
isNonstandard: null,
|
|
2752
|
+
},
|
|
2753
|
+
basculegion: {
|
|
2754
|
+
isNonstandard: null,
|
|
2755
|
+
},
|
|
2756
|
+
basculegionf: {
|
|
2757
|
+
isNonstandard: null,
|
|
2758
|
+
},
|
|
2759
|
+
sneasler: {
|
|
2760
|
+
isNonstandard: null,
|
|
2761
|
+
},
|
|
2762
|
+
overqwil: {
|
|
2763
|
+
isNonstandard: null,
|
|
2764
|
+
},
|
|
2765
|
+
enamorus: {
|
|
2766
|
+
isNonstandard: null,
|
|
2767
|
+
},
|
|
2768
|
+
enamorustherian: {
|
|
2769
|
+
isNonstandard: null,
|
|
2770
|
+
},
|
|
2771
|
+
};
|
|
2772
|
+
//# sourceMappingURL=formats-data.mjs.map
|