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