@pkmn/mods 0.4.20 → 0.4.24
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/gen1stadium/scripts.js +17 -23
- package/build/gen1stadium/scripts.js.map +1 -1
- package/build/gen2stadium2/scripts.js +16 -23
- package/build/gen2stadium2/scripts.js.map +1 -1
- package/build/gen7letsgo/formats-data.js +0 -201
- package/build/gen7letsgo/formats-data.js.map +1 -1
- package/build/gen7letsgo/pokedex.js +8 -21
- package/build/gen7letsgo/pokedex.js.map +1 -1
- package/build/gen8bdsp/formats-data.d.ts +4 -0
- package/build/gen8bdsp/formats-data.js +2153 -0
- package/build/gen8bdsp/formats-data.js.map +1 -0
- package/build/gen8bdsp/index.d.ts +7 -0
- package/build/gen8bdsp/index.js +18 -0
- package/build/gen8bdsp/index.js.map +1 -0
- package/build/gen8bdsp/items.d.ts +4 -0
- package/build/gen8bdsp/items.js +803 -0
- package/build/gen8bdsp/items.js.map +1 -0
- package/build/gen8bdsp/learnsets.d.ts +4 -0
- package/build/gen8bdsp/learnsets.js +25254 -0
- package/build/gen8bdsp/learnsets.js.map +1 -0
- package/build/gen8bdsp/moves.d.ts +4 -0
- package/build/gen8bdsp/moves.js +910 -0
- package/build/gen8bdsp/moves.js.map +1 -0
- package/build/gen8bdsp/pokedex.d.ts +4 -0
- package/build/gen8bdsp/pokedex.js +30 -0
- package/build/gen8bdsp/pokedex.js.map +1 -0
- package/build/gen8bdsp/rulesets.d.ts +4 -0
- package/build/gen8bdsp/rulesets.js +14 -0
- package/build/gen8bdsp/rulesets.js.map +1 -0
- package/build/gen8bdsp/scripts.d.ts +2 -0
- package/build/gen8bdsp/scripts.js +13 -0
- package/build/gen8bdsp/scripts.js.map +1 -0
- package/package.json +6 -4
- package/src/gen1stadium/scripts.ts +22 -19
- package/src/gen2stadium2/scripts.ts +20 -19
- package/src/gen7letsgo/formats-data.ts +0 -201
- package/src/gen7letsgo/pokedex.ts +8 -21
- package/src/gen8bdsp/formats-data.ts +2151 -0
- package/src/gen8bdsp/index.ts +7 -0
- package/src/gen8bdsp/items.ts +799 -0
- package/src/gen8bdsp/learnsets.ts +25252 -0
- package/src/gen8bdsp/moves.ts +908 -0
- package/src/gen8bdsp/pokedex.ts +28 -0
- package/src/gen8bdsp/rulesets.ts +12 -0
- package/src/gen8bdsp/scripts.ts +11 -0
|
@@ -3,976 +3,775 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.FormatsData = void 0;
|
|
4
4
|
exports.FormatsData = {
|
|
5
5
|
bulbasaur: {
|
|
6
|
-
inherit: true,
|
|
7
6
|
tier: "LC",
|
|
8
7
|
},
|
|
9
8
|
ivysaur: {
|
|
10
|
-
inherit: true,
|
|
11
9
|
tier: "NFE",
|
|
12
10
|
},
|
|
13
11
|
venusaur: {
|
|
14
|
-
inherit: true,
|
|
15
|
-
randomBattleMoves: [],
|
|
16
12
|
tier: "OU",
|
|
17
13
|
doublesTier: "DOU",
|
|
18
14
|
},
|
|
19
15
|
venusaurmega: {
|
|
20
|
-
inherit: true,
|
|
21
16
|
randomBattleMoves: ["leechseed", "sludgebomb", "megadrain", "sleeppowder", "earthquake"],
|
|
22
17
|
tier: "OU",
|
|
23
18
|
doublesTier: "DOU",
|
|
24
19
|
},
|
|
25
20
|
charmander: {
|
|
26
|
-
inherit: true,
|
|
27
21
|
tier: "LC",
|
|
28
22
|
},
|
|
29
23
|
charmeleon: {
|
|
30
|
-
inherit: true,
|
|
31
24
|
tier: "NFE",
|
|
32
25
|
},
|
|
33
26
|
charizard: {
|
|
34
|
-
inherit: true,
|
|
35
|
-
randomBattleMoves: [],
|
|
36
27
|
tier: "UU",
|
|
37
28
|
doublesTier: "DOU",
|
|
38
29
|
},
|
|
39
30
|
charizardmegax: {
|
|
40
|
-
inherit: true,
|
|
41
31
|
randomBattleMoves: ["roost", "flareblitz", "outrage", "earthquake", "willowisp"],
|
|
42
32
|
tier: "UU",
|
|
43
33
|
doublesTier: "DOU",
|
|
44
34
|
},
|
|
45
35
|
charizardmegay: {
|
|
46
|
-
inherit: true,
|
|
47
36
|
randomBattleMoves: ["airslash", "roost", "dragonpulse", "flamethrower", "fireblast"],
|
|
48
37
|
tier: "UU",
|
|
49
38
|
doublesTier: "DOU",
|
|
50
39
|
},
|
|
51
40
|
squirtle: {
|
|
52
|
-
inherit: true,
|
|
53
41
|
tier: "LC",
|
|
54
42
|
},
|
|
55
43
|
wartortle: {
|
|
56
|
-
inherit: true,
|
|
57
44
|
tier: "NFE",
|
|
58
45
|
},
|
|
59
46
|
blastoise: {
|
|
60
|
-
inherit: true,
|
|
61
|
-
randomBattleMoves: [],
|
|
62
47
|
tier: "UU",
|
|
63
48
|
doublesTier: "DOU",
|
|
64
49
|
},
|
|
65
50
|
blastoisemega: {
|
|
66
|
-
inherit: true,
|
|
67
51
|
randomBattleMoves: ["icebeam", "scald", "darkpulse", "toxic", "hydropump"],
|
|
68
52
|
tier: "UU",
|
|
69
53
|
doublesTier: "DOU",
|
|
70
54
|
},
|
|
71
55
|
caterpie: {
|
|
72
|
-
inherit: true,
|
|
73
56
|
tier: "LC",
|
|
74
57
|
},
|
|
75
58
|
metapod: {
|
|
76
|
-
inherit: true,
|
|
77
59
|
tier: "NFE",
|
|
78
60
|
},
|
|
79
61
|
butterfree: {
|
|
80
|
-
inherit: true,
|
|
81
62
|
randomBattleMoves: ["bugbuzz", "quiverdance", "airslash", "sleeppowder"],
|
|
82
63
|
tier: "UU",
|
|
83
64
|
doublesTier: "DOU",
|
|
84
65
|
},
|
|
85
66
|
weedle: {
|
|
86
|
-
inherit: true,
|
|
87
67
|
tier: "LC",
|
|
88
68
|
},
|
|
89
69
|
kakuna: {
|
|
90
|
-
inherit: true,
|
|
91
70
|
tier: "NFE",
|
|
92
71
|
},
|
|
93
72
|
beedrill: {
|
|
94
|
-
inherit: true,
|
|
95
|
-
randomBattleMoves: [],
|
|
96
73
|
tier: "OU",
|
|
97
74
|
doublesTier: "DOU",
|
|
98
75
|
},
|
|
99
76
|
beedrillmega: {
|
|
100
|
-
inherit: true,
|
|
101
77
|
randomBattleMoves: ["drillrun", "poisonjab", "uturn", "xscissor", "brickbreak"],
|
|
102
78
|
tier: "OU",
|
|
103
79
|
doublesTier: "DOU",
|
|
104
80
|
},
|
|
105
81
|
pidgey: {
|
|
106
|
-
inherit: true,
|
|
107
82
|
tier: "LC",
|
|
108
83
|
},
|
|
109
84
|
pidgeotto: {
|
|
110
|
-
inherit: true,
|
|
111
85
|
tier: "NFE",
|
|
112
86
|
},
|
|
113
87
|
pidgeot: {
|
|
114
|
-
inherit: true,
|
|
115
|
-
randomBattleMoves: [],
|
|
116
88
|
tier: "UU",
|
|
117
89
|
doublesTier: "DOU",
|
|
118
90
|
},
|
|
119
91
|
pidgeotmega: {
|
|
120
|
-
inherit: true,
|
|
121
92
|
randomBattleMoves: ["airslash", "heatwave", "roost", "uturn", "toxic"],
|
|
122
93
|
tier: "UU",
|
|
123
94
|
doublesTier: "DOU",
|
|
124
95
|
},
|
|
125
96
|
rattata: {
|
|
126
|
-
inherit: true,
|
|
127
97
|
tier: "LC",
|
|
128
98
|
},
|
|
129
99
|
rattataalola: {
|
|
130
|
-
inherit: true,
|
|
131
100
|
tier: "LC",
|
|
132
101
|
},
|
|
133
102
|
raticate: {
|
|
134
|
-
inherit: true,
|
|
135
103
|
randomBattleMoves: ["swordsdance", "doubleedge", "suckerpunch", "crunch", "irontail"],
|
|
136
104
|
tier: "UU",
|
|
137
105
|
doublesTier: "DOU",
|
|
138
106
|
},
|
|
139
107
|
raticatealola: {
|
|
140
|
-
inherit: true,
|
|
141
108
|
randomBattleMoves: ["suckerpunch", "crunch", "swordsdance", "uturn", "doubleedge"],
|
|
142
109
|
tier: "UU",
|
|
143
110
|
doublesTier: "DOU",
|
|
144
111
|
},
|
|
145
112
|
spearow: {
|
|
146
|
-
inherit: true,
|
|
147
113
|
tier: "LC",
|
|
148
114
|
},
|
|
149
115
|
fearow: {
|
|
150
|
-
inherit: true,
|
|
151
116
|
randomBattleMoves: ["drillpeck", "drillrun", "quickattack", "uturn", "roost"],
|
|
152
117
|
tier: "UU",
|
|
153
118
|
doublesTier: "DOU",
|
|
154
119
|
},
|
|
155
120
|
ekans: {
|
|
156
|
-
inherit: true,
|
|
157
121
|
tier: "LC",
|
|
158
122
|
},
|
|
159
123
|
arbok: {
|
|
160
|
-
inherit: true,
|
|
161
124
|
randomBattleMoves: ["poisonjab", "earthquake", "glare", "suckerpunch", "crunch"],
|
|
162
125
|
tier: "UU",
|
|
163
126
|
doublesTier: "DOU",
|
|
164
127
|
},
|
|
165
128
|
pikachu: {
|
|
166
|
-
inherit: true,
|
|
167
129
|
tier: "LC",
|
|
168
130
|
},
|
|
169
131
|
pikachustarter: {
|
|
170
|
-
inherit: true,
|
|
171
132
|
randomBattleMoves: ["zippyzap", "splishysplash", "thunderbolt", "calmmind", "substitute"],
|
|
172
133
|
isNonstandard: null,
|
|
173
134
|
tier: "UU",
|
|
174
135
|
doublesTier: "DOU",
|
|
175
136
|
},
|
|
176
137
|
raichu: {
|
|
177
|
-
inherit: true,
|
|
178
138
|
randomBattleMoves: ["thunderbolt", "fakeout", "brickbreak", "irontail", "substitute"],
|
|
179
139
|
tier: "UU",
|
|
180
140
|
doublesTier: "DOU",
|
|
181
141
|
},
|
|
182
142
|
raichualola: {
|
|
183
|
-
inherit: true,
|
|
184
143
|
randomBattleMoves: ["psychic", "thunderbolt", "calmmind", "encore", "substitute"],
|
|
185
144
|
tier: "UU",
|
|
186
145
|
doublesTier: "DOU",
|
|
187
146
|
},
|
|
188
147
|
sandshrew: {
|
|
189
|
-
inherit: true,
|
|
190
148
|
tier: "LC",
|
|
191
149
|
},
|
|
192
150
|
sandshrewalola: {
|
|
193
|
-
inherit: true,
|
|
194
151
|
tier: "LC",
|
|
195
152
|
},
|
|
196
153
|
sandslash: {
|
|
197
|
-
inherit: true,
|
|
198
154
|
randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "swordsdance", "toxic"],
|
|
199
155
|
tier: "OU",
|
|
200
156
|
doublesTier: "DOU",
|
|
201
157
|
},
|
|
202
158
|
sandslashalola: {
|
|
203
|
-
inherit: true,
|
|
204
159
|
randomBattleMoves: ["earthquake", "iceshard", "icepunch", "swordsdance", "stealthrock", "irontail"],
|
|
205
160
|
tier: "OU",
|
|
206
161
|
doublesTier: "DOU",
|
|
207
162
|
},
|
|
208
163
|
nidoranf: {
|
|
209
|
-
inherit: true,
|
|
210
164
|
tier: "LC",
|
|
211
165
|
},
|
|
212
166
|
nidorina: {
|
|
213
|
-
inherit: true,
|
|
214
167
|
tier: "NFE",
|
|
215
168
|
},
|
|
216
169
|
nidoqueen: {
|
|
217
|
-
inherit: true,
|
|
218
170
|
randomBattleMoves: ["earthquake", "stealthrock", "icebeam", "poisonjab", "dragontail"],
|
|
219
171
|
tier: "OU",
|
|
220
172
|
doublesTier: "DOU",
|
|
221
173
|
},
|
|
222
174
|
nidoranm: {
|
|
223
|
-
inherit: true,
|
|
224
175
|
tier: "LC",
|
|
225
176
|
},
|
|
226
177
|
nidorino: {
|
|
227
|
-
inherit: true,
|
|
228
178
|
tier: "NFE",
|
|
229
179
|
},
|
|
230
180
|
nidoking: {
|
|
231
|
-
inherit: true,
|
|
232
181
|
randomBattleMoves: ["earthquake", "poisonjab", "stealthrock", "icepunch", "megahorn"],
|
|
233
182
|
tier: "OU",
|
|
234
183
|
doublesTier: "DOU",
|
|
235
184
|
},
|
|
236
185
|
clefairy: {
|
|
237
|
-
inherit: true,
|
|
238
186
|
tier: "LC",
|
|
239
187
|
},
|
|
240
188
|
clefable: {
|
|
241
|
-
inherit: true,
|
|
242
189
|
randomBattleMoves: ["moonblast", "calmmind", "flamethrower", "stealthrock", "thunderwave", "icebeam"],
|
|
243
190
|
tier: "UU",
|
|
244
191
|
doublesTier: "DOU",
|
|
245
192
|
},
|
|
246
193
|
vulpix: {
|
|
247
|
-
inherit: true,
|
|
248
194
|
tier: "LC",
|
|
249
195
|
},
|
|
250
196
|
vulpixalola: {
|
|
251
|
-
inherit: true,
|
|
252
197
|
tier: "LC",
|
|
253
198
|
},
|
|
254
199
|
ninetales: {
|
|
255
|
-
inherit: true,
|
|
256
200
|
randomBattleMoves: ["flamethrower", "darkpulse", "nastyplot", "willowisp", "fireblast"],
|
|
257
201
|
tier: "UU",
|
|
258
202
|
doublesTier: "DOU",
|
|
259
203
|
},
|
|
260
204
|
ninetalesalola: {
|
|
261
|
-
inherit: true,
|
|
262
205
|
randomBattleMoves: ["dazzlinggleam", "icebeam", "nastyplot", "darkpulse", "substitute"],
|
|
263
206
|
tier: "UU",
|
|
264
207
|
doublesTier: "DOU",
|
|
265
208
|
},
|
|
266
209
|
jigglypuff: {
|
|
267
|
-
inherit: true,
|
|
268
210
|
tier: "LC",
|
|
269
211
|
},
|
|
270
212
|
wigglytuff: {
|
|
271
|
-
inherit: true,
|
|
272
213
|
randomBattleMoves: ["dazzlinggleam", "fireblast", "stealthrock", "icebeam", "bodyslam"],
|
|
273
214
|
tier: "UU",
|
|
274
215
|
doublesTier: "DOU",
|
|
275
216
|
},
|
|
276
217
|
zubat: {
|
|
277
|
-
inherit: true,
|
|
278
218
|
tier: "LC",
|
|
279
219
|
},
|
|
280
220
|
golbat: {
|
|
281
|
-
inherit: true,
|
|
282
221
|
randomBattleMoves: ["toxic", "roost", "taunt", "sludgebomb", "whirlwind", "airslash", "uturn"],
|
|
283
222
|
tier: "UU",
|
|
284
223
|
doublesTier: "DOU",
|
|
285
224
|
},
|
|
286
225
|
oddish: {
|
|
287
|
-
inherit: true,
|
|
288
226
|
tier: "LC",
|
|
289
227
|
},
|
|
290
228
|
gloom: {
|
|
291
|
-
inherit: true,
|
|
292
229
|
tier: "NFE",
|
|
293
230
|
},
|
|
294
231
|
vileplume: {
|
|
295
|
-
inherit: true,
|
|
296
232
|
randomBattleMoves: ["sludgebomb", "moonblast", "sleeppowder", "megadrain", "stunspore"],
|
|
297
233
|
tier: "UU",
|
|
298
234
|
doublesTier: "DOU",
|
|
299
235
|
},
|
|
300
236
|
paras: {
|
|
301
|
-
inherit: true,
|
|
302
237
|
tier: "LC",
|
|
303
238
|
},
|
|
304
239
|
parasect: {
|
|
305
|
-
inherit: true,
|
|
306
240
|
randomBattleMoves: ["leechlife", "spore", "leechseed", "substitute", "brickbreak"],
|
|
307
241
|
tier: "UU",
|
|
308
242
|
doublesTier: "DOU",
|
|
309
243
|
},
|
|
310
244
|
venonat: {
|
|
311
|
-
inherit: true,
|
|
312
245
|
tier: "LC",
|
|
313
246
|
},
|
|
314
247
|
venomoth: {
|
|
315
|
-
inherit: true,
|
|
316
248
|
randomBattleMoves: ["quiverdance", "bugbuzz", "sleeppowder", "sludgebomb", "psychic"],
|
|
317
249
|
tier: "UU",
|
|
318
250
|
doublesTier: "DOU",
|
|
319
251
|
},
|
|
320
252
|
diglett: {
|
|
321
|
-
inherit: true,
|
|
322
253
|
tier: "LC",
|
|
323
254
|
},
|
|
324
255
|
diglettalola: {
|
|
325
|
-
inherit: true,
|
|
326
256
|
tier: "LC",
|
|
327
257
|
},
|
|
328
258
|
dugtrio: {
|
|
329
|
-
inherit: true,
|
|
330
259
|
randomBattleMoves: ["earthquake", "rockslide", "suckerpunch", "stealthrock", "toxic"],
|
|
331
260
|
tier: "UU",
|
|
332
261
|
doublesTier: "DOU",
|
|
333
262
|
},
|
|
334
263
|
dugtrioalola: {
|
|
335
|
-
inherit: true,
|
|
336
264
|
randomBattleMoves: ["earthquake", "suckerpunch", "stealthrock", "rockslide", "toxic"],
|
|
337
265
|
tier: "OU",
|
|
338
266
|
doublesTier: "DOU",
|
|
339
267
|
},
|
|
340
268
|
meowth: {
|
|
341
|
-
inherit: true,
|
|
342
269
|
tier: "LC",
|
|
343
270
|
},
|
|
344
271
|
meowthalola: {
|
|
345
|
-
inherit: true,
|
|
346
272
|
tier: "LC",
|
|
347
273
|
},
|
|
348
274
|
persian: {
|
|
349
|
-
inherit: true,
|
|
350
275
|
randomBattleMoves: ["fakeout", "uturn", "taunt", "headbutt", "playrough"],
|
|
351
276
|
tier: "UU",
|
|
352
277
|
doublesTier: "DOU",
|
|
353
278
|
},
|
|
354
279
|
persianalola: {
|
|
355
|
-
inherit: true,
|
|
356
280
|
randomBattleMoves: ["darkpulse", "thunderbolt", "uturn", "taunt", "nastyplot"],
|
|
357
281
|
tier: "UU",
|
|
358
282
|
doublesTier: "DOU",
|
|
359
283
|
},
|
|
360
284
|
psyduck: {
|
|
361
|
-
inherit: true,
|
|
362
285
|
tier: "LC",
|
|
363
286
|
},
|
|
364
287
|
golduck: {
|
|
365
|
-
inherit: true,
|
|
366
288
|
randomBattleMoves: ["icebeam", "psychic", "hydropump", "scald", "calmmind"],
|
|
367
289
|
tier: "UU",
|
|
368
290
|
doublesTier: "DOU",
|
|
369
291
|
},
|
|
370
292
|
mankey: {
|
|
371
|
-
inherit: true,
|
|
372
293
|
tier: "LC",
|
|
373
294
|
},
|
|
374
295
|
primeape: {
|
|
375
|
-
inherit: true,
|
|
376
296
|
randomBattleMoves: ["uturn", "brickbreak", "earthquake", "bulkup", "rockslide"],
|
|
377
297
|
tier: "UU",
|
|
378
298
|
doublesTier: "DOU",
|
|
379
299
|
},
|
|
380
300
|
growlithe: {
|
|
381
|
-
inherit: true,
|
|
382
301
|
tier: "LC",
|
|
383
302
|
},
|
|
384
303
|
arcanine: {
|
|
385
|
-
inherit: true,
|
|
386
304
|
randomBattleMoves: ["flareblitz", "willowisp", "crunch", "playrough", "superpower"],
|
|
387
305
|
tier: "OU",
|
|
388
306
|
doublesTier: "DOU",
|
|
389
307
|
},
|
|
390
308
|
poliwag: {
|
|
391
|
-
inherit: true,
|
|
392
309
|
tier: "LC",
|
|
393
310
|
},
|
|
394
311
|
poliwhirl: {
|
|
395
|
-
inherit: true,
|
|
396
312
|
tier: "NFE",
|
|
397
313
|
},
|
|
398
314
|
poliwrath: {
|
|
399
|
-
inherit: true,
|
|
400
315
|
randomBattleMoves: ["waterfall", "bulkup", "superpower", "icepunch", "brickbreak", "earthquake"],
|
|
401
316
|
tier: "OU",
|
|
402
317
|
doublesTier: "DOU",
|
|
403
318
|
},
|
|
404
319
|
abra: {
|
|
405
|
-
inherit: true,
|
|
406
320
|
tier: "LC",
|
|
407
321
|
},
|
|
408
322
|
kadabra: {
|
|
409
|
-
inherit: true,
|
|
410
323
|
tier: "NFE",
|
|
411
324
|
},
|
|
412
325
|
alakazam: {
|
|
413
|
-
inherit: true,
|
|
414
|
-
randomBattleMoves: [],
|
|
415
326
|
tier: "OU",
|
|
416
327
|
doublesTier: "DOU",
|
|
417
328
|
},
|
|
418
329
|
alakazammega: {
|
|
419
|
-
inherit: true,
|
|
420
330
|
randomBattleMoves: ["psychic", "shadowball", "calmmind", "dazzlinggleam", "recover"],
|
|
421
331
|
tier: "OU",
|
|
422
332
|
doublesTier: "DOU",
|
|
423
333
|
},
|
|
424
334
|
machop: {
|
|
425
|
-
inherit: true,
|
|
426
335
|
tier: "LC",
|
|
427
336
|
},
|
|
428
337
|
machoke: {
|
|
429
|
-
inherit: true,
|
|
430
338
|
tier: "NFE",
|
|
431
339
|
},
|
|
432
340
|
machamp: {
|
|
433
|
-
inherit: true,
|
|
434
341
|
randomBattleMoves: ["superpower", "earthquake", "icepunch", "bulkup", "rockslide", "brickbreak"],
|
|
435
342
|
tier: "UU",
|
|
436
343
|
doublesTier: "DOU",
|
|
437
344
|
},
|
|
438
345
|
bellsprout: {
|
|
439
|
-
inherit: true,
|
|
440
346
|
tier: "LC",
|
|
441
347
|
},
|
|
442
348
|
weepinbell: {
|
|
443
|
-
inherit: true,
|
|
444
349
|
tier: "NFE",
|
|
445
350
|
},
|
|
446
351
|
victreebel: {
|
|
447
|
-
inherit: true,
|
|
448
352
|
randomBattleMoves: ["powerwhip", "suckerpunch", "poisonjab", "swordsdance", "sleeppowder"],
|
|
449
353
|
tier: "UU",
|
|
450
354
|
doublesTier: "DOU",
|
|
451
355
|
},
|
|
452
356
|
tentacool: {
|
|
453
|
-
inherit: true,
|
|
454
357
|
tier: "LC",
|
|
455
358
|
},
|
|
456
359
|
tentacruel: {
|
|
457
|
-
inherit: true,
|
|
458
360
|
randomBattleMoves: ["sludgebomb", "scald", "icebeam", "haze"],
|
|
459
361
|
tier: "UU",
|
|
460
362
|
doublesTier: "DOU",
|
|
461
363
|
},
|
|
462
364
|
geodude: {
|
|
463
|
-
inherit: true,
|
|
464
365
|
tier: "LC",
|
|
465
366
|
},
|
|
466
367
|
geodudealola: {
|
|
467
|
-
inherit: true,
|
|
468
368
|
tier: "LC",
|
|
469
369
|
},
|
|
470
370
|
graveler: {
|
|
471
|
-
inherit: true,
|
|
472
371
|
tier: "NFE",
|
|
473
372
|
},
|
|
474
373
|
graveleralola: {
|
|
475
|
-
inherit: true,
|
|
476
374
|
tier: "NFE",
|
|
477
375
|
},
|
|
478
376
|
golem: {
|
|
479
|
-
inherit: true,
|
|
480
377
|
randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "explosion", "toxic"],
|
|
481
378
|
tier: "UU",
|
|
482
379
|
doublesTier: "DOU",
|
|
483
380
|
},
|
|
484
381
|
golemalola: {
|
|
485
|
-
inherit: true,
|
|
486
382
|
randomBattleMoves: ["thunderpunch", "rockslide", "earthquake", "stealthrock", "explosion"],
|
|
487
383
|
tier: "UU",
|
|
488
384
|
doublesTier: "DOU",
|
|
489
385
|
},
|
|
490
386
|
ponyta: {
|
|
491
|
-
inherit: true,
|
|
492
387
|
tier: "LC",
|
|
493
388
|
},
|
|
494
389
|
rapidash: {
|
|
495
|
-
inherit: true,
|
|
496
390
|
randomBattleMoves: ["flareblitz", "drillrun", "megahorn", "willowisp", "irontail"],
|
|
497
391
|
tier: "OU",
|
|
498
392
|
doublesTier: "DOU",
|
|
499
393
|
},
|
|
500
394
|
slowpoke: {
|
|
501
|
-
inherit: true,
|
|
502
395
|
tier: "LC",
|
|
503
396
|
},
|
|
504
397
|
slowbro: {
|
|
505
|
-
inherit: true,
|
|
506
|
-
randomBattleMoves: [],
|
|
507
398
|
tier: "UU",
|
|
508
399
|
doublesTier: "DOU",
|
|
509
400
|
},
|
|
510
401
|
slowbromega: {
|
|
511
|
-
inherit: true,
|
|
512
402
|
randomBattleMoves: ["scald", "psychic", "calmmind", "icebeam", "toxic"],
|
|
513
403
|
tier: "UU",
|
|
514
404
|
doublesTier: "DOU",
|
|
515
405
|
},
|
|
516
406
|
magnemite: {
|
|
517
|
-
inherit: true,
|
|
518
407
|
tier: "LC",
|
|
519
408
|
},
|
|
520
409
|
magneton: {
|
|
521
|
-
inherit: true,
|
|
522
410
|
randomBattleMoves: ["thunderbolt", "flashcannon", "thunderwave", "lightscreen", "reflect"],
|
|
523
411
|
tier: "UU",
|
|
524
412
|
doublesTier: "DOU",
|
|
525
413
|
},
|
|
526
414
|
farfetchd: {
|
|
527
|
-
inherit: true,
|
|
528
415
|
randomBattleMoves: ["swordsdance", "quickattack", "fly", "razorleaf", "poisonjab"],
|
|
529
416
|
tier: "UU",
|
|
530
417
|
doublesTier: "DOU",
|
|
531
418
|
},
|
|
532
419
|
doduo: {
|
|
533
|
-
inherit: true,
|
|
534
420
|
tier: "LC",
|
|
535
421
|
},
|
|
536
422
|
dodrio: {
|
|
537
|
-
inherit: true,
|
|
538
423
|
randomBattleMoves: ["drillpeck", "jumpkick", "swordsdance", "quickattack", "roost"],
|
|
539
424
|
tier: "UU",
|
|
540
425
|
doublesTier: "DOU",
|
|
541
426
|
},
|
|
542
427
|
seel: {
|
|
543
|
-
inherit: true,
|
|
544
428
|
tier: "LC",
|
|
545
429
|
},
|
|
546
430
|
dewgong: {
|
|
547
|
-
inherit: true,
|
|
548
431
|
randomBattleMoves: ["icebeam", "aquajet", "iceshard", "surf", "megahorn"],
|
|
549
432
|
tier: "UU",
|
|
550
433
|
doublesTier: "DOU",
|
|
551
434
|
},
|
|
552
435
|
grimer: {
|
|
553
|
-
inherit: true,
|
|
554
436
|
tier: "LC",
|
|
555
437
|
},
|
|
556
438
|
grimeralola: {
|
|
557
|
-
inherit: true,
|
|
558
439
|
tier: "LC",
|
|
559
440
|
},
|
|
560
441
|
muk: {
|
|
561
|
-
inherit: true,
|
|
562
442
|
randomBattleMoves: ["poisonjab", "firepunch", "brickbreak", "toxic", "protect"],
|
|
563
443
|
tier: "UU",
|
|
564
444
|
doublesTier: "DOU",
|
|
565
445
|
},
|
|
566
446
|
mukalola: {
|
|
567
|
-
inherit: true,
|
|
568
447
|
randomBattleMoves: ["crunch", "poisonjab", "toxic", "firepunch", "megadrain"],
|
|
569
448
|
tier: "OU",
|
|
570
449
|
doublesTier: "DOU",
|
|
571
450
|
},
|
|
572
451
|
shellder: {
|
|
573
|
-
inherit: true,
|
|
574
452
|
tier: "LC",
|
|
575
453
|
},
|
|
576
454
|
cloyster: {
|
|
577
|
-
inherit: true,
|
|
578
455
|
randomBattleMoves: ["shellsmash", "icebeam", "hydropump", "surf", "iceshard"],
|
|
579
456
|
tier: "OU",
|
|
580
457
|
doublesTier: "DOU",
|
|
581
458
|
},
|
|
582
459
|
gastly: {
|
|
583
|
-
inherit: true,
|
|
584
460
|
tier: "LC",
|
|
585
461
|
},
|
|
586
462
|
haunter: {
|
|
587
|
-
inherit: true,
|
|
588
463
|
tier: "NFE",
|
|
589
464
|
},
|
|
590
465
|
gengar: {
|
|
591
|
-
inherit: true,
|
|
592
|
-
randomBattleMoves: [],
|
|
593
466
|
tier: "OU",
|
|
594
467
|
doublesTier: "DOU",
|
|
595
468
|
},
|
|
596
469
|
gengarmega: {
|
|
597
|
-
inherit: true,
|
|
598
470
|
randomBattleMoves: ["shadowball", "sludgebomb", "thunderbolt", "willowisp", "substitute", "dazzlinggleam"],
|
|
599
471
|
tier: "Uber",
|
|
600
472
|
doublesTier: "DOU",
|
|
601
473
|
},
|
|
602
474
|
onix: {
|
|
603
|
-
inherit: true,
|
|
604
475
|
randomBattleMoves: ["stealthrock", "rockslide", "earthquake", "toxic", "dragontail"],
|
|
605
476
|
tier: "UU",
|
|
606
477
|
doublesTier: "DOU",
|
|
607
478
|
},
|
|
608
479
|
drowzee: {
|
|
609
|
-
inherit: true,
|
|
610
480
|
tier: "LC",
|
|
611
481
|
},
|
|
612
482
|
hypno: {
|
|
613
|
-
inherit: true,
|
|
614
483
|
randomBattleMoves: ["psychic", "calmmind", "dazzlinggleam", "shadowball", "thunderwave"],
|
|
615
484
|
tier: "UU",
|
|
616
485
|
doublesTier: "DOU",
|
|
617
486
|
},
|
|
618
487
|
krabby: {
|
|
619
|
-
inherit: true,
|
|
620
488
|
tier: "LC",
|
|
621
489
|
},
|
|
622
490
|
kingler: {
|
|
623
|
-
inherit: true,
|
|
624
491
|
randomBattleMoves: ["crabhammer", "agility", "rockslide", "xscissor", "superpower"],
|
|
625
492
|
tier: "UU",
|
|
626
493
|
doublesTier: "DOU",
|
|
627
494
|
},
|
|
628
495
|
voltorb: {
|
|
629
|
-
inherit: true,
|
|
630
496
|
tier: "LC",
|
|
631
497
|
},
|
|
632
498
|
electrode: {
|
|
633
|
-
inherit: true,
|
|
634
499
|
randomBattleMoves: ["thunderbolt", "taunt", "thunderwave", "explosion", "reflect", "lightscreen"],
|
|
635
500
|
tier: "UU",
|
|
636
501
|
doublesTier: "DOU",
|
|
637
502
|
},
|
|
638
503
|
exeggcute: {
|
|
639
|
-
inherit: true,
|
|
640
504
|
tier: "LC",
|
|
641
505
|
},
|
|
642
506
|
exeggutor: {
|
|
643
|
-
inherit: true,
|
|
644
507
|
randomBattleMoves: ["psychic", "megadrain", "sleeppowder", "leechseed", "sludgebomb"],
|
|
645
508
|
tier: "UU",
|
|
646
509
|
doublesTier: "DOU",
|
|
647
510
|
},
|
|
648
511
|
exeggutoralola: {
|
|
649
|
-
inherit: true,
|
|
650
512
|
randomBattleMoves: ["megadrain", "dragonpulse", "flamethrower", "stunspore", "earthquake"],
|
|
651
513
|
tier: "UU",
|
|
652
514
|
doublesTier: "DOU",
|
|
653
515
|
},
|
|
654
516
|
cubone: {
|
|
655
|
-
inherit: true,
|
|
656
517
|
tier: "LC",
|
|
657
518
|
},
|
|
658
519
|
marowak: {
|
|
659
|
-
inherit: true,
|
|
660
520
|
randomBattleMoves: ["earthquake", "stealthrock", "swordsdance", "bonemerang", "rockslide", "doubleedge"],
|
|
661
521
|
tier: "UU",
|
|
662
522
|
doublesTier: "DOU",
|
|
663
523
|
},
|
|
664
524
|
marowakalola: {
|
|
665
|
-
inherit: true,
|
|
666
525
|
randomBattleMoves: ["earthquake", "flareblitz", "willowisp", "bonemerang", "swordsdance", "stealthrock", "rockslide"],
|
|
667
526
|
tier: "UU",
|
|
668
527
|
doublesTier: "DOU",
|
|
669
528
|
},
|
|
670
529
|
hitmonlee: {
|
|
671
|
-
inherit: true,
|
|
672
530
|
randomBattleMoves: ["highjumpkick", "earthquake", "bulkup", "rockslide", "poisonjab"],
|
|
673
531
|
tier: "UU",
|
|
674
532
|
doublesTier: "DOU",
|
|
675
533
|
},
|
|
676
534
|
hitmonchan: {
|
|
677
|
-
inherit: true,
|
|
678
535
|
randomBattleMoves: ["icepunch", "thunderpunch", "brickbreak", "firepunch", "earthquake", "bulkup"],
|
|
679
536
|
tier: "UU",
|
|
680
537
|
doublesTier: "DOU",
|
|
681
538
|
},
|
|
682
539
|
lickitung: {
|
|
683
|
-
inherit: true,
|
|
684
540
|
randomBattleMoves: ["facade", "fireblast", "icebeam", "shadowball", "toxic"],
|
|
685
541
|
tier: "UU",
|
|
686
542
|
doublesTier: "DOU",
|
|
687
543
|
},
|
|
688
544
|
koffing: {
|
|
689
|
-
inherit: true,
|
|
690
545
|
tier: "LC",
|
|
691
546
|
},
|
|
692
547
|
weezing: {
|
|
693
|
-
inherit: true,
|
|
694
548
|
randomBattleMoves: ["willowisp", "sludgebomb", "toxic", "flamethrower", "fireblast", "explosion"],
|
|
695
549
|
tier: "UU",
|
|
696
550
|
doublesTier: "DOU",
|
|
697
551
|
},
|
|
698
552
|
rhyhorn: {
|
|
699
|
-
inherit: true,
|
|
700
553
|
tier: "LC",
|
|
701
554
|
},
|
|
702
555
|
rhydon: {
|
|
703
|
-
inherit: true,
|
|
704
556
|
randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "toxic", "megahorn"],
|
|
705
557
|
tier: "OU",
|
|
706
558
|
doublesTier: "DOU",
|
|
707
559
|
},
|
|
708
560
|
chansey: {
|
|
709
|
-
inherit: true,
|
|
710
561
|
randomBattleMoves: ["softboiled", "seismictoss", "toxic", "stealthrock", "teleport"],
|
|
711
562
|
tier: "OU",
|
|
712
563
|
doublesTier: "DOU",
|
|
713
564
|
},
|
|
714
565
|
tangela: {
|
|
715
|
-
inherit: true,
|
|
716
566
|
randomBattleMoves: ["leechseed", "megadrain", "sleeppowder", "protect", "toxic"],
|
|
717
567
|
tier: "UU",
|
|
718
568
|
doublesTier: "DOU",
|
|
719
569
|
},
|
|
720
570
|
kangaskhan: {
|
|
721
|
-
inherit: true,
|
|
722
|
-
randomBattleMoves: [],
|
|
723
571
|
tier: "OU",
|
|
724
572
|
doublesTier: "DOU",
|
|
725
573
|
},
|
|
726
574
|
kangaskhanmega: {
|
|
727
|
-
inherit: true,
|
|
728
575
|
randomBattleMoves: ["fakeout", "earthquake", "suckerpunch", "facade", "brickbreak"],
|
|
729
576
|
tier: "OU",
|
|
730
577
|
doublesTier: "DOU",
|
|
731
578
|
},
|
|
732
579
|
horsea: {
|
|
733
|
-
inherit: true,
|
|
734
580
|
tier: "LC",
|
|
735
581
|
},
|
|
736
582
|
seadra: {
|
|
737
|
-
inherit: true,
|
|
738
583
|
randomBattleMoves: ["icebeam", "scald", "dragonpulse", "agility", "toxic", "hydropump"],
|
|
739
584
|
tier: "UU",
|
|
740
585
|
doublesTier: "DOU",
|
|
741
586
|
},
|
|
742
587
|
goldeen: {
|
|
743
|
-
inherit: true,
|
|
744
588
|
tier: "LC",
|
|
745
589
|
},
|
|
746
590
|
seaking: {
|
|
747
|
-
inherit: true,
|
|
748
591
|
randomBattleMoves: ["scald", "poisonjab", "megahorn", "drillrun", "icebeam"],
|
|
749
592
|
tier: "UU",
|
|
750
593
|
doublesTier: "DOU",
|
|
751
594
|
},
|
|
752
595
|
staryu: {
|
|
753
|
-
inherit: true,
|
|
754
596
|
tier: "LC",
|
|
755
597
|
},
|
|
756
598
|
starmie: {
|
|
757
|
-
inherit: true,
|
|
758
599
|
randomBattleMoves: ["psychic", "thunderbolt", "icebeam", "recover", "scald", "hydropump"],
|
|
759
600
|
tier: "OU",
|
|
760
601
|
doublesTier: "DOU",
|
|
761
602
|
},
|
|
762
603
|
mrmime: {
|
|
763
|
-
inherit: true,
|
|
764
604
|
randomBattleMoves: ["psychic", "dazzlinggleam", "calmmind", "shadowball", "encore"],
|
|
765
605
|
tier: "UU",
|
|
766
606
|
doublesTier: "DOU",
|
|
767
607
|
},
|
|
768
608
|
scyther: {
|
|
769
|
-
inherit: true,
|
|
770
609
|
randomBattleMoves: ["swordsdance", "xscissor", "wingattack", "brickbreak", "uturn"],
|
|
771
610
|
tier: "UU",
|
|
772
611
|
doublesTier: "DOU",
|
|
773
612
|
},
|
|
774
613
|
jynx: {
|
|
775
|
-
inherit: true,
|
|
776
614
|
randomBattleMoves: ["icebeam", "psychic", "lovelykiss", "calmmind", "shadowball"],
|
|
777
615
|
tier: "UU",
|
|
778
616
|
doublesTier: "DOU",
|
|
779
617
|
},
|
|
780
618
|
electabuzz: {
|
|
781
|
-
inherit: true,
|
|
782
619
|
randomBattleMoves: ["thunderbolt", "icepunch", "psychic", "thunderwave", "brickbreak"],
|
|
783
620
|
tier: "UU",
|
|
784
621
|
doublesTier: "DOU",
|
|
785
622
|
},
|
|
786
623
|
magmar: {
|
|
787
|
-
inherit: true,
|
|
788
624
|
randomBattleMoves: ["psychic", "flamethrower", "fireblast", "willowisp", "clearsmog", "thunderpunch"],
|
|
789
625
|
tier: "UU",
|
|
790
626
|
doublesTier: "DOU",
|
|
791
627
|
},
|
|
792
628
|
pinsir: {
|
|
793
|
-
inherit: true,
|
|
794
|
-
randomBattleMoves: [],
|
|
795
629
|
tier: "UU",
|
|
796
630
|
doublesTier: "DOU",
|
|
797
631
|
},
|
|
798
632
|
pinsirmega: {
|
|
799
|
-
inherit: true,
|
|
800
633
|
randomBattleMoves: ["xscissor", "earthquake", "swordsdance", "rockslide", "superpower"],
|
|
801
634
|
tier: "UU",
|
|
802
635
|
doublesTier: "DOU",
|
|
803
636
|
},
|
|
804
637
|
tauros: {
|
|
805
|
-
inherit: true,
|
|
806
638
|
randomBattleMoves: ["earthquake", "doubleedge", "rockslide", "fireblast", "toxic"],
|
|
807
639
|
tier: "UU",
|
|
808
640
|
doublesTier: "DOU",
|
|
809
641
|
},
|
|
810
642
|
magikarp: {
|
|
811
|
-
inherit: true,
|
|
812
643
|
tier: "LC",
|
|
813
644
|
},
|
|
814
645
|
gyarados: {
|
|
815
|
-
inherit: true,
|
|
816
|
-
randomBattleMoves: [],
|
|
817
646
|
tier: "OU",
|
|
818
647
|
doublesTier: "DOU",
|
|
819
648
|
},
|
|
820
649
|
gyaradosmega: {
|
|
821
|
-
inherit: true,
|
|
822
650
|
randomBattleMoves: ["waterfall", "crunch", "earthquake", "thunderwave", "substitute"],
|
|
823
651
|
tier: "OU",
|
|
824
652
|
doublesTier: "DOU",
|
|
825
653
|
},
|
|
826
654
|
lapras: {
|
|
827
|
-
inherit: true,
|
|
828
655
|
randomBattleMoves: ["icebeam", "thunderbolt", "surf", "hydropump", "toxic"],
|
|
829
656
|
tier: "UU",
|
|
830
657
|
doublesTier: "DOU",
|
|
831
658
|
},
|
|
832
659
|
ditto: {
|
|
833
|
-
inherit: true,
|
|
834
660
|
randomBattleMoves: ["transform"],
|
|
835
661
|
tier: "UU",
|
|
836
662
|
doublesTier: "DOU",
|
|
837
663
|
},
|
|
838
664
|
eevee: {
|
|
839
|
-
inherit: true,
|
|
840
665
|
tier: "LC",
|
|
841
666
|
},
|
|
842
667
|
eeveestarter: {
|
|
843
|
-
inherit: true,
|
|
844
668
|
randomBattleMoves: ["sparklyswirl", "sizzlyslide", "sappyseed", "protect", "buzzybuzz", "bouncybubble"],
|
|
845
669
|
isNonstandard: null,
|
|
846
670
|
tier: "OU",
|
|
847
671
|
doublesTier: "DOU",
|
|
848
672
|
},
|
|
849
673
|
vaporeon: {
|
|
850
|
-
inherit: true,
|
|
851
674
|
randomBattleMoves: ["scald", "toxic", "icebeam", "protect", "rest"],
|
|
852
675
|
tier: "UU",
|
|
853
676
|
doublesTier: "DOU",
|
|
854
677
|
},
|
|
855
678
|
jolteon: {
|
|
856
|
-
inherit: true,
|
|
857
679
|
randomBattleMoves: ["thunderbolt", "shadowball", "thunderwave", "toxic", "substitute"],
|
|
858
680
|
tier: "UU",
|
|
859
681
|
doublesTier: "DOU",
|
|
860
682
|
},
|
|
861
683
|
flareon: {
|
|
862
|
-
inherit: true,
|
|
863
684
|
randomBattleMoves: ["flareblitz", "superpower", "quickattack", "toxic", "irontail"],
|
|
864
685
|
tier: "UU",
|
|
865
686
|
doublesTier: "DOU",
|
|
866
687
|
},
|
|
867
688
|
porygon: {
|
|
868
|
-
inherit: true,
|
|
869
689
|
randomBattleMoves: ["triattack", "recover", "icebeam", "toxic", "psychic"],
|
|
870
690
|
tier: "UU",
|
|
871
691
|
doublesTier: "DOU",
|
|
872
692
|
},
|
|
873
693
|
omanyte: {
|
|
874
|
-
inherit: true,
|
|
875
694
|
tier: "LC",
|
|
876
695
|
},
|
|
877
696
|
omastar: {
|
|
878
|
-
inherit: true,
|
|
879
697
|
randomBattleMoves: ["shellsmash", "icebeam", "hydropump", "scald", "rockslide"],
|
|
880
698
|
tier: "UU",
|
|
881
699
|
doublesTier: "DOU",
|
|
882
700
|
},
|
|
883
701
|
kabuto: {
|
|
884
|
-
inherit: true,
|
|
885
702
|
tier: "LC",
|
|
886
703
|
},
|
|
887
704
|
kabutops: {
|
|
888
|
-
inherit: true,
|
|
889
705
|
randomBattleMoves: ["aquajet", "swordsdance", "rockslide", "waterfall", "superpower", "stealthrock"],
|
|
890
706
|
tier: "UU",
|
|
891
707
|
doublesTier: "DOU",
|
|
892
708
|
},
|
|
893
709
|
aerodactyl: {
|
|
894
|
-
inherit: true,
|
|
895
|
-
randomBattleMoves: [],
|
|
896
710
|
tier: "OU",
|
|
897
711
|
doublesTier: "DOU",
|
|
898
712
|
},
|
|
899
713
|
aerodactylmega: {
|
|
900
|
-
inherit: true,
|
|
901
714
|
randomBattleMoves: ["rockslide", "earthquake", "stealthrock", "taunt", "crunch", "roost"],
|
|
902
715
|
tier: "OU",
|
|
903
716
|
doublesTier: "DOU",
|
|
904
717
|
},
|
|
905
718
|
snorlax: {
|
|
906
|
-
inherit: true,
|
|
907
719
|
randomBattleMoves: ["earthquake", "bodyslam", "rest", "crunch", "toxic"],
|
|
908
720
|
tier: "OU",
|
|
909
721
|
doublesTier: "DOU",
|
|
910
722
|
},
|
|
911
723
|
articuno: {
|
|
912
|
-
inherit: true,
|
|
913
724
|
randomBattleMoves: ["icebeam", "roost", "toxic", "uturn", "substitute"],
|
|
914
725
|
tier: "UU",
|
|
915
726
|
doublesTier: "DOU",
|
|
916
727
|
},
|
|
917
728
|
zapdos: {
|
|
918
|
-
inherit: true,
|
|
919
729
|
randomBattleMoves: ["thunderbolt", "roost", "uturn", "toxic", "drillpeck"],
|
|
920
730
|
tier: "OU",
|
|
921
731
|
doublesTier: "DOU",
|
|
922
732
|
},
|
|
923
733
|
moltres: {
|
|
924
|
-
inherit: true,
|
|
925
734
|
randomBattleMoves: ["roost", "airslash", "flamethrower", "fireblast", "willowisp", "uturn"],
|
|
926
735
|
tier: "UU",
|
|
927
736
|
doublesTier: "DOU",
|
|
928
737
|
},
|
|
929
738
|
dratini: {
|
|
930
|
-
inherit: true,
|
|
931
739
|
tier: "LC",
|
|
932
740
|
},
|
|
933
741
|
dragonair: {
|
|
934
|
-
inherit: true,
|
|
935
742
|
tier: "NFE",
|
|
936
743
|
},
|
|
937
744
|
dragonite: {
|
|
938
|
-
inherit: true,
|
|
939
745
|
randomBattleMoves: ["outrage", "earthquake", "agility", "roost", "fireblast"],
|
|
940
746
|
tier: "OU",
|
|
941
747
|
doublesTier: "DOU",
|
|
942
748
|
},
|
|
943
749
|
mewtwo: {
|
|
944
|
-
inherit: true,
|
|
945
|
-
randomBattleMoves: [],
|
|
946
750
|
tier: "Uber",
|
|
947
751
|
doublesTier: "DUber",
|
|
948
752
|
},
|
|
949
753
|
mewtwomegax: {
|
|
950
|
-
inherit: true,
|
|
951
754
|
randomBattleMoves: ["bulkup", "substitute", "brickbreak", "earthquake", "icepunch"],
|
|
952
755
|
tier: "Uber",
|
|
953
756
|
doublesTier: "DUber",
|
|
954
757
|
},
|
|
955
758
|
mewtwomegay: {
|
|
956
|
-
inherit: true,
|
|
957
759
|
randomBattleMoves: ["calmmind", "psychic", "fireblast", "icebeam", "shadowball", "recover"],
|
|
958
760
|
tier: "Uber",
|
|
959
761
|
doublesTier: "DUber",
|
|
960
762
|
},
|
|
961
763
|
mew: {
|
|
962
|
-
inherit: true,
|
|
963
764
|
randomBattleMoves: ["roost", "psychic", "willowisp", "flamethrower", "stealthrock", "nastyplot"],
|
|
964
765
|
tier: "OU",
|
|
965
766
|
doublesTier: "DOU",
|
|
966
767
|
},
|
|
967
768
|
meltan: {
|
|
968
|
-
inherit: true,
|
|
969
769
|
randomBattleMoves: ["flashcannon", "thunderbolt", "toxic", "protect"],
|
|
970
770
|
isNonstandard: null,
|
|
971
771
|
tier: "UU",
|
|
972
772
|
doublesTier: "DOU",
|
|
973
773
|
},
|
|
974
774
|
melmetal: {
|
|
975
|
-
inherit: true,
|
|
976
775
|
randomBattleMoves: ["doubleironbash", "earthquake", "rockslide", "icepunch", "thunderwave"],
|
|
977
776
|
isNonstandard: null,
|
|
978
777
|
tier: "OU",
|