mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-20 05:58:08 -05:00
BD/SP Random Battle: Update movepools (#8603)
This commit is contained in:
parent
ae34349ece
commit
0f84d80e3d
|
|
@ -227,7 +227,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|||
persian: {
|
||||
tier: "RU",
|
||||
doublesTier: "DUU",
|
||||
randomBattleMoves: ["fakeout", "slash", "uturn", "bite", "aerialace"],
|
||||
randomBattleMoves: ["fakeout", "covet", "uturn", "bite", "aerialace"],
|
||||
},
|
||||
psyduck: {
|
||||
tier: "LC",
|
||||
|
|
@ -953,7 +953,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|||
gliscor: {
|
||||
tier: "OU",
|
||||
doublesTier: "DUU",
|
||||
randomBattleMoves: ["earthquake", "stealthrock", "roost", "knockoff", "uturn", "taunt"],
|
||||
randomBattleMoves: ["earthquake", "stealthrock", "roost", "knockoff", "uturn", "taunt", "swordsdance", "icefang"],
|
||||
},
|
||||
snubbull: {
|
||||
tier: "LC",
|
||||
|
|
@ -984,7 +984,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|||
weavile: {
|
||||
tier: "OU",
|
||||
doublesTier: "DOU",
|
||||
randomBattleMoves: ["fakeout", "iciclecrash", "throatchop", "swordsdance", "iceshard", "brickbreak"],
|
||||
randomBattleMoves: ["iciclecrash", "throatchop", "swordsdance", "iceshard", "brickbreak"],
|
||||
},
|
||||
teddiursa: {
|
||||
tier: "LC",
|
||||
|
|
@ -1388,7 +1388,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|||
swalot: {
|
||||
tier: "RU",
|
||||
doublesTier: "DUU",
|
||||
randomBattleMoves: ["gunkshot", "earthquake", "toxic", "painsplit", "encore"],
|
||||
randomBattleMoves: ["gunkshot", "earthquake", "toxic", "painsplit", "encore", "icebeam"],
|
||||
},
|
||||
carvanha: {
|
||||
tier: "LC",
|
||||
|
|
@ -1691,7 +1691,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|||
deoxys: {
|
||||
isNonstandard: "Unobtainable",
|
||||
tier: "Unreleased",
|
||||
randomBattleMoves: ["stealthrock", "toxicspikes", "icebeam", "psychoboost", "knockoff", "focusblast"],
|
||||
randomBattleMoves: ["stealthrock", "toxicspikes", "icebeam", "psychoboost", "knockoff", "superpower"],
|
||||
},
|
||||
deoxysattack: {
|
||||
isNonstandard: "Unobtainable",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user