mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Random Battle: Update Electivire and Celebi
This commit is contained in:
parent
ffc88e833f
commit
922a58de89
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user