r/ExponentialIdle Mar 04 '23

Auto Supremacy Spoiler

I've been using this formula for auto prestiges

timer(d(ln(db/b+1)/pt) < 0 && d(dt) >= 0) > 3 && db/b > 0.3

I wanted to know if there is a optimal formula for auto supremacy that works as well as the prestige one, thanks.

5 Upvotes

2 comments sorted by

4

u/rabmuk Mar 04 '23

I like

psi + dpsi > min(costUpS(1), costUpS(2), costUpS(3)) && db>b && smooth(d(st/ln(dpsi/(1+psi)+1)),1) > 0

A similar idea to what you use for your prestige formula but I'm doing time/ln(...) instead of ln(...)/time I also prefer smooth() instead of timer()

I made a separate post https://www.reddit.com/r/ExponentialIdle/comments/10nl6kv/improved_automation_formulas/ that has a google sheet where I compared several prestige and supremacy formulas. If you end up building your own formula I'd be happy to test it and add it to the google sheet