Skip to content

Commit 852a59a

Browse files
Tweaked population numbers again.
1 parent 763534b commit 852a59a

7 files changed

Lines changed: 12379 additions & 12379 deletions

compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ const fs = require('fs');
548548
)
549549
);
550550
}, 0),
551-
monucount = avg(l(s("MonUMin")), l(s("MonUMax"))) + 0.4, // The bonus here comes from champions spawn last, overcapping the spawns. Theoretically 80% of the time the last spawns as a unique, 20% of the time the last spawns as a champ giving +2 to the max. So: ucount = 0.8x * 0.2(x + 2) = x + 0.4
551+
monucount = avg(l(s("MonUMin")), l(s("MonUMax"))) + 0.52, // The bonus here comes from champions spawn last, overcapping the spawns.
552552
ucount = monucount * uniqueRatio * uniqueCount,
553553
ccount = 0;
554554

0 commit comments

Comments
 (0)