Spaces:
Running
Running
File size: 2,193 Bytes
5c2ed06 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 |
export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormatsDataTable = {
beedrillmega: {
isNonstandard: "Future",
tier: "Illegal",
},
pidgeotmega: {
isNonstandard: "Future",
tier: "Illegal",
},
pikachucosplay: {
isNonstandard: "Future",
tier: "Illegal",
},
pikachurockstar: {
isNonstandard: "Future",
tier: "Illegal",
},
pikachubelle: {
isNonstandard: "Future",
tier: "Illegal",
},
pikachupopstar: {
isNonstandard: "Future",
tier: "Illegal",
},
pikachuphd: {
isNonstandard: "Future",
tier: "Illegal",
},
pikachulibre: {
isNonstandard: "Future",
tier: "Illegal",
},
slowbromega: {
isNonstandard: "Future",
tier: "Illegal",
},
steelixmega: {
isNonstandard: "Future",
tier: "Illegal",
},
sceptilemega: {
isNonstandard: "Future",
tier: "Illegal",
},
swampertmega: {
isNonstandard: "Future",
tier: "Illegal",
},
sableyemega: {
isNonstandard: "Future",
tier: "Illegal",
},
sharpedomega: {
isNonstandard: "Future",
tier: "Illegal",
},
cameruptmega: {
isNonstandard: "Future",
tier: "Illegal",
},
altariamega: {
isNonstandard: "Future",
tier: "Illegal",
},
glaliemega: {
isNonstandard: "Future",
tier: "Illegal",
},
salamencemega: {
isNonstandard: "Future",
tier: "Illegal",
},
metagrossmega: {
isNonstandard: "Future",
tier: "Illegal",
},
latiasmega: {
isNonstandard: "Unobtainable",
tier: "Unreleased",
},
latiosmega: {
isNonstandard: "Unobtainable",
tier: "Unreleased",
},
kyogreprimal: {
isNonstandard: "Future",
tier: "Illegal",
},
groudonprimal: {
isNonstandard: "Future",
tier: "Illegal",
},
rayquazamega: {
isNonstandard: "Future",
tier: "Illegal",
},
lopunnymega: {
isNonstandard: "Future",
tier: "Illegal",
},
gallademega: {
isNonstandard: "Future",
tier: "Illegal",
},
audinomega: {
isNonstandard: "Future",
tier: "Illegal",
},
dianciemega: {
isNonstandard: "Future",
tier: "Illegal",
},
hoopa: {
isNonstandard: "Unobtainable",
tier: "Unreleased",
},
hoopaunbound: {
isNonstandard: "Future",
tier: "Illegal",
},
volcanion: {
isNonstandard: "Unobtainable",
tier: "Unreleased",
},
};
|