mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-06 05:26:21 -05:00
Update formats-data to move Landorus to Uber.
This commit is contained in:
parent
77876a3975
commit
59d3261e46
|
|
@ -1203,7 +1203,8 @@ exports.BattleFormatsData = {
|
|||
viableMoves: {"quickattack":1,"return":1,"bite":1,"batonpass":1,"irontail":1,"yawn":1,"protect":1,"wish":1},
|
||||
eventPokemon: [
|
||||
{"generation":4,"level":10,"gender":"F","nature":"Lonely","abilities":["adaptability"],"moves":["covet","bite","helpinghand","attract"],"pokeball":"cherishball"},
|
||||
{"generation":4,"level":50,"shiny":true,"gender":"M","nature":"Hardy","abilities":["adaptability"],"moves":["irontail","trumpcard","flail","quickattack"],"pokeball":"cherishball"}
|
||||
{"generation":4,"level":50,"shiny":true,"gender":"M","nature":"Hardy","abilities":["adaptability"],"moves":["irontail","trumpcard","flail","quickattack"],"pokeball":"cherishball"},
|
||||
{"generation":5,"level":50,"gender":"F","nature":"Hardy","isDW":false,"abilities":["adaptability"],"moves":["sing","return","echoedvoice","attract"],"pokeball":"cherishball"}
|
||||
],
|
||||
dreamWorldRelease: true,
|
||||
tier: "LC"
|
||||
|
|
@ -2910,7 +2911,7 @@ exports.BattleFormatsData = {
|
|||
{"generation":4,"level":62,"nature":"Brave","moves":["bulletpunch","meteormash","hammerarm","zenheadbutt"],"pokeball":"cherishball"},
|
||||
{"generation":5,"level":50,"isDW":false,"moves":["meteormash","earthquake","bulletpunch","hammerarm"],"pokeball":"cherishball"},
|
||||
{"generation":5,"level":100,"isDW":false,"moves":["bulletpunch","zenheadbutt","hammerarm","icepunch"],"pokeball":"cherishball"},
|
||||
{"generation":5,"level":45,"isDW":false,"moves":["meteormash","earthquake","zenheadbutt","protect"]},
|
||||
{"generation":5,"level":45,"isDW":false,"moves":["earthquake","zenheadbutt","protect","meteormash"]},
|
||||
{"generation":5,"level":45,"isDW":true,"moves":["irondefense","agility","hammerarm","doubleedge"]},
|
||||
{"generation":5,"level":45,"isDW":true,"moves":["psychic","meteormash","hammerarm","doubleedge"]}
|
||||
],
|
||||
|
|
@ -2981,12 +2982,13 @@ exports.BattleFormatsData = {
|
|||
tier: "Uber"
|
||||
},
|
||||
jirachi: {
|
||||
viableMoves: {"bodyslam":1,"ironhead":1,"firepunch":1,"thunderwave":1,"stealthrock":1,"wish":1,"uturn":1,"calmmind":1,"psychic":1,"thunder":1,"icepunch":1,"flashcannon":1},
|
||||
viableMoves: {"bodyslam":1,"ironhead":1,"firepunch":1,"thunderwave":1,"stealthrock":1,"wish":1,"uturn":1,"calmmind":1,"psychic":1,"thunder":1,"icepunch":1,"flashcannon":1,"meteormash":1},
|
||||
eventPokemon: [
|
||||
{"generation":3,"level":5,"moves":["wish","confusion","rest"]},
|
||||
{"generation":3,"level":30,"moves":["helpinghand","psychic","refresh","rest"]},
|
||||
{"generation":4,"level":5,"moves":["wish","confusion","rest"],"pokeball":"cherishball"},
|
||||
{"generation":4,"level":5,"moves":["wish","confusion","rest","dracometeor"],"pokeball":"cherishball"}
|
||||
{"generation":4,"level":5,"moves":["wish","confusion","rest","dracometeor"],"pokeball":"cherishball"},
|
||||
{"generation":5,"level":50,"moves":["healingwish","psychic","swift","meteormash"],"pokeball":"cherishball"}
|
||||
],
|
||||
tier: "OU"
|
||||
},
|
||||
|
|
@ -4590,7 +4592,7 @@ exports.BattleFormatsData = {
|
|||
viableMoves: {"earthpower":1,"focusblast":1,"rockpolish":1,"hiddenpowerice":1,"psychic":1},
|
||||
dreamWorldRelease: true,
|
||||
dreamWorldPokeball: 'dreamball',
|
||||
tier: "OU"
|
||||
tier: "Uber"
|
||||
},
|
||||
landorustherian: {
|
||||
viableMoves: {"rockpolish":1,"earthquake":1,"stoneedge":1,"uturn":1,"superpower":1,"stealthrock":1},
|
||||
|
|
@ -4641,7 +4643,8 @@ exports.BattleFormatsData = {
|
|||
viableMoves: {"uturn":1,"bugbuzz":1,"icebeam":1,"flamethrower":1,"thunderbolt":1},
|
||||
eventPokemon: [
|
||||
{"generation":5,"level":50,"moves":["technoblast","magnetbomb","solarbeam","signalbeam"],"pokeball":"cherishball"},
|
||||
{"generation":5,"level":15,"moves":["technoblast","magnetbomb","solarbeam","signalbeam"],"pokeball":"cherishball"}
|
||||
{"generation":5,"level":15,"moves":["technoblast","magnetbomb","solarbeam","signalbeam"],"pokeball":"cherishball"},
|
||||
{"generation":5,"level":100,"shiny":true,"nature":"Hasty","moves":["extremespeed","technoblast","blazekick","shiftgear"],"pokeball":"cherishball"}
|
||||
],
|
||||
dreamWorldPokeball: 'cherishball',
|
||||
tier: "Uber"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user