Skip to content

Commit 763534b

Browse files
Tweaked population numbers.
1 parent 457ed0b commit 763534b

8 files changed

Lines changed: 12376 additions & 12376 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.47, // The bonus here comes from champions spawn last, overcapping the spawns.
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
552552
ucount = monucount * uniqueRatio * uniqueCount,
553553
ccount = 0;
554554

0 commit comments

Comments
 (0)