This commit is contained in:
davisow18 2026-04-26 15:17:40 -07:00 committed by GitHub
commit 50bc50ee39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3525,7 +3525,7 @@
this.curTeam.format.includes('champions')) return;
if (this.curTeam.format === 'gen7hiddentype') return;
var minAtk = true;
var minAtk = set.evs && !set.evs['atk'];
// only available through an event with 31 Atk IVs
if (set.ability === 'Battle Bond' || ['Koraidon', 'Miraidon', 'Gimmighoul-Roaming'].includes(set.species)) minAtk = false;
var hpModulo = (this.curTeam.gen >= 6 ? 2 : 4);