mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 21:17:43 -05:00
Fix Caterpie line and Cramorant forme legality
This commit is contained in:
parent
fd7155841c
commit
2d9e83066e
|
|
@ -77,18 +77,18 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|||
tier: "Illegal",
|
||||
},
|
||||
caterpie: {
|
||||
isNonstandard: "Unobtainable",
|
||||
tier: "Unreleased",
|
||||
isNonstandard: "Past",
|
||||
tier: "Illegal",
|
||||
natDexTier: "LC",
|
||||
},
|
||||
metapod: {
|
||||
isNonstandard: "Unobtainable",
|
||||
tier: "Unreleased",
|
||||
isNonstandard: "Past",
|
||||
tier: "Illegal",
|
||||
natDexTier: "NFE",
|
||||
},
|
||||
butterfree: {
|
||||
isNonstandard: "Unobtainable",
|
||||
tier: "Unreleased",
|
||||
isNonstandard: "Past",
|
||||
tier: "Illegal",
|
||||
natDexTier: "OU",
|
||||
},
|
||||
butterfreegmax: {
|
||||
|
|
|
|||
|
|
@ -6553,6 +6553,16 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|||
doublesTier: "(DUU)",
|
||||
natDexTier: "RU",
|
||||
},
|
||||
cramorantgulping: {
|
||||
tier: "(PU)",
|
||||
doublesTier: "(DUU)",
|
||||
natDexTier: "RU",
|
||||
},
|
||||
cramorantgorging: {
|
||||
tier: "(PU)",
|
||||
doublesTier: "(DUU)",
|
||||
natDexTier: "RU",
|
||||
},
|
||||
arrokuda: {
|
||||
tier: "LC",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user