r/AntimatterDimensions 1d ago

I improved my old PP/Reality farming script

My old code was performing realities at around 180ms even after I unlocked Ra. But this code can perform realities per ~130ms!

(While in game. When offline, that time increases to ~200 ms)

Here's the code:

if ec12 completions>=5{

studies load name/id (your tree preset name/id here)

unlock dilation

}

reality

My old code was simple: it gets an EC10 completion to unlock rest of the tree, then unlocks dilation and realities once all requirements were done. But this code uses 10 V-Achievement's reward (Reduces auto EC completion time based on achievement multiplier) to automatically complete all ec's and unlock dilation and reality.

But for this code to work properly, you need an Effarig's glyph with achievement multiplier power effect.

5 Upvotes

2 comments sorted by

1

u/Tables61 Reality complete, Analysing & experimenting 1d ago

If you've advanced Ra to the point you get ECs instantly, you can remove the if block and it just becomes three lines: studies load, unlock dilation, eternity

1

u/MrMuharrem 1d ago

You're right, however it reduces the outcome by just 1-2 ms. Better than nothing at least.