mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
More poffin min sheen fudge
This commit is contained in:
parent
933294b3c9
commit
437c79925d
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ public static class ContestStatInfo
|
|||
|
||||
var avg = Math.Max(1, nature % 6 == 0 ? rawAvg : GetAverageFeel(s, nature, initial));
|
||||
avg = Math.Min(rawAvg, avg); // be generous
|
||||
avg = (avg * 8) / 10; // even more generous?? sheen formula undocumented
|
||||
|
||||
return Math.Min(BestSheenStat8b, Math.Max(LowestFeelPoffin8b, avg));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue