CookieMonsterTeam / CookieMonster

Addon for Cookie Clicker that offers a wide range of tools and statistics to enhance the game
MIT License
501 stars 206 forks source link

Request to expose payback period of purchasing all buildings up to the next achievement threshold #1126

Open GHXX opened 2 years ago

GHXX commented 2 years ago

Feature description

CM currently shows the payback period (see screenshot) of buying all buildings up to the next achievement threshold, this however does not appear to be exposed in global scope (unlike CookieMonsterData.Objects1 for example) image

So my suggestion is to add a new dictionary into CookieMonsterData called ObjectsNextAch, or something similar, which contains all of the info located in CookieMonsterData.Cache.ObjectsNextAchievement, and additionally contains the payback period mentioned above.

The reason i would like this data is because, as people have done before, i made an auto-buy mod that uses cookiemonster's data to make decisions.

Additional files

No response