mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-14 14:59:29 -05:00
Sync data
This commit is contained in:
@@ -446,7 +446,7 @@ exports.BattleFormatsData = {
|
||||
eventPokemon: [
|
||||
{"generation":5,"level":50,"gender":"M","nature":"Calm","isHidden":true,"moves":["scald","icebeam","perishsong","protect"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "Limbo A"
|
||||
tier: "Limbo"
|
||||
},
|
||||
abra: {
|
||||
viableMoves: {"calmmind":1,"psychic":1,"psyshock":1,"hiddenpowerfighting":1,"shadowball":1,"encore":1,"substitute":1},
|
||||
@@ -2698,7 +2698,7 @@ exports.BattleFormatsData = {
|
||||
{"generation":4,"level":50,"moves":["psychoboost","leer","wrap","nightshade"]},
|
||||
{"generation":5,"level":100,"moves":["nastyplot","darkpulse","recover","psychoboost"],"pokeball":"duskball"}
|
||||
],
|
||||
tier: "Limbo A"
|
||||
tier: "BL"
|
||||
},
|
||||
turtwig: {
|
||||
viableMoves: {"reflect":1,"lightscreen":1,"stealthrock":1,"seedbomb":1,"substitute":1,"leechseed":1,"toxic":1},
|
||||
@@ -3843,7 +3843,7 @@ exports.BattleFormatsData = {
|
||||
},
|
||||
galvantula: {
|
||||
viableMoves: {"thunder":1,"hiddenpowerice":1,"gigadrain":1,"bugbuzz":1,"voltswitch":1,"stickyweb":1},
|
||||
tier: "Limbo A"
|
||||
tier: "OU"
|
||||
},
|
||||
ferroseed: {
|
||||
viableMoves: {"spikes":1,"stealthrock":1,"leechseed":1,"seedbomb":1,"protect":1,"thunderwave":1,"gyroball":1},
|
||||
@@ -4089,7 +4089,7 @@ exports.BattleFormatsData = {
|
||||
eventPokemon: [
|
||||
{"generation":5,"level":70,"gender":"M","isHidden":false,"moves":["thunder","hammerarm","focusblast","wildcharge"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "Limbo B"
|
||||
tier: "BL"
|
||||
},
|
||||
reshiram: {
|
||||
viableMoves: {"blueflare":1,"dracometeor":1,"dragonpulse":1,"flamethrower":1,"flamecharge":1,"roost":1},
|
||||
|
||||
@@ -779,6 +779,9 @@ BattlePokemonSprites = {
|
||||
"trevenant":{num:709, front:{ani:{w: 96, h: 96}},back:{ani:{w: 96, h: 96}}},
|
||||
"pumpkaboo":{num:710},
|
||||
"gourgeist":{num:711},
|
||||
"gourgeistsmall":{num:711},
|
||||
"gourgeistlarge":{num:711},
|
||||
"gourgeistsuper":{num:711},
|
||||
"bergmite":{num:712},
|
||||
"avalugg":{num:713},
|
||||
"noibat":{num:714},
|
||||
|
||||
Reference in New Issue
Block a user