mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-15 00:40:13 -05:00
It does not fit banning critieria at this moment, and the README was giving contradictory information on the matter, so Zarel decided it should be unbanned.
31 lines
379 B
JavaScript
31 lines
379 B
JavaScript
exports.BattleFormatsData = {
|
|
aegislash: {
|
|
inherit: true,
|
|
tier: 'OU'
|
|
},
|
|
blaziken: {
|
|
inherit: true,
|
|
tier: 'OU'
|
|
},
|
|
genesect: {
|
|
inherit: true,
|
|
tier: 'OU'
|
|
},
|
|
deoxysdefense: {
|
|
inherit: true,
|
|
tier: 'Uber'
|
|
},
|
|
deoxysspeed: {
|
|
inherit: true,
|
|
tier: 'Uber'
|
|
},
|
|
kyurem: {
|
|
inherit: true,
|
|
tier: 'Uber'
|
|
},
|
|
kyuremblack: {
|
|
inherit: true,
|
|
tier: 'Uber'
|
|
}
|
|
};
|