mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Gen 2: Add random battle moves for Jynx, remove spaces
This commit is contained in:
parent
5c8ae438c2
commit
32e20b9f52
|
|
@ -25,7 +25,7 @@ exports.BattleFormatsData = {
|
|||
tier: "NFE"
|
||||
},
|
||||
charizard: {
|
||||
randomBattleMoves: ["belly drum","fireblast","rockslide","earthquake"],
|
||||
randomBattleMoves: ["bellydrum","fireblast","rockslide","earthquake"],
|
||||
eventPokemon: [
|
||||
{"generation":2,"level":40,"gender":"M","shiny":true,"moves":["rage","scaryface","flamethrower","wingattack"]}
|
||||
],
|
||||
|
|
@ -54,7 +54,7 @@ exports.BattleFormatsData = {
|
|||
tier: "NFE"
|
||||
},
|
||||
butterfree: {
|
||||
randomBattleMoves: ["stun spore","sleeppowder","psychic","nightmare","giga drain"],
|
||||
randomBattleMoves: ["stunspore","sleeppowder","psychic","nightmare","giga drain"],
|
||||
tier: "UU"
|
||||
},
|
||||
weedle: {
|
||||
|
|
@ -640,7 +640,7 @@ exports.BattleFormatsData = {
|
|||
tier: "LC"
|
||||
},
|
||||
jynx: {
|
||||
randomBattleMoves: ["","","",""],
|
||||
randomBattleMoves: ["meanlook","perishsong","protect","icebeam","substitute","lovelykiss","nightmare","psychic"],
|
||||
tier: "BL"
|
||||
},
|
||||
elekid: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user