mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-18 11:14:39 -05:00
9 lines
299 B
TypeScript
9 lines
299 B
TypeScript
export const BattleFormats: {[k: string]: ModdedFormatsData} = {
|
|
allowavs: {
|
|
effectType: 'ValidatorRule',
|
|
name: 'Allow AVs',
|
|
desc: "Tells formats with the 'letsgo' mod to take Awakening Values into consideration when calculating stats",
|
|
// implemented in TeamValidator#validateStats
|
|
},
|
|
};
|