Pokeclicker-Scripts icon indicating copy to clipboard operation
Pokeclicker-Scripts copied to clipboard

[Feature Request] Automine survey for minimum diamonds

Open umbralOptimatum opened this issue 3 years ago • 4 comments

Even with the autominer running full speed small restores final destination, getting enough diamonds for all the upgrades is excruciatingly slow. (Do people seriously mine this much manually?) A setting like the minimum-items option that surveys the level and skips it if below some diamond threshold would be extremely helpful.

umbralOptimatum avatar May 30 '22 22:05 umbralOptimatum

(Do people seriously mine this much manually?)

Beats me.

This is something that is possible and can get done, it passes my approval for being a future feature of enhancedautomine.

Ephenia avatar May 30 '22 22:05 Ephenia

lol, you could also add a god mode button with roughly the same effect as this code i dump into the inspect element

Underground.BASE_BOMB_EFFICIENCY = 4000 Underground.BASE_ENERGY_GAIN = 70 Underground.BASE_ENERGY_REGEN_TIME = 0 Underground.BOMB_ENERGY = 0

making bomb cost 0 energy, instantly restore all energy, and making the bomb blow up the entire underground at once

Mega-Rayquaza-8121 avatar Jun 01 '22 03:06 Mega-Rayquaza-8121

You are a MEGA-Rayquaza:)

Kiyarazzz avatar Jun 01 '22 07:06 Kiyarazzz

lol, you could also add a god mode button with roughly the same effect as this code i dump into the inspect element

And you could also make Proteins each add a thousand attack per hatch, or edit base shiny chances to be 1/100, or any number of game-unbalancing changes. What does this have to do with the topic?

umbralOptimatum avatar Jun 01 '22 17:06 umbralOptimatum

Implemented in #205.

umbralOptimatum avatar Oct 27 '22 20:10 umbralOptimatum