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