mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 21:17:43 -05:00
Fix dexited battle-only formes in past gens
This commit is contained in:
parent
6fed8728d1
commit
f50cc6aba3
|
|
@ -4147,6 +4147,11 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|||
doublesTier: "(DUU)",
|
||||
natDexTier: "RU",
|
||||
},
|
||||
darmanitanzen: {
|
||||
tier: "UU",
|
||||
doublesTier: "(DUU)",
|
||||
natDexTier: "RU",
|
||||
},
|
||||
darmanitangalar: {
|
||||
randomBattleMoves: ["earthquake", "flareblitz", "iciclecrash", "superpower", "uturn"],
|
||||
randomBattleLevel: 78,
|
||||
|
|
@ -4159,6 +4164,9 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|||
darmanitangalarzen: {
|
||||
randomBattleMoves: ["bellydrum", "earthquake", "firepunch", "iciclecrash", "substitute"],
|
||||
randomBattleLevel: 78,
|
||||
tier: "Uber",
|
||||
doublesTier: "(DUU)",
|
||||
natDexTier: "Uber",
|
||||
},
|
||||
maractus: {
|
||||
randomBattleMoves: ["energyball", "knockoff", "leechseed", "spikes", "spikyshield", "toxic"],
|
||||
|
|
@ -5071,6 +5079,9 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|||
randomBattleLevel: 80,
|
||||
randomDoubleBattleMoves: ["closecombat", "ironhead", "kingsshield", "shadowclaw", "shadowsneak", "swordsdance"],
|
||||
randomDoubleBattleLevel: 84,
|
||||
tier: "UUBL",
|
||||
doublesTier: "(DUU)",
|
||||
natDexTier: "UU",
|
||||
},
|
||||
spritzee: {
|
||||
tier: "LC",
|
||||
|
|
@ -6792,6 +6803,11 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|||
doublesTier: "(DUU)",
|
||||
natDexTier: "RU",
|
||||
},
|
||||
morpekohangry: {
|
||||
tier: "(PU)",
|
||||
doublesTier: "(DUU)",
|
||||
natDexTier: "RU",
|
||||
},
|
||||
cufant: {
|
||||
tier: "LC",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user