pokemon-showdown/data/mods/letsgo/rulesets.ts
2020-04-23 09:16:09 -07:00

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
},
};