BD/SP Random Battle: Update movepools (#8603)

This commit is contained in:
Tarrembeau 2022-01-03 01:57:30 +01:00 committed by GitHub
parent ae34349ece
commit 0f84d80e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",