More poffin min sheen fudge

This commit is contained in:
Kurt 2022-01-08 10:57:51 -08:00
parent 933294b3c9
commit 437c79925d

View file

@ -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));
}