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)
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.
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)
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