From 922a58de8945c60d16ee6391e3fa26373b0d8a04 Mon Sep 17 00:00:00 2001 From: The Immortal Date: Tue, 17 Mar 2020 14:24:17 +0400 Subject: [PATCH] Random Battle: Update Electivire and Celebi --- data/formats-data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/formats-data.js b/data/formats-data.js index 7e585ef438..5ada51a10f 100644 --- a/data/formats-data.js +++ b/data/formats-data.js @@ -1797,6 +1797,7 @@ let BattleFormatsData = { tier: "Illegal", }, electivire: { + randomBattleMoves: ["crosschop", "earthquake", "flamethrower", "icepunch", "voltswitch", "wildcharge"], eventPokemon: [ {"generation": 4, "level": 50, "gender": "M", "nature": "Adamant", "moves": ["thunderpunch", "icepunch", "crosschop", "earthquake"], "pokeball": "pokeball"}, {"generation": 4, "level": 50, "gender": "M", "nature": "Serious", "moves": ["lightscreen", "thunderpunch", "discharge", "thunderbolt"], "pokeball": "cherishball"}, @@ -3040,7 +3041,7 @@ let BattleFormatsData = { tier: "Illegal", }, celebi: { - randomBattleMoves: ["aurasphere", "gigadrain", "leafstorm", "nastyplot", "psychic", "recover", "stealthrock", "uturn"], + randomBattleMoves: ["earthpower", "gigadrain", "leafstorm", "nastyplot", "psychic", "recover", "stealthrock", "uturn"], eventPokemon: [ {"generation": 3, "level": 10, "moves": ["confusion", "recover", "healbell", "safeguard"], "pokeball": "pokeball"}, {"generation": 3, "level": 70, "moves": ["ancientpower", "futuresight", "batonpass", "perishsong"], "pokeball": "pokeball"},