tomcur / ClickerHeroesCalculator

A calculator for the game Clicker Heroes
MIT License
48 stars 16 forks source link

Caps #19

Closed Gamesiarz closed 6 years ago

Gamesiarz commented 6 years ago

Is there any chance to add caps for ancients? Even if I use "Ignore ancients that are minimized in-game" it still doesn't work well with hero souls

tomcur commented 6 years ago

Hey!

What do you mean exactly with "it still doesn't work well with hero souls"?

Gamesiarz commented 6 years ago

Well I just mean that this option is not optimal way for capping. Chronos is a good example you could just add automatic cap for value where there is no point to still leveling particular ancients.

http://clickerheroes.wikia.com/wiki/Chronos,_Ancient_of_Time

tomcur commented 6 years ago

I agree. This is something I've wanted to implement for some time, but currently cannot work on this project.

Perhaps someone is willing to implement this.

Caps can be implemented in the models file. E.g. for Chronos a cap can be implemented here: https://github.com/Beskhue/ClickerHeroesCalculator/blob/5efaabf7a13d1492782a17bf91d7ddcfdd34902a/calculator/js/data/model.js#L175-L183

tomcur commented 6 years ago

Implemented in 3afc5386955219b431cdca41c687be47d5297bd7.