mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Update NU-legal Pokemon
This commit is contained in:
parent
985f701cde
commit
98feea3237
|
|
@ -763,7 +763,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|||
tier: "LC Uber",
|
||||
},
|
||||
haunter: {
|
||||
tier: "NUBL",
|
||||
tier: "NU",
|
||||
doublesTier: "NFE",
|
||||
},
|
||||
gengar: {
|
||||
|
|
@ -850,7 +850,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|||
randomBattleLevel: 86,
|
||||
randomDoubleBattleMoves: ["dragonpulse", "energyball", "flamethrower", "protect", "trickroom"],
|
||||
randomDoubleBattleLevel: 88,
|
||||
tier: "NUBL",
|
||||
tier: "NU",
|
||||
doublesTier: "(DUU)",
|
||||
},
|
||||
cubone: {
|
||||
|
|
@ -1127,7 +1127,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|||
randomBattleLevel: 86,
|
||||
randomDoubleBattleMoves: ["bodyslam", "closecombat", "lashout", "protect", "rockslide"],
|
||||
randomDoubleBattleLevel: 84,
|
||||
tier: "NUBL",
|
||||
tier: "NU",
|
||||
doublesTier: "(DUU)",
|
||||
},
|
||||
magikarp: {
|
||||
|
|
@ -1247,10 +1247,10 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|||
},
|
||||
porygon2: {
|
||||
randomBattleMoves: ["discharge", "icebeam", "recover", "toxic", "triattack"],
|
||||
randomBattleLevel: 84,
|
||||
randomBattleLevel: 86,
|
||||
randomDoubleBattleMoves: ["icebeam", "protect", "recover", "thunderbolt", "toxic", "triattack"],
|
||||
randomDoubleBattleLevel: 82,
|
||||
tier: "NUBL",
|
||||
tier: "NU",
|
||||
doublesTier: "DUU",
|
||||
},
|
||||
porygonz: {
|
||||
|
|
@ -1690,7 +1690,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|||
tier: "Illegal",
|
||||
},
|
||||
sneasel: {
|
||||
tier: "NUBL",
|
||||
tier: "NU",
|
||||
doublesTier: "LC Uber",
|
||||
},
|
||||
weavile: {
|
||||
|
|
@ -5164,7 +5164,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|||
randomBattleLevel: 86,
|
||||
randomDoubleBattleMoves: ["dragonpulse", "fireblast", "protect", "scorchingsands", "shellsmash"],
|
||||
randomDoubleBattleLevel: 84,
|
||||
tier: "NUBL",
|
||||
tier: "NU",
|
||||
doublesTier: "(DUU)",
|
||||
},
|
||||
togedemaru: {
|
||||
|
|
@ -5204,7 +5204,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|||
randomBattleLevel: 86,
|
||||
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "glare", "heatwave", "hurricane", "hypervoice", "protect", "roost"],
|
||||
randomDoubleBattleLevel: 88,
|
||||
tier: "NUBL",
|
||||
tier: "NU",
|
||||
doublesTier: "DUU",
|
||||
},
|
||||
dhelmise: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user