@pkmn/mods 0.5.2 → 0.5.3
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/gen8bdsp/abilities.d.ts +4 -0
- package/build/gen8bdsp/abilities.js +42 -0
- package/build/gen8bdsp/abilities.js.map +1 -0
- package/build/gen8bdsp/formats-data.js +415 -411
- package/build/gen8bdsp/formats-data.js.map +1 -1
- package/build/gen8bdsp/index.d.ts +1 -0
- package/build/gen8bdsp/index.js +3 -1
- package/build/gen8bdsp/index.js.map +1 -1
- package/build/gen8bdsp/rulesets.js +7 -1
- package/build/gen8bdsp/rulesets.js.map +1 -1
- package/build/index.d.ts +5 -5
- package/package.json +4 -4
- package/src/gen8bdsp/abilities.ts +40 -0
- package/src/gen8bdsp/formats-data.ts +415 -411
- package/src/gen8bdsp/index.ts +1 -0
- package/src/gen8bdsp/rulesets.ts +7 -1
|
@@ -9,8 +9,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
9
9
|
tier: "NFE",
|
|
10
10
|
},
|
|
11
11
|
venusaur: {
|
|
12
|
-
tier: "
|
|
13
|
-
doublesTier: "
|
|
12
|
+
tier: "RU",
|
|
13
|
+
doublesTier: "DUU",
|
|
14
14
|
randomBattleMoves: ["sludgebomb", "gigadrain", "sleeppowder", "leechseed", "substitute"],
|
|
15
15
|
},
|
|
16
16
|
charmander: {
|
|
@@ -20,8 +20,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
20
20
|
tier: "NFE",
|
|
21
21
|
},
|
|
22
22
|
charizard: {
|
|
23
|
-
tier: "
|
|
24
|
-
doublesTier: "
|
|
23
|
+
tier: "RU",
|
|
24
|
+
doublesTier: "DUU",
|
|
25
25
|
randomBattleMoves: ["fireblast", "airslash", "roost", "focusblast", "earthquake"],
|
|
26
26
|
},
|
|
27
27
|
squirtle: {
|
|
@@ -32,7 +32,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
32
32
|
},
|
|
33
33
|
blastoise: {
|
|
34
34
|
tier: "UU",
|
|
35
|
-
doublesTier: "
|
|
35
|
+
doublesTier: "DUU",
|
|
36
36
|
randomBattleMoves: ["earthquake", "icebeam", "protect", "rapidspin", "roar", "scald", "shellsmash"],
|
|
37
37
|
},
|
|
38
38
|
caterpie: {
|
|
@@ -42,8 +42,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
42
42
|
tier: "NFE",
|
|
43
43
|
},
|
|
44
44
|
butterfree: {
|
|
45
|
-
tier: "
|
|
46
|
-
doublesTier: "
|
|
45
|
+
tier: "RU",
|
|
46
|
+
doublesTier: "DUU",
|
|
47
47
|
randomBattleMoves: ["quiverdance", "bugbuzz", "airslash", "sleeppowder", "gigadrain"],
|
|
48
48
|
},
|
|
49
49
|
weedle: {
|
|
@@ -53,8 +53,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
53
53
|
tier: "NFE",
|
|
54
54
|
},
|
|
55
55
|
beedrill: {
|
|
56
|
-
tier: "
|
|
57
|
-
doublesTier: "
|
|
56
|
+
tier: "RU",
|
|
57
|
+
doublesTier: "DUU",
|
|
58
58
|
randomBattleMoves: ["toxicspikes", "uturn", "poisonjab", "protect"],
|
|
59
59
|
},
|
|
60
60
|
beedrillmega: {
|
|
@@ -68,8 +68,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
68
68
|
tier: "NFE",
|
|
69
69
|
},
|
|
70
70
|
pidgeot: {
|
|
71
|
-
tier: "
|
|
72
|
-
doublesTier: "
|
|
71
|
+
tier: "RU",
|
|
72
|
+
doublesTier: "DUU",
|
|
73
73
|
randomBattleMoves: ["bravebird", "uturn", "steelwing", "roost", "quickattack", "defog"],
|
|
74
74
|
},
|
|
75
75
|
pidgeotmega: {
|
|
@@ -80,24 +80,24 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
80
80
|
tier: "LC",
|
|
81
81
|
},
|
|
82
82
|
raticate: {
|
|
83
|
-
tier: "
|
|
84
|
-
doublesTier: "
|
|
83
|
+
tier: "RU",
|
|
84
|
+
doublesTier: "DUU",
|
|
85
85
|
randomBattleMoves: ["facade", "swordsdance", "protect", "crunch", "suckerpunch", "flamewheel"],
|
|
86
86
|
},
|
|
87
87
|
spearow: {
|
|
88
88
|
tier: "LC",
|
|
89
89
|
},
|
|
90
90
|
fearow: {
|
|
91
|
-
tier: "
|
|
92
|
-
doublesTier: "
|
|
91
|
+
tier: "RU",
|
|
92
|
+
doublesTier: "DUU",
|
|
93
93
|
randomBattleMoves: ["drillpeck", "drillrun", "uturn", "gigaimpact"],
|
|
94
94
|
},
|
|
95
95
|
ekans: {
|
|
96
96
|
tier: "LC",
|
|
97
97
|
},
|
|
98
98
|
arbok: {
|
|
99
|
-
tier: "
|
|
100
|
-
doublesTier: "
|
|
99
|
+
tier: "RU",
|
|
100
|
+
doublesTier: "DUU",
|
|
101
101
|
randomBattleMoves: ["gunkshot", "glare", "earthquake", "suckerpunch"],
|
|
102
102
|
},
|
|
103
103
|
pichu: {
|
|
@@ -108,16 +108,16 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
108
108
|
randomBattleMoves: ["volttackle", "grassknot", "voltswitch", "surf"],
|
|
109
109
|
},
|
|
110
110
|
raichu: {
|
|
111
|
-
tier: "
|
|
112
|
-
doublesTier: "
|
|
111
|
+
tier: "RU",
|
|
112
|
+
doublesTier: "DUU",
|
|
113
113
|
randomBattleMoves: ["nastyplot", "thunderbolt", "grassknot", "focusblast", "surf"],
|
|
114
114
|
},
|
|
115
115
|
sandshrew: {
|
|
116
116
|
tier: "LC",
|
|
117
117
|
},
|
|
118
118
|
sandslash: {
|
|
119
|
-
tier: "
|
|
120
|
-
doublesTier: "
|
|
119
|
+
tier: "RU",
|
|
120
|
+
doublesTier: "DUU",
|
|
121
121
|
randomBattleMoves: ["stealthrock", "earthquake", "rapidspin", "xscissor", "stoneedge", "swordsdance"],
|
|
122
122
|
},
|
|
123
123
|
nidoranf: {
|
|
@@ -127,8 +127,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
127
127
|
tier: "NFE",
|
|
128
128
|
},
|
|
129
129
|
nidoqueen: {
|
|
130
|
-
tier: "
|
|
131
|
-
doublesTier: "
|
|
130
|
+
tier: "RU",
|
|
131
|
+
doublesTier: "DUU",
|
|
132
132
|
randomBattleMoves: ["earthpower", "sludgewave", "stealthrock", "toxicspikes", "flamethrower", "icebeam"],
|
|
133
133
|
},
|
|
134
134
|
nidoranm: {
|
|
@@ -139,7 +139,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
139
139
|
},
|
|
140
140
|
nidoking: {
|
|
141
141
|
tier: "UU",
|
|
142
|
-
doublesTier: "
|
|
142
|
+
doublesTier: "DUU",
|
|
143
143
|
randomBattleMoves: ["earthpower", "sludgewave", "flamethrower", "icebeam", "substitute"],
|
|
144
144
|
},
|
|
145
145
|
cleffa: {
|
|
@@ -150,15 +150,15 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
150
150
|
},
|
|
151
151
|
clefable: {
|
|
152
152
|
tier: "OU",
|
|
153
|
-
doublesTier: "
|
|
153
|
+
doublesTier: "DUU",
|
|
154
154
|
randomBattleMoves: ["calmmind", "moonblast", "fireblast", "moonlight", "stealthrock", "thunderwave"],
|
|
155
155
|
},
|
|
156
156
|
vulpix: {
|
|
157
157
|
tier: "LC",
|
|
158
158
|
},
|
|
159
159
|
ninetales: {
|
|
160
|
-
tier: "
|
|
161
|
-
doublesTier: "
|
|
160
|
+
tier: "RU",
|
|
161
|
+
doublesTier: "DUU",
|
|
162
162
|
randomBattleMoves: ["nastyplot", "fireblast", "hypnosis", "solarbeam", "willowisp"],
|
|
163
163
|
},
|
|
164
164
|
igglybuff: {
|
|
@@ -168,8 +168,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
168
168
|
tier: "NFE",
|
|
169
169
|
},
|
|
170
170
|
wigglytuff: {
|
|
171
|
-
tier: "
|
|
172
|
-
doublesTier: "
|
|
171
|
+
tier: "RU",
|
|
172
|
+
doublesTier: "DUU",
|
|
173
173
|
randomBattleMoves: ["stealthrock", "reflect", "lightscreen", "dazzlinggleam", "thunderwave", "fireblast"],
|
|
174
174
|
},
|
|
175
175
|
zubat: {
|
|
@@ -190,67 +190,68 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
190
190
|
tier: "NFE",
|
|
191
191
|
},
|
|
192
192
|
vileplume: {
|
|
193
|
-
tier: "
|
|
194
|
-
doublesTier: "
|
|
193
|
+
tier: "RU",
|
|
194
|
+
doublesTier: "DUU",
|
|
195
195
|
randomBattleMoves: ["strengthsap", "aromatherapy", "sludgebomb", "sleeppowder", "gigadrain"],
|
|
196
196
|
},
|
|
197
197
|
bellossom: {
|
|
198
|
-
tier: "
|
|
199
|
-
doublesTier: "
|
|
198
|
+
tier: "RU",
|
|
199
|
+
doublesTier: "DUU",
|
|
200
|
+
randomBattleMoves: ["gigadrain", "moonblast", "quiverdance", "sleeppowder", "strengthsap"],
|
|
200
201
|
},
|
|
201
202
|
paras: {
|
|
202
203
|
tier: "LC",
|
|
203
204
|
},
|
|
204
205
|
parasect: {
|
|
205
|
-
tier: "
|
|
206
|
-
doublesTier: "
|
|
206
|
+
tier: "RU",
|
|
207
|
+
doublesTier: "DUU",
|
|
207
208
|
randomBattleMoves: ["spore", "leechseed", "xscissor", "substitute"],
|
|
208
209
|
},
|
|
209
210
|
venonat: {
|
|
210
211
|
tier: "LC",
|
|
211
212
|
},
|
|
212
213
|
venomoth: {
|
|
213
|
-
tier: "
|
|
214
|
-
doublesTier: "
|
|
214
|
+
tier: "RU",
|
|
215
|
+
doublesTier: "DUU",
|
|
215
216
|
randomBattleMoves: ["quiverdance", "sludgebomb", "bugbuzz", "substitute", "sleeppowder"],
|
|
216
217
|
},
|
|
217
218
|
diglett: {
|
|
218
219
|
tier: "LC",
|
|
219
220
|
},
|
|
220
221
|
dugtrio: {
|
|
221
|
-
tier: "
|
|
222
|
-
doublesTier: "
|
|
222
|
+
tier: "RU",
|
|
223
|
+
doublesTier: "DUU",
|
|
223
224
|
randomBattleMoves: ["earthquake", "stoneedge", "suckerpunch", "stealthrock", "aerialace"],
|
|
224
225
|
},
|
|
225
226
|
meowth: {
|
|
226
227
|
tier: "LC",
|
|
227
228
|
},
|
|
228
229
|
persian: {
|
|
229
|
-
tier: "
|
|
230
|
-
doublesTier: "
|
|
230
|
+
tier: "RU",
|
|
231
|
+
doublesTier: "DUU",
|
|
231
232
|
randomBattleMoves: ["fakeout", "slash", "uturn", "bite", "aerialace"],
|
|
232
233
|
},
|
|
233
234
|
psyduck: {
|
|
234
235
|
tier: "LC",
|
|
235
236
|
},
|
|
236
237
|
golduck: {
|
|
237
|
-
tier: "
|
|
238
|
-
doublesTier: "
|
|
238
|
+
tier: "RU",
|
|
239
|
+
doublesTier: "DUU",
|
|
239
240
|
randomBattleMoves: ["calmmind", "hydropump", "icebeam", "hypnosis", "focusblast", "encore"],
|
|
240
241
|
},
|
|
241
242
|
mankey: {
|
|
242
243
|
tier: "LC",
|
|
243
244
|
},
|
|
244
245
|
primeape: {
|
|
245
|
-
tier: "
|
|
246
|
-
doublesTier: "
|
|
246
|
+
tier: "RU",
|
|
247
|
+
doublesTier: "DUU",
|
|
247
248
|
randomBattleMoves: ["closecombat", "uturn", "stoneedge", "poisonjab", "earthquake"],
|
|
248
249
|
},
|
|
249
250
|
growlithe: {
|
|
250
251
|
tier: "LC",
|
|
251
252
|
},
|
|
252
253
|
arcanine: {
|
|
253
|
-
tier: "
|
|
254
|
+
tier: "RU",
|
|
254
255
|
doublesTier: "DOU",
|
|
255
256
|
randomBattleMoves: ["flareblitz", "morningsun", "willowisp", "extremespeed", "closecombat"],
|
|
256
257
|
},
|
|
@@ -261,12 +262,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
261
262
|
tier: "NFE",
|
|
262
263
|
},
|
|
263
264
|
poliwrath: {
|
|
264
|
-
tier: "
|
|
265
|
-
doublesTier: "
|
|
265
|
+
tier: "RU",
|
|
266
|
+
doublesTier: "DUU",
|
|
266
267
|
randomBattleMoves: ["waterfall", "drainpunch", "bulkup", "poisonjab", "raindance"],
|
|
267
268
|
},
|
|
268
269
|
politoed: {
|
|
269
|
-
tier: "
|
|
270
|
+
tier: "RU",
|
|
270
271
|
doublesTier: "DOU",
|
|
271
272
|
randomBattleMoves: ["scald", "icebeam", "rest", "encore", "hypnosis"],
|
|
272
273
|
},
|
|
@@ -278,7 +279,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
278
279
|
},
|
|
279
280
|
alakazam: {
|
|
280
281
|
tier: "OU",
|
|
281
|
-
doublesTier: "
|
|
282
|
+
doublesTier: "DUU",
|
|
282
283
|
randomBattleMoves: ["nastyplot", "psychic", "focusblast", "shadowball", "dazzlinggleam"],
|
|
283
284
|
},
|
|
284
285
|
machop: {
|
|
@@ -288,8 +289,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
288
289
|
tier: "NFE",
|
|
289
290
|
},
|
|
290
291
|
machamp: {
|
|
291
|
-
tier: "
|
|
292
|
-
doublesTier: "
|
|
292
|
+
tier: "RU",
|
|
293
|
+
doublesTier: "DUU",
|
|
293
294
|
randomBattleMoves: ["dynamicpunch", "knockoff", "stoneedge", "facade", "closecombat", "bulletpunch"],
|
|
294
295
|
},
|
|
295
296
|
bellsprout: {
|
|
@@ -299,8 +300,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
299
300
|
tier: "NFE",
|
|
300
301
|
},
|
|
301
302
|
victreebel: {
|
|
302
|
-
tier: "
|
|
303
|
-
doublesTier: "
|
|
303
|
+
tier: "RU",
|
|
304
|
+
doublesTier: "DUU",
|
|
304
305
|
randomBattleMoves: ["powerwhip", "poisonjab", "knockoff", "swordsdance", "sleeppowder", "strengthsap"],
|
|
305
306
|
},
|
|
306
307
|
tentacool: {
|
|
@@ -308,7 +309,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
308
309
|
},
|
|
309
310
|
tentacruel: {
|
|
310
311
|
tier: "UU",
|
|
311
|
-
doublesTier: "
|
|
312
|
+
doublesTier: "DUU",
|
|
312
313
|
randomBattleMoves: ["scald", "rapidspin", "sludgebomb", "haze", "knockoff"],
|
|
313
314
|
},
|
|
314
315
|
geodude: {
|
|
@@ -318,16 +319,16 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
318
319
|
tier: "NFE",
|
|
319
320
|
},
|
|
320
321
|
golem: {
|
|
321
|
-
tier: "
|
|
322
|
-
doublesTier: "
|
|
322
|
+
tier: "RU",
|
|
323
|
+
doublesTier: "DUU",
|
|
323
324
|
randomBattleMoves: ["stealthrock", "earthquake", "stoneedge", "explosion", "heavyslam"],
|
|
324
325
|
},
|
|
325
326
|
ponyta: {
|
|
326
327
|
tier: "LC",
|
|
327
328
|
},
|
|
328
329
|
rapidash: {
|
|
329
|
-
tier: "
|
|
330
|
-
doublesTier: "
|
|
330
|
+
tier: "RU",
|
|
331
|
+
doublesTier: "DUU",
|
|
331
332
|
randomBattleMoves: ["flareblitz", "hypnosis", "swordsdance", "highhorsepower", "willowisp", "morningsun"],
|
|
332
333
|
},
|
|
333
334
|
slowpoke: {
|
|
@@ -335,52 +336,53 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
335
336
|
},
|
|
336
337
|
slowbro: {
|
|
337
338
|
tier: "UU",
|
|
338
|
-
doublesTier: "
|
|
339
|
+
doublesTier: "DUU",
|
|
339
340
|
randomBattleMoves: ["scald", "psychic", "slackoff", "icebeam", "calmmind", "thunderwave"],
|
|
340
341
|
},
|
|
341
342
|
slowking: {
|
|
342
|
-
tier: "
|
|
343
|
-
doublesTier: "
|
|
343
|
+
tier: "RU",
|
|
344
|
+
doublesTier: "DUU",
|
|
344
345
|
randomBattleMoves: ["psychic", "slackoff", "calmmind", "icebeam", "scald"],
|
|
345
346
|
},
|
|
346
347
|
magnemite: {
|
|
347
348
|
tier: "LC",
|
|
348
349
|
},
|
|
349
350
|
magneton: {
|
|
350
|
-
tier: "
|
|
351
|
+
tier: "UU",
|
|
352
|
+
doublesTier: "NFE",
|
|
351
353
|
},
|
|
352
354
|
magnezone: {
|
|
353
355
|
tier: "OU",
|
|
354
|
-
doublesTier: "
|
|
356
|
+
doublesTier: "DUU",
|
|
355
357
|
randomBattleMoves: ["thunderbolt", "flashcannon", "voltswitch", "mirrorcoat"],
|
|
356
358
|
},
|
|
357
359
|
farfetchd: {
|
|
358
|
-
tier: "
|
|
359
|
-
doublesTier: "
|
|
360
|
+
tier: "RU",
|
|
361
|
+
doublesTier: "DUU",
|
|
360
362
|
randomBattleMoves: ["bravebird", "knockoff", "leafblade", "slash", "quickattack"],
|
|
361
363
|
},
|
|
362
364
|
doduo: {
|
|
363
365
|
tier: "LC",
|
|
364
366
|
},
|
|
365
367
|
dodrio: {
|
|
366
|
-
tier: "
|
|
367
|
-
doublesTier: "
|
|
368
|
+
tier: "RU",
|
|
369
|
+
doublesTier: "DUU",
|
|
368
370
|
randomBattleMoves: ["swordsdance", "bravebird", "steelwing", "roost", "facade", "quickattack"],
|
|
369
371
|
},
|
|
370
372
|
seel: {
|
|
371
373
|
tier: "LC",
|
|
372
374
|
},
|
|
373
375
|
dewgong: {
|
|
374
|
-
tier: "
|
|
375
|
-
doublesTier: "
|
|
376
|
+
tier: "RU",
|
|
377
|
+
doublesTier: "DUU",
|
|
376
378
|
randomBattleMoves: ["surf", "icebeam", "perishsong", "protect", "rest", "sleeptalk"],
|
|
377
379
|
},
|
|
378
380
|
grimer: {
|
|
379
381
|
tier: "LC",
|
|
380
382
|
},
|
|
381
383
|
muk: {
|
|
382
|
-
tier: "
|
|
383
|
-
doublesTier: "
|
|
384
|
+
tier: "RU",
|
|
385
|
+
doublesTier: "DUU",
|
|
384
386
|
randomBattleMoves: ["gunkshot", "curse", "shadowsneak", "brickbreak", "explosion"],
|
|
385
387
|
},
|
|
386
388
|
shellder: {
|
|
@@ -388,7 +390,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
388
390
|
},
|
|
389
391
|
cloyster: {
|
|
390
392
|
tier: "UU",
|
|
391
|
-
doublesTier: "
|
|
393
|
+
doublesTier: "DUU",
|
|
392
394
|
randomBattleMoves: ["shellsmash", "iciclespear", "rockblast", "hydropump"],
|
|
393
395
|
},
|
|
394
396
|
gastly: {
|
|
@@ -399,72 +401,72 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
399
401
|
},
|
|
400
402
|
gengar: {
|
|
401
403
|
tier: "OU",
|
|
402
|
-
doublesTier: "
|
|
404
|
+
doublesTier: "DUU",
|
|
403
405
|
randomBattleMoves: ["shadowball", "sludgebomb", "nastyplot", "thunderbolt", "focusblast"],
|
|
404
406
|
},
|
|
405
407
|
onix: {
|
|
406
408
|
tier: "LC",
|
|
407
409
|
},
|
|
408
410
|
steelix: {
|
|
409
|
-
tier: "
|
|
410
|
-
doublesTier: "
|
|
411
|
+
tier: "RU",
|
|
412
|
+
doublesTier: "DUU",
|
|
411
413
|
randomBattleMoves: ["stealthrock", "gyroball", "stoneedge", "earthquake", "curse"],
|
|
412
414
|
},
|
|
413
415
|
drowzee: {
|
|
414
416
|
tier: "LC",
|
|
415
417
|
},
|
|
416
418
|
hypno: {
|
|
417
|
-
tier: "
|
|
418
|
-
doublesTier: "
|
|
419
|
+
tier: "RU",
|
|
420
|
+
doublesTier: "DUU",
|
|
419
421
|
randomBattleMoves: ["psychic", "thunderwave", "shadowball", "focusblast"],
|
|
420
422
|
},
|
|
421
423
|
krabby: {
|
|
422
424
|
tier: "LC",
|
|
423
425
|
},
|
|
424
426
|
kingler: {
|
|
425
|
-
tier: "
|
|
426
|
-
doublesTier: "
|
|
427
|
+
tier: "RU",
|
|
428
|
+
doublesTier: "DUU",
|
|
427
429
|
randomBattleMoves: ["swordsdance", "agility", "razorshell", "rockslide", "xscissor"],
|
|
428
430
|
},
|
|
429
431
|
voltorb: {
|
|
430
432
|
tier: "LC",
|
|
431
433
|
},
|
|
432
434
|
electrode: {
|
|
433
|
-
tier: "
|
|
434
|
-
doublesTier: "
|
|
435
|
+
tier: "RU",
|
|
436
|
+
doublesTier: "DUU",
|
|
435
437
|
randomBattleMoves: ["thunderbolt", "voltswitch", "explosion", "lightscreen", "taunt"],
|
|
436
438
|
},
|
|
437
439
|
exeggcute: {
|
|
438
440
|
tier: "LC",
|
|
439
441
|
},
|
|
440
442
|
exeggutor: {
|
|
441
|
-
tier: "
|
|
442
|
-
doublesTier: "
|
|
443
|
+
tier: "RU",
|
|
444
|
+
doublesTier: "DUU",
|
|
443
445
|
randomBattleMoves: ["sleeppowder", "gigadrain", "leechseed", "substitute", "psychic"],
|
|
444
446
|
},
|
|
445
447
|
cubone: {
|
|
446
448
|
tier: "LC",
|
|
447
449
|
},
|
|
448
450
|
marowak: {
|
|
449
|
-
tier: "
|
|
450
|
-
doublesTier: "
|
|
451
|
+
tier: "RU",
|
|
452
|
+
doublesTier: "DUU",
|
|
451
453
|
randomBattleMoves: ["earthquake", "stealthrock", "stoneedge", "doubleedge"],
|
|
452
454
|
},
|
|
453
455
|
tyrogue: {
|
|
454
456
|
tier: "LC",
|
|
455
457
|
},
|
|
456
458
|
hitmonlee: {
|
|
457
|
-
tier: "
|
|
458
|
-
doublesTier: "
|
|
459
|
+
tier: "RU",
|
|
460
|
+
doublesTier: "DUU",
|
|
459
461
|
randomBattleMoves: ["bulkup", "stoneedge", "bulletpunch", "highjumpkick", "earthquake"],
|
|
460
462
|
},
|
|
461
463
|
hitmonchan: {
|
|
462
|
-
tier: "
|
|
463
|
-
doublesTier: "
|
|
464
|
+
tier: "RU",
|
|
465
|
+
doublesTier: "DUU",
|
|
464
466
|
randomBattleMoves: ["drainpunch", "icepunch", "machpunch", "stoneedge", "rapidspin", "bulkup"],
|
|
465
467
|
},
|
|
466
468
|
hitmontop: {
|
|
467
|
-
tier: "
|
|
469
|
+
tier: "RU",
|
|
468
470
|
doublesTier: "DOU",
|
|
469
471
|
randomBattleMoves: ["closecombat", "rapidspin", "stoneedge", "machpunch", "suckerpunch"],
|
|
470
472
|
},
|
|
@@ -472,16 +474,16 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
472
474
|
tier: "LC",
|
|
473
475
|
},
|
|
474
476
|
lickilicky: {
|
|
475
|
-
tier: "
|
|
476
|
-
doublesTier: "
|
|
477
|
+
tier: "RU",
|
|
478
|
+
doublesTier: "DUU",
|
|
477
479
|
randomBattleMoves: ["bodyslam", "knockoff", "hammerarm", "powerwhip", "swordsdance"],
|
|
478
480
|
},
|
|
479
481
|
koffing: {
|
|
480
482
|
tier: "LC",
|
|
481
483
|
},
|
|
482
484
|
weezing: {
|
|
483
|
-
tier: "
|
|
484
|
-
doublesTier: "
|
|
485
|
+
tier: "RU",
|
|
486
|
+
doublesTier: "DUU",
|
|
485
487
|
randomBattleMoves: ["sludgebomb", "toxicspikes", "willowisp", "explosion", "fireblast", "painsplit"],
|
|
486
488
|
},
|
|
487
489
|
rhyhorn: {
|
|
@@ -491,8 +493,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
491
493
|
tier: "NFE",
|
|
492
494
|
},
|
|
493
495
|
rhyperior: {
|
|
494
|
-
tier: "
|
|
495
|
-
doublesTier: "
|
|
496
|
+
tier: "RU",
|
|
497
|
+
doublesTier: "DUU",
|
|
496
498
|
randomBattleMoves: ["stoneedge", "earthquake", "swordsdance", "megahorn", "firefang"],
|
|
497
499
|
},
|
|
498
500
|
happiny: {
|
|
@@ -503,7 +505,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
503
505
|
},
|
|
504
506
|
blissey: {
|
|
505
507
|
tier: "OU",
|
|
506
|
-
doublesTier: "
|
|
508
|
+
doublesTier: "DUU",
|
|
507
509
|
randomBattleMoves: ["stealthrock", "seismictoss", "softboiled", "thunderwave"],
|
|
508
510
|
},
|
|
509
511
|
tangela: {
|
|
@@ -511,12 +513,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
511
513
|
},
|
|
512
514
|
tangrowth: {
|
|
513
515
|
tier: "OU",
|
|
514
|
-
doublesTier: "
|
|
516
|
+
doublesTier: "DUU",
|
|
515
517
|
randomBattleMoves: ["powerwhip", "sleeppowder", "leechseed", "earthquake", "knockoff", "sludgebomb"],
|
|
516
518
|
},
|
|
517
519
|
kangaskhan: {
|
|
518
|
-
tier: "
|
|
519
|
-
doublesTier: "
|
|
520
|
+
tier: "RU",
|
|
521
|
+
doublesTier: "DUU",
|
|
520
522
|
randomBattleMoves: ["doubleedge", "crunch", "hammerarm", "earthquake", "fakeout"],
|
|
521
523
|
},
|
|
522
524
|
horsea: {
|
|
@@ -526,15 +528,16 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
526
528
|
tier: "NFE",
|
|
527
529
|
},
|
|
528
530
|
kingdra: {
|
|
529
|
-
tier: "
|
|
531
|
+
tier: "RU",
|
|
530
532
|
doublesTier: "DOU",
|
|
533
|
+
randomBattleMoves: ["dracometeor", "hydropump", "icebeam", "raindance"],
|
|
531
534
|
},
|
|
532
535
|
goldeen: {
|
|
533
536
|
tier: "LC",
|
|
534
537
|
},
|
|
535
538
|
seaking: {
|
|
536
|
-
tier: "
|
|
537
|
-
doublesTier: "
|
|
539
|
+
tier: "RU",
|
|
540
|
+
doublesTier: "DUU",
|
|
538
541
|
randomBattleMoves: ["waterfall", "megahorn", "raindance", "swordsdance"],
|
|
539
542
|
},
|
|
540
543
|
staryu: {
|
|
@@ -542,19 +545,20 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
542
545
|
},
|
|
543
546
|
starmie: {
|
|
544
547
|
tier: "OU",
|
|
545
|
-
doublesTier: "
|
|
548
|
+
doublesTier: "DUU",
|
|
546
549
|
randomBattleMoves: ["hydropump", "psychic", "icebeam", "thunderbolt", "recover", "rapidspin", "scald"],
|
|
547
550
|
},
|
|
548
551
|
mimejr: {
|
|
549
552
|
tier: "LC",
|
|
550
553
|
},
|
|
551
554
|
mrmime: {
|
|
552
|
-
tier: "
|
|
553
|
-
doublesTier: "
|
|
555
|
+
tier: "RU",
|
|
556
|
+
doublesTier: "DUU",
|
|
554
557
|
randomBattleMoves: ["psychic", "dazzlinggleam", "focusblast", "nastyplot", "thunderbolt"],
|
|
555
558
|
},
|
|
556
559
|
scyther: {
|
|
557
560
|
tier: "LC",
|
|
561
|
+
randomBattleMoves: ["aerialace", "brickbreak", "quickattack", "roost", "swordsdance", "thief", "uturn"],
|
|
558
562
|
},
|
|
559
563
|
scizor: {
|
|
560
564
|
tier: "OU",
|
|
@@ -565,8 +569,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
565
569
|
tier: "LC",
|
|
566
570
|
},
|
|
567
571
|
jynx: {
|
|
568
|
-
tier: "
|
|
569
|
-
doublesTier: "
|
|
572
|
+
tier: "RU",
|
|
573
|
+
doublesTier: "DUU",
|
|
570
574
|
randomBattleMoves: ["lovelykiss", "icebeam", "psychic", "substitute", "nastyplot"],
|
|
571
575
|
},
|
|
572
576
|
elekid: {
|
|
@@ -576,8 +580,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
576
580
|
tier: "NFE",
|
|
577
581
|
},
|
|
578
582
|
electivire: {
|
|
579
|
-
tier: "
|
|
580
|
-
doublesTier: "
|
|
583
|
+
tier: "RU",
|
|
584
|
+
doublesTier: "DUU",
|
|
581
585
|
randomBattleMoves: ["wildcharge", "voltswitch", "flamethrower", "earthquake", "crosschop", "icepunch"],
|
|
582
586
|
},
|
|
583
587
|
magby: {
|
|
@@ -587,18 +591,18 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
587
591
|
tier: "NFE",
|
|
588
592
|
},
|
|
589
593
|
magmortar: {
|
|
590
|
-
tier: "
|
|
591
|
-
doublesTier: "
|
|
594
|
+
tier: "RU",
|
|
595
|
+
doublesTier: "DUU",
|
|
592
596
|
randomBattleMoves: ["fireblast", "earthquake", "psychic", "thunderbolt", "taunt"],
|
|
593
597
|
},
|
|
594
598
|
pinsir: {
|
|
595
|
-
tier: "
|
|
596
|
-
doublesTier: "
|
|
599
|
+
tier: "RU",
|
|
600
|
+
doublesTier: "DUU",
|
|
597
601
|
randomBattleMoves: ["stealthrock", "xscissor", "closecombat", "stoneedge", "earthquake"],
|
|
598
602
|
},
|
|
599
603
|
tauros: {
|
|
600
|
-
tier: "
|
|
601
|
-
doublesTier: "
|
|
604
|
+
tier: "RU",
|
|
605
|
+
doublesTier: "DUU",
|
|
602
606
|
randomBattleMoves: ["rockclimb", "zenheadbutt", "earthquake", "rockslide"],
|
|
603
607
|
},
|
|
604
608
|
magikarp: {
|
|
@@ -610,51 +614,51 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
610
614
|
randomBattleMoves: ["waterfall", "dragondance", "earthquake", "stoneedge", "icefang"],
|
|
611
615
|
},
|
|
612
616
|
lapras: {
|
|
613
|
-
tier: "
|
|
614
|
-
doublesTier: "
|
|
617
|
+
tier: "RU",
|
|
618
|
+
doublesTier: "DUU",
|
|
615
619
|
randomBattleMoves: ["freezedry", "surf", "thunderbolt", "blizzard"],
|
|
616
620
|
},
|
|
617
621
|
ditto: {
|
|
618
622
|
tier: "UU",
|
|
619
|
-
doublesTier: "
|
|
623
|
+
doublesTier: "DUU",
|
|
620
624
|
randomBattleMoves: ["transform"],
|
|
621
625
|
},
|
|
622
626
|
eevee: {
|
|
623
627
|
tier: "LC",
|
|
624
628
|
},
|
|
625
629
|
vaporeon: {
|
|
626
|
-
tier: "
|
|
627
|
-
doublesTier: "
|
|
630
|
+
tier: "RU",
|
|
631
|
+
doublesTier: "DUU",
|
|
628
632
|
randomBattleMoves: ["scald", "wish", "protect", "icebeam", "haze"],
|
|
629
633
|
},
|
|
630
634
|
jolteon: {
|
|
631
|
-
tier: "
|
|
632
|
-
doublesTier: "
|
|
635
|
+
tier: "RU",
|
|
636
|
+
doublesTier: "DUU",
|
|
633
637
|
randomBattleMoves: ["voltswitch", "thunderbolt", "yawn", "batonpass", "shadowball"],
|
|
634
638
|
},
|
|
635
639
|
flareon: {
|
|
636
|
-
tier: "
|
|
637
|
-
doublesTier: "
|
|
640
|
+
tier: "RU",
|
|
641
|
+
doublesTier: "DUU",
|
|
638
642
|
randomBattleMoves: ["flareblitz", "willowisp", "facade", "quickattack"],
|
|
639
643
|
},
|
|
640
644
|
espeon: {
|
|
641
645
|
tier: "UU",
|
|
642
|
-
doublesTier: "
|
|
646
|
+
doublesTier: "DUU",
|
|
643
647
|
randomBattleMoves: ["psychic", "dazzlinggleam", "calmmind", "morningsun", "shadowball"],
|
|
644
648
|
},
|
|
645
649
|
umbreon: {
|
|
646
650
|
tier: "UU",
|
|
647
|
-
doublesTier: "
|
|
651
|
+
doublesTier: "DUU",
|
|
648
652
|
randomBattleMoves: ["foulplay", "wish", "taunt", "protect"],
|
|
649
653
|
},
|
|
650
654
|
leafeon: {
|
|
651
|
-
tier: "
|
|
652
|
-
doublesTier: "
|
|
655
|
+
tier: "RU",
|
|
656
|
+
doublesTier: "DUU",
|
|
653
657
|
randomBattleMoves: ["leafblade", "synthesis", "swordsdance", "xscissor", "doubleedge"],
|
|
654
658
|
},
|
|
655
659
|
glaceon: {
|
|
656
|
-
tier: "
|
|
657
|
-
doublesTier: "
|
|
660
|
+
tier: "RU",
|
|
661
|
+
doublesTier: "DUU",
|
|
658
662
|
randomBattleMoves: ["icebeam", "freezedry", "waterpulse", "roar", "shadowball"],
|
|
659
663
|
},
|
|
660
664
|
porygon: {
|
|
@@ -665,28 +669,28 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
665
669
|
},
|
|
666
670
|
porygonz: {
|
|
667
671
|
tier: "UU",
|
|
668
|
-
doublesTier: "
|
|
672
|
+
doublesTier: "DUU",
|
|
669
673
|
randomBattleMoves: ["triattack", "nastyplot", "icebeam", "thunderbolt", "darkpulse"],
|
|
670
674
|
},
|
|
671
675
|
omanyte: {
|
|
672
676
|
tier: "LC",
|
|
673
677
|
},
|
|
674
678
|
omastar: {
|
|
675
|
-
tier: "
|
|
676
|
-
doublesTier: "
|
|
679
|
+
tier: "RU",
|
|
680
|
+
doublesTier: "DUU",
|
|
677
681
|
randomBattleMoves: ["shellsmash", "hydropump", "icebeam", "ancientpower"],
|
|
678
682
|
},
|
|
679
683
|
kabuto: {
|
|
680
684
|
tier: "LC",
|
|
681
685
|
},
|
|
682
686
|
kabutops: {
|
|
683
|
-
tier: "
|
|
684
|
-
doublesTier: "
|
|
687
|
+
tier: "RU",
|
|
688
|
+
doublesTier: "DUU",
|
|
685
689
|
randomBattleMoves: ["liquidation", "stoneedge", "rapidspin", "swordsdance", "knockoff"],
|
|
686
690
|
},
|
|
687
691
|
aerodactyl: {
|
|
688
|
-
tier: "
|
|
689
|
-
doublesTier: "
|
|
692
|
+
tier: "UU",
|
|
693
|
+
doublesTier: "DUU",
|
|
690
694
|
randomBattleMoves: ["stoneedge", "stealthrock", "earthquake", "roost"],
|
|
691
695
|
},
|
|
692
696
|
munchlax: {
|
|
@@ -694,22 +698,22 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
694
698
|
},
|
|
695
699
|
snorlax: {
|
|
696
700
|
tier: "UU",
|
|
697
|
-
doublesTier: "
|
|
701
|
+
doublesTier: "DUU",
|
|
698
702
|
randomBattleMoves: ["bodyslam", "curse", "rest", "sleeptalk"],
|
|
699
703
|
},
|
|
700
704
|
articuno: {
|
|
701
|
-
tier: "
|
|
702
|
-
doublesTier: "
|
|
705
|
+
tier: "RU",
|
|
706
|
+
doublesTier: "DUU",
|
|
703
707
|
randomBattleMoves: ["icebeam", "roost", "uturn", "defog"],
|
|
704
708
|
},
|
|
705
709
|
zapdos: {
|
|
706
|
-
tier: "
|
|
710
|
+
tier: "RU",
|
|
707
711
|
doublesTier: "DOU",
|
|
708
712
|
randomBattleMoves: ["discharge", "uturn", "roost", "substitute", "defog"],
|
|
709
713
|
},
|
|
710
714
|
moltres: {
|
|
711
|
-
tier: "
|
|
712
|
-
doublesTier: "
|
|
715
|
+
tier: "RU",
|
|
716
|
+
doublesTier: "DUU",
|
|
713
717
|
randomBattleMoves: ["fireblast", "roost", "uturn", "hurricane", "willowisp"],
|
|
714
718
|
},
|
|
715
719
|
dratini: {
|
|
@@ -720,7 +724,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
720
724
|
},
|
|
721
725
|
dragonite: {
|
|
722
726
|
tier: "OU",
|
|
723
|
-
doublesTier: "
|
|
727
|
+
doublesTier: "DUU",
|
|
724
728
|
randomBattleMoves: ["dragondance", "outrage", "earthquake", "extremespeed", "roost"],
|
|
725
729
|
},
|
|
726
730
|
mewtwo: {
|
|
@@ -730,7 +734,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
730
734
|
},
|
|
731
735
|
mew: {
|
|
732
736
|
tier: "UU",
|
|
733
|
-
doublesTier: "
|
|
737
|
+
doublesTier: "DUU",
|
|
734
738
|
randomBattleMoves: ["calmmind", "aurasphere", "psychic", "shadowball", "roost"],
|
|
735
739
|
},
|
|
736
740
|
chikorita: {
|
|
@@ -740,8 +744,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
740
744
|
tier: "NFE",
|
|
741
745
|
},
|
|
742
746
|
meganium: {
|
|
743
|
-
tier: "
|
|
744
|
-
doublesTier: "
|
|
747
|
+
tier: "RU",
|
|
748
|
+
doublesTier: "DUU",
|
|
745
749
|
randomBattleMoves: ["gigadrain", "leechseed", "reflect", "lightscreen", "aromatherapy"],
|
|
746
750
|
},
|
|
747
751
|
cyndaquil: {
|
|
@@ -751,8 +755,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
751
755
|
tier: "NFE",
|
|
752
756
|
},
|
|
753
757
|
typhlosion: {
|
|
754
|
-
tier: "
|
|
755
|
-
doublesTier: "
|
|
758
|
+
tier: "RU",
|
|
759
|
+
doublesTier: "DUU",
|
|
756
760
|
randomBattleMoves: ["eruption", "fireblast", "extrasensory", "focusblast"],
|
|
757
761
|
},
|
|
758
762
|
totodile: {
|
|
@@ -763,47 +767,47 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
763
767
|
},
|
|
764
768
|
feraligatr: {
|
|
765
769
|
tier: "OU",
|
|
766
|
-
doublesTier: "
|
|
770
|
+
doublesTier: "DUU",
|
|
767
771
|
randomBattleMoves: ["dragondance", "icepunch", "waterfall", "crunch", "aquajet"],
|
|
768
772
|
},
|
|
769
773
|
sentret: {
|
|
770
774
|
tier: "LC",
|
|
771
775
|
},
|
|
772
776
|
furret: {
|
|
773
|
-
tier: "
|
|
774
|
-
doublesTier: "
|
|
777
|
+
tier: "RU",
|
|
778
|
+
doublesTier: "DUU",
|
|
775
779
|
randomBattleMoves: ["doubleedge", "suckerpunch", "uturn", "shadowclaw"],
|
|
776
780
|
},
|
|
777
781
|
hoothoot: {
|
|
778
782
|
tier: "LC",
|
|
779
783
|
},
|
|
780
784
|
noctowl: {
|
|
781
|
-
tier: "
|
|
782
|
-
doublesTier: "
|
|
785
|
+
tier: "RU",
|
|
786
|
+
doublesTier: "DUU",
|
|
783
787
|
randomBattleMoves: ["hurricane", "hypnosis", "nastyplot", "shadowball", "roost"],
|
|
784
788
|
},
|
|
785
789
|
ledyba: {
|
|
786
790
|
tier: "LC",
|
|
787
791
|
},
|
|
788
792
|
ledian: {
|
|
789
|
-
tier: "
|
|
790
|
-
doublesTier: "
|
|
793
|
+
tier: "RU",
|
|
794
|
+
doublesTier: "DUU",
|
|
791
795
|
randomBattleMoves: ["uturn", "knockoff", "roost", "reflect", "lightscreen"],
|
|
792
796
|
},
|
|
793
797
|
spinarak: {
|
|
794
798
|
tier: "LC",
|
|
795
799
|
},
|
|
796
800
|
ariados: {
|
|
797
|
-
tier: "
|
|
798
|
-
doublesTier: "
|
|
801
|
+
tier: "RU",
|
|
802
|
+
doublesTier: "DUU",
|
|
799
803
|
randomBattleMoves: ["poisonjab", "toxicspikes", "stickyweb", "lunge"],
|
|
800
804
|
},
|
|
801
805
|
chinchou: {
|
|
802
806
|
tier: "LC",
|
|
803
807
|
},
|
|
804
808
|
lanturn: {
|
|
805
|
-
tier: "
|
|
806
|
-
doublesTier: "
|
|
809
|
+
tier: "RU",
|
|
810
|
+
doublesTier: "DUU",
|
|
807
811
|
randomBattleMoves: ["scald", "discharge", "voltswitch", "icebeam", "thunderwave"],
|
|
808
812
|
},
|
|
809
813
|
togepi: {
|
|
@@ -821,8 +825,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
821
825
|
tier: "LC",
|
|
822
826
|
},
|
|
823
827
|
xatu: {
|
|
824
|
-
tier: "
|
|
825
|
-
doublesTier: "
|
|
828
|
+
tier: "RU",
|
|
829
|
+
doublesTier: "DUU",
|
|
826
830
|
randomBattleMoves: ["psychic", "roost", "teleport", "thunderwave", "airslash"],
|
|
827
831
|
},
|
|
828
832
|
mareep: {
|
|
@@ -832,8 +836,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
832
836
|
tier: "NFE",
|
|
833
837
|
},
|
|
834
838
|
ampharos: {
|
|
835
|
-
tier: "
|
|
836
|
-
doublesTier: "
|
|
839
|
+
tier: "RU",
|
|
840
|
+
doublesTier: "DUU",
|
|
837
841
|
randomBattleMoves: ["thunderbolt", "voltswitch", "powergem", "focusblast"],
|
|
838
842
|
},
|
|
839
843
|
azurill: {
|
|
@@ -851,8 +855,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
851
855
|
tier: "LC",
|
|
852
856
|
},
|
|
853
857
|
sudowoodo: {
|
|
854
|
-
tier: "
|
|
855
|
-
doublesTier: "
|
|
858
|
+
tier: "RU",
|
|
859
|
+
doublesTier: "DUU",
|
|
856
860
|
randomBattleMoves: ["headsmash", "stealthrock", "earthquake", "suckerpunch", "selfdestruct"],
|
|
857
861
|
},
|
|
858
862
|
hoppip: {
|
|
@@ -862,8 +866,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
862
866
|
tier: "NFE",
|
|
863
867
|
},
|
|
864
868
|
jumpluff: {
|
|
865
|
-
tier: "
|
|
866
|
-
doublesTier: "
|
|
869
|
+
tier: "RU",
|
|
870
|
+
doublesTier: "DUU",
|
|
867
871
|
randomBattleMoves: ["sleeppowder", "leechseed", "substitute", "acrobatics", "strengthsap"],
|
|
868
872
|
},
|
|
869
873
|
aipom: {
|
|
@@ -871,15 +875,15 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
871
875
|
},
|
|
872
876
|
ambipom: {
|
|
873
877
|
tier: "UU",
|
|
874
|
-
doublesTier: "
|
|
878
|
+
doublesTier: "DUU",
|
|
875
879
|
randomBattleMoves: ["fakeout", "uturn", "doublehit", "switcheroo", "brickbreak", "thief", "aerialace"],
|
|
876
880
|
},
|
|
877
881
|
sunkern: {
|
|
878
882
|
tier: "LC",
|
|
879
883
|
},
|
|
880
884
|
sunflora: {
|
|
881
|
-
tier: "
|
|
882
|
-
doublesTier: "
|
|
885
|
+
tier: "RU",
|
|
886
|
+
doublesTier: "DUU",
|
|
883
887
|
randomBattleMoves: ["energyball", "sludgebomb", "synthesis", "lightscreen"],
|
|
884
888
|
},
|
|
885
889
|
yanma: {
|
|
@@ -887,7 +891,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
887
891
|
},
|
|
888
892
|
yanmega: {
|
|
889
893
|
tier: "UU",
|
|
890
|
-
doublesTier: "
|
|
894
|
+
doublesTier: "DUU",
|
|
891
895
|
randomBattleMoves: ["bugbuzz", "gigadrain", "airslash", "uturn", "protect"],
|
|
892
896
|
},
|
|
893
897
|
wooper: {
|
|
@@ -895,7 +899,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
895
899
|
},
|
|
896
900
|
quagsire: {
|
|
897
901
|
tier: "UU",
|
|
898
|
-
doublesTier: "
|
|
902
|
+
doublesTier: "DUU",
|
|
899
903
|
randomBattleMoves: ["earthquake", "recover", "scald", "toxic"],
|
|
900
904
|
},
|
|
901
905
|
murkrow: {
|
|
@@ -903,7 +907,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
903
907
|
},
|
|
904
908
|
honchkrow: {
|
|
905
909
|
tier: "UU",
|
|
906
|
-
doublesTier: "
|
|
910
|
+
doublesTier: "DUU",
|
|
907
911
|
randomBattleMoves: ["bravebird", "suckerpunch", "roost", "taunt"],
|
|
908
912
|
},
|
|
909
913
|
misdreavus: {
|
|
@@ -911,25 +915,25 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
911
915
|
},
|
|
912
916
|
mismagius: {
|
|
913
917
|
tier: "UU",
|
|
914
|
-
doublesTier: "
|
|
918
|
+
doublesTier: "DUU",
|
|
915
919
|
randomBattleMoves: ["dazzlinggleam", "destinybond", "nastyplot", "shadowball", "substitute", "painsplit", "willowisp", "thunderbolt"],
|
|
916
920
|
},
|
|
917
921
|
unown: {
|
|
918
|
-
tier: "
|
|
919
|
-
doublesTier: "
|
|
922
|
+
tier: "RU",
|
|
923
|
+
doublesTier: "DUU",
|
|
920
924
|
randomBattleMoves: ["hiddenpowerpsychic", "hiddenpowerfighting"],
|
|
921
925
|
},
|
|
922
926
|
wynaut: {
|
|
923
927
|
tier: "LC",
|
|
924
928
|
},
|
|
925
929
|
wobbuffet: {
|
|
926
|
-
tier: "
|
|
927
|
-
doublesTier: "
|
|
930
|
+
tier: "RU",
|
|
931
|
+
doublesTier: "DUU",
|
|
928
932
|
randomBattleMoves: ["counter", "mirrorcoat", "encore", "destinybond"],
|
|
929
933
|
},
|
|
930
934
|
girafarig: {
|
|
931
|
-
tier: "
|
|
932
|
-
doublesTier: "
|
|
935
|
+
tier: "RU",
|
|
936
|
+
doublesTier: "DUU",
|
|
933
937
|
randomBattleMoves: ["nastyplot", "thunderbolt", "psychic", "dazzlinggleam", "shadowball"],
|
|
934
938
|
},
|
|
935
939
|
pineco: {
|
|
@@ -937,12 +941,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
937
941
|
},
|
|
938
942
|
forretress: {
|
|
939
943
|
tier: "UU",
|
|
940
|
-
doublesTier: "
|
|
944
|
+
doublesTier: "DUU",
|
|
941
945
|
randomBattleMoves: ["voltswitch", "gyroball", "rapidspin", "spikes", "toxicspikes"],
|
|
942
946
|
},
|
|
943
947
|
dunsparce: {
|
|
944
|
-
tier: "
|
|
945
|
-
doublesTier: "
|
|
948
|
+
tier: "RU",
|
|
949
|
+
doublesTier: "DUU",
|
|
946
950
|
randomBattleMoves: ["bodyslam", "bite", "roost", "coil"],
|
|
947
951
|
},
|
|
948
952
|
gligar: {
|
|
@@ -950,7 +954,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
950
954
|
},
|
|
951
955
|
gliscor: {
|
|
952
956
|
tier: "OU",
|
|
953
|
-
doublesTier: "
|
|
957
|
+
doublesTier: "DUU",
|
|
954
958
|
randomBattleMoves: ["earthquake", "stealthrock", "roost", "knockoff", "uturn", "taunt"],
|
|
955
959
|
},
|
|
956
960
|
snubbull: {
|
|
@@ -958,22 +962,22 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
958
962
|
},
|
|
959
963
|
granbull: {
|
|
960
964
|
tier: "UU",
|
|
961
|
-
doublesTier: "
|
|
965
|
+
doublesTier: "DUU",
|
|
962
966
|
randomBattleMoves: ["playrough", "earthquake", "crunch", "healbell", "thunderwave"],
|
|
963
967
|
},
|
|
964
968
|
qwilfish: {
|
|
965
|
-
tier: "
|
|
966
|
-
doublesTier: "
|
|
969
|
+
tier: "RU",
|
|
970
|
+
doublesTier: "DUU",
|
|
967
971
|
randomBattleMoves: ["destinybond", "waterfall", "poisonjab", "spikes", "toxicspikes", "thunderwave"],
|
|
968
972
|
},
|
|
969
973
|
shuckle: {
|
|
970
|
-
tier: "
|
|
971
|
-
doublesTier: "
|
|
974
|
+
tier: "RU",
|
|
975
|
+
doublesTier: "DUU",
|
|
972
976
|
randomBattleMoves: ["knockoff", "stealthrock", "stickyweb", "toxic"],
|
|
973
977
|
},
|
|
974
978
|
heracross: {
|
|
975
979
|
tier: "UU",
|
|
976
|
-
doublesTier: "
|
|
980
|
+
doublesTier: "DUU",
|
|
977
981
|
randomBattleMoves: ["facade", "megahorn", "closecombat", "throatchop", "stoneedge"],
|
|
978
982
|
},
|
|
979
983
|
sneasel: {
|
|
@@ -988,16 +992,16 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
988
992
|
tier: "LC",
|
|
989
993
|
},
|
|
990
994
|
ursaring: {
|
|
991
|
-
tier: "
|
|
992
|
-
doublesTier: "
|
|
995
|
+
tier: "RU",
|
|
996
|
+
doublesTier: "DUU",
|
|
993
997
|
randomBattleMoves: ["closecombat", "crunch", "protect", "facade", "swordsdance"],
|
|
994
998
|
},
|
|
995
999
|
slugma: {
|
|
996
1000
|
tier: "LC",
|
|
997
1001
|
},
|
|
998
1002
|
magcargo: {
|
|
999
|
-
tier: "
|
|
1000
|
-
doublesTier: "
|
|
1003
|
+
tier: "RU",
|
|
1004
|
+
doublesTier: "DUU",
|
|
1001
1005
|
randomBattleMoves: ["fireblast", "ancientpower", "earthpower", "shellsmash", "recover", "stealthrock", "lavaplume"],
|
|
1002
1006
|
},
|
|
1003
1007
|
swinub: {
|
|
@@ -1012,65 +1016,65 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1012
1016
|
randomBattleMoves: ["earthquake", "iciclecrash", "iceshard", "stealthrock", "stoneedge"],
|
|
1013
1017
|
},
|
|
1014
1018
|
corsola: {
|
|
1015
|
-
tier: "
|
|
1016
|
-
doublesTier: "
|
|
1019
|
+
tier: "RU",
|
|
1020
|
+
doublesTier: "DUU",
|
|
1017
1021
|
randomBattleMoves: ["recover", "scald", "powergem", "stealthrock", "icebeam"],
|
|
1018
1022
|
},
|
|
1019
1023
|
remoraid: {
|
|
1020
1024
|
tier: "LC",
|
|
1021
1025
|
},
|
|
1022
1026
|
octillery: {
|
|
1023
|
-
tier: "
|
|
1024
|
-
doublesTier: "
|
|
1027
|
+
tier: "RU",
|
|
1028
|
+
doublesTier: "DUU",
|
|
1025
1029
|
randomBattleMoves: ["energyball", "fireblast", "hydropump", "gunkshot", "icebeam", "protect"],
|
|
1026
1030
|
},
|
|
1027
1031
|
delibird: {
|
|
1028
|
-
tier: "
|
|
1029
|
-
doublesTier: "
|
|
1032
|
+
tier: "RU",
|
|
1033
|
+
doublesTier: "DUU",
|
|
1030
1034
|
randomBattleMoves: ["destinybond", "freezedry", "rapidspin", "spikes"],
|
|
1031
1035
|
},
|
|
1032
1036
|
mantyke: {
|
|
1033
1037
|
tier: "LC",
|
|
1034
1038
|
},
|
|
1035
1039
|
mantine: {
|
|
1036
|
-
tier: "
|
|
1037
|
-
doublesTier: "
|
|
1040
|
+
tier: "RU",
|
|
1041
|
+
doublesTier: "DUU",
|
|
1038
1042
|
randomBattleMoves: ["scald", "icebeam", "defog", "roost"],
|
|
1039
1043
|
},
|
|
1040
1044
|
skarmory: {
|
|
1041
1045
|
tier: "OU",
|
|
1042
|
-
doublesTier: "
|
|
1046
|
+
doublesTier: "DUU",
|
|
1043
1047
|
randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind"],
|
|
1044
1048
|
},
|
|
1045
1049
|
houndour: {
|
|
1046
1050
|
tier: "LC",
|
|
1047
1051
|
},
|
|
1048
1052
|
houndoom: {
|
|
1049
|
-
tier: "
|
|
1050
|
-
doublesTier: "
|
|
1053
|
+
tier: "RU",
|
|
1054
|
+
doublesTier: "DUU",
|
|
1051
1055
|
randomBattleMoves: ["nastyplot", "darkpulse", "fireblast", "suckerpunch"],
|
|
1052
1056
|
},
|
|
1053
1057
|
phanpy: {
|
|
1054
1058
|
tier: "LC",
|
|
1055
1059
|
},
|
|
1056
1060
|
donphan: {
|
|
1057
|
-
tier: "
|
|
1058
|
-
doublesTier: "
|
|
1059
|
-
randomBattleMoves: ["stealthrock", "earthquake", "rapidspin", "stoneedge", "iceshard"],
|
|
1061
|
+
tier: "OU",
|
|
1062
|
+
doublesTier: "DUU",
|
|
1063
|
+
randomBattleMoves: ["stealthrock", "earthquake", "rapidspin", "stoneedge", "iceshard", "knockoff"],
|
|
1060
1064
|
},
|
|
1061
1065
|
stantler: {
|
|
1062
|
-
tier: "
|
|
1063
|
-
doublesTier: "
|
|
1066
|
+
tier: "RU",
|
|
1067
|
+
doublesTier: "DUU",
|
|
1064
1068
|
randomBattleMoves: ["doubleedge", "megahorn", "zenheadbutt", "earthquake"],
|
|
1065
1069
|
},
|
|
1066
1070
|
smeargle: {
|
|
1067
|
-
tier: "
|
|
1071
|
+
tier: "RU",
|
|
1068
1072
|
doublesTier: "DUber",
|
|
1069
1073
|
randomBattleMoves: ["stealthrock", "spikes", "spore", "toxicspikes", "stickyweb", "whirlwind"],
|
|
1070
1074
|
},
|
|
1071
1075
|
miltank: {
|
|
1072
|
-
tier: "
|
|
1073
|
-
doublesTier: "
|
|
1076
|
+
tier: "RU",
|
|
1077
|
+
doublesTier: "DUU",
|
|
1074
1078
|
randomBattleMoves: ["bodyslam", "milkdrink", "stealthrock", "curse", "earthquake"],
|
|
1075
1079
|
},
|
|
1076
1080
|
raikou: {
|
|
@@ -1121,8 +1125,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1121
1125
|
tier: "NFE",
|
|
1122
1126
|
},
|
|
1123
1127
|
sceptile: {
|
|
1124
|
-
tier: "
|
|
1125
|
-
doublesTier: "
|
|
1128
|
+
tier: "RU",
|
|
1129
|
+
doublesTier: "DUU",
|
|
1126
1130
|
randomBattleMoves: ["substitute", "leechseed", "leafstorm", "gigadrain", "focusblast", "earthquake", "rockslide"],
|
|
1127
1131
|
},
|
|
1128
1132
|
torchic: {
|
|
@@ -1133,7 +1137,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1133
1137
|
},
|
|
1134
1138
|
blaziken: {
|
|
1135
1139
|
tier: "Uber",
|
|
1136
|
-
doublesTier: "
|
|
1140
|
+
doublesTier: "DUU",
|
|
1137
1141
|
randomBattleMoves: ["swordsdance", "stoneedge", "closecombat", "flareblitz", "earthquake"],
|
|
1138
1142
|
},
|
|
1139
1143
|
mudkip: {
|
|
@@ -1144,23 +1148,23 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1144
1148
|
},
|
|
1145
1149
|
swampert: {
|
|
1146
1150
|
tier: "UU",
|
|
1147
|
-
doublesTier: "
|
|
1151
|
+
doublesTier: "DUU",
|
|
1148
1152
|
randomBattleMoves: ["scald", "earthquake", "stealthrock", "icebeam", "stoneedge"],
|
|
1149
1153
|
},
|
|
1150
1154
|
poochyena: {
|
|
1151
1155
|
tier: "LC",
|
|
1152
1156
|
},
|
|
1153
1157
|
mightyena: {
|
|
1154
|
-
tier: "
|
|
1155
|
-
doublesTier: "
|
|
1158
|
+
tier: "RU",
|
|
1159
|
+
doublesTier: "DUU",
|
|
1156
1160
|
randomBattleMoves: ["suckerpunch", "playrough", "firefang", "crunch", "irontail"],
|
|
1157
1161
|
},
|
|
1158
1162
|
zigzagoon: {
|
|
1159
1163
|
tier: "LC",
|
|
1160
1164
|
},
|
|
1161
1165
|
linoone: {
|
|
1162
|
-
tier: "
|
|
1163
|
-
doublesTier: "
|
|
1166
|
+
tier: "RU",
|
|
1167
|
+
doublesTier: "DUU",
|
|
1164
1168
|
randomBattleMoves: ["bellydrum", "extremespeed", "shadowclaw", "irontail"],
|
|
1165
1169
|
},
|
|
1166
1170
|
wurmple: {
|
|
@@ -1170,16 +1174,16 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1170
1174
|
tier: "NFE",
|
|
1171
1175
|
},
|
|
1172
1176
|
beautifly: {
|
|
1173
|
-
tier: "
|
|
1174
|
-
doublesTier: "
|
|
1177
|
+
tier: "RU",
|
|
1178
|
+
doublesTier: "DUU",
|
|
1175
1179
|
randomBattleMoves: ["quiverdance", "energyball", "bugbuzz", "roost", "aircutter"],
|
|
1176
1180
|
},
|
|
1177
1181
|
cascoon: {
|
|
1178
1182
|
tier: "NFE",
|
|
1179
1183
|
},
|
|
1180
1184
|
dustox: {
|
|
1181
|
-
tier: "
|
|
1182
|
-
doublesTier: "
|
|
1185
|
+
tier: "RU",
|
|
1186
|
+
doublesTier: "DUU",
|
|
1183
1187
|
randomBattleMoves: ["quiverdance", "bugbuzz", "sludgebomb", "roost", "energyball", "toxic"],
|
|
1184
1188
|
},
|
|
1185
1189
|
lotad: {
|
|
@@ -1189,7 +1193,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1189
1193
|
tier: "NFE",
|
|
1190
1194
|
},
|
|
1191
1195
|
ludicolo: {
|
|
1192
|
-
tier: "
|
|
1196
|
+
tier: "RU",
|
|
1193
1197
|
doublesTier: "DOU",
|
|
1194
1198
|
randomBattleMoves: ["gigadrain", "icebeam", "hydropump", "raindance", "scald"],
|
|
1195
1199
|
},
|
|
@@ -1200,23 +1204,23 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1200
1204
|
tier: "NFE",
|
|
1201
1205
|
},
|
|
1202
1206
|
shiftry: {
|
|
1203
|
-
tier: "
|
|
1204
|
-
doublesTier: "
|
|
1207
|
+
tier: "RU",
|
|
1208
|
+
doublesTier: "DUU",
|
|
1205
1209
|
randomBattleMoves: ["swordsdance", "leafblade", "suckerpunch", "fakeout", "nightslash", "brickbreak"],
|
|
1206
1210
|
},
|
|
1207
1211
|
taillow: {
|
|
1208
1212
|
tier: "LC",
|
|
1209
1213
|
},
|
|
1210
1214
|
swellow: {
|
|
1211
|
-
tier: "
|
|
1212
|
-
doublesTier: "
|
|
1215
|
+
tier: "RU",
|
|
1216
|
+
doublesTier: "DUU",
|
|
1213
1217
|
randomBattleMoves: ["bravebird", "facade", "quickattack", "steelwing", "uturn", "roost"],
|
|
1214
1218
|
},
|
|
1215
1219
|
wingull: {
|
|
1216
1220
|
tier: "LC",
|
|
1217
1221
|
},
|
|
1218
1222
|
pelipper: {
|
|
1219
|
-
tier: "
|
|
1223
|
+
tier: "RU",
|
|
1220
1224
|
doublesTier: "DOU",
|
|
1221
1225
|
randomBattleMoves: ["scald", "roost", "defog", "hurricane", "hydropump", "uturn", "icebeam"],
|
|
1222
1226
|
},
|
|
@@ -1232,16 +1236,16 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1232
1236
|
randomBattleMoves: ["calmmind", "psychic", "shadowball", "focusblast", "moonblast", "substitute"],
|
|
1233
1237
|
},
|
|
1234
1238
|
gallade: {
|
|
1235
|
-
tier: "
|
|
1236
|
-
doublesTier: "
|
|
1239
|
+
tier: "RU",
|
|
1240
|
+
doublesTier: "DUU",
|
|
1237
1241
|
randomBattleMoves: ["closecombat", "psychocut", "swordsdance", "knockoff", "earthquake"],
|
|
1238
1242
|
},
|
|
1239
1243
|
surskit: {
|
|
1240
1244
|
tier: "LC",
|
|
1241
1245
|
},
|
|
1242
1246
|
masquerain: {
|
|
1243
|
-
tier: "
|
|
1244
|
-
doublesTier: "
|
|
1247
|
+
tier: "RU",
|
|
1248
|
+
doublesTier: "DUU",
|
|
1245
1249
|
randomBattleMoves: ["quiverdance", "scald", "stickyweb", "airslash", "bugbuzz"],
|
|
1246
1250
|
},
|
|
1247
1251
|
shroomish: {
|
|
@@ -1260,21 +1264,21 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1260
1264
|
randomBattleMoves: ["bulkup", "bodyslam", "earthquake", "slackoff", "playrough", "shadowclaw"],
|
|
1261
1265
|
},
|
|
1262
1266
|
slaking: {
|
|
1263
|
-
tier: "
|
|
1264
|
-
doublesTier: "
|
|
1267
|
+
tier: "RU",
|
|
1268
|
+
doublesTier: "DUU",
|
|
1265
1269
|
randomBattleMoves: ["earthquake", "suckerpunch", "gigaimpact", "playrough", "hammerarm", "bodyslam"],
|
|
1266
1270
|
},
|
|
1267
1271
|
nincada: {
|
|
1268
1272
|
tier: "LC",
|
|
1269
1273
|
},
|
|
1270
1274
|
ninjask: {
|
|
1271
|
-
tier: "
|
|
1272
|
-
doublesTier: "
|
|
1275
|
+
tier: "RU",
|
|
1276
|
+
doublesTier: "DUU",
|
|
1273
1277
|
randomBattleMoves: ["swordsdance", "uturn", "xscissor", "aerialace", "finalgambit"],
|
|
1274
1278
|
},
|
|
1275
1279
|
shedinja: {
|
|
1276
|
-
tier: "
|
|
1277
|
-
doublesTier: "
|
|
1280
|
+
tier: "RU",
|
|
1281
|
+
doublesTier: "DUU",
|
|
1278
1282
|
randomBattleMoves: ["xscissor", "shadowclaw", "shadowsneak", "willowisp"],
|
|
1279
1283
|
},
|
|
1280
1284
|
whismur: {
|
|
@@ -1284,15 +1288,15 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1284
1288
|
tier: "NFE",
|
|
1285
1289
|
},
|
|
1286
1290
|
exploud: {
|
|
1287
|
-
tier: "
|
|
1288
|
-
doublesTier: "
|
|
1291
|
+
tier: "RU",
|
|
1292
|
+
doublesTier: "DUU",
|
|
1289
1293
|
randomBattleMoves: ["focusblast", "fireblast", "boomburst", "surf"],
|
|
1290
1294
|
},
|
|
1291
1295
|
makuhita: {
|
|
1292
1296
|
tier: "LC",
|
|
1293
1297
|
},
|
|
1294
1298
|
hariyama: {
|
|
1295
|
-
tier: "
|
|
1299
|
+
tier: "RU",
|
|
1296
1300
|
doublesTier: "DOU",
|
|
1297
1301
|
randomBattleMoves: ["bulkup", "closecombat", "poisonjab", "stoneedge", "knockoff", "bulletpunch"],
|
|
1298
1302
|
},
|
|
@@ -1300,26 +1304,26 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1300
1304
|
tier: "LC",
|
|
1301
1305
|
},
|
|
1302
1306
|
probopass: {
|
|
1303
|
-
tier: "
|
|
1304
|
-
doublesTier: "
|
|
1307
|
+
tier: "RU",
|
|
1308
|
+
doublesTier: "DUU",
|
|
1305
1309
|
randomBattleMoves: ["flashcannon", "stealthrock", "bodypress", "voltswitch", "thunderwave"],
|
|
1306
1310
|
},
|
|
1307
1311
|
skitty: {
|
|
1308
1312
|
tier: "LC",
|
|
1309
1313
|
},
|
|
1310
1314
|
delcatty: {
|
|
1311
|
-
tier: "
|
|
1312
|
-
doublesTier: "
|
|
1315
|
+
tier: "RU",
|
|
1316
|
+
doublesTier: "DUU",
|
|
1313
1317
|
randomBattleMoves: ["thunderwave", "healbell", "fakeout", "doubleedge", "suckerpunch"],
|
|
1314
1318
|
},
|
|
1315
1319
|
sableye: {
|
|
1316
|
-
tier: "
|
|
1320
|
+
tier: "RU",
|
|
1317
1321
|
doublesTier: "DOU",
|
|
1318
1322
|
randomBattleMoves: ["recover", "taunt", "willowisp", "knockoff", "foulplay"],
|
|
1319
1323
|
},
|
|
1320
1324
|
mawile: {
|
|
1321
|
-
tier: "
|
|
1322
|
-
doublesTier: "
|
|
1325
|
+
tier: "RU",
|
|
1326
|
+
doublesTier: "DUU",
|
|
1323
1327
|
randomBattleMoves: ["swordsdance", "suckerpunch", "ironhead", "playrough", "stealthrock"],
|
|
1324
1328
|
},
|
|
1325
1329
|
aron: {
|
|
@@ -1329,44 +1333,44 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1329
1333
|
tier: "NFE",
|
|
1330
1334
|
},
|
|
1331
1335
|
aggron: {
|
|
1332
|
-
tier: "
|
|
1333
|
-
doublesTier: "
|
|
1336
|
+
tier: "RU",
|
|
1337
|
+
doublesTier: "DUU",
|
|
1334
1338
|
randomBattleMoves: ["headsmash", "earthquake", "superpower", "heavyslam", "rockpolish"],
|
|
1335
1339
|
},
|
|
1336
1340
|
meditite: {
|
|
1337
1341
|
tier: "LC",
|
|
1338
1342
|
},
|
|
1339
1343
|
medicham: {
|
|
1340
|
-
tier: "
|
|
1341
|
-
doublesTier: "
|
|
1344
|
+
tier: "RU",
|
|
1345
|
+
doublesTier: "DUU",
|
|
1342
1346
|
randomBattleMoves: ["fakeout", "highjumpkick", "bulletpunch", "zenheadbutt", "recover", "icepunch"],
|
|
1343
1347
|
},
|
|
1344
1348
|
electrike: {
|
|
1345
1349
|
tier: "LC",
|
|
1346
1350
|
},
|
|
1347
1351
|
manectric: {
|
|
1348
|
-
tier: "
|
|
1349
|
-
doublesTier: "
|
|
1352
|
+
tier: "RU",
|
|
1353
|
+
doublesTier: "DUU",
|
|
1350
1354
|
randomBattleMoves: ["switcheroo", "thunderbolt", "overheat", "voltswitch"],
|
|
1351
1355
|
},
|
|
1352
1356
|
plusle: {
|
|
1353
|
-
tier: "
|
|
1354
|
-
doublesTier: "
|
|
1357
|
+
tier: "RU",
|
|
1358
|
+
doublesTier: "DUU",
|
|
1355
1359
|
randomBattleMoves: ["thunderbolt", "voltswitch", "grassknot", "nastyplot", "nuzzle"],
|
|
1356
1360
|
},
|
|
1357
1361
|
minun: {
|
|
1358
|
-
tier: "
|
|
1359
|
-
doublesTier: "
|
|
1362
|
+
tier: "RU",
|
|
1363
|
+
doublesTier: "DUU",
|
|
1360
1364
|
randomBattleMoves: ["thunderbolt", "voltswitch", "grassknot", "nastyplot", "nuzzle", "switcheroo"],
|
|
1361
1365
|
},
|
|
1362
1366
|
volbeat: {
|
|
1363
|
-
tier: "
|
|
1364
|
-
doublesTier: "
|
|
1367
|
+
tier: "RU",
|
|
1368
|
+
doublesTier: "DUU",
|
|
1365
1369
|
randomBattleMoves: ["encore", "roost", "thunderwave", "uturn"],
|
|
1366
1370
|
},
|
|
1367
1371
|
illumise: {
|
|
1368
|
-
tier: "
|
|
1369
|
-
doublesTier: "
|
|
1372
|
+
tier: "RU",
|
|
1373
|
+
doublesTier: "DUU",
|
|
1370
1374
|
randomBattleMoves: ["encore", "roost", "thunderwave", "wish", "bugbuzz"],
|
|
1371
1375
|
},
|
|
1372
1376
|
budew: {
|
|
@@ -1377,39 +1381,39 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1377
1381
|
},
|
|
1378
1382
|
roserade: {
|
|
1379
1383
|
tier: "UU",
|
|
1380
|
-
doublesTier: "
|
|
1384
|
+
doublesTier: "DUU",
|
|
1381
1385
|
randomBattleMoves: ["gigadrain", "leafstorm", "sleeppowder", "sludgebomb", "spikes", "toxicspikes"],
|
|
1382
1386
|
},
|
|
1383
1387
|
gulpin: {
|
|
1384
1388
|
tier: "LC",
|
|
1385
1389
|
},
|
|
1386
1390
|
swalot: {
|
|
1387
|
-
tier: "
|
|
1388
|
-
doublesTier: "
|
|
1391
|
+
tier: "RU",
|
|
1392
|
+
doublesTier: "DUU",
|
|
1389
1393
|
randomBattleMoves: ["gunkshot", "earthquake", "toxic", "painsplit", "encore"],
|
|
1390
1394
|
},
|
|
1391
1395
|
carvanha: {
|
|
1392
1396
|
tier: "LC",
|
|
1393
1397
|
},
|
|
1394
1398
|
sharpedo: {
|
|
1395
|
-
tier: "
|
|
1396
|
-
doublesTier: "
|
|
1399
|
+
tier: "RU",
|
|
1400
|
+
doublesTier: "DUU",
|
|
1397
1401
|
randomBattleMoves: ["earthquake", "liquidation", "crunch", "aquajet", "protect"],
|
|
1398
1402
|
},
|
|
1399
1403
|
wailmer: {
|
|
1400
1404
|
tier: "LC",
|
|
1401
1405
|
},
|
|
1402
1406
|
wailord: {
|
|
1403
|
-
tier: "
|
|
1404
|
-
doublesTier: "
|
|
1407
|
+
tier: "RU",
|
|
1408
|
+
doublesTier: "DUU",
|
|
1405
1409
|
randomBattleMoves: ["icebeam", "scald", "clearsmog", "waterspout"],
|
|
1406
1410
|
},
|
|
1407
1411
|
numel: {
|
|
1408
1412
|
tier: "LC",
|
|
1409
1413
|
},
|
|
1410
1414
|
camerupt: {
|
|
1411
|
-
tier: "
|
|
1412
|
-
doublesTier: "
|
|
1415
|
+
tier: "RU",
|
|
1416
|
+
doublesTier: "DUU",
|
|
1413
1417
|
randomBattleMoves: ["stealthrock", "earthpower", "lavaplume", "fireblast", "explosion"],
|
|
1414
1418
|
},
|
|
1415
1419
|
torkoal: {
|
|
@@ -1421,13 +1425,13 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1421
1425
|
tier: "LC",
|
|
1422
1426
|
},
|
|
1423
1427
|
grumpig: {
|
|
1424
|
-
tier: "
|
|
1425
|
-
doublesTier: "
|
|
1428
|
+
tier: "RU",
|
|
1429
|
+
doublesTier: "DUU",
|
|
1426
1430
|
randomBattleMoves: ["nastyplot", "psyshock", "focusblast", "shadowball"],
|
|
1427
1431
|
},
|
|
1428
1432
|
spinda: {
|
|
1429
|
-
tier: "
|
|
1430
|
-
doublesTier: "
|
|
1433
|
+
tier: "RU",
|
|
1434
|
+
doublesTier: "DUU",
|
|
1431
1435
|
randomBattleMoves: ["encore", "fakeout", "rapidspin", "bodyslam", "suckerpunch"],
|
|
1432
1436
|
},
|
|
1433
1437
|
trapinch: {
|
|
@@ -1438,51 +1442,51 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1438
1442
|
},
|
|
1439
1443
|
flygon: {
|
|
1440
1444
|
tier: "UU",
|
|
1441
|
-
doublesTier: "
|
|
1445
|
+
doublesTier: "DUU",
|
|
1442
1446
|
randomBattleMoves: ["earthquake", "uturn", "dragondance", "outrage", "superpower"],
|
|
1443
1447
|
},
|
|
1444
1448
|
cacnea: {
|
|
1445
1449
|
tier: "LC",
|
|
1446
1450
|
},
|
|
1447
1451
|
cacturne: {
|
|
1448
|
-
tier: "
|
|
1449
|
-
doublesTier: "
|
|
1452
|
+
tier: "RU",
|
|
1453
|
+
doublesTier: "DUU",
|
|
1450
1454
|
randomBattleMoves: ["swordsdance", "suckerpunch", "seedbomb", "drainpunch", "poisonjab"],
|
|
1451
1455
|
},
|
|
1452
1456
|
swablu: {
|
|
1453
1457
|
tier: "LC",
|
|
1454
1458
|
},
|
|
1455
1459
|
altaria: {
|
|
1456
|
-
tier: "
|
|
1457
|
-
doublesTier: "
|
|
1460
|
+
tier: "RU",
|
|
1461
|
+
doublesTier: "DUU",
|
|
1458
1462
|
randomBattleMoves: ["roost", "dracometeor", "fireblast", "haze", "hurricane"],
|
|
1459
1463
|
},
|
|
1460
1464
|
zangoose: {
|
|
1461
|
-
tier: "
|
|
1462
|
-
doublesTier: "
|
|
1465
|
+
tier: "RU",
|
|
1466
|
+
doublesTier: "DUU",
|
|
1463
1467
|
randomBattleMoves: ["swordsdance", "closecombat", "quickattack", "facade", "shadowclaw"],
|
|
1464
1468
|
},
|
|
1465
1469
|
seviper: {
|
|
1466
|
-
tier: "
|
|
1467
|
-
doublesTier: "
|
|
1470
|
+
tier: "RU",
|
|
1471
|
+
doublesTier: "DUU",
|
|
1468
1472
|
randomBattleMoves: ["sludgebomb", "flamethrower", "earthquake", "glare", "crunch", "gigadrain", "switcheroo"],
|
|
1469
1473
|
},
|
|
1470
1474
|
lunatone: {
|
|
1471
|
-
tier: "
|
|
1472
|
-
doublesTier: "
|
|
1475
|
+
tier: "RU",
|
|
1476
|
+
doublesTier: "DUU",
|
|
1473
1477
|
randomBattleMoves: ["nastyplot", "psyshock", "moonblast", "stealthrock", "icebeam"],
|
|
1474
1478
|
},
|
|
1475
1479
|
solrock: {
|
|
1476
|
-
tier: "
|
|
1477
|
-
doublesTier: "
|
|
1480
|
+
tier: "RU",
|
|
1481
|
+
doublesTier: "DUU",
|
|
1478
1482
|
randomBattleMoves: ["earthquake", "explosion", "stoneedge", "stealthrock", "willowisp"],
|
|
1479
1483
|
},
|
|
1480
1484
|
barboach: {
|
|
1481
1485
|
tier: "LC",
|
|
1482
1486
|
},
|
|
1483
1487
|
whiscash: {
|
|
1484
|
-
tier: "
|
|
1485
|
-
doublesTier: "
|
|
1488
|
+
tier: "RU",
|
|
1489
|
+
doublesTier: "DUU",
|
|
1486
1490
|
randomBattleMoves: ["dragondance", "earthquake", "waterfall", "stoneedge"],
|
|
1487
1491
|
},
|
|
1488
1492
|
corphish: {
|
|
@@ -1490,31 +1494,31 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1490
1494
|
},
|
|
1491
1495
|
crawdaunt: {
|
|
1492
1496
|
tier: "OU",
|
|
1493
|
-
doublesTier: "
|
|
1497
|
+
doublesTier: "DUU",
|
|
1494
1498
|
randomBattleMoves: ["knockoff", "dragondance", "superpower", "crabhammer", "aquajet"],
|
|
1495
1499
|
},
|
|
1496
1500
|
baltoy: {
|
|
1497
1501
|
tier: "LC",
|
|
1498
1502
|
},
|
|
1499
1503
|
claydol: {
|
|
1500
|
-
tier: "
|
|
1501
|
-
doublesTier: "
|
|
1504
|
+
tier: "RU",
|
|
1505
|
+
doublesTier: "DUU",
|
|
1502
1506
|
randomBattleMoves: ["earthquake", "psychic", "icebeam", "rapidspin", "stealthrock"],
|
|
1503
1507
|
},
|
|
1504
1508
|
lileep: {
|
|
1505
1509
|
tier: "LC",
|
|
1506
1510
|
},
|
|
1507
1511
|
cradily: {
|
|
1508
|
-
tier: "
|
|
1509
|
-
doublesTier: "
|
|
1512
|
+
tier: "RU",
|
|
1513
|
+
doublesTier: "DUU",
|
|
1510
1514
|
randomBattleMoves: ["gigadrain", "recover", "stealthrock", "stoneedge"],
|
|
1511
1515
|
},
|
|
1512
1516
|
anorith: {
|
|
1513
1517
|
tier: "LC",
|
|
1514
1518
|
},
|
|
1515
1519
|
armaldo: {
|
|
1516
|
-
tier: "
|
|
1517
|
-
doublesTier: "
|
|
1520
|
+
tier: "RU",
|
|
1521
|
+
doublesTier: "DUU",
|
|
1518
1522
|
randomBattleMoves: ["stoneedge", "rapidspin", "stealthrock", "knockoff", "aquajet", "xscissor"],
|
|
1519
1523
|
},
|
|
1520
1524
|
feebas: {
|
|
@@ -1526,21 +1530,21 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1526
1530
|
randomBattleMoves: ["scald", "rest", "sleeptalk", "icebeam", "dragontail"],
|
|
1527
1531
|
},
|
|
1528
1532
|
castform: {
|
|
1529
|
-
tier: "
|
|
1530
|
-
doublesTier: "
|
|
1533
|
+
tier: "RU",
|
|
1534
|
+
doublesTier: "DUU",
|
|
1531
1535
|
randomBattleMoves: ["icebeam", "flamethrower", "thunderbolt", "scald"],
|
|
1532
1536
|
},
|
|
1533
1537
|
kecleon: {
|
|
1534
|
-
tier: "
|
|
1535
|
-
doublesTier: "
|
|
1538
|
+
tier: "RU",
|
|
1539
|
+
doublesTier: "DUU",
|
|
1536
1540
|
randomBattleMoves: ["fakeout", "stealthrock", "drainpunch", "thunderwave", "shadowsneak"],
|
|
1537
1541
|
},
|
|
1538
1542
|
shuppet: {
|
|
1539
1543
|
tier: "LC",
|
|
1540
1544
|
},
|
|
1541
1545
|
banette: {
|
|
1542
|
-
tier: "
|
|
1543
|
-
doublesTier: "
|
|
1546
|
+
tier: "RU",
|
|
1547
|
+
doublesTier: "DUU",
|
|
1544
1548
|
randomBattleMoves: ["shadowclaw", "willowisp", "destinybond", "shadowsneak", "knockoff"],
|
|
1545
1549
|
},
|
|
1546
1550
|
duskull: {
|
|
@@ -1550,39 +1554,39 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1550
1554
|
tier: "NFE",
|
|
1551
1555
|
},
|
|
1552
1556
|
dusknoir: {
|
|
1553
|
-
tier: "
|
|
1554
|
-
doublesTier: "
|
|
1557
|
+
tier: "RU",
|
|
1558
|
+
doublesTier: "DUU",
|
|
1555
1559
|
randomBattleMoves: ["shadowpunch", "icepunch", "shadowsneak", "earthquake", "willowisp", "painsplit"],
|
|
1556
1560
|
},
|
|
1557
1561
|
tropius: {
|
|
1558
|
-
tier: "
|
|
1559
|
-
doublesTier: "
|
|
1562
|
+
tier: "RU",
|
|
1563
|
+
doublesTier: "DUU",
|
|
1560
1564
|
randomBattleMoves: ["dragondance", "leafblade", "aerialace", "roost", "earthquake"],
|
|
1561
1565
|
},
|
|
1562
1566
|
chingling: {
|
|
1563
1567
|
tier: "LC",
|
|
1564
1568
|
},
|
|
1565
1569
|
chimecho: {
|
|
1566
|
-
tier: "
|
|
1567
|
-
doublesTier: "
|
|
1570
|
+
tier: "RU",
|
|
1571
|
+
doublesTier: "DUU",
|
|
1568
1572
|
randomBattleMoves: ["psychic", "lightscreen", "reflect", "thunderwave", "recover", "healingwish"],
|
|
1569
1573
|
},
|
|
1570
1574
|
absol: {
|
|
1571
|
-
tier: "
|
|
1572
|
-
doublesTier: "
|
|
1575
|
+
tier: "RU",
|
|
1576
|
+
doublesTier: "DUU",
|
|
1573
1577
|
randomBattleMoves: ["knockoff", "suckerpunch", "swordsdance", "playrough"],
|
|
1574
1578
|
},
|
|
1575
1579
|
snorunt: {
|
|
1576
1580
|
tier: "LC",
|
|
1577
1581
|
},
|
|
1578
1582
|
glalie: {
|
|
1579
|
-
tier: "
|
|
1580
|
-
doublesTier: "
|
|
1583
|
+
tier: "RU",
|
|
1584
|
+
doublesTier: "DUU",
|
|
1581
1585
|
randomBattleMoves: ["protect", "substitute", "disable", "freezedry", "earthquake"],
|
|
1582
1586
|
},
|
|
1583
1587
|
froslass: {
|
|
1584
|
-
tier: "
|
|
1585
|
-
doublesTier: "
|
|
1588
|
+
tier: "RU",
|
|
1589
|
+
doublesTier: "DUU",
|
|
1586
1590
|
randomBattleMoves: ["icebeam", "shadowball", "willowisp", "destinybond", "taunt", "spikes"],
|
|
1587
1591
|
},
|
|
1588
1592
|
spheal: {
|
|
@@ -1592,31 +1596,31 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1592
1596
|
tier: "NFE",
|
|
1593
1597
|
},
|
|
1594
1598
|
walrein: {
|
|
1595
|
-
tier: "
|
|
1596
|
-
doublesTier: "
|
|
1599
|
+
tier: "RU",
|
|
1600
|
+
doublesTier: "DUU",
|
|
1597
1601
|
randomBattleMoves: ["surf", "icebeam", "rest", "sleeptalk"],
|
|
1598
1602
|
},
|
|
1599
1603
|
clamperl: {
|
|
1600
1604
|
tier: "LC",
|
|
1601
1605
|
},
|
|
1602
1606
|
huntail: {
|
|
1603
|
-
tier: "
|
|
1604
|
-
doublesTier: "
|
|
1607
|
+
tier: "RU",
|
|
1608
|
+
doublesTier: "DUU",
|
|
1605
1609
|
randomBattleMoves: ["shellsmash", "waterfall", "crunch", "icebeam"],
|
|
1606
1610
|
},
|
|
1607
1611
|
gorebyss: {
|
|
1608
|
-
tier: "
|
|
1609
|
-
doublesTier: "
|
|
1612
|
+
tier: "RU",
|
|
1613
|
+
doublesTier: "DUU",
|
|
1610
1614
|
randomBattleMoves: ["shellsmash", "hydropump", "icebeam", "psychic"],
|
|
1611
1615
|
},
|
|
1612
1616
|
relicanth: {
|
|
1613
|
-
tier: "
|
|
1614
|
-
doublesTier: "
|
|
1617
|
+
tier: "RU",
|
|
1618
|
+
doublesTier: "DUU",
|
|
1615
1619
|
randomBattleMoves: ["headsmash", "stealthrock", "waterfall", "earthquake", "doubleedge", "yawn"],
|
|
1616
1620
|
},
|
|
1617
1621
|
luvdisc: {
|
|
1618
|
-
tier: "
|
|
1619
|
-
doublesTier: "
|
|
1622
|
+
tier: "RU",
|
|
1623
|
+
doublesTier: "DUU",
|
|
1620
1624
|
randomBattleMoves: ["scald", "icebeam", "sweetkiss", "charm"],
|
|
1621
1625
|
},
|
|
1622
1626
|
bagon: {
|
|
@@ -1626,7 +1630,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1626
1630
|
tier: "NFE",
|
|
1627
1631
|
},
|
|
1628
1632
|
salamence: {
|
|
1629
|
-
tier: "
|
|
1633
|
+
tier: "UUBL",
|
|
1630
1634
|
doublesTier: "DOU",
|
|
1631
1635
|
randomBattleMoves: ["dragondance", "earthquake", "outrage", "stoneedge", "roost", "aerialace"],
|
|
1632
1636
|
},
|
|
@@ -1638,27 +1642,27 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1638
1642
|
},
|
|
1639
1643
|
metagross: {
|
|
1640
1644
|
tier: "UU",
|
|
1641
|
-
doublesTier: "
|
|
1645
|
+
doublesTier: "DUU",
|
|
1642
1646
|
randomBattleMoves: ["meteormash", "zenheadbutt", "agility", "earthquake", "bulletpunch", "explosion"],
|
|
1643
1647
|
},
|
|
1644
1648
|
regirock: {
|
|
1645
|
-
tier: "
|
|
1646
|
-
doublesTier: "
|
|
1649
|
+
tier: "RU",
|
|
1650
|
+
doublesTier: "DUU",
|
|
1647
1651
|
randomBattleMoves: ["stoneedge", "stealthrock", "earthquake", "curse", "rest", "drainpunch"],
|
|
1648
1652
|
},
|
|
1649
1653
|
regice: {
|
|
1650
|
-
tier: "
|
|
1651
|
-
doublesTier: "
|
|
1654
|
+
tier: "RU",
|
|
1655
|
+
doublesTier: "DUU",
|
|
1652
1656
|
randomBattleMoves: ["icebeam", "thunderbolt", "rockpolish", "rest", "sleeptalk", "focusblast"],
|
|
1653
1657
|
},
|
|
1654
1658
|
registeel: {
|
|
1655
1659
|
tier: "UU",
|
|
1656
|
-
doublesTier: "
|
|
1660
|
+
doublesTier: "DUU",
|
|
1657
1661
|
randomBattleMoves: ["stealthrock", "ironhead", "curse", "rest", "sleeptalk"],
|
|
1658
1662
|
},
|
|
1659
1663
|
latias: {
|
|
1660
1664
|
tier: "OU",
|
|
1661
|
-
doublesTier: "
|
|
1665
|
+
doublesTier: "DUU",
|
|
1662
1666
|
randomBattleMoves: ["calmmind", "roost", "psychic", "dracometeor", "healingwish", "surf"],
|
|
1663
1667
|
},
|
|
1664
1668
|
latios: {
|
|
@@ -1683,7 +1687,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1683
1687
|
},
|
|
1684
1688
|
jirachi: {
|
|
1685
1689
|
tier: "OU",
|
|
1686
|
-
doublesTier: "
|
|
1690
|
+
doublesTier: "DUU",
|
|
1687
1691
|
randomBattleMoves: ["uturn", "stealthrock", "thunderwave", "healingwish", "zenheadbutt"],
|
|
1688
1692
|
},
|
|
1689
1693
|
deoxys: {
|
|
@@ -1713,8 +1717,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1713
1717
|
tier: "NFE",
|
|
1714
1718
|
},
|
|
1715
1719
|
torterra: {
|
|
1716
|
-
tier: "
|
|
1717
|
-
doublesTier: "
|
|
1720
|
+
tier: "RU",
|
|
1721
|
+
doublesTier: "DUU",
|
|
1718
1722
|
randomBattleMoves: ["earthquake", "stealthrock", "woodhammer", "stoneedge", "synthesis", "rockpolish"],
|
|
1719
1723
|
},
|
|
1720
1724
|
chimchar: {
|
|
@@ -1736,7 +1740,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1736
1740
|
},
|
|
1737
1741
|
empoleon: {
|
|
1738
1742
|
tier: "OU",
|
|
1739
|
-
doublesTier: "
|
|
1743
|
+
doublesTier: "DUU",
|
|
1740
1744
|
randomBattleMoves: ["scald", "stealthrock", "icebeam", "flashcannon", "agility", "defog"],
|
|
1741
1745
|
},
|
|
1742
1746
|
starly: {
|
|
@@ -1747,23 +1751,23 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1747
1751
|
},
|
|
1748
1752
|
staraptor: {
|
|
1749
1753
|
tier: "OU",
|
|
1750
|
-
doublesTier: "
|
|
1754
|
+
doublesTier: "DUU",
|
|
1751
1755
|
randomBattleMoves: ["bravebird", "doubleedge", "closecombat", "uturn", "quickattack"],
|
|
1752
1756
|
},
|
|
1753
1757
|
bidoof: {
|
|
1754
1758
|
tier: "LC",
|
|
1755
1759
|
},
|
|
1756
1760
|
bibarel: {
|
|
1757
|
-
tier: "
|
|
1758
|
-
doublesTier: "
|
|
1761
|
+
tier: "RU",
|
|
1762
|
+
doublesTier: "DUU",
|
|
1759
1763
|
randomBattleMoves: ["curse", "quickattack", "aquajet", "rest", "aquatail"],
|
|
1760
1764
|
},
|
|
1761
1765
|
kricketot: {
|
|
1762
1766
|
tier: "LC",
|
|
1763
1767
|
},
|
|
1764
1768
|
kricketune: {
|
|
1765
|
-
tier: "
|
|
1766
|
-
doublesTier: "
|
|
1769
|
+
tier: "RU",
|
|
1770
|
+
doublesTier: "DUU",
|
|
1767
1771
|
randomBattleMoves: ["bugbite", "stickyweb", "nightslash", "brickbreak"],
|
|
1768
1772
|
},
|
|
1769
1773
|
shinx: {
|
|
@@ -1773,83 +1777,83 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1773
1777
|
tier: "NFE",
|
|
1774
1778
|
},
|
|
1775
1779
|
luxray: {
|
|
1776
|
-
tier: "
|
|
1777
|
-
doublesTier: "
|
|
1780
|
+
tier: "RU",
|
|
1781
|
+
doublesTier: "DUU",
|
|
1778
1782
|
randomBattleMoves: ["wildcharge", "facade", "voltswitch", "crunch"],
|
|
1779
1783
|
},
|
|
1780
1784
|
cranidos: {
|
|
1781
1785
|
tier: "LC",
|
|
1782
1786
|
},
|
|
1783
1787
|
rampardos: {
|
|
1784
|
-
tier: "
|
|
1785
|
-
doublesTier: "
|
|
1786
|
-
randomBattleMoves: ["headsmash", "zenheadbutt", "stealthrock", "crunch", "rockpolish"],
|
|
1788
|
+
tier: "RU",
|
|
1789
|
+
doublesTier: "DUU",
|
|
1790
|
+
randomBattleMoves: ["headsmash", "zenheadbutt", "stealthrock", "crunch", "rockpolish", "earthquake"],
|
|
1787
1791
|
},
|
|
1788
1792
|
shieldon: {
|
|
1789
1793
|
tier: "LC",
|
|
1790
1794
|
},
|
|
1791
1795
|
bastiodon: {
|
|
1792
|
-
tier: "
|
|
1793
|
-
doublesTier: "
|
|
1796
|
+
tier: "RU",
|
|
1797
|
+
doublesTier: "DUU",
|
|
1794
1798
|
randomBattleMoves: ["rockblast", "stealthrock", "roar", "metalburst"],
|
|
1795
1799
|
},
|
|
1796
1800
|
burmy: {
|
|
1797
1801
|
tier: "LC",
|
|
1798
1802
|
},
|
|
1799
1803
|
wormadam: {
|
|
1800
|
-
tier: "
|
|
1801
|
-
doublesTier: "
|
|
1804
|
+
tier: "RU",
|
|
1805
|
+
doublesTier: "DUU",
|
|
1802
1806
|
randomBattleMoves: ["bugbuzz", "psychic", "shadowball", "quiverdance", "leafstorm"],
|
|
1803
1807
|
},
|
|
1804
1808
|
wormadamsandy: {
|
|
1805
|
-
tier: "
|
|
1806
|
-
doublesTier: "
|
|
1809
|
+
tier: "RU",
|
|
1810
|
+
doublesTier: "DUU",
|
|
1807
1811
|
randomBattleMoves: ["bugbuzz", "earthquake", "rockblast", "stealthrock"],
|
|
1808
1812
|
},
|
|
1809
1813
|
wormadamtrash: {
|
|
1810
|
-
tier: "
|
|
1811
|
-
doublesTier: "
|
|
1814
|
+
tier: "RU",
|
|
1815
|
+
doublesTier: "DUU",
|
|
1812
1816
|
randomBattleMoves: ["bugbuzz", "gigadrain", "flashcannon", "quiverdance", "stealthrock"],
|
|
1813
1817
|
},
|
|
1814
1818
|
mothim: {
|
|
1815
|
-
tier: "
|
|
1816
|
-
doublesTier: "
|
|
1819
|
+
tier: "RU",
|
|
1820
|
+
doublesTier: "DUU",
|
|
1817
1821
|
randomBattleMoves: ["quiverdance", "airslash", "bugbuzz", "roost", "energyball"],
|
|
1818
1822
|
},
|
|
1819
1823
|
combee: {
|
|
1820
1824
|
tier: "LC",
|
|
1821
1825
|
},
|
|
1822
1826
|
vespiquen: {
|
|
1823
|
-
tier: "
|
|
1824
|
-
doublesTier: "
|
|
1827
|
+
tier: "RU",
|
|
1828
|
+
doublesTier: "DUU",
|
|
1825
1829
|
randomBattleMoves: ["attackorder", "uturn", "roost", "toxic", "substitute"],
|
|
1826
1830
|
},
|
|
1827
1831
|
pachirisu: {
|
|
1828
|
-
tier: "
|
|
1829
|
-
doublesTier: "
|
|
1832
|
+
tier: "RU",
|
|
1833
|
+
doublesTier: "DUU",
|
|
1830
1834
|
randomBattleMoves: ["nuzzle", "thunderbolt", "superfang", "uturn"],
|
|
1831
1835
|
},
|
|
1832
1836
|
buizel: {
|
|
1833
1837
|
tier: "LC",
|
|
1834
1838
|
},
|
|
1835
1839
|
floatzel: {
|
|
1836
|
-
tier: "
|
|
1837
|
-
doublesTier: "
|
|
1840
|
+
tier: "RU",
|
|
1841
|
+
doublesTier: "DUU",
|
|
1838
1842
|
randomBattleMoves: ["aquajet", "waterfall", "brickbreak", "bulkup", "taunt", "substitute"],
|
|
1839
1843
|
},
|
|
1840
1844
|
cherubi: {
|
|
1841
1845
|
tier: "LC",
|
|
1842
1846
|
},
|
|
1843
1847
|
cherrim: {
|
|
1844
|
-
tier: "
|
|
1845
|
-
doublesTier: "
|
|
1848
|
+
tier: "RU",
|
|
1849
|
+
doublesTier: "DUU",
|
|
1846
1850
|
randomBattleMoves: ["dazzlinggleam", "petaldance", "healingwish", "gigadrain"],
|
|
1847
1851
|
},
|
|
1848
1852
|
shellos: {
|
|
1849
1853
|
tier: "LC",
|
|
1850
1854
|
},
|
|
1851
1855
|
gastrodon: {
|
|
1852
|
-
tier: "
|
|
1856
|
+
tier: "RU",
|
|
1853
1857
|
doublesTier: "DOU",
|
|
1854
1858
|
randomBattleMoves: ["earthquake", "scald", "recover", "icebeam"],
|
|
1855
1859
|
},
|
|
@@ -1857,32 +1861,32 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1857
1861
|
tier: "LC",
|
|
1858
1862
|
},
|
|
1859
1863
|
drifblim: {
|
|
1860
|
-
tier: "
|
|
1861
|
-
doublesTier: "
|
|
1864
|
+
tier: "RU",
|
|
1865
|
+
doublesTier: "DUU",
|
|
1862
1866
|
randomBattleMoves: ["calmmind", "shadowball", "strengthsap", "thunderbolt"],
|
|
1863
1867
|
},
|
|
1864
1868
|
buneary: {
|
|
1865
1869
|
tier: "LC",
|
|
1866
1870
|
},
|
|
1867
1871
|
lopunny: {
|
|
1868
|
-
tier: "
|
|
1869
|
-
doublesTier: "
|
|
1872
|
+
tier: "RU",
|
|
1873
|
+
doublesTier: "DUU",
|
|
1870
1874
|
randomBattleMoves: ["highjumpkick", "facade", "healingwish", "switcheroo"],
|
|
1871
1875
|
},
|
|
1872
1876
|
glameow: {
|
|
1873
1877
|
tier: "LC",
|
|
1874
1878
|
},
|
|
1875
1879
|
purugly: {
|
|
1876
|
-
tier: "
|
|
1877
|
-
doublesTier: "
|
|
1880
|
+
tier: "RU",
|
|
1881
|
+
doublesTier: "DUU",
|
|
1878
1882
|
randomBattleMoves: ["fakeout", "quickattack", "suckerpunch", "uturn", "bodyslam"],
|
|
1879
1883
|
},
|
|
1880
1884
|
stunky: {
|
|
1881
1885
|
tier: "LC",
|
|
1882
1886
|
},
|
|
1883
1887
|
skuntank: {
|
|
1884
|
-
tier: "
|
|
1885
|
-
doublesTier: "
|
|
1888
|
+
tier: "RU",
|
|
1889
|
+
doublesTier: "DUU",
|
|
1886
1890
|
randomBattleMoves: ["crunch", "defog", "fireblast", "suckerpunch", "taunt", "poisonjab"],
|
|
1887
1891
|
},
|
|
1888
1892
|
bronzor: {
|
|
@@ -1894,13 +1898,13 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1894
1898
|
randomBattleMoves: ["earthquake", "gyroball", "stealthrock", "psychic"],
|
|
1895
1899
|
},
|
|
1896
1900
|
chatot: {
|
|
1897
|
-
tier: "
|
|
1898
|
-
doublesTier: "
|
|
1901
|
+
tier: "RU",
|
|
1902
|
+
doublesTier: "DUU",
|
|
1899
1903
|
randomBattleMoves: ["boomburst", "chatter", "nastyplot", "uturn", "substitute"],
|
|
1900
1904
|
},
|
|
1901
1905
|
spiritomb: {
|
|
1902
|
-
tier: "
|
|
1903
|
-
doublesTier: "
|
|
1906
|
+
tier: "RU",
|
|
1907
|
+
doublesTier: "DUU",
|
|
1904
1908
|
randomBattleMoves: ["calmmind", "darkpulse", "psychic", "rest", "sleeptalk", "willowisp"],
|
|
1905
1909
|
},
|
|
1906
1910
|
gible: {
|
|
@@ -1919,7 +1923,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1919
1923
|
},
|
|
1920
1924
|
lucario: {
|
|
1921
1925
|
tier: "OU",
|
|
1922
|
-
doublesTier: "
|
|
1926
|
+
doublesTier: "DUU",
|
|
1923
1927
|
randomBattleMoves: ["closecombat", "meteormash", "stoneedge", "extremespeed", "swordsdance"],
|
|
1924
1928
|
},
|
|
1925
1929
|
hippopotas: {
|
|
@@ -1927,7 +1931,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1927
1931
|
},
|
|
1928
1932
|
hippowdon: {
|
|
1929
1933
|
tier: "UU",
|
|
1930
|
-
doublesTier: "
|
|
1934
|
+
doublesTier: "DUU",
|
|
1931
1935
|
randomBattleMoves: ["earthquake", "stoneedge", "stealthrock", "whirlwind", "slackoff"],
|
|
1932
1936
|
},
|
|
1933
1937
|
skorupi: {
|
|
@@ -1935,41 +1939,41 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1935
1939
|
},
|
|
1936
1940
|
drapion: {
|
|
1937
1941
|
tier: "UU",
|
|
1938
|
-
doublesTier: "
|
|
1942
|
+
doublesTier: "DUU",
|
|
1939
1943
|
randomBattleMoves: ["earthquake", "knockoff", "poisonjab", "swordsdance", "toxicspikes", "whirlwind", "taunt"],
|
|
1940
1944
|
},
|
|
1941
1945
|
croagunk: {
|
|
1942
1946
|
tier: "LC",
|
|
1943
1947
|
},
|
|
1944
1948
|
toxicroak: {
|
|
1945
|
-
tier: "
|
|
1946
|
-
doublesTier: "
|
|
1949
|
+
tier: "RU",
|
|
1950
|
+
doublesTier: "DUU",
|
|
1947
1951
|
randomBattleMoves: ["drainpunch", "poisonjab", "suckerpunch", "swordsdance", "substitute"],
|
|
1948
1952
|
},
|
|
1949
1953
|
carnivine: {
|
|
1950
|
-
tier: "
|
|
1951
|
-
doublesTier: "
|
|
1954
|
+
tier: "RU",
|
|
1955
|
+
doublesTier: "DUU",
|
|
1952
1956
|
randomBattleMoves: ["powerwhip", "swordsdance", "sleeppowder", "substitute", "crunch"],
|
|
1953
1957
|
},
|
|
1954
1958
|
finneon: {
|
|
1955
1959
|
tier: "LC",
|
|
1956
1960
|
},
|
|
1957
1961
|
lumineon: {
|
|
1958
|
-
tier: "
|
|
1959
|
-
doublesTier: "
|
|
1962
|
+
tier: "RU",
|
|
1963
|
+
doublesTier: "DUU",
|
|
1960
1964
|
randomBattleMoves: ["defog", "icebeam", "scald", "uturn"],
|
|
1961
1965
|
},
|
|
1962
1966
|
snover: {
|
|
1963
1967
|
tier: "LC",
|
|
1964
1968
|
},
|
|
1965
1969
|
abomasnow: {
|
|
1966
|
-
tier: "
|
|
1970
|
+
tier: "RU",
|
|
1967
1971
|
doublesTier: "DOU",
|
|
1968
1972
|
randomBattleMoves: ["auroraveil", "earthquake", "iceshard", "woodhammer", "blizzard"],
|
|
1969
1973
|
},
|
|
1970
1974
|
rotom: {
|
|
1971
|
-
tier: "
|
|
1972
|
-
doublesTier: "
|
|
1975
|
+
tier: "RU",
|
|
1976
|
+
doublesTier: "DUU",
|
|
1973
1977
|
randomBattleMoves: ["shadowball", "thunderbolt", "voltswitch", "willowisp", "trick", "nastyplot"],
|
|
1974
1978
|
},
|
|
1975
1979
|
rotomheat: {
|
|
@@ -1983,33 +1987,33 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1983
1987
|
randomBattleMoves: ["thunderbolt", "hydropump", "voltswitch", "willowisp", "trick", "nastyplot"],
|
|
1984
1988
|
},
|
|
1985
1989
|
rotomfrost: {
|
|
1986
|
-
tier: "
|
|
1987
|
-
doublesTier: "
|
|
1990
|
+
tier: "RU",
|
|
1991
|
+
doublesTier: "DUU",
|
|
1988
1992
|
randomBattleMoves: ["thunderbolt", "blizzard", "voltswitch", "willowisp", "trick", "nastyplot"],
|
|
1989
1993
|
},
|
|
1990
1994
|
rotomfan: {
|
|
1991
|
-
tier: "
|
|
1992
|
-
doublesTier: "
|
|
1995
|
+
tier: "RU",
|
|
1996
|
+
doublesTier: "DUU",
|
|
1993
1997
|
randomBattleMoves: ["thunderbolt", "airslash", "voltswitch", "willowisp", "trick", "nastyplot"],
|
|
1994
1998
|
},
|
|
1995
1999
|
rotommow: {
|
|
1996
2000
|
tier: "UU",
|
|
1997
|
-
doublesTier: "
|
|
2001
|
+
doublesTier: "DUU",
|
|
1998
2002
|
randomBattleMoves: ["thunderbolt", "leafstorm", "voltswitch", "willowisp", "trick", "nastyplot"],
|
|
1999
2003
|
},
|
|
2000
2004
|
uxie: {
|
|
2001
|
-
tier: "
|
|
2002
|
-
doublesTier: "
|
|
2005
|
+
tier: "RU",
|
|
2006
|
+
doublesTier: "DUU",
|
|
2003
2007
|
randomBattleMoves: ["psychic", "stealthrock", "uturn", "thunderwave", "yawn"],
|
|
2004
2008
|
},
|
|
2005
2009
|
mesprit: {
|
|
2006
|
-
tier: "
|
|
2007
|
-
doublesTier: "
|
|
2010
|
+
tier: "RU",
|
|
2011
|
+
doublesTier: "DUU",
|
|
2008
2012
|
randomBattleMoves: ["psychic", "icebeam", "thunderbolt", "nastyplot", "energyball", "uturn", "healingwish"],
|
|
2009
2013
|
},
|
|
2010
2014
|
azelf: {
|
|
2011
2015
|
tier: "OU",
|
|
2012
|
-
doublesTier: "
|
|
2016
|
+
doublesTier: "DUU",
|
|
2013
2017
|
randomBattleMoves: ["psychic", "nastyplot", "thunderbolt", "fireblast", "dazzlinggleam", "stealthrock", "uturn", "taunt"],
|
|
2014
2018
|
},
|
|
2015
2019
|
dialga: {
|
|
@@ -2028,8 +2032,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
2028
2032
|
randomBattleMoves: ["lavaplume", "flashcannon", "stealthrock", "roar", "earthpower", "taunt"],
|
|
2029
2033
|
},
|
|
2030
2034
|
regigigas: {
|
|
2031
|
-
tier: "
|
|
2032
|
-
doublesTier: "
|
|
2035
|
+
tier: "RU",
|
|
2036
|
+
doublesTier: "DUU",
|
|
2033
2037
|
randomBattleMoves: ["rest", "sleeptalk", "strength", "knockoff"],
|
|
2034
2038
|
},
|
|
2035
2039
|
giratina: {
|
|
@@ -2048,13 +2052,13 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
2048
2052
|
randomBattleMoves: ["calmmind", "psychic", "moonblast", "moonlight", "thunderwave"],
|
|
2049
2053
|
},
|
|
2050
2054
|
phione: {
|
|
2051
|
-
tier: "
|
|
2052
|
-
doublesTier: "
|
|
2055
|
+
tier: "RU",
|
|
2056
|
+
doublesTier: "DUU",
|
|
2053
2057
|
randomBattleMoves: ["scald", "raindance", "rest", "icebeam"],
|
|
2054
2058
|
},
|
|
2055
2059
|
manaphy: {
|
|
2056
2060
|
tier: "OU",
|
|
2057
|
-
doublesTier: "
|
|
2061
|
+
doublesTier: "DUU",
|
|
2058
2062
|
randomBattleMoves: ["surf", "tailglow", "icebeam", "energyball", "substitute"],
|
|
2059
2063
|
},
|
|
2060
2064
|
darkrai: {
|