add intersection upgrade

This commit is contained in:
biglyderv 2025-03-10 05:14:15 -04:00
parent 5df5ea8d6c
commit 3f0b0b8ccc
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
2 changed files with 11 additions and 0 deletions

View file

@ -48,6 +48,7 @@ setInterval(function () {
bonus = (bonus) ** 0.05;
let f = (nGain + getBonus * bonus * 10000 + 10) / (nothingness + 10);
f /= (counts.intersectThings + 1);
let dist = Math.sqrt(a[0] ** 2 + a[1] ** 2)
dist = (f * 90 / dist) ** 0.1;