mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-06 13:47:24 -05:00
Fix typos in doubles random battle moves
This commit is contained in:
parent
b3b435c1fd
commit
d24b184b92
|
|
@ -2789,7 +2789,7 @@ exports.BattleFormatsData = {
|
|||
},
|
||||
chimecho: {
|
||||
randomBattleMoves: ["toxic","psychic","thunderwave","recover","calmmind","shadowball","dazzlinggleam","healingwish","healbell","taunt"],
|
||||
randomDoubleBattleMoves: ["protect","psychic","thunderwave","recover","shadowball","dazzlinggleam","trickroom","hepinghand","taunt"],
|
||||
randomDoubleBattleMoves: ["protect","psychic","thunderwave","recover","shadowball","dazzlingleam","trickroom","hepinghand","taunt"],
|
||||
eventPokemon: [
|
||||
{"generation":3,"level":10,"gender":"M","moves":["wrap","growl","astonish"]}
|
||||
],
|
||||
|
|
@ -3386,7 +3386,7 @@ exports.BattleFormatsData = {
|
|||
},
|
||||
lucario: {
|
||||
randomBattleMoves: ["swordsdance","closecombat","crunch","extremespeed","icepunch","bulletpunch","nastyplot","aurasphere","darkpulse","vacuumwave","flashcannon"],
|
||||
randomDoubleBattleMoves: ["follome","closecombat","crunch","extremespeed","icepunch","bulletpunch","feint","aurasphere","darkpulse","vacuumwave","flashcannon","protect"],
|
||||
randomDoubleBattleMoves: ["followme","closecombat","crunch","extremespeed","icepunch","bulletpunch","feint","aurasphere","darkpulse","vacuumwave","flashcannon","protect"],
|
||||
eventPokemon: [
|
||||
{"generation":4,"level":50,"gender":"M","nature":"Modest","abilities":["steadfast"],"moves":["aurasphere","darkpulse","dragonpulse","waterpulse"],"pokeball":"cherishball"},
|
||||
{"generation":4,"level":30,"gender":"M","nature":"Adamant","abilities":["innerfocus"],"moves":["forcepalm","bonerush","sunnyday","blazekick"],"pokeball":"cherishball"},
|
||||
|
|
@ -3397,7 +3397,7 @@ exports.BattleFormatsData = {
|
|||
},
|
||||
lucariomega: {
|
||||
randomBattleMoves: ["swordsdance","closecombat","crunch","extremespeed","icepunch","bulletpunch","nastyplot","aurasphere","darkpulse","vacuumwave","flashcannon"],
|
||||
randomDoubleBattleMoves: ["follome","closecombat","crunch","extremespeed","icepunch","bulletpunch","feint","aurasphere","darkpulse","vacuumwave","flashcannon","protect"],
|
||||
randomDoubleBattleMoves: ["followme","closecombat","crunch","extremespeed","icepunch","bulletpunch","feint","aurasphere","darkpulse","vacuumwave","flashcannon","protect"],
|
||||
requiredItem: "Lucarionite",
|
||||
tier: "Uber"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user