mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-25 15:40:31 -05:00
tools/set-import: Add national dex monotype
This commit is contained in:
parent
b82b1543a7
commit
92d6ef2e5a
|
|
@ -48,7 +48,7 @@ export const TIERS = new Set([
|
|||
//
|
||||
'vgc2016', 'vgc2017', 'vgc2018', 'vgc2019ultraseries', 'vgc2020', '1v1',
|
||||
'anythinggoes', 'nationaldexag', 'almostanyability', 'balancedhackmons',
|
||||
'letsgoou', 'monotype', 'purehackmons',
|
||||
'letsgoou', 'monotype', 'purehackmons', 'nationaldexmonotype'
|
||||
]);
|
||||
const FORMATS = new Map<ID, {gen: GenerationNum, format: Format}>();
|
||||
const VALIDATORS = new Map<ID, TeamValidator>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user